[CODE4LIB] How to measure quality of a record

2015-05-06 Thread Sergio Letuche
Hello community, is there a way, any statistical approach, that you are aware of that let's say, allows one to have an idea of how complete a record is, or what are the actions you take in order to have an idea of the quality of a record, and eventually a database? Thank you in advance

Re: [CODE4LIB] Library Hours

2015-05-06 Thread Charlie Morris
I'm curious, Karen, Ethan or anyone else, do you know of any examples of libraries that have implemented schema.org or RDFa for hours data and have noticed that Google or some other search engine has picked it up (i.e., correctly displaying that data as part of the search results)? And if so, how

Re: [CODE4LIB] How to measure quality of a record

2015-05-06 Thread Péter Király
Hi, I thought a lot about this question in the past, and my answer is: yes, you can apply statistical formulas. But you should know well each field of your record: what kind of information could they contain, whether you could set rules about that which you can apply for the individual records.

Re: [CODE4LIB] How to measure quality of a record

2015-05-06 Thread James Morley
I think a key thing is to determine to what extent any definition of 'completeness' is actually a representation of 'quality'. As Peter says, making sure not just that metadata is present but then checking it conforms with rules is a big step towards this. I would also extend this to assessing

Re: [CODE4LIB] Library Hours

2015-05-06 Thread Ethan Gruber
+1 on the RDFa and schema.org. For those that don't know the library URL off-hand, it is much easier to find a library website by Googling than it is to go through the central university portal, and the hours will show up at the top of the page after having been harvested by search engines. On

Re: [CODE4LIB] How to measure quality of a record

2015-05-06 Thread Sergio Letuche
i felt i was missing something, since i could not find some general, most used approach, and perhaps some code on github that implements these quality measures... 2015-05-06 15:08 GMT+03:00 James Morley james.mor...@europeana.eu: I think a key thing is to determine to what extent any definition

Re: [CODE4LIB] Library Hours

2015-05-06 Thread Karen Coyle
Charlie, I don't know of any libraries that have used schema.org for their web site - perhaps others do. If it is used, it should be picked up the next time the search engines index the site. What the search engines do with schema.org is not guaranteed, but can be observed. It is not

Re: [CODE4LIB] Library Hours

2015-05-06 Thread Tajoli Zeno
Hi Open today · 9:00 am – 8:00 pm javascript:void(0) but I have no idea where that comes from. probably because the web page http://sfpl.org/index.php?pg=010101 insert library hours inside div id=library-hours /div Bye Zeno Tajoli -- Dr. Zeno Tajoli Servizi Innovativi -- Automazione

Re: [CODE4LIB] Library Hours

2015-05-06 Thread Karen Coyle
The search engine may not pick it up quickly enough, but the emergency services in the area could get it from the RDFa as soon as it hits the web. kc On 5/6/15 6:45 AM, nitin arora wrote: I think both creating a one-off list and schema.org approaches pose problems within the context of the

Re: [CODE4LIB] Library Hours

2015-05-06 Thread nitin arora
I think both creating a one-off list and schema.org approaches pose problems within the context of the original fund raising campaign's pitch. I don't think every library can necessarily implement the latter for a variety of reasons, not always technical. From the pov that a library can be a

Re: [CODE4LIB] Library Hours

2015-05-06 Thread Tom Keays
I'd like to find out how and why Google is parsing this information. If you go to the the SFPL hours page (first link in the Google results), and look at the source code, this is all you find. http://sfpl.org/index.php?pg=010101 Is the ID in the DIV sufficient? It would be nice to have a set

Re: [CODE4LIB] Library Hours

2015-05-06 Thread Karen Coyle
Right, but I don't think that meets any particular standard, which means that Google is doing a lot of text analysis when it indexes pages, looking for a pattern that looks like opening hours. That takes more cycles than having it all neatly wrapped in some known RDFa. kc On 5/6/15 6:54 AM,

[CODE4LIB] Learn to Teach Coding - [free] webinar and ALA pre conference

2015-05-06 Thread Goben, Abigail
Please note the webinar will be free to the first 100 log ins. If you're interested in teaching code/mentoring in technology, this may be of interest! Cheers -- Forwarded message -- From: *Mark Beatty* mbea...@ala.org mailto:mbea...@ala.org Date: Tue, May 5, 2015 at 2:43 PM

Re: [CODE4LIB] Library Hours

2015-05-06 Thread Richard Wallis
I believe the objective, of the search engines, is to be able to provide user useful functionality in both their Knowledge Graphs and on mobile devices for all local businesses. I note now when I search for the local branch of Best Buy or similar on my iPhone I get the 'Open Now' or 'Closed Now'

Re: [CODE4LIB] Library Hours

2015-05-06 Thread Megan O'Neill Kudzia
Hi all, I've been experimenting with schema.org OpeningHoursSpecification, and currently Bing is scraping our hours, but Google isn't. I am using RDFa-lite and I've validated it using a linter (thanks Jason Ronallo!), so I'm scratching my head as to why our hours *still* don't show up on a google

Re: [CODE4LIB] Help with Auto Hot Key

2015-05-06 Thread Andrew Weidner
Hi Eddie, AutoHotkey can probably do what you want to do. I am not familiar with the Sierra interface, although I have successfully used AHK to automate workflows in a variety of applications. Here's an example of a subroutine with key commands that copy the contents of a CONTENTdm text input

Re: [CODE4LIB] Library Hours

2015-05-06 Thread Jason Bengtson
When I was at the Robert M Bird Library I put some basic schema.org on the old site, but I didn't mark up the hours. That'll be a project for here as well, once I get out from under some of what I'm working on now. Best regards, *Jason Bengtson, MLIS, MA* Innovation Architect *Houston Academy

Re: [CODE4LIB] Library Hours

2015-05-06 Thread Karen Coyle
Tom, Google will not tell you. The entirety of how Google search works is a trade secret. We don't know the algorithm for ranking, and we don't know what information they glean from web pages -- and they are unlikely to tell. It is a constant on the schema.org discussion list that developers

[CODE4LIB] DLF Preconference for Liberal Arts Colleges - Call For Proposals

2015-05-06 Thread Kelcy Shepherd
The Digital Library Federation is hosting our inaugural DLF Liberal Arts Colleges Preconference on October 25th in Vancouver, BC, preceding this year's DLF Forum. The one-day preconference will be an opportunity for those working with digital libraries/digital scholarship in liberal arts

Re: [CODE4LIB] How to measure quality of a record

2015-05-06 Thread Phillips, Mark
I'll second Bob's recommendation on that paper. I've found the following paper to be an interesting read on the topic of metadata quality and some of the ways that we could approach measuring it with automation. Automatic Evaluation of Metadata Quality in Digital Repositories by Xavier Ochoa

Re: [CODE4LIB] How to measure quality of a record

2015-05-06 Thread Stuart A. Yeates
Here in .nz the national library runs a local aggregation service http://digitalnz.org/ which has quite good penetration into schools and so forth. It provides some metadata quality reports such as http://metadata.digitalnz.org/nzresearch/127 for sources it aggregates (that report is actually

Re: [CODE4LIB] Help with Auto Hot Key

2015-05-06 Thread Dawn Romano
Hi Eddie, I'm not an autohotkey guru, but I just wanted to mention that when you are invoicing in Sierra, you do have the option to print the bib/order record for the item you are invoicing. I believe this would provide all of the information you are looking for. Of course, it will also

Re: [CODE4LIB] Help with Auto Hot Key

2015-05-06 Thread Eddie Clem
This afternoon, I tried several different methods to print the order record (and order bib) onto receipt paper. That works well--except that it cuts off part of the of the order record note toward the bottom. (we'd prefer to use receipt paper rather than regular computer paper--it's much faster

Re: [CODE4LIB] Library Hours

2015-05-06 Thread Dan Scott
On Wed, May 6, 2015 at 8:15 AM, Ethan Gruber ewg4x...@gmail.com wrote: +1 on the RDFa and schema.org. For those that don't know the library URL off-hand, it is much easier to find a library website by Googling than it is to go through the central university portal, and the hours will show up

Re: [CODE4LIB] How to measure quality of a record

2015-05-06 Thread Robert Sandusky
I recommend this article as an entry point into a research program on information quality: Stvilia, B., Gasser, L., Twidale, M. B. and Smith, L. C. (2007), A framework for information quality assessment. J. Am. Soc. Inf. Sci., 58: 1720–1733. doi:10.1002/asi.20652 Available at:

Re: [CODE4LIB] How to measure quality of a record

2015-05-06 Thread Kyle Banerjee
On May 6, 2015, at 7:08 AM, James Morley james.mor...@europeana.eu wrote: I think a key thing is to determine to what extent any definition of 'completeness' is actually a representation of 'quality'. As Peter says, making sure not just that metadata is present but then checking it

Re: [CODE4LIB] How to measure quality of a record

2015-05-06 Thread Diane Hillmann
You might try this blog post, by Thomas Bruce, who was my co-author on an earlier article (referred to in the post): https://blog.law.cornell.edu/voxpop/2013/01/24/metadata-quality-in-a-linked-data-context/ Diane On Wed, May 6, 2015 at 5:24 PM, Kyle Banerjee kyle.baner...@gmail.com wrote: On

Re: [CODE4LIB] Library Hours

2015-05-06 Thread BWS Johnson
Salvete! Google often draws data from OpenStreetMap. If one wanted to, one could simply edit the Library information there and watch it get picked up rather quickly. http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dlibrary #justsayin Brooke

Re: [CODE4LIB] Library Hours

2015-05-06 Thread Steven Pryor
I don't know if this could give it a nudge (because as discussed, nobody knows how they work), but you can go into Google Maps (or https://www.google.com/business/ ) and find your place, and claim it with a Google account (you will have to be verified somehow, IIRC usually they will call the

Re: [CODE4LIB] Library Hours

2015-05-06 Thread Karen Coyle
Yes, it definitely does. Which actually is a problem for Wikipedia because it encourages people/companies to try to get entries into WP for SEO purposes and so that the sidebox will show up. I spend a lot of time on the articles for deletion pages of WP trying to get these promotional pages

Re: [CODE4LIB] How to measure quality of a record

2015-05-06 Thread Phillips, Mark
Sergio, I'm hoping the conversations and interest around #metadataquality hashtag: https://twitter.com/hashtag/metadataquality help to move forward some of these conversations from well constructed research projects and academic papers to something that more of us can implement locally in

Re: [CODE4LIB] Library Hours

2015-05-06 Thread Karen Coyle
I generally find that Bing makes better use of RDFa/schema.org than Google does. kc On 5/6/15 7:33 AM, Megan O'Neill Kudzia wrote: Hi all, I've been experimenting with schema.org OpeningHoursSpecification, and currently Bing is scraping our hours, but Google isn't. I am using RDFa-lite and