Sunday, May 8. 2016Library stories: 2020 vision: "Professional research tools"For a recent strategic retreat, I was asked to prepare (as homework) a story about a subject that I'm passionate about, with an idea of where we might see the library in the next three to five years. Here's one of the stories I came up with, in the form of a brief scene as we observe a researcher at work: Scene: a cluttered home office. Faculty member LISA stands at her desk, tapping at a keyboard. She is distilling some of her recent findings into a proposal for an upcoming conference. At the top of the screen in front of her is the working title “Deliberate practice and mining accidents: an inverse relationship”; the paper will tie leading ideas from two different disciplines together. At the moment, she is working on the second paragraph, which lays the groundwork for her novel approach by drawing on some of the classic works in each field. She types: The concept of “deliberate practice” was introduced by Ericsson et al
Taking the cue from the invocation phrase “OK EasyWriter”, the microphone in one of her computing devices wakes up her AI research assistant (AIRA) which accesses her personal bibliographic database. She has been compiling a list of the papers she has been reading, along with annotations. AIRA also has access to her research team’s extended bibliographic database, which holds the citations, papers, research data, and general wisdom accumulated by the core researchers of her team since they set it up in 2016. AIRA also knows what subject-specific databases she normally searches and which papers she has bookmarked, downloaded, read, previously cited, or have cited her. It taps into general online databases like BinGooHoo Academic Scholar for citation trails, recent publications, and a comprehensive overview of the available copies of a given paper, whether through freely available versions online or those licensed by her library. As a fainter signal, AIRA knows what she has commented on in social media channels SnapTwitFaceSlackBook and uses sentiment analysis to determine whether those comments were favourable or snarky.
LISA hovers over the top entry. The citation information expands to overlay more information, including the abstract, number of citations, and annotations from her own copy of the paper. She clicks the top entry for a 1993 paper.
LISA finishes the quick synopsis of Ericsson’s thesis but wants to show that she is aware of his current thinking. Hovering over the citation again, she checks Ericsson’s recent publications and finds a 2018 entry that is reflecting on the 25th anniversary of his seminal paper. Scanning the abstract, she notes with satisfaction that Ericsson still considers the basic thesis sound and adds the citation to her personal bibliographic database, which displays a green check indicating that a copy of the paper has also been added to her personal reading list from one of the library-licensed or reputable open access sources. LISA also wants to acknowledge at least the leading critical reaction to the thesis. Hovering over the citation and the “Cited by” list breaks those citations down into rough categories such as “Supportive”, “Critiques”, and “Non-substantive”. Topping the “critiques” list is a 2007 paper by Hill that, according to the abstract, finds no significant correlation between hours of deliberate practice and accomplishments of spelling bee contestants competing in their second language. LISA then drills into the “critiques” list for Hill’s paper, and finds that the defenders of Ericsson’s thesis have pointed out important limitations to the breadth of Hill’s findings and overly broad assertions. They accept that the lack of correlation holds for rote vocabulary memorization, but point to studies that have repeatedly demonstrated as having a significant impact on skills combining cognitive and physical tasks--such as would be related to LISA’s overall thesis concerning mining-related incidents. LISA adds Hill’s critique to her personal reading list, as well as two of the selected counter-responses. From a technology perspective, all of the pieces are pretty much in place and just need to be pulled together—Zotero group bibliographies, linked open data, voice recognition, artificial intelligence and agents, and the likes of Google Scholar and Google Doc's ability to provide citations upon demand—and I think most or all of it will inevitably happen. So an interesting aspect to consider is what role we as librarians will play as this comes to pass. I believe one role is to help researchers make the most of the tools that are available; those who adapt and harness the power of these tools have the potential to be much more productive than their peers. Friday, April 15. 2016Querying Evergreen from Google Sheets with custom functions via Apps ScriptOur staff were recently asked to check thousands of ISBNs to find out if we already have the corresponding books in our catalogue. They in turn asked me if I could run a script that would check it for them. It makes me happy to work with people who believe in better living through automation (and saving their time to focus on tasks that only humans can really achieve). Rather than taking the approach that I normally would, which would be to just load the ISBNs into a table in our Evergreen database and then run some queries to take care of the task as a one-off, I opted to try for an approach that would enable others to run these sort of adhoc reports themselves. As with most libraries, I suspect, we work with spreadsheets a lot--and as our university has adopted Google Apps for Education, we are slowly using Google Sheets more to enable collaboration. So I was interested in figuring out how to build a custom function that would look for the ISBN and then return a simple "Yes" or "No" value according to what it finds. Evergreen has a robust SRU interface, which makes it easy to run complex queries and get predictable output back, and it normalizes ISBNs in the index so that a search for an 10-digit ISBN will return results for the corresponding 13-digit ISBN. That made figuring out the lookup part of the job easy; after that, I just needed to figure out how to create a custom function in Google Sheets. As it turns out, there's a dead-simple introductory tutorial for creating a custom function in Apps Script which tells you how to create a new function. And to make a call to a web service, there's the URLFetchApp class. After that, it's a matter of basic JavaScript. In the end, my custom function looks like the following:
Then I just add a column beside the column with ISBN values and invoke the function as (for example)
Given a bit more time, it would be easy to tweak the function to make it more robust, offer variant search types, and contribute it as a module to the Chrome Web Store "Sheet Add-ons" section, but for now I thought you might be interested in it. Caveats: With thousands of ISBNs to check, occasionally you'll get an HTTP response error (" Sunday, January 3. 2016FibreOp PVR update (late 2015) causes Slingbox "Weak or no video signal" problem (SOLVED)
TLDR: Set the HDMI output resolution on your PVR to 1080i instead of 1080p, and the component outputs on your FibreOp PVR will start working again, and therefore your Slingbox will start working again.
I purchased a Slingbox 350 a few years ago for the rare time I want to watch something on TV when I'm on the road. For the most part, it's worked well--although the very tiny bit of TV I watch hasn't really justified the cost.
Recently, however, it stopped working, for no apparent reason. After a few hours of searching for similar problems and monkeying around with the firewall on our ActionTec router (which, BTW, has not had a firmware update since it was installed two and a half years ago: how about that mess of security vulnerabilities) to open up a port that was never required before, based on advice from about 4 years ago, I was no further ahead.
Then I remembered that our PVR received an update just before Christmas that introduced a brand new UI and features like Santa Tracker. "Hmm", thought I, "could this be related to the problem?" I dug into posts about the update and discovered someone in the middle of a thread about a different feature complaining about their component output ports no longer working after the update, which lead to this thread pointing out that only the video on demand content was available in 1080p anyway. (Warning: those forums have obnoxious autoplay video ads!)
"But wait", I thought to myself, "I've never changed that setting, why would it be set to 1080p now?" As far as I can tell, it was purely a result of the update. Changing the output resolution setting back to 1080i enabled the component outputs to start pumping out data again and gave the Slingbox something to sling.
I wouldn't mind getting those troubleshooting hours of my life--more than I spend most weeks actually watching TV--back, even though figuring out the solution did eventually provide some satisfaction. For the most part, I have only myself to blame: I've put myself in a situation where I'm relying on a ton of proprietary software and hardware (Slingbox, ActionTec router, Arris PVR) over which I have very little control, and no ability to dig into the internals to see what has changed. Hopefully this helps someone jump directly to the solution.
Thursday, November 19. 2015That survey about EZProxyOCLC recently asked EZProxy clients to fill out a survey about their experiences with the product and to get feedback on possible future plans for the product. About half-way through, I decided it might be a good idea to post my responses. Because hey, if I'm working to help them, I might as well share it with my friends out in the library systems world So here are a few choice quotes from the comments section of the survey... In response to a question about the "ease of use" of EZProxy Nothing that requires configuration via a text file can be classed as "easy to use" these days. When asked why I scored satisfaction lower than the maximum The sluggishness to adopt current encryption protocols, and the unwillingness to use dynamically linked libraries, is a major black mark against the product. What one thing would I change about EZProxy I would change the license to be an open source (GPL v3 or Apache 2.0) licence. OCLC could still derive revenue from providing hosted solutions and as the well-known trusted name being the product, but small segments of the community could vet the code and contribute enhancements that meet their needs (that they have been asking for without success for years now). After being asked about the importance of five possible enhancements, three of which reflected a tighter integration with WorldShare services (roughly) This is why I don't like the proprietary revenue model for the 6.x series--you're investing the revenue in shoring up your WorldShare offerings with features that are not useful to the customers that do not use the WorldShare platform.
(Page 1 of 74, totaling 296 entries)
» next page
|
QuicksearchAbout MeI'm Dan Scott: barista, library geek, and free-as-in-freedom software developer.
I hack on projects such as the Evergreen
open-source ILS project and PEAR's File_MARC package .
By day I'm the Systems Librarian for Laurentian University. You can reach me by email at [email protected]. ![]() LicenseCategories |


