SlideShare a Scribd company logo
1 of 19
Bridging the gap from Wikipedia
      to scholarly sources:
    oneSearch bookmarklet


          BARBARA ARNETT
       WEB SERVICES LIBRARIAN

         VALERIE FORRESTAL
COMMUNICATIONS & NEW MEDIA STRATEGIES
             LIBRARIAN

   STEVENS INSTITUTE OF TECHNOLOGY
Discovery tool project:

 Key questions:


    How do you prompt students to use scholarly sources for
     research?

    What if they could search the library’s subscription databases
     without having to go through the library website?

    How do you create a bridge between common student research
     sources, such as Wikipedia, and the library’s collections?
Solution


 Solution: Cross-browser compatible bookmarklet
  (inspired by bit.ly, etc) + Summon (Serials Solutions
  Discovery Service)

 Bookmarklet = Bookmark + Applet
   small program run from your browser’s favorites menu
   Easy to install (drag-and-drop)
   OS/browser independent
   Only runs when clicked, so it doesn’t slow down your computer
    like some browser add-ons
Browser use at Stevens Library website

60

50

40
                                    Internet Explorer
30                                  Firefox
                                    Safari
20                                  Chrome

10

0
        2009      2010      2011
Inspiration: Bit.ly bookmarklet
How students use the Bookmarklet
Install page
Bookmarklet in browser
Search prompt
Search results
Usage Statistics
How libraries can set up a Bookmarklet
Parts of the Bookmarklet:

 1 – HTML : display bookmarklet on your webpage
     Contains the JavaScript that sits in the bookmarklet (in user’s
      browser)

 2 – JavaScript: on your server
     sits in search.js, referenced in bookmarklet HTML
     Google Analytics tracking + Prompt box for user to edit search terms
      (uses the Page Title for initial search terms)
     Executes search and returns results in federated search or catalog

 3 – CSS: make it pretty
     Optional (places button image under link)
     Can be inline or separate stylesheet
JavaScript code in bookmarklet:


                                                      this executes
                                                      JavaScript in a file
                                                      that resides on our
                                                      web server




javascript:(function(){document.body.appendChild(document.createElement
  ('script')).src='http://www.stevens.edu/library/js/search.js';})();
Javascript in http://www.stevens.edu/library/js/search.js--

{
// *****************   Google analytics code BEGIN *******************//
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-18930XXX-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-
   analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
// *****************    Google analytics code END *******************//

    var Ti=document.title.replace('- Wikipedia, the free encyclopedia','');

    void(Ti=prompt('Edit search terms:',Ti));
    if(Ti)
    {
    var searchString='http://stevens.summon.serialssolutions.com/search?s.q='+(Ti);

    window.location.href=searchString;
    }
}
Hasn’t this been done before?

 Catalog search bookmarklet (Indiana State University)
    Added functionality – code on our server, no version updates for the
     user to install
    Uses federated search to retrieve all types of information

 Libx toolbar
    Add-ons / extensions can slow down browser, bookmarklet only
     executes / uses resources when clicked
    Can be used in all browsers (Chrome, Safari, Firefox, IE)

 Bookmarklet:
    Manage code updates easily
    No memory hogging
Results

 Analytics tell us:
   Number of clicks

   Where clicking from



 University of Michigan
     http://www.lib.umich.edu/mlibrary-labs/articlesplus-quick-search-bookmarklet
Next steps:

 Have students install bookmarklet in all info lit
    classes (laptops are required.)
   Place oneSearch button in library website footer, so
    it’s easy to find and accessible from any page on our
    site.
   Campus-wide announcement (email) in September
    2011.
   After roll-out and promotion, compare Fall 2011
    usage stats for key databases vs. Fall 2009/2010.
   Edit Google Analytics code to track search terms
    (anonymously.)
More info:


Contact:
 Barbara Arnett: barnett@stevens.edu
 Valerie Forrestal: valerie.forrestal@stevens.edu


Details:
 Instructions available at: http://bit.ly/LibTech11
 Server-side code: http://www.stevens.edu/library/js/search.js

More Related Content

What's hot (6)

Managing references
Managing referencesManaging references
Managing references
 
Using Reference Management Tools: EndNote and Zotero
Using Reference Management Tools: EndNote and ZoteroUsing Reference Management Tools: EndNote and Zotero
Using Reference Management Tools: EndNote and Zotero
 
Facebook API for iOS
Facebook API for iOSFacebook API for iOS
Facebook API for iOS
 
Zotero: an open source reference management tool for researchers
Zotero: an open source reference management tool for researchersZotero: an open source reference management tool for researchers
Zotero: an open source reference management tool for researchers
 
Library Hacks
Library HacksLibrary Hacks
Library Hacks
 
Web fundamentals the sequel
Web fundamentals the sequelWeb fundamentals the sequel
Web fundamentals the sequel
 

Viewers also liked

Should You Friend Your Supervisor on Facebook? (NJLA2013)
Should You Friend Your Supervisor on Facebook? (NJLA2013)Should You Friend Your Supervisor on Facebook? (NJLA2013)
Should You Friend Your Supervisor on Facebook? (NJLA2013)
Valerie Forrestal
 
Twitter for Libraries - Handheld Librarian Redux @ Yale, 12-09
Twitter for Libraries - Handheld Librarian Redux @ Yale, 12-09Twitter for Libraries - Handheld Librarian Redux @ Yale, 12-09
Twitter for Libraries - Handheld Librarian Redux @ Yale, 12-09
Valerie Forrestal
 
The Future of Digital Libraries
The Future of Digital LibrariesThe Future of Digital Libraries
The Future of Digital Libraries
Valerie Forrestal
 

Viewers also liked (6)

Searching the Deep Web
Searching the Deep WebSearching the Deep Web
Searching the Deep Web
 
Should You Friend Your Supervisor on Facebook? (NJLA2013)
Should You Friend Your Supervisor on Facebook? (NJLA2013)Should You Friend Your Supervisor on Facebook? (NJLA2013)
Should You Friend Your Supervisor on Facebook? (NJLA2013)
 
Val forrestal capstone
Val forrestal capstoneVal forrestal capstone
Val forrestal capstone
 
Bridging the gap from Wikipedia to scholarly sources: a simple discovery solu...
Bridging the gap from Wikipedia to scholarly sources: a simple discovery solu...Bridging the gap from Wikipedia to scholarly sources: a simple discovery solu...
Bridging the gap from Wikipedia to scholarly sources: a simple discovery solu...
 
Twitter for Libraries - Handheld Librarian Redux @ Yale, 12-09
Twitter for Libraries - Handheld Librarian Redux @ Yale, 12-09Twitter for Libraries - Handheld Librarian Redux @ Yale, 12-09
Twitter for Libraries - Handheld Librarian Redux @ Yale, 12-09
 
The Future of Digital Libraries
The Future of Digital LibrariesThe Future of Digital Libraries
The Future of Digital Libraries
 

Similar to Discovery bookmarklet - Metro Science Librarians SIG

Tech Tools for Reference: Enhancing the Research Experience in the Health Sci...
Tech Tools for Reference: Enhancing the Research Experience in the Health Sci...Tech Tools for Reference: Enhancing the Research Experience in the Health Sci...
Tech Tools for Reference: Enhancing the Research Experience in the Health Sci...
Christine Tobias
 
Winter%200405%20-%20Advanced%20Javascript
Winter%200405%20-%20Advanced%20JavascriptWinter%200405%20-%20Advanced%20Javascript
Winter%200405%20-%20Advanced%20Javascript
tutorialsruby
 
Winter%200405%20-%20Advanced%20Javascript
Winter%200405%20-%20Advanced%20JavascriptWinter%200405%20-%20Advanced%20Javascript
Winter%200405%20-%20Advanced%20Javascript
tutorialsruby
 
Inter fundamentalsfacultyworkshop
Inter fundamentalsfacultyworkshopInter fundamentalsfacultyworkshop
Inter fundamentalsfacultyworkshop
devesh4u
 
3) web development
3) web development3) web development
3) web development
techbed
 
Power to the Users (and Librarians)
Power to the Users (and Librarians)Power to the Users (and Librarians)
Power to the Users (and Librarians)
Guus van den Brekel
 

Similar to Discovery bookmarklet - Metro Science Librarians SIG (20)

Tech Tools for Reference: Enhancing the Research Experience in the Health Sci...
Tech Tools for Reference: Enhancing the Research Experience in the Health Sci...Tech Tools for Reference: Enhancing the Research Experience in the Health Sci...
Tech Tools for Reference: Enhancing the Research Experience in the Health Sci...
 
Discovering The World From Your Laptop
Discovering The World From Your LaptopDiscovering The World From Your Laptop
Discovering The World From Your Laptop
 
Approaches to mobile site development
Approaches to mobile site developmentApproaches to mobile site development
Approaches to mobile site development
 
Lecture7
Lecture7Lecture7
Lecture7
 
Workshop HTML5+PhoneGap by Ivano Malavolta
Workshop HTML5+PhoneGap by Ivano Malavolta Workshop HTML5+PhoneGap by Ivano Malavolta
Workshop HTML5+PhoneGap by Ivano Malavolta
 
Winter%200405%20-%20Advanced%20Javascript
Winter%200405%20-%20Advanced%20JavascriptWinter%200405%20-%20Advanced%20Javascript
Winter%200405%20-%20Advanced%20Javascript
 
Winter%200405%20-%20Advanced%20Javascript
Winter%200405%20-%20Advanced%20JavascriptWinter%200405%20-%20Advanced%20Javascript
Winter%200405%20-%20Advanced%20Javascript
 
Nasdanika HTML - Fluent Java API for building Web UI
Nasdanika HTML - Fluent Java API for building Web UINasdanika HTML - Fluent Java API for building Web UI
Nasdanika HTML - Fluent Java API for building Web UI
 
Widgets Tools and Doodads for Webmasters - CIL 2008
Widgets Tools and Doodads for Webmasters - CIL 2008Widgets Tools and Doodads for Webmasters - CIL 2008
Widgets Tools and Doodads for Webmasters - CIL 2008
 
Web20 Intro Naj Shaik
Web20 Intro Naj ShaikWeb20 Intro Naj Shaik
Web20 Intro Naj Shaik
 
Inter fundamentalsfacultyworkshop
Inter fundamentalsfacultyworkshopInter fundamentalsfacultyworkshop
Inter fundamentalsfacultyworkshop
 
3) web development
3) web development3) web development
3) web development
 
Power to the Users (and Librarians)
Power to the Users (and Librarians)Power to the Users (and Librarians)
Power to the Users (and Librarians)
 
Aswc2009 Smw Tutorial Part 3 Halo Extension
Aswc2009 Smw Tutorial Part 3 Halo ExtensionAswc2009 Smw Tutorial Part 3 Halo Extension
Aswc2009 Smw Tutorial Part 3 Halo Extension
 
Bootstrap4XPages webinar
Bootstrap4XPages webinarBootstrap4XPages webinar
Bootstrap4XPages webinar
 
IRJET- A Personalized Web Browser
IRJET-  	  A Personalized Web BrowserIRJET-  	  A Personalized Web Browser
IRJET- A Personalized Web Browser
 
IRJET- A Personalized Web Browser
IRJET- A Personalized Web BrowserIRJET- A Personalized Web Browser
IRJET- A Personalized Web Browser
 
More Browser Basics, Tips & Tricks 2 Draft 17
More Browser Basics, Tips & Tricks 2 Draft 17More Browser Basics, Tips & Tricks 2 Draft 17
More Browser Basics, Tips & Tricks 2 Draft 17
 
The Browser, the User and the Library (How to to be in between)
The Browser, the User and the Library (How to to be in between)The Browser, the User and the Library (How to to be in between)
The Browser, the User and the Library (How to to be in between)
 
Analyzing bootsrap and foundation font-end frameworks : a comparative study
Analyzing bootsrap and foundation font-end frameworks : a comparative studyAnalyzing bootsrap and foundation font-end frameworks : a comparative study
Analyzing bootsrap and foundation font-end frameworks : a comparative study
 

Recently uploaded

The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
heathfieldcps1
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 

Recently uploaded (20)

Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 

Discovery bookmarklet - Metro Science Librarians SIG

  • 1. Bridging the gap from Wikipedia to scholarly sources: oneSearch bookmarklet BARBARA ARNETT WEB SERVICES LIBRARIAN VALERIE FORRESTAL COMMUNICATIONS & NEW MEDIA STRATEGIES LIBRARIAN STEVENS INSTITUTE OF TECHNOLOGY
  • 2. Discovery tool project:  Key questions:  How do you prompt students to use scholarly sources for research?  What if they could search the library’s subscription databases without having to go through the library website?  How do you create a bridge between common student research sources, such as Wikipedia, and the library’s collections?
  • 3. Solution  Solution: Cross-browser compatible bookmarklet (inspired by bit.ly, etc) + Summon (Serials Solutions Discovery Service)  Bookmarklet = Bookmark + Applet  small program run from your browser’s favorites menu  Easy to install (drag-and-drop)  OS/browser independent  Only runs when clicked, so it doesn’t slow down your computer like some browser add-ons
  • 4. Browser use at Stevens Library website 60 50 40 Internet Explorer 30 Firefox Safari 20 Chrome 10 0 2009 2010 2011
  • 6. How students use the Bookmarklet
  • 12. How libraries can set up a Bookmarklet
  • 13. Parts of the Bookmarklet:  1 – HTML : display bookmarklet on your webpage  Contains the JavaScript that sits in the bookmarklet (in user’s browser)  2 – JavaScript: on your server  sits in search.js, referenced in bookmarklet HTML  Google Analytics tracking + Prompt box for user to edit search terms (uses the Page Title for initial search terms)  Executes search and returns results in federated search or catalog  3 – CSS: make it pretty  Optional (places button image under link)  Can be inline or separate stylesheet
  • 14. JavaScript code in bookmarklet: this executes JavaScript in a file that resides on our web server javascript:(function(){document.body.appendChild(document.createElement ('script')).src='http://www.stevens.edu/library/js/search.js';})();
  • 15. Javascript in http://www.stevens.edu/library/js/search.js-- { // ***************** Google analytics code BEGIN *******************// var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-18930XXX-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google- analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); // ***************** Google analytics code END *******************// var Ti=document.title.replace('- Wikipedia, the free encyclopedia',''); void(Ti=prompt('Edit search terms:',Ti)); if(Ti) { var searchString='http://stevens.summon.serialssolutions.com/search?s.q='+(Ti); window.location.href=searchString; } }
  • 16. Hasn’t this been done before?  Catalog search bookmarklet (Indiana State University)  Added functionality – code on our server, no version updates for the user to install  Uses federated search to retrieve all types of information  Libx toolbar  Add-ons / extensions can slow down browser, bookmarklet only executes / uses resources when clicked  Can be used in all browsers (Chrome, Safari, Firefox, IE)  Bookmarklet:  Manage code updates easily  No memory hogging
  • 17. Results  Analytics tell us:  Number of clicks  Where clicking from  University of Michigan  http://www.lib.umich.edu/mlibrary-labs/articlesplus-quick-search-bookmarklet
  • 18. Next steps:  Have students install bookmarklet in all info lit classes (laptops are required.)  Place oneSearch button in library website footer, so it’s easy to find and accessible from any page on our site.  Campus-wide announcement (email) in September 2011.  After roll-out and promotion, compare Fall 2011 usage stats for key databases vs. Fall 2009/2010.  Edit Google Analytics code to track search terms (anonymously.)
  • 19. More info: Contact:  Barbara Arnett: barnett@stevens.edu  Valerie Forrestal: valerie.forrestal@stevens.edu Details:  Instructions available at: http://bit.ly/LibTech11  Server-side code: http://www.stevens.edu/library/js/search.js