Thanks Tobias, I looked at the example you pointed to. It is close to what I am trying to do however, the short coming there is that all the events have to be 'duration' event. As soon as I put a non-duration (instant) event that is next to a duration event then it doesn't display on the same track. Also, with duration event I cannot use icons and I definitely want to use icons to denote the point in times of a duration event.
I was hoping if a duration event could have nested events that can be either duration or non-duration then it will occupy same track and can be denoted using icons (for non-duration) and track colors (for duration). Regards, Atul On Oct 23, 1:14 am, Tobias Jordans <[email protected]> wrote: > > Hi Atul, > > I believe you szenario is different from the multiple event-szenario > > described before since you have one event with multiple action-marks. > > > Maybe the styling of the timeline like it is used here > > http://debatehub.c-span.org/will be a solution for you. > > > Regards > > Tobias > > PS: Anyways, if someone finds a solution for multiple rows of one event: I > need it for our scout-vita at stayscout.de :-) > > > > 2010/10/23 Atul <[email protected]> > > > > > I was also looking for something similar to be done with timeline for > > >> my project. I was interested in showing important event occurring > > >> during the 'duration' event. Something like this: > > > 0=========0==========0==========0 > > > Here '0' represent some important event on the duration event track > > >> represented by '==='. > > >> E.g. If I were to represent one innings of baseball match as a > > >> 'duration' event then I would like to indicate the point(s) in time > > >> when a home run was hit. > > > Is there a way to achieve this with existing implementation of > > >> timeline? If not, I'd appreciate any pointers on how to modify the > > >> timeline code to achieve this functionality. > > > Regards, > > >> Atul > > > On Oct 8, 7:09 pm, Matthew Phillips <[email protected]> wrote: > > >> > Timeline is great. Thanks to everyone for creating such a useful tool. > > >> > I'd like to have multiple starts and ends on one tape. I know that > > >> > this is partially available with the start, latestStart, earliestEnd, > > >> > end functionality, but I haven't seen anything beyond that. The event > > >> > JSON might look something like this: > > >> > { > > >> > 'dateTimeFormat': 'iso8601', > > >> > 'wikiURL': "http://simile.mit.edu/shelf/", > > >> > 'wikiSection': "Simile Cubism Timeline", > > >> > 'events' : [ > > >> > 'event0': { > > >> > 'title': 'Test 2d, durationEvent true, Start, latestStart, end > > dates', > > >> > 'description': 'Test 2d, durationEvent true, Start, latestStart, > > >> > end dates', > > >> > 'durationEvent' : true, > > >> > 'sections':[ > > >> > 'section0':{ > > >> > 'start': '1932', > > >> > 'end': '1940', > > >> > 'title': 'title of event0, section0', > > >> > 'description': 'desc of of event0, section0' > > >> > }, > > >> > 'section1':{ > > >> > 'start': '1940', > > >> > 'end': '1944', > > >> > 'title': 'title of event0, section1', > > >> > 'description': 'desc of of event0, section1' > > >> > } > > >> > ] > > >> > } > > >> > ] > > >> > } > > >> > Observe that each event is built of sections and each section has > > >> > start and end elements. This could be rendered as a single tape in a > > >> > Timeline with alternating light and dark sections (much like the > > >> > 'Series' Painting tape appears in the Life of Monet example Timeline: > >http://simile-widgets.googlecode.com/svn/timeline/tags/latest/src/web...) > > >> > Has anyone extended Timeline in this manner? It doesn't seem like that > > >> > it'd be an uncommon need. If anyone knows of something similar, please > > >> > let me know. If it seems that this hasn't been done, I'd appreciate > > >> > any pointers on how to modify Timeline to do this. > > >> > Thanks. > > >> > Matt > > > -- > > >> 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]<simile-widgets%[email protected]> > > . > > >> For more options, visit this group at > >http://groups.google.com/group/simile-widgets?hl=en. > > -- > 0176 17476616 —www.tobiasjordans.de -- 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.
