Top Banner
PROF. JUNIOR TIDAL LIBRARY [email protected] TWITTER: @JUNIORTIDAL HTTP://LIBRARY.CITYTECH.CUNY.EDU 04.05.13 From Open Source to On Your Phone: Using Drupal to Develop the Library’s Mobile Website
23

PROF. JUNIOR TIDAL LIBRARY [email protected] TWITTER: @JUNIORTIDAL HTTP://LIBRARY.CITYTECH.CUNY.EDU 04.05.13 From Open Source to On Your Phone:

Mar 26, 2015

Download

Documents

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: PROF. JUNIOR TIDAL LIBRARY JTIDAL@CITYTECH.CUNY.EDU TWITTER: @JUNIORTIDAL HTTP://LIBRARY.CITYTECH.CUNY.EDU 04.05.13 From Open Source to On Your Phone:

PROF. JUNIOR TIDALLIBRARY

[email protected]: @JUNIORTIDAL

HTTP://LIBRARY.CITYTECH.CUNY.EDU04.05.13

From Open Source to On Your Phone: Using Drupal to

Develop the Library’s Mobile Website

Page 2: PROF. JUNIOR TIDAL LIBRARY JTIDAL@CITYTECH.CUNY.EDU TWITTER: @JUNIORTIDAL HTTP://LIBRARY.CITYTECH.CUNY.EDU 04.05.13 From Open Source to On Your Phone:

What Are We Talking About?

Mobile Device UsageOpen SourceHow the Library Uses Open SourceThe Library’s Open Source Based Mobile SiteWhy a Mobile Site Instead of an ApplicationeBooks, the Desktop Site and the Mobile SiteThe Future

Page 3: PROF. JUNIOR TIDAL LIBRARY JTIDAL@CITYTECH.CUNY.EDU TWITTER: @JUNIORTIDAL HTTP://LIBRARY.CITYTECH.CUNY.EDU 04.05.13 From Open Source to On Your Phone:

Mobile Device Usage Has Increased

As of December, 201287% of all American own a cell phone45% own smartphones

As of January 201326% of Americans own an e-reader31% own a tablet computer

Page 4: PROF. JUNIOR TIDAL LIBRARY JTIDAL@CITYTECH.CUNY.EDU TWITTER: @JUNIORTIDAL HTTP://LIBRARY.CITYTECH.CUNY.EDU 04.05.13 From Open Source to On Your Phone:

City Tech Students

Students are visiting the library website using:

iPhones iPadsiPod Touch and ClassicSony ArcOther Android Devices

Page 5: PROF. JUNIOR TIDAL LIBRARY JTIDAL@CITYTECH.CUNY.EDU TWITTER: @JUNIORTIDAL HTTP://LIBRARY.CITYTECH.CUNY.EDU 04.05.13 From Open Source to On Your Phone:

Mobile Device Usage

Visits during the Fall 2011 semester2,547

Visits during the Fall 2012 semester3,920

Page 6: PROF. JUNIOR TIDAL LIBRARY JTIDAL@CITYTECH.CUNY.EDU TWITTER: @JUNIORTIDAL HTTP://LIBRARY.CITYTECH.CUNY.EDU 04.05.13 From Open Source to On Your Phone:

Open Source

• Open source refers to freely available, community supported source code.

• Even though open source is freely available, there may not be a large enough community to support particular products

• Open source projects may cease without warning.

• The library uses a variety of open source products.

Page 7: PROF. JUNIOR TIDAL LIBRARY JTIDAL@CITYTECH.CUNY.EDU TWITTER: @JUNIORTIDAL HTTP://LIBRARY.CITYTECH.CUNY.EDU 04.05.13 From Open Source to On Your Phone:

Open Source Software Used By the Library

Page 8: PROF. JUNIOR TIDAL LIBRARY JTIDAL@CITYTECH.CUNY.EDU TWITTER: @JUNIORTIDAL HTTP://LIBRARY.CITYTECH.CUNY.EDU 04.05.13 From Open Source to On Your Phone:

RedHat Linux

Linux is an open source operating systemThe library’s web server is powered by the

Red Hat distribution

Page 9: PROF. JUNIOR TIDAL LIBRARY JTIDAL@CITYTECH.CUNY.EDU TWITTER: @JUNIORTIDAL HTTP://LIBRARY.CITYTECH.CUNY.EDU 04.05.13 From Open Source to On Your Phone:

Apache Web Server

Apache allows users to connect to the library’s website.

This open-source program powers more than 100 million websites.

Page 10: PROF. JUNIOR TIDAL LIBRARY JTIDAL@CITYTECH.CUNY.EDU TWITTER: @JUNIORTIDAL HTTP://LIBRARY.CITYTECH.CUNY.EDU 04.05.13 From Open Source to On Your Phone:

Drupal

Drupal is an open source web content management system or CMS

This CMS utilizes PHP and MySQL to present web pages.

The library’s website is based on Drupal 6.

Page 11: PROF. JUNIOR TIDAL LIBRARY JTIDAL@CITYTECH.CUNY.EDU TWITTER: @JUNIORTIDAL HTTP://LIBRARY.CITYTECH.CUNY.EDU 04.05.13 From Open Source to On Your Phone:

Piwik

Piwik is a web analytics tool.

Page 12: PROF. JUNIOR TIDAL LIBRARY JTIDAL@CITYTECH.CUNY.EDU TWITTER: @JUNIORTIDAL HTTP://LIBRARY.CITYTECH.CUNY.EDU 04.05.13 From Open Source to On Your Phone:

Clickheat

Clickheat is an analytics program that tracks the most clicked on areas of a web page.

Page 13: PROF. JUNIOR TIDAL LIBRARY JTIDAL@CITYTECH.CUNY.EDU TWITTER: @JUNIORTIDAL HTTP://LIBRARY.CITYTECH.CUNY.EDU 04.05.13 From Open Source to On Your Phone:

MediaWiki

MediaWiki is the same platform that power Wikipedia.

The library utilizes it for internal communication.

Page 14: PROF. JUNIOR TIDAL LIBRARY JTIDAL@CITYTECH.CUNY.EDU TWITTER: @JUNIORTIDAL HTTP://LIBRARY.CITYTECH.CUNY.EDU 04.05.13 From Open Source to On Your Phone:

WebMin

WebMin is an open source configuration tool.It allows server administration through a

GUI-based web browser.

Page 15: PROF. JUNIOR TIDAL LIBRARY JTIDAL@CITYTECH.CUNY.EDU TWITTER: @JUNIORTIDAL HTTP://LIBRARY.CITYTECH.CUNY.EDU 04.05.13 From Open Source to On Your Phone:

WordPress

WordPress is a blogging platform.The library uses it as a blog.

Page 16: PROF. JUNIOR TIDAL LIBRARY JTIDAL@CITYTECH.CUNY.EDU TWITTER: @JUNIORTIDAL HTTP://LIBRARY.CITYTECH.CUNY.EDU 04.05.13 From Open Source to On Your Phone:

PHPMyAdmin

PHPMyAdmin is another web-based GUI.We can administer MySQL over the web

instead of connecting to the server through the command line.

Page 17: PROF. JUNIOR TIDAL LIBRARY JTIDAL@CITYTECH.CUNY.EDU TWITTER: @JUNIORTIDAL HTTP://LIBRARY.CITYTECH.CUNY.EDU 04.05.13 From Open Source to On Your Phone:

The Library’s Mobile Site

The library uses a separate installation of Drupal 7 to manage our mobile website.

Like the desktop version, we uses the Apache web server hosted by City Tech CIS

The mobile website uses jQuery Mobile, a touch-optimized web framework, through a Drupal theme

Drupal 7 was selected due to the large support community of librarians

Page 18: PROF. JUNIOR TIDAL LIBRARY JTIDAL@CITYTECH.CUNY.EDU TWITTER: @JUNIORTIDAL HTTP://LIBRARY.CITYTECH.CUNY.EDU 04.05.13 From Open Source to On Your Phone:

Mobile Website Vs Mobile Application

Why use a mobile website?Using a library mobile website allows for

greater cross-platform compatibilityMobile applications require more

programmingA mobile website is more cost effective since

we do not have to develop a separate iOS (Apple) application and Android application

Page 19: PROF. JUNIOR TIDAL LIBRARY JTIDAL@CITYTECH.CUNY.EDU TWITTER: @JUNIORTIDAL HTTP://LIBRARY.CITYTECH.CUNY.EDU 04.05.13 From Open Source to On Your Phone:

eBooks and PHP Parsing

eBook resources are becoming more popular.The mobile site uses a PHP script to harvest

eBook resources from the desktop site.This intended for mobile and tablet users.This is used so there isn’t redundant

maintained between the two sites.Once a new eBook resource is added, it is

automatically available on the mobile site.

Page 20: PROF. JUNIOR TIDAL LIBRARY JTIDAL@CITYTECH.CUNY.EDU TWITTER: @JUNIORTIDAL HTTP://LIBRARY.CITYTECH.CUNY.EDU 04.05.13 From Open Source to On Your Phone:

The Future of the Library’s Mobile Site

More resources are moving towards mobile and tablet computing

Usability testingContinued hardware capabilityiPads used as catalog stationsCUNY Catalog Mobile readyUtilizing more mobile technology for library

services such as GPS, and SMS services.

Page 21: PROF. JUNIOR TIDAL LIBRARY JTIDAL@CITYTECH.CUNY.EDU TWITTER: @JUNIORTIDAL HTTP://LIBRARY.CITYTECH.CUNY.EDU 04.05.13 From Open Source to On Your Phone:

Wrap Up

Mobile Device UsageOpen SourceHow the Library Uses Open SourceThe Library’s Open Source Based Mobile SiteWhy a Mobile Site Instead of an ApplicationeBooks, the Desktop Site and the Mobile SiteThe Future

Page 22: PROF. JUNIOR TIDAL LIBRARY JTIDAL@CITYTECH.CUNY.EDU TWITTER: @JUNIORTIDAL HTTP://LIBRARY.CITYTECH.CUNY.EDU 04.05.13 From Open Source to On Your Phone:

Questions?

Page 23: PROF. JUNIOR TIDAL LIBRARY JTIDAL@CITYTECH.CUNY.EDU TWITTER: @JUNIORTIDAL HTTP://LIBRARY.CITYTECH.CUNY.EDU 04.05.13 From Open Source to On Your Phone:

Thanks!