Neil Robertson-Ravo wrote:
> Hi,
>
> New user and first time post so go easy ;-)  What capabilities are 
> there with Exhibit to output data in other than an out of the box 
> settings such as tab/tile etc?   
So we have tile view, thumbnail view, timeline view, map view, tabular 
view, an experimental scatter plot view, and a pivot table view. For the 
latter two, see this example:
    
http://people.csail.mit.edu/dfhuynh/projects/factbook/factbook-people2.html

Exhibit is extensible, which means that you can program new kinds of 
view, although that requires programming.

There is some interest in making more charts kind of view, e.g.,
    
http://people.csail.mit.edu/dfhuynh/projects/charts-in-exhibit/charts-in-exhibit.html

> For example I can output data from my data file using say tabular 
> format but when I want to control how that tabular display is 
> controlled to a greater degree i get stuck (such as adding a URL etc),
>
> An example output I am trying to achieve is:
>
> Row 1. title (which is a URL) <br> day, detail, time, speaker
>
> Row 2. title (which is a URL) <br> day, detail, time, speaker
>
> Row 3. title (which is a URL) <br> day, detail, time, speaker
>
> Effectively,  I want to be able to output granularly each item in a 
> data file on screen other than just in a simple tab format.
>
> Any help/pointers greatly appreciated thanks!
I'm not sure what you need. It seems that our various examples already 
show how you can display the records in rows. Have you had a chance to 
go through the Lenses section of this tutorial?
    http://simile.mit.edu/wiki/Exhibit/Getting_Started_Tutorial#Lenses
There's also some more information on lenses here
    http://simile.mit.edu/wiki/Wibbit/Use#Lens

Remember, whenever looking at another exhibit, you can just look at its 
HTML code to see how things are done. In Firefox, that's Ctrl-U, or menu 
View -> Page Source. Just copy and paste, then adapt.

David

_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general

Reply via email to