bringing the library to you: integrating library resources into online classrooms acrl/cni/educause...

25
Bringing the Library to You: Integrating Library Resources into Online Classrooms ACRL/CNI/EDUCAUSE Joint Virtual Conference - Innovate and Motivate: Next Generation Libraries April 20, 2006 Susan Mee and Jonathan Jiras Rochester Institute of Technology

Upload: samuel-jennings

Post on 13-Jan-2016

212 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Bringing the Library to You: Integrating Library Resources into Online Classrooms ACRL/CNI/EDUCAUSE Joint Virtual Conference - Innovate and Motivate: Next

Bringing the Library to You:  Integrating Library Resources

into Online ClassroomsACRL/CNI/EDUCAUSE Joint Virtual Conference -

Innovate and Motivate: Next Generation Libraries

April 20, 2006

Susan Mee and Jonathan Jiras

Rochester Institute of Technology

Page 2: Bringing the Library to You: Integrating Library Resources into Online Classrooms ACRL/CNI/EDUCAUSE Joint Virtual Conference - Innovate and Motivate: Next

Big Picture

• Integration of library resources and course reserves into campus courseware

• Design and implementation of a modular, web-based, linking application

• Customization of library resources to college, program, and course levels

Page 3: Bringing the Library to You: Integrating Library Resources into Online Classrooms ACRL/CNI/EDUCAUSE Joint Virtual Conference - Innovate and Motivate: Next

Agenda

• Why? (Sue Mee)

• How? (Jon Jiras)

• Demo (Sue Mee)

• Technical Details (Jon Jiras)

• Questions / Discussion

Page 4: Bringing the Library to You: Integrating Library Resources into Online Classrooms ACRL/CNI/EDUCAUSE Joint Virtual Conference - Innovate and Motivate: Next

Historical Perspective

Courseware Progression:

FirstClass Blackboard Prometheus Desire2Learn

Distance Learning Courses Campus, Distance, Blended

Pilot Project Every Course with Course Shell

History of Strong Library Involvement:

Evaluation Vendor Training Implementation Faculty Workshops

Page 5: Bringing the Library to You: Integrating Library Resources into Online Classrooms ACRL/CNI/EDUCAUSE Joint Virtual Conference - Innovate and Motivate: Next

The Challenges

• Duplicate Prometheus Features: Separate Reserve Module – integration of electronic reserve material into course outline or syllabus by Library staff Online request form for faculty to request electronic reserves Administrative access available for Library Generic library information in every course shell

• Meet Faculty Expectations for Integration

• Short Implementation Timeframe

Page 6: Bringing the Library to You: Integrating Library Resources into Online Classrooms ACRL/CNI/EDUCAUSE Joint Virtual Conference - Innovate and Motivate: Next

The Simple Solution

• Modular, web-based application

• All the features of Prometheus and more

• Integration of all reserves and customized Library resources

• Link is available by default in every course and from every screen

• myLibrary link branded for RIT’s myCourses

Page 7: Bringing the Library to You: Integrating Library Resources into Online Classrooms ACRL/CNI/EDUCAUSE Joint Virtual Conference - Innovate and Motivate: Next

myLibrary Link – Added Benefits

• Sits completely outside of D2L • Links to existing systems – pages on web server and the ILS reserve module• Does not require library staff to edit course shells or duplicate processing• Decreases reserve processing by at least 25%• Encourages librarians to participate in the success of D2L• Customizes the library experience for users• Makes the library and library resources important D2L assets• Easy migration from quarter to quarter

Page 8: Bringing the Library to You: Integrating Library Resources into Online Classrooms ACRL/CNI/EDUCAUSE Joint Virtual Conference - Innovate and Motivate: Next

Three types of content

1) Course specific- reserve material

2) College or Program specific- contact info, database lists, subject guides, website lists

3) Neither (common to all courses, colleges, and programs) - research tools, library account, books tab

Page 9: Bringing the Library to You: Integrating Library Resources into Online Classrooms ACRL/CNI/EDUCAUSE Joint Virtual Conference - Innovate and Motivate: Next

Three Different Views

1) Student2) Faculty3) Distance Learner

Page 10: Bringing the Library to You: Integrating Library Resources into Online Classrooms ACRL/CNI/EDUCAUSE Joint Virtual Conference - Innovate and Motivate: Next

Similar to an OpenURL link server

Takes a URL parameter and returns related links

Page 11: Bringing the Library to You: Integrating Library Resources into Online Classrooms ACRL/CNI/EDUCAUSE Joint Virtual Conference - Innovate and Motivate: Next

Software

ColdFusion and Windows Internet Information Server Can also be done in PHP, ASP, or other middleware

Not a database driven application All logic resides in ColdFusion pages

Very simple application Took 70 hours of programming 3 or 4 meetings with Sue

Page 12: Bringing the Library to You: Integrating Library Resources into Online Classrooms ACRL/CNI/EDUCAUSE Joint Virtual Conference - Innovate and Motivate: Next

Customizing the Navigation Bar

Page 13: Bringing the Library to You: Integrating Library Resources into Online Classrooms ACRL/CNI/EDUCAUSE Joint Virtual Conference - Innovate and Motivate: Next

Customizing the Navigation Bar

Page 14: Bringing the Library to You: Integrating Library Resources into Online Classrooms ACRL/CNI/EDUCAUSE Joint Virtual Conference - Innovate and Motivate: Next

Customizing the Navigation Bar

http://ellie.rit.edu/D2L/course.cfm?CourseNum={OrgUnitCode}&Role={RoleID}

Page 15: Bringing the Library to You: Integrating Library Resources into Online Classrooms ACRL/CNI/EDUCAUSE Joint Virtual Conference - Innovate and Motivate: Next

Course numbers at RIT

052210170.20051

05 is college 22 is program 101 is course number 70 is section 20051 is quarter

Page 16: Bringing the Library to You: Integrating Library Resources into Online Classrooms ACRL/CNI/EDUCAUSE Joint Virtual Conference - Innovate and Motivate: Next

Course specific (reserves)

Uses ODBC connection to the ILS (Millennium III)• RIT is an III Oracle site• SQL script pulls reserve items• ColdFusion page generates links to catalog

Page 17: Bringing the Library to You: Integrating Library Resources into Online Classrooms ACRL/CNI/EDUCAUSE Joint Virtual Conference - Innovate and Motivate: Next

College/Program Specific(contact info, find articles, subject guides, select

websites)HTML fragment files (find articles tab example)

databases_01.htm 01 – College of Business

databases_06.htm 06 – College of Applied Science and Tech.

databases_0607.htm 0607 – Packaging Sciences

databases_0619.htm 0619 – Hospitality Service

databases_0627.htm 0627 – Instructional Technology

databases_0635.htm 0635 – Health Systems Administration

databases_0640.htm 0640 – Reserve Officer Training

Page 18: Bringing the Library to You: Integrating Library Resources into Online Classrooms ACRL/CNI/EDUCAUSE Joint Virtual Conference - Innovate and Motivate: Next

College/Program Specific(contact info, find articles, subject guides, select

websites)

Logic (find articles tab example)

<cfelseif college is "06"><!--- examine programs to find databases ---> <cfswitch expression = #program#> <cfcase value = '27'>

<cfinclude template = "databases_0627.htm"> </cfcase> <cfcase value = '35'>

<cfinclude template = "databases_0635.htm"> </cfcase>

Page 19: Bringing the Library to You: Integrating Library Resources into Online Classrooms ACRL/CNI/EDUCAUSE Joint Virtual Conference - Innovate and Motivate: Next

College/Program Specific(contact info, find articles, subject guides, select

websites)Fragment file example

<!-- content from databases 03 --><tr><td><a href="http://library.rit.edu/electronic/topic/engineering.html"> Engineering Databases</a></td></tr>

<tr><td><a href="http://library.rit.edu/electronic/topic/patents.html">Patent Databases</a></td></tr></td></tr>

Page 20: Bringing the Library to You: Integrating Library Resources into Online Classrooms ACRL/CNI/EDUCAUSE Joint Virtual Conference - Innovate and Motivate: Next

College/Program Specific(contact info, find articles, subject guides, select

websites)Fragment file example

<!-- content from databases 03 --><tr><td><a href="http://library.rit.edu/electronic/topic/engineering.html"> Engineering Databases</a></td></tr>

<tr><td><a href="http://library.rit.edu/electronic/topic/patents.html">Patent Databases</a></td></tr></td></tr>

Page 21: Bringing the Library to You: Integrating Library Resources into Online Classrooms ACRL/CNI/EDUCAUSE Joint Virtual Conference - Innovate and Motivate: Next

Propagating the Link

Courseware administrator • Added to Default Navigation Bar• Made it appear across all existing shells• Occasional tweak

Page 22: Bringing the Library to You: Integrating Library Resources into Online Classrooms ACRL/CNI/EDUCAUSE Joint Virtual Conference - Innovate and Motivate: Next

MaintenanceLinks are to web pages that list resources by discipline – not to the resources themselves

Bibliographers update web pages (as they always have)

Minor tweaks/troubleshooting

Page 23: Bringing the Library to You: Integrating Library Resources into Online Classrooms ACRL/CNI/EDUCAUSE Joint Virtual Conference - Innovate and Motivate: Next

Statistics

General D2L statsSpring 2005 -- (15 pilot courses)Summer 2005 -- (light load)Fall 2005 -- (3,422 courses)

myLibrary link statsOver five month period from October through February application was accessed 5,127 times

Page 24: Bringing the Library to You: Integrating Library Resources into Online Classrooms ACRL/CNI/EDUCAUSE Joint Virtual Conference - Innovate and Motivate: Next

Future Development

Bibliographers develop new web pages to support more programs

May develop this into a database driven application

Integrate with additional courseware packages

ERM implementation

Content Management System

Page 25: Bringing the Library to You: Integrating Library Resources into Online Classrooms ACRL/CNI/EDUCAUSE Joint Virtual Conference - Innovate and Motivate: Next

More informationhttp://library.rit.edu/desire2learn/

Susan MeeDistance and Online Learning Librarian [email protected]

Jonathan JirasLibrary Technology Specialist

[email protected]