Hi there,
Could someone point me to a good example of the use of Timeplot inside Exhibit?
I have some data which lists attendees at numerous (dated) meetings
that would be fun to make filterable Timeplots for. I can output this
in probably any format or orientation but was thinking something like:
{ MeetingDate: "1805-12-25",
MeetingType: "SomeClassificationString",
Attendees: ["UniqueIDCode1", "UniqueIDCode2", "UniqueIDCode3"]
}
But not sure if that is better or worse for filtering by individuals
that appear together at meetings than organising it by individual:
{ PersonID: "UniqueIDCode1",
PersonDisplayName: "Person Name",
Meetings: ["MeetingDate1", "MeetingDate2", "MeetingDate3"]
}
There are also multiple meetings on some dates, so maybe I should be
giving each meeting itself a unique ID. The data is currently stored
in TEI XML, but obviously can be transformed to any input need.
However, I'm new to Simile and couldn't seem to get Timeplot working
inside Exhibit.
Any suggestions, advice, or examples appreciated.
-James
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SIMILE Widgets" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/simile-widgets?hl=en
-~----------~----~----~----~------~----~------~--~---