A Voice-Based CAPTCHA for the Modern User

Total Page:16

File Type:pdf, Size:1020Kb

A Voice-Based CAPTCHA for the Modern User Hitting Three Birds With One System: A Voice-based CAPTCHA For the Modern User Muhammad A. Shah Khaled A. Harras Carnegie Mellon University Carnegie Mellon University [email protected] [email protected] Abstract—CAPTCHA challenges are used all over the Inter- from mobile devices than desktop devices1. This shift in net to prevent automated scripts from spamming web services. user preference means that users now interact with their However, recent technological developments have rendered devices in a wide variety of dynamic environments, which the conventional CAPTCHA insecure and inconvenient to use. In this paper, we propose vCAPTCHA, a voice-based conventional input modalities may not be well suited to. CAPTCHA system that would: (1) enable more secure human While touch input is currently the dominant modality for authentication, (2) more conveniently integrate with modern mobile devices, it has its fair share of shortcomings such devices accessing web services, and (3) help collect vast amounts as when the screen is small, the user is wearing gloves, or of annotated speech data for different languages, accents, when the user’s attention is divided. These factors make the and dialects that are under-represented in the current speech corpora, thus making speech technologies accessible to more task of solving CAPTCHA challenges on mobile devices an people around the world. vCAPTCHA requires users to speak arduous one. their responses, in order to unlock or use different web services, Given the recent advancements in speech processing tech- instead of typing them. These user responses are analyzed to nologies, we see speech as a very promising modality for determine if they are indeed naturally produced, and then CAPTCHA systems, one that could solve the aforemen- transcribed to ensure that they contain the challenge sentence. We build a prototype for vCAPTCHA in order to assess its tioned problems of usability and security that plague current performance and practicality. Our preliminary results show systems. With more than 70% of users finding speech to be that we are able to achieve an attack success rate as low as more efficient than typing [9], [10], and 20% of Google 2.3% while maintaining a human success rate comparable to mobile searches happening via voice2, speech seems poised current CAPTCHAs, on ASVspoof datasets. to become the dominant input modality for mobile devices. Keywords-CAPTCHA; Speech Collection This partiality to speech input is carried over to CAPTCHA solving as well [11]. In addition, speech synthesis techniques I. INTRODUCTION have not matured enough to accurately replicate the human There are rising doubts about the effectiveness and se- voice. Synthesized speech usually contains certain artifacts curity of CAPTCHA, the Completely Automated Public that machine learning techniques can identify with more than Turing Test to tell Computers and Humans Apart [1]. 90% accuracy [12]. CAPTCHA and ReCAPTCHA systems are widely used on While we believe speech-based CAPTCHA solutions are the Internet, mostly by web services, to differentiate between well-positioned to replace their text-based counterparts and human users and automated scripts. The most common address the concerns mentioned above, the lack of diverse form of CAPTCHA relies on the limitation of computer speech copora poses a major challenge for their wide-scale vision techniques by presenting users with a short, visually deployment. Despite its promise, current speech-recognition distorted string, and asking them to type out its contents. systems cater only to a limited user-base. Due to insuffi- The emerging concern, however, is based on the fact that cient data, popular speech-based personal assistants, such as modern optical character recognition techniques can solve Google Assistant and Siri, support only 8 and 13 languages the most difficult variants of Google’s ReCAPTCHA with respectively, out of roughly 69003. Even for the popular more than 99% accuracy [2]. languages, the available data might not be diverse enough to In addition to the security concerns, the emerging trend model a wide range of accents and dialects. English corpora, in portable/mobile device adoption with its increased variety for instance, are dominated by the US accent while having of usage as a pervasive sensor for many applications [3], very little representation of common non-native accents like [4], [5], [6], [7], has rendered CAPTCHA challenges less convenient to use. The number of smartphone users have 1https://adwords.googleblog.com/2015/05/building-for-next- quadrupled between 2007 and 2014 outstripping desktop moment.html 2https://searchengineland.com/google-reveals-20-percent-queries-voice- users[8]; users are spending 70% of their screen time on queries-249917 mobile devices, and more search queries are originating 3https://www.ethnologue.com/ Middle-Eastern and Indian. Consequently, systems trained II. RELATED WORK on these corpora yield high error rates on non-native accents A. Crowdsourcing Speech Data [13], [14]. With users hailing from all over the world, a There have been several efforts to collect speech-data speech based CAPTCHA could allow for the collection of in crowdsourced manners. One of the most straightforward data for a variety of languages, dialects and accents, which ways to collect speech data is via crowdsourcing platforms in turn would make speech input applications in general like Amazon Mechanical Turk, which has been used to accessible to more people. collect dictations of Wikipedia articles [17]. The issue with In this paper, we propose vCAPTCHA, a secure and con- using crowdsourcing platforms is that it is difficult to ensure venient voice-based CAPTCHA that enables the collection the quality of the collected data [18]. VoxForge[19] crowd- of diverse speech data at a global scale. A user is presented sources transcribed speech by having people voluntarily with a short challenge text, which he/she will respond to record themselves on its website. So far VoxForge has by speaking out the displayed text rather than typing it collected dictations for 15,693 sentences across 13 languages in. Since vCAPTCHA uses the human-ness of speech to of which more a third are in English. Since VoxForge’s differentiate humans and bots, it obviates the need to visually approach relies on the altruism of the volunteers, the volume distort the text displayed to the user. This makes the task of data it can gather is limited. A gamified approach to of solving our CAPTCHA even more convenient and less speech collection, via a voice operated quiz, was proposed in cognitively tasking for human users, while still presenting [20]. Using this system the authors were able to collect more a significant challenge to bots. Our system allows text than 25 hours of speech for European Portuguese. However, corpora to be uploaded to it. From these corpora it randomly this approach is not very scalable because adapting the provides challenge sentences to web applications, upon game to different languages would be a very tedious task. request. Upon receiving the user’s response, vCAPTCHA uses feature extraction and machine learning techniques B. CAPTCHA Variants from speaker verification literature to analyze the audio With conventional CAPTCHA fast becoming obsolete signal and determine if it was indeed naturally produced. new variants of CAPTCHA are in the works. Google To ensure that the speech signal provided was produced in has recently developed NoCAPTCHA[21] and Invisible response to the given challenge sentence, vCAPTCHA also CAPTCHA[22], which, instead of relying on the ability to uses commodity speech recognition software to transcribe read contorted text, use Google’s Advance Risk Analysis the audio. If the transcription and challenge sentence are backend[23] to analyze various characteristics of a client’s similar within a threshold, they are considered a match. If traffic, including location, IP address and behavior on the both of the aforementioned tests pass, vCAPTCHA certifies web page, to determine if the client is a human user or not. the legitimacy of the user. The utterances that successfully However, in the cases in which the Advance Risk Analysis pass the CAPTCHA are stored in the database to become backend is not confident in its analysis, the user is presented part of a speech corpus in the future. with a conventional CAPTCHA. Moreover, recent attempts We implement a prototype of vCAPTCHA4 and evaluate to spoof Google’s Advance Risk Analysis backend have its different components using large speech datasets[15], been very successful, with researchers fooling the system [16]. These datasets include more than 200,000 speech up to 2500 time per hour [24]. Therefore, we believe that samples, that are both spoofed and genuine, on which we developing another variant of CAPTCHA that is both user- measure the attack and human success. The attack success friendly and secure is a worthwhile endeavor. rate is the proportion of spoofed responses that were in- Speech, as an alternate input modality for CAPTCHA, correctly considered genuine, while the human success rate has been explored, albeit sparingly, by researchers over is the proportion of genuine responses that were classified the years. Early speech based variants of CAPTCHA were as such. We were able to reduce the attack success rate to developed for use in telephony applications[25], [26], [27] to as low as, 2.3% while maintaining a human success rate prevent spam and facilitate visually impaired users. Recently, comparable to current CAPTCHAs. in [28], the authors develop a CAPTCHA system for the Web, which requires the user to read out the sentence The remainder of this paper is organized as follows. In presented on the screen. This system, however, had an Section II we present the related work in the area of crowd- unacceptable attack success rate of around 40%. A similar sourcing speech data, CAPTCHA challenges, and speaker but improved system was proposed in [11], [29] that reduced verification.
Recommended publications
  • Google Apps: an Introduction to Docs, Scholar, and Maps
    [Not for Circulation] Google Apps: An Introduction to Docs, Scholar, and Maps This document provides an introduction to using three Google Applications: Google Docs, Google Scholar, and Google Maps. Each application is free to use, some just simply require the creation of a Google Account, also at no charge. Creating a Google Account To create a Google Account, 1. Go to http://www.google.com/. 2. At the top of the screen, select “Gmail”. 3. On the Gmail homepage, click on the right of the screen on the button that is labeled “Create an account”. 4. In order to create an account, you will be asked to fill out information, including choosing a Login name which will serve as your [email protected], as well as a password. After completing all the information, click “I accept. Create my account.” at the bottom of the page. 5. After you successfully fill out all required information, your account will be created. Click on the “Show me my account” button which will direct you to your Gmail homepage. Google Docs Now that you have an account created with Google, you are able to begin working with Google Docs. Google Docs is an application that allows the creation and sharing of documents, spreadsheets, presentations, forms, and drawings online. Users can collaborate with others to make changes to the same document. 1. Type in the address www.docs.google.com, or go to Google’s homepage, http://www. google.com, click the more drop down tab at the top, and then click Documents. Information Technology Services, UIS 1 [Not for Circulation] 2.
    [Show full text]
  • The Informal Sector and Economic Growth of South Africa and Nigeria: a Comparative Systematic Review
    Journal of Open Innovation: Technology, Market, and Complexity Review The Informal Sector and Economic Growth of South Africa and Nigeria: A Comparative Systematic Review Ernest Etim and Olawande Daramola * Department of Information Technology, Cape Peninsula University of Technology, P.O. Box 652, South Africa; [email protected] * Correspondence: [email protected] Received: 17 August 2020; Accepted: 10 October 2020; Published: 6 November 2020 Abstract: The informal sector is an integral part of several sub-Saharan African (SSA) countries and plays a key role in the economic growth of these countries. This article used a comparative systematic review to explore the factors that act as drivers to informality in South Africa (SA) and Nigeria, the challenges that impede the growth dynamics of the informal sector, the dominant subsectors, and policy initiatives targeting informal sector providers. A systematic search of Google Scholar, Scopus, ResearchGate was performed together with secondary data collated from grey literature. Using Boolean string search protocols facilitated the elucidation of research questions (RQs) raised in this study. An inclusion and exclusion criteria became necessary for rigour, comprehensiveness and limitation of publication bias. The data collated from thirty-one (31) primary studies (17 for SA and 14 for Nigeria) revealed that unemployment, income disparity among citizens, excessive tax burdens, excessive bureaucratic hurdles from government, inflationary tendencies, poor corruption control, GDP per capita, and lack of social protection survival tendencies all act as drivers to the informal sector in SA and Nigeria. Several challenges are given for both economies and policy incentives that might help sustain and improve the informal sector in these two countries.
    [Show full text]
  • 4 Google Scholar-Books
    Scholarship Tools: Google Scholar Eccles Health Sciences Library NANOS 2010 What is Google Scholar? Google Scholar provides a simple way to broadly search for scholarly literature. From one place, you can search across many disciplines and sources: articles, theses, books, abstracts and court opinions, from academic publishers, professional societies, online repositories, universities and other web sites. Google Scholar helps you find relevant work across the world of scholarly research. Features of Google Scholar • Search diverse sources from one convenient place • Find articles, theses, books, abstracts or court opinions • Locate the complete document through your library or on the web • Cited by links you to abstracts of papers where the article has been cited • Related Articles links you to articles on similar topics Searching Google Scholar You can do a simple keyword search as is done in Google, or you can refine your search using the Advanced Search option. Advanced Search allows you t o limit by author, journal, date and collections. Results are ranked by weighing the full text of the article, where it is published, who it is written by and how often it has been n cited in other scholarly journals. Google Scholar Library Links Find an interesting abstract or citation that you wish you could read? In many cases you may have access to the complet e document through your library. You can set your preferences so that Google Scholar knows your primary library. Once this is set, it will determine whether your library can supply the article in Google Scholar preferences. You may need to be on campus or logged into a VPN or a Proxy server to get the full text of the article, even if it is in your library.
    [Show full text]
  • Social Factors Associated with Chronic Non-Communicable
    BMJ Open: first published as 10.1136/bmjopen-2019-035590 on 28 June 2020. Downloaded from PEER REVIEW HISTORY BMJ Open publishes all reviews undertaken for accepted manuscripts. Reviewers are asked to complete a checklist review form (http://bmjopen.bmj.com/site/about/resources/checklist.pdf) and are provided with free text boxes to elaborate on their assessment. These free text comments are reproduced below. ARTICLE DETAILS TITLE (PROVISIONAL) Social factors associated with chronic non-communicable disease and comorbidity with mental health problems in India: a scoping review AUTHORS M D, Saju; Benny, Anuja; Scaria, Lorane; Anjana, Nannatt; Fendt- Newlin, Meredith; Joubert, Jacques; Joubert, Lynette; Webber, Martin VERSION 1 – REVIEW REVIEWER Hoan Linh Banh University of Alberta, Canada REVIEW RETURNED 28-Nov-2019 GENERAL COMMENTS There is a major flaw with the search strategy. The authors did not include important databases such as PsycInfo and the Educational Resources Information Centre. Also, pubmed should have been used rather than medline. Finally, the authors did not even attempt to search google scholar for grey literature. The the study only included 10 papers and 6 were on multiple countries which was one of the exclusion critera. http://bmjopen.bmj.com/ REVIEWER Graham Thornicroft KCL, UK REVIEW RETURNED 06-Dec-2019 GENERAL COMMENTS MJ Open: Social factors associated with chronic non-communicable disease and comorbidity with mental health problems in India: a scoping review on October 2, 2021 by guest. Protected copyright. The aim of this paper is to examine the existing literature of the major social risk factors which are associated with diabetes, hypertension and the co- morbid conditions of depression and anxiety in India.
    [Show full text]
  • Assessment of the Registration of Bibliographical Data in the ESS Bibliography Database
    Assessment of the registration of bibliographical data in the ESS Bibliography database Professor Birger Larsen Aalborg University [email protected] August 2018 1 Table of Contents 1 Introduction ............................................................................................................................................... 4 2 Methodology ............................................................................................................................................. 4 3 Background - ESS and the ESSB ................................................................................................................. 4 4 Analysis ...................................................................................................................................................... 5 4.1 Current procedures of registering data to the ESSB ......................................................................... 5 4.1.1 Self-reporting by ESS users ........................................................................................................ 7 4.1.2 Identification of Google Scholar publications at the University of Ljubljana .......................... 11 4.1.3 Bibliographic control ............................................................................................................... 13 4.2 Current presentation of ESS bibliographical data and proposed improvements ........................... 14 4.3 Possibilities for bibliometric analyses .............................................................................................
    [Show full text]
  • A Content Analysis in the Studies of Youtube in Selected Journals
    Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 103 ( 2013 ) 10 – 18 13th International Educational Technology Conference A content analysis in the studies of YouTube in selected journals Norlidah Alias*, Siti Hajar Abd Razak, Ghada elHadad, Nurul Rabihah Mat Noh Kokila Kunjambu, Parimaladevi Muniandy Department of Curriculum & Instructional Technology, Faculty of Education, University of Malaya, 50603 Kuala Lumpur, Malaysia [email protected], [email protected], [email protected], [email protected], [email protected], [email protected] Abstract This paper provides a review of research trends and content analysis of studies in the field of YouTube that were published in seven major journals: Turkish Online Journal of Educational Technology (TOJET), Educational Technology & Society (ET&S), Educational Technology Research & Development (ETR&D), Computers & Education (C&E), Learning and Instruction (L&I), Australasian Journal of Educational Technology (AJET) and British Journal of Educational Technology (BJET). These articles were cross analyzed by published years. Content analysis was implemented for further analysis based on their research topics, issues category, research settings and sampling, research design, research method and data analysis. The results of the analysis also provide insights for educators and researchers into research trends and issues related to YouTube. © 20132013 The The Authors. Authors. Published Published by byElsevier Elsevier Ltd. Ltd. Selection and and peer-review peer-review under under responsibility responsibility of The of AssociationThe Association of Science, of Science, Education Education and Technology-TASET, and Technology-TASET, Sakarya Sakarya Universitesi, Turkey. Turkey. Keywords: YouTube; trends; content analysis. * Corresponding author.
    [Show full text]
  • AN INTRODUCTION to GOOGLE SCHOLAR Randy L
    AN INTRODUCTION TO GOOGLE SCHOLAR Randy L. Miller Graduate Research Assistance Librarian September 2013 434-592-3096 [email protected] What does Google Scholar include? Google Scholar www.scholar.google.com provides a simple way to broadly search for scholarly literature. From one place, you can search across many disciplines and sources: articles, theses, books, abstracts and court opinions, from academic publishers, professional societies, online repositories, universities and other web sites. Google Scholar helps you find relevant work across the world of scholarly research. (Important note: If you are doing a comprehensive review of the literature, you should always check other sources such as Summon and discipline-specific databases rather than relying solely on Google Scholar.) Google Scholar only contains citation references to books, journal articles, and other resources, not general websites like the Google Search engine. It is more complete in the STEM (science, technology, engineering, and medicine) literature. It is also fairly comprehensive in the Social Sciences (such as Education and Counseling). Has the fewest indexed articles in the Humanities, including Religion and Biblical Studies. (See the “Metrics” link at the top to show the major disciplines and the most highly indexed journals in each discipline.) It also tends to include more recent literature rather than pre-1990 literature because this older literature has often never been digitized and put on the web. Although it contains patent records, court cases, and legal documents, we will not be discussing those in this handout. What are some advantages of using Google Scholar? 1. In addition to showing resources like journal articles in our subscription databases, it also shows free “open access” and gray literature items (like conference proceedings, organization white papers, etc.) found on the web.
    [Show full text]
  • Decrease in Free Computer Science Papers Found Through Google Scholar Lee A
    Virginia Commonwealth University VCU Scholars Compass VCU Libraries Faculty and Staff ubP lications VCU Libraries 2014 Decrease in Free Computer Science Papers Found through Google Scholar Lee A. Pedersen Brown University, [email protected] Julie Arendt Virginia Commonwealth University, [email protected] Follow this and additional works at: http://scholarscompass.vcu.edu/libraries_pubs Part of the Databases and Information Systems Commons, and the Library and Information Science Commons Copyright Emerald Group Publishing Recommended Citation Lee A. Pedersen, Julie Arendt, (2014) "Decrease in free computer science papers found through Google Scholar", Online Information Review, Vol. 38 Iss: 3, pp.348 - 361. This Article is brought to you for free and open access by the VCU Libraries at VCU Scholars Compass. It has been accepted for inclusion in VCU Libraries Faculty and Staff ubP lications by an authorized administrator of VCU Scholars Compass. For more information, please contact [email protected]. Decrease in free computer science papers found through Google Scholar Abstract: Purpose - Google Scholar was used to locate free full-text versions of computer science research papers to determine what proportion could be freely accessed. Design/methodology/approach - A sample of 1967 conference papers and periodical articles from 2003-2010, indexed in the ACM Guide to Computing Literature, was searched for manually in Google Scholar, using the paper or article title and the first author’s surname and supplementary searches as needed. Findings - Free full-text versions were found for 52% of the conference papers and 55% of the periodical articles. Documents with older publication dates were more likely to be freely accessible than newer documents, with free full-text versions found for 71% of items published in 2003 and 43% of items published 2010.
    [Show full text]
  • The Political Economy of Youtube
    You Tube as an cultural form Wasko & Erickson – The Political Economy of YouTube Janet Wasko and Mary Erickson Political Economy of Communication The discussion in this article draws on a political economic analy- sis of media. The study of political economy is about how societies are organized and controlled and it is very much about the analysis of power. The Political In the 1970s, Graham Murdock and Peter Golding defined political econ- omy of communication as fundamentally interested in studying commu- nication and media as commodities produced by capitalist industries.4 More recent theoretical discussions of this approach have been offered Economy of 5 by Vincent Mosco, Robert McChesney, Janet Wasko and others. How- ever, in general, the study of political economy of the media is about YouTube how the media are organized and controlled within the larger political economy. In other words, it is concerned with who has power to make decisions about the media, and who benefits from these decisions. In Since YouTube was launched in 2005, many have heralded the video- other words, it is about understanding how power relations actually sharing website as a democratizing media platform that would convert work within and around the media. media consumers into producers and reshape the entire landscape of In media studies, critical political economy has grown over the years media. Some argue that the site is contributing to a fundamental trans- and is now recognized as a distinct tradition. While critical political econ- formation in political discourse and policy too.1 From its very early days, omy does not claim to explain everything, political economists have corporate organizations have heralded YouTube as a potential goldmine examined a wide range of communication and media issues and practic- of relatively effortless profit, where millions (and soon to be billions) of es, including the traditional mass media, and more recently, computers eyeballs would translate into huge revenues for YouTube, venture capi- and information technologies.
    [Show full text]
  • Transforming Health Care Big Data Implementing Through Aprior-Mapreduce E
    et International Journal on Emerging Technologies 10 (2): 71-77(2019) ISSN No. (Print) : 0975-8364 ISSN No. (Online) : 2249-3255 Transforming Health Care Big Data Implementing through Aprior-Mapreduce E. Laxmi Lydia 1, R. Pandi Selvam 2, U.S. Kirutikaa 3, R. Saranya 4, M. Ilayaraja 5, K. Shankar 6 and Andino Maseleno 7 1Associate Professor, Vignan’s Institute of Information Technology(A), Department of Computer Science and Engineering, Visakhapatnam, Andhra Pradesh, India. 2Assistant Professor & Head, P.G. Department of Computer Science, Ananda College, Devakottai, India. 3Assistant Professor, Department of Information Technology, Dr. Umayal Ramanathan College For Women, Karaikudi, India. 4Assistant Professor, Department of Computer Science, Dr. Umayal Ramanathan College for Women, Karaikudi, India. 5School of Computing Kalasalingam Academy of Research and Education, Krishnankoil, India. 6School of Computing Kalasalingam Academy of Research and Education, Krishnankoil, India. 7Institute of Informatics and Computing Energy, Universiti Tenaga Nasional, Malaysia. (Corresponding author: E. Laxmi Lydia, [email protected] ) (Received 03 April 2019, Revised 25 June 2019 Accepted 08 July 2019) (Published by Research Trend, Website: www.researchtrend.net) ABSTRACT: The healthcare industry routinely has generated massive quantities of knowledge, pushed by way of using record preserving, compliance & regulatory specifications, and patient care. The proposed paper specializes in designing of the radical Framework which consists of components and these accessories can be utilized to perform quick analysis by way of connecting clusters which is designed in this work. The proposed paper implements BigData Analytics capabilities as a part of a “Novel Framework” structure that can meet the wants of Health care vendors searching for to strengthen effects and efficiencies at the same time increasing profitability.
    [Show full text]
  • Scientific Data Mining and Processing Using Mapreduce in Cloud Environments
    Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2014, 6(6):1270-1276 ISSN : 0975-7384 Research Article CODEN(USA) : JCPRC5 Scientific data mining and processing using MapReduce in cloud environments Kong Xiangsheng Department of Computer & Information, Xinxiang University, Xinxiang, China _____________________________________________________________________________________________ ABSTRACT High-performance processing scientific data has enabled the development of digital resources and web-based services that facilitate uses of data beyond those that may have been envisioned by the original data producers. Scientific data processing systems must handle scientific data coming from real-time, high-throughput applications. Timely processing of scientific data is important and requires sufficient available resources to achieve high throughput and deliver accurate output results. Cloud Computing provides a low-priced way for small and medium sized enterprises to process scientific data. Based on Hadoop MapReduce of cloud computing, we propose the detailed procedure of scientific data processing algorithm which can improve the overall performance under the shared environment while retaining compatibility with the native Hadoop MapReduce in this paper. Keywords: MapReduce; Cloud Computing; Hadoop; Distributed File System _____________________________________________________________________________________________ INTRODUCTION In many fields, such as astronomy, high-energy physics and bioinformatics, scientists
    [Show full text]
  • Google Scholar August 2005 E
    UC Libraries Use of Google Scholar August 2005 E. Meltzer 8/10/05 On June 22, 2005, the CDL requested information from the campuses about librarian and library staff use of Google Scholar in their own work and at public service desks. Eight of ten campuses responded with a wealth of information about the creative ways in which the libraries use Google Scholar, as well as with their objections to its use. Immediately below is an overall summary of responses, followed by a document containing all the detailed responses received. At the end of the second section is a report from UCLA detailing how the UCLA library integrates and positions Google Scholar along with the rest of their electronic resources. The replies indicate a core of respondents do not use Google Scholar at all. Others use it rarely, instead strongly preferring licensed article databases purchased by the libraries for use in specific disciplines. Some are reluctant to use it because they are unsure of what it actually covers. Among those who do use Google Scholar, they value it as a way of getting at older, more obscure, interdisciplinary, and difficult to locate materials quickly and simply. It is open access and sometimes easier to use than traditional resources. It provides another point of entry to the world of scholarship. At public service desks, it is used as an entrée into the use of OpenURL or licensed resources, and as an option for non-UC affiliated users. Some campuses are beginning to adopt Google Scholar in their teaching. Whether one is “for” or “against” Google Scholar, it is clearly a topic of lively and passionate dialogue within the University of California libraries.
    [Show full text]