<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>FXPAL Blog</title>
	<atom:link href="http://palblog.fxpal.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://palblog.fxpal.com</link>
	<description>On technology and beyond!</description>
	<lastBuildDate>Mon, 14 May 2012 19:11:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>History matters</title>
		<link>http://palblog.fxpal.com/?p=5435</link>
		<comments>http://palblog.fxpal.com/?p=5435#comments</comments>
		<pubDate>Mon, 14 May 2012 19:09:39 +0000</pubDate>
		<dc:creator>Gene Golovchinsky</dc:creator>
				<category><![CDATA[human-computer interaction]]></category>
		<category><![CDATA[Information seeking]]></category>
		<category><![CDATA[chi2012]]></category>
		<category><![CDATA[ecir2012]]></category>
		<category><![CDATA[HCIR]]></category>
		<category><![CDATA[querium]]></category>

		<guid isPermaLink="false">http://palblog.fxpal.com/?p=5435</guid>
		<description><![CDATA[Exploratory search is an uncertain endeavor. Quite often, people don&#8217;t know exactly how to express their information need, and that need may evolve over time as information is discovered and understood. This is not news. When people search for information, they often run multiple queries to get at different aspects of the information need, to [...]]]></description>
			<content:encoded><![CDATA[<p>Exploratory search is an uncertain endeavor. Quite often, people don&#8217;t know exactly how to express their information need, and that need may evolve over time as information is discovered and understood. This is not news.</p>
<p>When people search for information, they often run multiple queries to get at different aspects of the information need, to gain a better understanding of the collection, or to incorporate newly-found information into their searches. This too is not news.</p>
<p>The multiple queries that people run may well retrieve some of the same documents. In some cases, there may be little or no overlap between query results; at other times, the overlap may be considerable. Yet most search engines treat each query as an independent event, and leave it to the searcher to make sense of the results. This, to me, is an opportunity.</p>
<p><span id="more-5435"></span></p>
<blockquote><p>Design goal: Help people plan future actions by understanding the present in the context of the past.</p></blockquote>
<p>While web search engines such as Bing make it easy for people to re-visit some recent queries, and early systems such as Dialog allowed Boolean queries to be constructed by combining results of previously-executed queries, these approaches do not help people make sense of the retrieval histories of specific documents with respect to a particular information need. There is nothing new under the sun, however: Mark Sanderson&#8217;s <a title="Sanderson, M. and van Rijsbergen, K. (1994) NRT (News Retrieval Tool). Department of Computer Science, Glasgow University." href="http://www.seg.rmit.edu.au/mark/publications/my_papers/EP-odd.pdf" target="_blank">NRT system</a> flagged documents as having been previously retrieved for a given search task, <a title="Golovchinsky, G. (1997) Queries? Links? Is there a difference? In Proc. CHI'97, ACM Press. | FXPAL Publications" href="http://fxpal.com/?p=abstract&amp;abstractID=84" target="_blank">VOIR</a> used retrieval histograms for each document, and of course a browser maintains a limited history of activity to indicate which links were followed.</p>
<p>Our recent work in Querium (see <a title="Diriye, A., Golovchinsky, G., and Dunnigan, T. (2012) Querium: A Session-Based Collaborative Search System. Demo presented at ECIR 2012. | FXPAL Publications" href="http://fxpal.com/?p=abstract&amp;abstractID=667" target="_blank">here</a> and <a title="Golovchinsky, G., Dunnigan, T., and Diriye, A. (2012) Designing a tool for exploratory information seeking. CHI 2012 Work-in-Progress. | FXPAL Publications" href="http://fxpal.com/?p=abstract&amp;abstractID=672" target="_blank">here</a>) seeks to explore this space further by providing searchers with tools that reflect patterns of retrieval of specific documents within a search mission.</p>
<ul>
<li>Is a particular document central to a given information need?</li>
<li>Is this the first time this document has been retrieved?</li>
<li>Have I ever seen this document before?</li>
<li>Is this query breaking new ground, or largely just re-ranking previously-retrieved documents?</li>
</ul>
<p>Querium includes several visualizations to help answer these and related questions. These include histograms that display the retrieval history of each document, filters that allow documents to be selected based on whether they were previously retrieved, clicked on, etc., and a query-centric overview of search results.</p>
<h3>Histograms</h3>
<p>Querium keeps track of the top 100 documents retrieved by each query; a simple inversion associates each document with the queries that retrieved it. Whenever a search result is displayed, it is accompanied by a histogram that shows its retrieval history:</p>
<p><a href="http://palblog.fxpal.com/wp-content/uploads/2012/05/histogram1.png"><img class="size-full wp-image-5437 alignleft" style="margin-right: 8px;" title="Histogram showing patterns of retrieval of a given document" src="http://palblog.fxpal.com/wp-content/uploads/2012/05/histogram1.png" alt="" width="216" height="102" /></a>The histogram on left, for example, shows that the document in question was retrieved three times out of the four queries that were run, that it was ranked lower in query 2 than in queries 1 and 3, and that it was retrieved by more than one person (the colors represent different collaborators).</p>
<p><a href="http://palblog.fxpal.com/wp-content/uploads/2012/05/histogram11.png"><img class="alignleft size-full wp-image-5438" style="margin-right: 8px;" title="Histogram showing the retrieval history of a document" src="http://palblog.fxpal.com/wp-content/uploads/2012/05/histogram11.png" alt="" width="212" height="94" /></a>This histogram, on the other hand, shows that the document has only been retrieved once, and was highly ranked. Thus given a series of documents retrieved by a query, the searcher can quickly tell which documents are new, which ones have been seen before, etc.</p>
<h3>Filtering</h3>
<p><a href="http://palblog.fxpal.com/wp-content/uploads/2012/05/filters.png"><img class="alignright size-full wp-image-5439" style="margin-left: 8px;" title="filters" src="http://palblog.fxpal.com/wp-content/uploads/2012/05/filters.png" alt="" width="188" height="355" /></a>In addition to aggregating metadata from retrieved documents to generate filtering facets, we can aggregate <em>process metadata</em> derived from retrieval patterns within a search mission. We have decomposed process metadata in three facets: retrieval, viewing, and assessment. Retrieval counts how many times a document has been retrieved, viewing counts how many snippets were viewed and how many were clicked on to show the full document, and assessment counts documents that were explicitly bookmarked (positive assessment), or marked as not useful (negative assessment). We can also filter based on the identity of the person running the query.</p>
<p>These counts form the basis of filtering operations that can be used to surface as-yet-unexamined documents, to highlight documents that represent recurring themes in the searches, and to review key information that has been identified for a given information need. And of course they can be combined with document metadata for more precise explorations.</p>
<h3>Query overview</h3>
<p>Finally, we can display the overall retrieval history of a mission by looking at the queries as a whole. For each query, we show a symbolic representation of each retrieved document (a rectangle), decorated to reveal its history of interaction. The decorations indicate whether the document has been viewed (grey box), clicked on (grey lines), assessed positively (green lines), negatively (red lines), or used as part of a relevance feedback query (checkmark). The screenshot fragment below shows such a view:</p>
<p style="text-align: center;"><a href="http://palblog.fxpal.com/wp-content/uploads/2012/05/history-closeup-full.png"><img class="aligncenter size-full wp-image-5440" title="Fragment showing query history view" src="http://palblog.fxpal.com/wp-content/uploads/2012/05/history-closeup.png" alt="" width="361" height="159" /></a></p>
<p>As the searcher mouses over each document, all other retrieval instances are highlighted with a black border to show that a document may have been retrieved by other queries.</p>
<p>All of these techniques are designed to help people understand how a particular set of results relates to previous activity within the search task. We are in the process of evaluating the system to see which aspects we got right and which ones need more work. In particular, it will be interesting to see if making these patterns of retrieval visible will affect people&#8217;s perceptions of their search activity.</p>
]]></content:encoded>
			<wfw:commentRss>http://palblog.fxpal.com/?feed=rss2&#038;p=5435</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CFP: HCIR 2012 Symposium</title>
		<link>http://palblog.fxpal.com/?p=5423</link>
		<comments>http://palblog.fxpal.com/?p=5423#comments</comments>
		<pubDate>Thu, 03 May 2012 22:43:51 +0000</pubDate>
		<dc:creator>Gene Golovchinsky</dc:creator>
				<category><![CDATA[CFP]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[human-computer interaction]]></category>
		<category><![CDATA[Information seeking]]></category>
		<category><![CDATA[HCIR]]></category>
		<category><![CDATA[hcir2012]]></category>

		<guid isPermaLink="false">http://palblog.fxpal.com/?p=5423</guid>
		<description><![CDATA[We are happy to announce that the 2012 Human-Computer Information Retrieval Symposium (HCIR 2012) will be held in Cambridge, Massachusetts October 4 &#8211; 5, 2012. The HCIR series of workshops has provided a venue for discussion of ongoing research on a range of topics related to interactive information retrieval, including interaction techniques, evaluation, models and algorithms for [...]]]></description>
			<content:encoded><![CDATA[<p>We are happy to announce that the 2012 Human-Computer Information Retrieval Symposium (<a title="HCIR 2012 Symposium" href="http://hcir.info/hcir-2012" target="_blank">HCIR 2012</a>) will be held in Cambridge, Massachusetts October 4 &#8211; 5, 2012. The <a title="HCIR workshop series" href="http://hcir.info/" target="_blank">HCIR series of workshops</a> has provided a venue for discussion of ongoing research on a range of topics related to interactive information retrieval, including interaction techniques, evaluation, models and algorithms for information retrieval, visual design, user modeling, etc. The focus of these meetings has been to bring together people from industry and academia for short presentations and in-depth discussion. Attendance has grown steadily since the first meeting, and as a result this year we have decided to modify the structure of the meeting to accommodate the increasing demand for participation.</p>
<p><span id="more-5423"></span>To this end, this year&#8217;s event has been expanded to two days to allow more time for presentations and for discussion. In addition to the position papers and <a title="HCIR 2012 Challenge" href="http://hcir.info/hcir-2012/challenge" target="_blank">challenge reports</a> from previous years, we are introducing a new submission category, the <strong>archival paper</strong>. Archival papers will be peer-reviewed to a rigorous standard comparable to first-tier conference submissions, and the accepted papers will be published on <a href="http://arXiv.org" target="_blank">arXiv.org</a> and indexed in the <a title="ACM Digital Library" href="http://www.acm.org/dl" target="_blank">ACM Digital Library</a>.</p>
<p>The goal of this experiment is to grow a venue for publishing original, high-quality research results that otherwise fall into the cracks between the CHI and SIGIR communities. We are sensitive to the issues that cause good papers to be rejected from these venues, and will structure the review process accordingly. And as a bonus, you don&#8217;t have to go through ACM&#8217;s byzantine copyright and publication process!</p>
<p>Please contact any of the organizers with questions, start working on those papers, and we&#8217;ll see you in Cambridge in the fall!</p>
]]></content:encoded>
			<wfw:commentRss>http://palblog.fxpal.com/?feed=rss2&#038;p=5423</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HCIR intern, 2012 edition</title>
		<link>http://palblog.fxpal.com/?p=5415</link>
		<comments>http://palblog.fxpal.com/?p=5415#comments</comments>
		<pubDate>Wed, 25 Jan 2012 21:55:29 +0000</pubDate>
		<dc:creator>Gene Golovchinsky</dc:creator>
				<category><![CDATA[human-computer interaction]]></category>
		<category><![CDATA[Information seeking]]></category>
		<category><![CDATA[internships]]></category>
		<category><![CDATA[affective computing]]></category>
		<category><![CDATA[captology]]></category>
		<category><![CDATA[HCIR]]></category>

		<guid isPermaLink="false">http://palblog.fxpal.com/?p=5415</guid>
		<description><![CDATA[Update: This intern slot has been filled. It&#8217;s intern season again! I am looking for a PhD student well-versed in persuasive/affective computing/captology literature to participate in a research project related to improving the quality of interaction in information seeking environments. The goal of the project is to explore how to increase people&#8217;s engagement with systems while performing [...]]]></description>
			<content:encoded><![CDATA[<p><em><strong>Update</strong>: This intern slot has been filled.</em></p>
<p>It&#8217;s intern season again! I am looking for a PhD student well-versed in persuasive/affective computing/captology literature to participate in a research project related to improving the quality of interaction in information seeking environments. The goal of the project is to explore how to increase people&#8217;s engagement with systems while performing exploratory search. We would like to improve our <a title="Looking for volunteers for collaborative search study" href="http://palblog.fxpal.com/?p=5334">current system</a> to make it more usable and to explore some novel interaction techniques.</p>
<p>Applicants should be familiar with basic tactics of designing affective and engaging interfaces in a web-based environment. The internship will last three months, and will be structured to produce and evaluate research systems. As a further incentive, we expect to publish the results of this work at CHI 2013, which will be held in Paris. For more information on the intern process, please see the <a href="http://www.fxpal.com/?p=internships" target="_blank">FXPAL web site</a>, or contact me directly. I would like to fill this internship slot as soon as possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://palblog.fxpal.com/?feed=rss2&#038;p=5415</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tracking</title>
		<link>http://palblog.fxpal.com/?p=5406</link>
		<comments>http://palblog.fxpal.com/?p=5406#comments</comments>
		<pubDate>Tue, 06 Dec 2011 15:00:20 +0000</pubDate>
		<dc:creator>Gene Golovchinsky</dc:creator>
				<category><![CDATA[privacy]]></category>
		<category><![CDATA[social impact of technology]]></category>

		<guid isPermaLink="false">http://palblog.fxpal.com/?p=5406</guid>
		<description><![CDATA[Imagine the (legitimate) outcry if a local municipality, a State government, or the Federal government in the US deployed an infrastructure that would systematically identify and track people as they went about their daily lives, without a viable option to opt out. While the US has laws that govern when and how data about individuals [...]]]></description>
			<content:encoded><![CDATA[<p>Imagine the (legitimate) outcry if a local municipality, a State government, or the Federal government in the US deployed an infrastructure that would systematically identify and track people as they went about their daily lives, without a viable option to opt out. While the US has laws that govern when and how data about individuals could be used, the mere availability of such data would lead to temptations that would be irresistible in practice, yet not necessary for the functioning of this society.</p>
<p><span id="more-5406"></span>Now imagine that this data is being collected for private use by a company that then uses it for whatever purpose it wants, including giving it up to the government without a warrant. Not the kind of deal anyone would want to sign up for, I assume.</p>
<p>Now stop imagining, because this is happening now: Google, for example, is collecting location data from Android devices and using it against its mapped <a title="A new frontier for Google Maps: mapping the indoors | The Official Google Blog" href="http://googleblog.blogspot.com/2011/11/new-frontier-for-google-maps-mapping.html" target="_blank">databases of malls and other public</a> places. Given Google&#8217;s record on privacy with <a title="Warrants Required: EFF and Google's Big Disagreement about Google Book Search | EFF" href="https://www.eff.org/deeplinks/2009/08/warrants-required-big-disagreement-google-book-search" target="_blank">books</a>, and <a title="Feds demand Google Gmail surrender data on Wikileaks vounteer without a warrant | IT World" href="http://www.itworld.com/security/212111/feds-demand-google-gmail-surrender-data-wikileaks-volunteer-without-warrant" target="_blank">email</a> it seems unlikely that it will resist attempts by the government to turn over sensitive data, data that the government would not have had without Google having aggregated it in the first place.</p>
<p>Once the data are aggregated, there is no going back, no easy practical means to prevent it from being used for arbitrary purposes by anyone who can get their hands on it, whether it is our government, or <a title="Hackers steal most of South Korea's personal data | Information Age" href="http://www.information-age.com/channels/security-and-continuity/news/1644378/hackers-steal-most-of-south-koreas-personal-data.thtml" target="_blank">someone else&#8217;s</a>.</p>
<p>Today Google is selling your location to advertisers so that they can assault you with ads as you walk by a store. But that same data, properly mined, can be used to surveil you for kidnapping, for example. Seems far-fetch now, perhaps, <a title="Los Zetas: Inside Mexico’s Most Dangerous Drug Gang" href="http://www.airpower.au.af.mil/apjinternational/apj-s/2009/3tri09/brandseng.htm" target="_blank">unless you live in Mexico</a>.</p>
<p>The best way to prevent this kind of information from being used is to prevent it from being collected in the first place.</p>
]]></content:encoded>
			<wfw:commentRss>http://palblog.fxpal.com/?feed=rss2&#038;p=5406</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Collaborative search on the rise?</title>
		<link>http://palblog.fxpal.com/?p=5397</link>
		<comments>http://palblog.fxpal.com/?p=5397#comments</comments>
		<pubDate>Mon, 05 Dec 2011 19:14:43 +0000</pubDate>
		<dc:creator>Gene Golovchinsky</dc:creator>
				<category><![CDATA[collaborative search]]></category>
		<category><![CDATA[Information seeking]]></category>
		<category><![CDATA[HCIR]]></category>

		<guid isPermaLink="false">http://palblog.fxpal.com/?p=5397</guid>
		<description><![CDATA[I am seeing an interesting not-quite-yet-a-trend on the emergence of collaborative search tools. I am not talking about research tools such as SearchTogether or Coagmento, but of real companies started for the purpose of putting out a search tool that supports explicit collaboration. The two recent entries in this category of which I am aware are [...]]]></description>
			<content:encoded><![CDATA[<p>I am seeing an interesting not-quite-yet-a-trend on the emergence of collaborative search tools. I am not talking about research tools such as <a title="SearchTogether | Microsoft Research" href="http://research.microsoft.com/en-us/um/redmond/projects/searchtogether/" target="_blank">SearchTogether</a> or <a title="Coagmento" href="http://www.coagmento.org/" target="_blank">Coagmento</a>, but of real companies started for the purpose of putting out a search tool that supports explicit <a title="Communicating about Collaboration: Intent" href="http://palblog.fxpal.com/?p=272" target="_blank">collaboration</a>. The two recent entries in this category of which I am aware are <a title="SearchTeam" href="http://searchteam.com/" target="_blank">SearchTeam</a> and <a title="Searcheeze" href="http://www.searcheeze.com/" target="_blank">Searcheeze</a>. While they share some similarities, they are actually quite different tools.</p>
<p><span id="more-5397"></span></p>
<p>Searcheeze (which might as well be pronounced Sear-cheeze) is essentially  a shared bookmark site organized around a bookmarklet UI. It lets you organize your snippets into topical categories, and lets you share these with your collaborators. The search part is not actually collaborative at all. In this way it resembles Coagmento much more than SearchTogether or more deeply-mediated tools. These guys went for a &#8220;low-hanging fruit&#8221; solution, which is a defensible strategy, particularly for new companies. What is much harder to understand is their stupid rhetoric that casts reference librarians as evil hags. (No, I am not making this up! Watch the video on their site!) Not only does it malign a well-respected profession and its practitioners, but, even more bizarrely, their presentation gains no rhetorical advantage from doing so! So I don&#8217;t know what these guys are smoking, but they are blowing a lot of it.</p>
<p>SearchTeam seems like a much more solid enterprise, one that actually provides some real support for collaborative search. It also implements UI-level <a title="Communicating about Collaboration: Depth of Mediation" href="http://palblog.fxpal.com/?p=274" target="_blank">mediation</a> only, but it has a number of additional tools, including within-topic search history, the ability to save or hide search results, to add comments, chat, etc. These tools make it possible to work independently, but also to share your activity with your collaborators. SearchTeam has some nice awareness features that notify you of your collaborators&#8217; activities such as saved documents.</p>
<p>There is still much interaction work remaining to be done:</p>
<ul>
<li>For example, the design of the folder view (where saved documents are found) wastes a lot of space, making it difficult to see a reasonable number of documents without a lot of paging. The view also doesn&#8217;t highlight newly-added documents, making it hard to recognize changes initiated by collaborators.</li>
<li>It&#8217;s also a bit odd that when you save a document from the search results, its entry is removed from the list. While that does allow the user to focus on what&#8217;s left, it doesn&#8217;t make for a good sense of progress, and you cannot easily compare the next document snippet you&#8217;re examining to some of the ones you&#8217;ve just saved.</li>
<li>Queries are not shared with collaborators until a document is saved, and even then, no notification is generated. Overall, I think the search history deserves more prominence in the UI.</li>
<li>The chat window obscures a significant part of the workspace, and when put away pops up again immediately with an incoming message. While immediate notification of communication is typically a good thing, it should not interfere with what you&#8217;re doing until you&#8217;re ready for it.</li>
</ul>
<p>SearchTeam does not maintain its own index (it probably uses the Bing API), focusing on the interaction instead. The advantage of this approach is that you don&#8217;t have to compete with Google and Bing; the disadvantage is that you&#8217;re limited by the API of the search provider. This may constrain your ability to do algorithmic mediation, to implement novel ranking or relevance feedback algorithms, etc. It does, however, make it relatively easy to deploy a usable and useful system quickly.</p>
<p>In short, there is more work to be done here, but the first steps are encouraging.</p>
]]></content:encoded>
			<wfw:commentRss>http://palblog.fxpal.com/?feed=rss2&#038;p=5397</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A quick study of Scholar-ly Citation</title>
		<link>http://palblog.fxpal.com/?p=5385</link>
		<comments>http://palblog.fxpal.com/?p=5385#comments</comments>
		<pubDate>Fri, 02 Dec 2011 14:47:24 +0000</pubDate>
		<dc:creator>Gene Golovchinsky</dc:creator>
				<category><![CDATA[human-computer interaction]]></category>
		<category><![CDATA[Information seeking]]></category>
		<category><![CDATA[HCIR]]></category>

		<guid isPermaLink="false">http://palblog.fxpal.com/?p=5385</guid>
		<description><![CDATA[Google recently unveiled Citations, its extension to Google Scholar that helps people to organize the papers and patents they wrote and to keep track of citations to them. You can edit metadata that wasn&#8217;t parsed correctly, merge or split references, connect to co-authors&#8217; citation pages, etc. Cool stuff. When it comes to using this tool [...]]]></description>
			<content:encoded><![CDATA[<p>Google recently unveiled <a title="Google Scholar Citations" href="http://scholar.google.com/citations" target="_blank">Citations</a>, its extension to <a title="Google Scholar" href="http://scholar.google.com" target="_blank">Google Scholar</a> that helps people to organize the papers and patents they wrote and to keep track of citations to them. You can edit metadata that wasn&#8217;t parsed correctly, merge or split references, connect to co-authors&#8217; citation pages, etc. Cool stuff. When it comes to using this tool for information seeking, however, we&#8217;re back to that ol&#8217; Google command line. Sigh.</p>
<p><span id="more-5385"></span>You can search Google Scholar as before, and as before, you get a list of articles that can be filtered by setting the earliest year of publication, and by selecting the kind of publication. The list is sorted by the number of citations, in descending order. You cannot change that.</p>
<p>You don&#8217;t get any links to the citations pages of the authors of the retrieved papers, even when the search is for the author&#8217;s last name. (I tried mine&#8211;it&#8217;s always good for these sorts of things.)</p>
<p>Neither do you get access to the metadata that was visible in the Citations page.</p>
<p>Only when you go to <a title="Advanced Google Scholar Search form" href="http://scholar.google.com/advanced_scholar_search" target="_blank">advanced search</a> and fill in the &#8216;author&#8217; field, do you get results that also include the author&#8217;s citation page. Filling in the form generates a fielded query (e.g., using the term &#8216;golovchinsky&#8217; in the author field generates the query [<a title="Google Scholar query: author:golovchinsky" href="http://scholar.google.com/scholar?oi=bibs&amp;hl=en&amp;q=author:golovchinsky" target="_blank">author:golovchinsky</a>]), which then returns a link to the author&#8217;s citations page,  in addition to the normal search results. But if you provide two names (e.g., [<a title="Google Scholar query: author:golovchinsky AND author:schilit" href="http://scholar.google.com/scholar?hl=en&amp;q=author%3Agolovchinsky+AND+author%3Aschilit" target="_blank">author:golovchinsky AND author:schilit</a>]) no citation link is generated for either author, although both are present in the Google Scholar Citations database.</p>
<p>On that form, you can also restrict the publication year to a range, specify a subject area, specify more precise term occurrence patterns, including terms that describe the publication venue.</p>
<p>There are several usability problems with this approach:</p>
<ol>
<li>Metadata facets are not discoverable from the initial search. You cannot start with a few keywords (as people often do) and transition smoothly to more elaborate queries.</li>
<li>Metadata facets are not available for interactive filtering and sorting of the results. There is no hint from the search results page about which topics, authors, date ranges, etc. are present in the results set, and no facility to filter on them. Hell, you cannot even change the sort order to be in chronological or reverse-chronological order!</li>
<li>The citation information is not linked into the results, and not all the authors&#8217; names are shown in the snippet. So you cannot even know who some of the authors were, or find out what other papers they had written, despite the fact that the information is stored explicitly by Google!</li>
<li>The snippet doesn&#8217;t show the full name of the venue either, so conference names appear in such useful formulations as &#8216;Proceedings of the eighth ACM conference on&#8230;&#8217; or &#8216;Proceedings of the 13th …&#8217; Google&#8217;s attempt at keeping the citation metadata to one line makes the whole thing largely useless.</li>
</ol>
<p>It&#8217;s amazing to me that Google&#8217;s matra of keeping the UI simple has actually made the user&#8217;s task more complicated! Rather than trying to understand what the users want to do with the tool (or looking at the last 30 years&#8217; worth of publications on information seeking!), the designers of this tool tried to inject the bare minimum of extra query fields, and nothing else. While the minimalist approach might be useful for searching the general web, it is much less likely to be successful for this collection. After all, searching the academic literature is one of the canonical recall-oriented, exploratory search tasks, a veritable poster-child for <a title="Blog posts with the HCIR tag | FXPAL Blog" href="http://palblog.fxpal.com/?tag=hcir" target="_blank">HCIR</a>!</p>
<p>Here is what I think they need to do to:</p>
<ol>
<li>Read<a title="Google scholar query: author:&quot;Marcia Bates&quot;" href="http://scholar.google.com/scholar?hl=en&amp;q=author%3A%22+Marcia+Bates%22" target="_blank"> Marcia Bates</a>&#8216; work on berry-picking.</li>
<li>Link the metadata from Citations to the search results. When you click on an author&#8217;s name, show that author&#8217;s papers, and make them sortable not only by the documents&#8217; metadata (publication year, venue, etc.) but also by relevance to the query that brought the searcher there.</li>
<li>In addition to showing the search results, show a list of authors of the retrieved documents, ordered (at least) by the number of papers in the search results.</li>
<li>Add facets for the most frequent venues and for subject areas of the retrieved documents.</li>
<li>Make the results sortable and filterable by year, citation count, etc., without having to switch to any other page.</li>
<li>Make it possible to follow the citation graph in both directions: not only finding the documents that cite a give paper, but also using its references to move backward in time.</li>
<li>Integrate a query history into Google Scholar. Think about supporting <a title="Posts tagged &quot;session-based search&quot; | FXPAL Blog" href="http://palblog.fxpal.com/?tag=session-based-search" target="_blank">session search</a> in the interface.</li>
</ol>
<p>In short, Google seems to have taken the lessons from general web search, and applied them to Google Scholar, with predictable results. Instead, they should look at Google Scholar as an opportunity to learn about HCIR, about exploratory search with long-running, evolving information needs, and to apply those lessons to the web search interface.</p>
]]></content:encoded>
			<wfw:commentRss>http://palblog.fxpal.com/?feed=rss2&#038;p=5385</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Recall vs. Precision</title>
		<link>http://palblog.fxpal.com/?p=5358</link>
		<comments>http://palblog.fxpal.com/?p=5358#comments</comments>
		<pubDate>Mon, 14 Nov 2011 14:12:54 +0000</pubDate>
		<dc:creator>Gene Golovchinsky</dc:creator>
				<category><![CDATA[Information seeking]]></category>
		<category><![CDATA[HCIR]]></category>

		<guid isPermaLink="false">http://palblog.fxpal.com/?p=5358</guid>
		<description><![CDATA[Stephen Robertson&#8217;s talk at the CIKM 2011 Industry event caused me to think about recall and precision again. Over the last decade precision-oriented searches have become synonymous with web searches, while recall has been relegated to narrow verticals. But is precision@5 or NCDG@1 really the right way to measure the effectiveness of interactive search? If [...]]]></description>
			<content:encoded><![CDATA[<p>Stephen Robertson&#8217;s <a title="&quot;Why recall matters&quot; Stephen Robertson | CIKM 2011 Industry Event" href="http://www.cikm2011.org/industryevent#ser" target="_blank">talk</a> at the CIKM 2011 Industry event caused me to think about recall and precision again. Over the last decade precision-oriented searches have become synonymous with web searches, while recall has been relegated to narrow verticals. But is precision@5 or NCDG@1 really the right way to measure the effectiveness of interactive search? If you&#8217;re doing a known-item search, looking up a common factoid, etc., then perhaps it is. But for most searches, even ones that might be classified as precision-oriented ones, the searcher might wind up with several attempts to get at the answer. Dan Russell&#8217;s <a title="A Google a day | Google" href="http://agoogleaday.com" target="_blank">a Google a day</a> lists exactly those kinds of challenges: find a fact that&#8217;s hard to find.</p>
<p>So how should we think about evaluating the kinds of searches that take more than one query, ones we might term session-based searches?</p>
<p><span id="more-5358"></span></p>
<p>This session-oriented search suggests that we need to distinguish between <em>queries</em> and <em>information needs</em> when we talk about interactive search. Thus we have recall- and precision-oriented information needs. What about the queries? Wouldn&#8217;t you always want to have precision-oriented queries, giving the person the best information high in the results list?</p>
<p>In an exploratory search task that involves learning about the topic, not every query is intended to find a specific item; some queries are run to understand the field, to learn about the vocabulary, to test hypotheses, to get a sense for the scope of the collection, etc. While these queries may not retrieve any pertinent documents, they may help people understand which queries to run that will in fact find such documents. It might be better, therefore, to have these queries achieve high diversity rather than high precision.</p>
<p>Recall-oriented exploratory search shares the exploratory characteristics of learning and uncertainty with precision-oriented exploratory search, thereby requiring at least some high-diversity queries. In addition, it may benefit from both high-recall and high-precision queries for the various steps along the way.</p>
<p>In short, we have precision-oriented needs that might be satisfied by single high-precision queries (the head of the web search curve), precision-oriented needs that are satisfied through a combination of high-diversity and high-precision queries, and recall-oriented information needs that are satisfied through high-precision, high-diversity, and high-recall queries. Of course we also have straight recall-oriented info needs, which can be tackled one query at a time, or <em>en masse</em>.</p>
<p>We can summarize this as follows: the table shows two dimensions of information need (certainty and scope) and the third dimension of the type of query).</p>
<table border="1" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td colspan="2" valign="top">
<p style="text-align: center;"><strong>Info need</strong></p>
</td>
<td colspan="3" valign="top">
<p style="text-align: center;"><strong>Query</strong></p>
</td>
</tr>
<tr>
<td style="text-align: center;" width="20%" valign="top"><strong>Certainty</strong></td>
<td valign="top">
<p style="text-align: center;"><strong>Scope</strong></p>
</td>
<td valign="top">
<p style="text-align: center;"><strong>Precision</strong></p>
</td>
<td valign="top">
<p style="text-align: center;"><strong>Diversity</strong></p>
</td>
<td valign="top">
<p style="text-align: center;"><strong>Recall</strong></p>
</td>
</tr>
<tr>
<td valign="top">Known</td>
<td rowspan="2">
<p style="text-align: center;">Precision</p>
</td>
<td style="text-align: center;" valign="top">X</td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top">Exploratory</td>
<td style="text-align: center;" valign="top">X</td>
<td style="text-align: center;" valign="top">X</td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top">Known</td>
<td rowspan="2">
<p style="text-align: center;">Recall</p>
</td>
<td style="text-align: center;" valign="top">X</td>
<td style="text-align: center;" valign="top">X</td>
<td style="text-align: center;" valign="top">X</td>
</tr>
<tr>
<td valign="top">Exploratory</td>
<td style="text-align: center;" valign="top">X</td>
<td valign="top"></td>
<td style="text-align: center;" valign="top">X</td>
</tr>
</tbody>
</table>
<p>The design challenge for HCIR systems, then, is to diagnose or elicit the kind of information need a searcher has, and to bring to bear the appropriate ranking algorithms to identify results that help the person with the task.</p>
<p>The correlated challenge is how to evaluate session search in a way that doesn&#8217;t penalize queries that increase a searcher&#8217;s knowledge, but does reward continued progress toward the searcher&#8217;s goal. In terms of Marchionini&#8217;s <a title="HCIR 2011 keynote" href="http://palblog.fxpal.com/?p=5343" target="_blank">keynote chart</a>, we would like to have learning be represented by the green monotonic line, while we would be happy with marginal pertinence jumping around. Increased learning might come from high-precision queries in a known-item information need, but is more likely to result from high diversity and high recall queries.</p>
<p>This analysis suggests (to me!) that while NDCG@3 or precision @5 may be useful metrics for known-item, high-precision information needs, other metrics may be more appropriate for other scenarios.  In a multi-query session, the contribution of individual queries is not as important as the evolution of search process or the final outcome. We should avoid the temptation of computing a Mean Average Precision (where the mean is computed over the queries in the session) or some other similar metric to assess the quality of the interaction.</p>
<p>Instead, we should look to measures of learning (which, admittedly, may be hard to capture in the real world), and use set-based measures related to saved or bookmarked documents to assess the quantity of information that was retrieved. It&#8217;s possible that a system design that encourages people to mark useful or pertinent documents may yield log data that is more useful in assessing system (and user) performance compared to designs that only measure click-through rates. (For a nice discussion of one set of such possibilities, see <a title="Lad, A. and Tunkelang, D. (2011) Is it Time to Abandon Abandonment? In Proc. HCIR 2011. October 20, 2011" href="https://docs.google.com/a/kent.edu/viewer?a=v&amp;pid=sites&amp;srcid=ZGVmYXVsdGRvbWFpbnxoY2lyd29ya3Nob3B8Z3g6MWVlMGNhZWY5NTA3MzQ2ZA" target="_blank">Lad &amp; Tunkelang (2011)</a>.)</p>
<p>We can then revisit the information needs described above, with an eye toward metrics:</p>
<table border="1" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td style="text-align: center;" colspan="2" valign="top"><strong>Info need</strong></td>
<td style="text-align: center;" rowspan="2" valign="middle"><strong>Metrics</strong></td>
</tr>
<tr>
<td style="text-align: center;" width="20%" valign="top"><strong>Certainty</strong></td>
<td style="text-align: center;" width="20%" valign="top"><strong>Scope</strong></td>
</tr>
<tr>
<td valign="middle">Known</td>
<td rowspan="2">Precision</td>
<td valign="top">Prec @ n, NDCG @ n, MRR, etc.</td>
</tr>
<tr>
<td valign="middle">Exploratory</td>
<td valign="top">Time to completion, completion rate, bad abandonment rate</td>
</tr>
<tr>
<td valign="middle">Known</td>
<td rowspan="2">Recall</td>
<td valign="top">Recall, # docs saved</td>
</tr>
<tr>
<td valign="middle">Exploratory</td>
<td valign="top"># docs saved, measures of learning</td>
</tr>
</tbody>
</table>
<p>These are by no means complete, but might be an interesting place to start unpacking recall and precision.</p>
]]></content:encoded>
			<wfw:commentRss>http://palblog.fxpal.com/?feed=rss2&#038;p=5358</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>HCIR 2011 keynote</title>
		<link>http://palblog.fxpal.com/?p=5343</link>
		<comments>http://palblog.fxpal.com/?p=5343#comments</comments>
		<pubDate>Thu, 10 Nov 2011 13:24:18 +0000</pubDate>
		<dc:creator>Gene Golovchinsky</dc:creator>
				<category><![CDATA[Information seeking]]></category>
		<category><![CDATA[HCIR]]></category>
		<category><![CDATA[hcir2011]]></category>

		<guid isPermaLink="false">http://palblog.fxpal.com/?p=5343</guid>
		<description><![CDATA[HCIR 2011 took place almost three weeks ago, but I am just getting caught up after a week at CIKM 2011 and an actual almost-no-internet-access vacation. I wanted to start off my reflections on HCIR with a summary of Gary Marchionini&#8216;s keynote, titled “HCIR: Now the Tricky Part.” Gary coined the term “HCIR” and has been a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://hcir.info/hcir-2011" target="_blank">HCIR 2011</a> took place almost three weeks ago, but I am just getting caught up after a week at CIKM 2011 and an actual almost-no-internet-access vacation. I wanted to start off my reflections on HCIR with a summary of <a title="Gary Marchionini | UNC" href="http://ils.unc.edu/~march/" target="_blank">Gary Marchionini</a>&#8216;s keynote, titled “HCIR: Now the Tricky Part.” Gary <a title="Marchionini, G. (2006) Toward Human-Computer Information Retrieval.  ASIS&amp;T Bulletin, June/July 2006." href="http://www.asis.org/Bulletin/Jun-06/marchionini.html" target="_blank">coined</a> the term “HCIR” and has been a persuasive advocate of the concepts represented by the term. The talk used three case studies of HCIR projects as a lens to focus the audience’s attention on one of the main challenges of HCIR: how to evaluate the systems we build.</p>
<p><span id="more-5343"></span>The case study of the <a href="http://www.open-video.org/" target="_blank">Open Video</a> introduced the notion of surrogates, which are representations of metadata designed for human consumption. One significant challenge, particularly for video objects, is to how to evaluate the effectiveness of surrogates. While most evaluations are done as laboratory studies, do these findings retain their validity in naturalistic settings?</p>
<p>The second case study focused on the <a href="http://ils.unc.edu/relationbrowser/" target="_blank">Relation Browser</a>, a faceted browsing tool. The Relation Browser is designed to reveal relationships across facets, and supports exploration through browsing rather than keyword search. This is a system that has undergone many revisions and redesigns over a decade. The lab’s experience with the project raised several important issues that are applicable much more broadly: how does one capture the design rationale that goes into evolving the system over time? How to show the benefits of HCIR interfaces when users prefer interfaces with which they are already familiar?</p>
<p>The third case study, based on the on-going <a href="http://ils.unc.edu/resultsspace/" target="_blank">Results Space</a> project, explored HCIR issues related to surrogates (are there better ways to represent search results than lists of snippets), and touched on issues of awareness in collaborative search.</p>
<p>Having presented the case studies, Gary raised some broader issues for the HCIR field. While he admitted that most of the work that he has been involved with focused on lab studies, he recognized the need for field observations as well. In fact, he suggested that neither approach would be truly useful in isolation. A process that starts with qualitative observations to generate hypotheses that are then tested in the lab is one effective way to integrate the methods, but Gary also raised the possibility of proceeding in the opposite direction.</p>
<p>He also identified the following challenges:</p>
<p>1.	Query quality: can we assess the quality of a query, which is often the first signal of user behavior? Can this be done pre-retrieval as well as post-retrieval? How can we elicit human judgments of query quality?</p>
<p>2.	Behavior as evidence: what are the various ways in which searchers’ behavior can be converted into implicit relevance feedback? Can we match behaviors to queries to infer what people might be interested in?</p>
<p>3.	How do we design and evaluate surrogates that help people perceive, recognize, gist, understand, interpret, analyze and evaluate search results?</p>
<p>4.	How do the tools we build affect searchers’ cognitive load? As we add more tools, are we helping or hurting? Does collaboration simply increase the load further without offering tangible benefits, or is there a useful tradeoff?</p>
<p>5.	How do we measure session quality and search quality? Recall and precision are point-based measures that don’t capture the process characteristic of session-based search. How do we adapt them to the session as a unit of interaction (as opposed to a query)? What other metrics are appropriate?</p>
<p>6.	Finally, he touched on the tricky issue of recording and capturing experimental traces: annotated logs, video recordings, data sets, etc. Should researchers publish traces of system use to characterize participants’ search activities?</p>
<p>The talk also included an interactive interlude, in which Gary showed the audience the following graph:</p>
<div id="attachment_5349" class="wp-caption aligncenter" style="width: 455px"><a href="http://palblog.fxpal.com/wp-content/uploads/2011/11/marchionini-graph.png"><img class="size-full wp-image-5349" title="Slide from Gary Marchionini's HCIR 2011 keynote" src="http://palblog.fxpal.com/wp-content/uploads/2011/11/marchionini-graph.png" alt="Slide from Gary Marchionini's HCIR 2011 keynote" width="445" height="350" /></a><p class="wp-caption-text">Slide from Gary Marchionini&#39;s HCIR 2011 keynote</p></div>
<p>The vertical axis was some kind of performance metric, and the horizontal axis represented queries over time. The dashed green line shows steady progress from lower-left to upper-right, while the solid blue line takes a more erratic route between the same starting and ending point. Gary’s question to the audience was which line represented better, or perhaps more desirable, system performance. A number of suggestions were offered, including the benefits of steady progress, of relieving frustration though surprise (the aha! moment reflected in a sharp upward spike of the erratic curve), of achieving maximum performance if only for a short time, etc. There was some consensus that the line that went up and down reflected a learning process that is often characteristic of exploratory search. Which one represents more desirable performance, however, may well depend on the task and the measure selected.</p>
<p>In short, the talk gave a great summary of some accomplishments of HCIR research and of some of the challenges ahead. We expect that next year’s presentations will offer some insights into these thorny issues!</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://palblog.fxpal.com/?feed=rss2&#038;p=5343</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Looking for volunteers for collaborative search study</title>
		<link>http://palblog.fxpal.com/?p=5334</link>
		<comments>http://palblog.fxpal.com/?p=5334#comments</comments>
		<pubDate>Fri, 02 Sep 2011 20:14:03 +0000</pubDate>
		<dc:creator>Gene Golovchinsky</dc:creator>
				<category><![CDATA[collaborative search]]></category>
		<category><![CDATA[CSCW]]></category>
		<category><![CDATA[human-computer interaction]]></category>
		<category><![CDATA[Information seeking]]></category>
		<category><![CDATA[session-based search]]></category>

		<guid isPermaLink="false">http://palblog.fxpal.com/?p=5334</guid>
		<description><![CDATA[We are about to deploy an experimental system for searching through CiteSeer data. The system, Querium, is designed to support collaborative, session-based search. This means that it will keep track of your searches, help you make sense of what you&#8217;ve already seen, and help you to collaborate with your colleagues. The short video shown below [...]]]></description>
			<content:encoded><![CDATA[<p>We are about to deploy an experimental system for searching through <a title="CiteSeerX | Penn State University" href="http://citeseerx.ist.psu.edu/" target="_blank">CiteSeer </a>data. The system, Querium, is designed to support <a title="Collaborative Information Seeking" href="http://palblog.fxpal.com/?p=190">collaborative</a>, <a title="Session-based search" href="http://palblog.fxpal.com/?p=4192">session-based</a> search. This means that it will keep track of your searches, help you make sense of what you&#8217;ve already seen, and help you to collaborate with your colleagues. The short video shown below (recorded on a slightly older version of the system) will give you a hint about what it&#8217;s like to use Querium.</p>
<p><object style="height: 390px; width: 640px;" width="480" height="300"><param name="movie" value="http://www.youtube.com/v/pZ87UQkK1Tg?version=3" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><embed type="application/x-shockwave-flash" width="480" height="300" src="http://www.youtube.com/v/pZ87UQkK1Tg?version=3" allowfullscreen="true" allowscriptaccess="always"></embed></object></p>
<p><span id="more-5334"></span>Querium is not a social search tool &#8212; you can either use it by yourself, or you can work on an information need with a small number of collaborators. Querium keeps track of the queries you ran, of the documents you found, and the notes you took, and helps you make sense of all that information.</p>
<p>To help us perfect the system, and to help us understand people&#8217;s behaviors when collaborating over complex information needs, we are soliciting participants for a beta deployment of about two weeks. We would like to find people who meet the following criteria:</p>
<ul>
<li>Who have real information needs with respect to the kinds of documents one might find on CiteSeer</li>
<li>Who would be willing to use the system over the course of about two weeks, dividing their use into several sessions</li>
<li>Who would be willing to talk to us on the phone or by Skype about their experiences with the system</li>
</ul>
<p>We are looking for six to eight teams of two to three people, and also a few individuals working by themselves.</p>
<p>The results of this study will be used to improve the design of the system prior to a long-term deployment, and to write up the work for publication at an upcoming prestigious conference on Human-Computer Interaction. Participants will be able to continue using the system after the initial experiment ends.</p>
<p>Please let me know if you would like to participate or if you have any questions about this research by sending me <a href="mailto:gene@fxpal.com">email</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://palblog.fxpal.com/?feed=rss2&#038;p=5334</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What made you (continue to) want to write a book?</title>
		<link>http://palblog.fxpal.com/?p=5310</link>
		<comments>http://palblog.fxpal.com/?p=5310#comments</comments>
		<pubDate>Fri, 02 Sep 2011 11:25:15 +0000</pubDate>
		<dc:creator>Eleanor Rieffel</dc:creator>
				<category><![CDATA[Education and outreach]]></category>
		<category><![CDATA[mathematics]]></category>
		<category><![CDATA[Quantum computation]]></category>
		<category><![CDATA[scientific publishing]]></category>

		<guid isPermaLink="false">http://palblog.fxpal.com/?p=5310</guid>
		<description><![CDATA[Many people have asked me why I decided to write a book. A better questions is: &#8220;When you realized that writing the book was going to be orders of magnitude harder and take much longer than you thought it would, what made you decide to continue writing the book?&#8221; My co-author, Wolfgang Polak, and I [...]]]></description>
			<content:encoded><![CDATA[<p>Many people have asked me why I decided to write <a title="A Gentle Introduction" href="http://palblog.fxpal.com/?p=5193" target="_blank">a book</a>. A better questions is: &#8220;When you realized that writing the book was going to be orders of magnitude harder and take much longer than you thought it would, what made you decide to continue writing the book?&#8221;</p>
<p>My co-author, Wolfgang Polak, and I recently received a book review of the sort that is the dream of every author. A dream review is, of course, positive. But more importantly, it praises the aspects of the book that were most important to the author &#8211; the reasons the author kept going after other books on the subject came out and the author had a more reasonable (but still too optimistic) estimate of the vast amount of  effort it would take to finish it. (The<a title="Chassapis reviews" href="http://reviews.com/browse/browse_reviewers.cfm?reviewer_id=122794" target="_blank"> review appeared in Computing Reviews</a>, but is behind a paywall. Excerpts appear on the book&#8217;s <a title="Amazon: Rieffel &amp; Polak, Quantum Computing" href="http://www.amazon.com/Quantum-Computing-Introduction-Engineering-Computation/dp/0262015064" target="_blank">Amazon</a> and <a title="MIT Press: Rieffel &amp; Polak, Quantum Computing" href="http://mitpress.mit.edu/quantum_computing" target="_blank">MIT press</a> web pages.)</p>
<p>In our case,  one of the things that kept us going<span id="more-5310"></span> was that we had specific ideas as to how we wanted to cover a number of topics. While we were writing, I worried each time a new book on quantum computation came  out, but then I&#8217;d see that the new book didn&#8217;t cover these topics or didn&#8217;t cover them in the way we had in mind. One of the thrills in reading the review was seeing the reviewer, Constantin Chassapis, recognize and highlight three of the most important of these topics: measurement, entanglement, the relation between the formal structures of  probability theory and quantum mechanics.</p>
<p>Quantum measurement is such old and well traveled territory that it still seems surprising to me that we saw a better, or at least usefully different, way  to develop it. It was a thrill to see that Chassapis thought it &#8220;one of the best introductions to the themes and concepts of quantum measurement that I have ever read.&#8221; Similarly, after reviewing papers that misunderstood entanglement, we wanted to drive home that &#8220;entanglement is not an absolute property of a quantum state, but that it depends on a specific decomposition of the system into subsystems.&#8221; Furthermore, it surprises me that the tensor product structure of probability theory is not discussed more often in probability texts and that &#8220;the relationship between the formal structures of probability theory and quantum mechanics&#8221; is not better known.</p>
<p>Another reason authors keep going is a deep love of the subject and the desire to share their  enjoyment of the subject with others. For this reason, my favorite sentence in the review is &#8220;I really devoured the book, rediscovering the joy of my student days.&#8221;</p>
<p>The biggest reason we kept going was that we had many supporters who believed in the project. We are particularly grateful to Michael Heaney and Paul McEvoy both of whom believed in the project enough to read drafts of all the chapters, often reading multiple versions of a chapter as we made revisions. Michael also co-organized a reading group that went through the book and gave us comments that enabled us to provide &#8220;a gradual and well-conceived escalation of difficulty in the themes it presents.&#8221;  Through that group we learned a lot about what did not work in an earlier draft of the book, without which it would never have had &#8220;an overall excellent rhythm&#8221; or become &#8220;an educational masterwork of a subject that is not easy.&#8221;</p>
<p>Many, many thanks to all of the people who helped us along the way.</p>
<p>And may all authors have such a perspicacious reviewer!</p>
]]></content:encoded>
			<wfw:commentRss>http://palblog.fxpal.com/?feed=rss2&#038;p=5310</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

