Exhibit 1: The database, 424 items, is pulled in as Javascript (translated from a CSV spreadsheet into JSON by a Python script). The order is the same as in the spreadsheet. Here, a straight translation into div's; float: left is a good quick way to get a kind of overview, and scales nicely to different window widths. Note the typical vertical gaps caused by the way a float layout wraps: in a sense the algorithm can't move back up the page when wrapping to reclaim any empty space, so gaps are left).
Onward...