Posts

Showing posts with the label tag clouds

Drill Clouds for Search Refinement

Image
I'd like to introduce something I call drill clouds , an extension to tag clouds for search refinement in information retrieval. I will be using an experimental Lucene -based search platform that I have developed, called Ungava (more in this later), which includes my implementation of drill clouds. Note that much of this posting is derived from a posting of mine on drill clouds on the CISTI Lab wiki . Drill clouds are what I call an extension to tag clouds to make them a useful tool for search refinement. That is, to use a tag cloud to refine an existing query by adding new elements to the query through interactions with the cloud. As this results in a kind of drill-down search behaviour, these new clouds have been named drill clouds . Some differences between traditional tag clouds and drill clouds: Tags in drill clouds can be any useful metadata and are not necessarily user applied or exclusively keyword-like (but can include controlled and uncontrolled vocabularies,...

Tag Cloud inspired HTML Select lists

Image
I have been working with Tag clouds and other Web 2.0 sorts of things quite a bit lately and couldn't help notice that it might be useful to use the Tag cloud "Size reflects frequency/importance" idiom in HTML select lists, so I did a little bit of experimenting (BTW, I did look for these on the Web but didn't find them: it doesn't mean they are not already out there...). So I played with the styles of these elements, and was able to get something that looks like this: Aggregators Blogs Collaboration Joy of Use Podcasting RSS Web 2.0 XHTML Aggregators Blogs Collaboration Joy of Use Podcasting RSS Web 2.0 XHTML I am not sure how the above HTML renders in your browser, but here is how it renders in mine (Firefox 2.0.0.4 on Linux (Suse 10.2): It is interesting how the browser allocates space: it seems like it uses the largest (tallest) item in t...