Re: [Simile-Widgets] Simile Server Down?

2010-05-13 Thread Alejo Buxeres Soler
Hello,

Thank you for your answers. I have changed the path from where we are taking
the Exhibit libraries and now we download them from simile-widgets.org.

Appart from changing all the references to *.simile.mit.edu in the
documentation, I think there are some links that create a little bit of
confusion. These are the ones that point to the old wiki (
http://simile.mit.edu/wiki/Exhibit) instead of the new one (
http://www.simile-widgets.org/wiki/Exhibit). The ones I have found are in
these two pages:

http://www.simile-widgets.org/exhibit/
http://code.google.com/p/simile-widgets/wiki/Exhibit

Thank you.
-- 
Alejo Buxeres Soler
Col·laboradors de Tecnologia Educativa
Universitat Oberta de Catalunya

93 253 (5705) | abuxe...@uoc.edu
Tibidabo 4 (Av. Tibidabo 45-47)
http://myway.blogs.uoc.edu/

Aquest missatge s´adreça exclusivament a qui va destinat i pot contenir
informació privilegiada o confidencial i dades de caràcter personal, la
difusió de les quals és regulada per la Llei orgànica de protecció de dades
i la Llei de serveis de la societat de la informació. Si no sou la persona
destinatària indicada (o la responsable de lliurar-lo a qui va destinat), no
heu de copiar aquest missatge ni lliurar-lo a tercers per cap concepte. Si
heu rebut aquest missatge per error o l´heu aconseguit per altres mitjans,
us demanem que ens ho comuniqueu immediatament per aquesta mateixa via i
l´elimineu irreversiblement.

Abans d´imprimir aquest missatge electrònic penseu en el medi ambient.


On Wed, May 12, 2010 at 21:27, Stefano Mazzocchi stef...@metaweb.comwrote:

 On 5/12/10 11:19 AM, David Karger wrote:

 In any case much of simile.mit is up only to support legacy sites; you
 should be migrating all your simile.mit dependencies to
 simile-widgets.org (which is running on much more robust hardware).


 We should probably go thru the documentation and make sure there are no
 links to the *.simile.mit.edu any longer in there.


 On 5/12/2010 12:31 PM, Axel Hecht wrote:

 Seems to be back up.

 Axel

 2010/5/12 Alejo BS alejo@gmail.com mailto:alejo@gmail.com


Hi everybody!

Today my exhibits stopped working and, after investigating a
little bit, I found that the web server where SIMILE web page and
code was running is down:

http://simile.mit.edu/

Does anyone know if there is any problem?

Thank you.
--
You received this message because you are subscribed to the Google
Groups SIMILE Widgets group.
To post to this group, send email to
simile-widgets@googlegroups.com
mailto:simile-widgets@googlegroups.com.

To unsubscribe from this group, send email to

 simile-widgets+unsubscr...@googlegroups.comsimile-widgets%2bunsubscr...@googlegroups.com

 mailto:simile-widgets%2bunsubscr...@googlegroups.comsimile-widgets%252bunsubscr...@googlegroups.com
 .

For more options, visit this group at
http://groups.google.com/group/simile-widgets?hl=en.


 --
 You received this message because you are subscribed to the Google
 Groups SIMILE Widgets group.
 To post to this group, send email to simile-widg...@googlegroups.com.
 To unsubscribe from this group, send email to
 simile-widgets+unsubscr...@googlegroups.comsimile-widgets%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/simile-widgets?hl=en.


 --
 You received this message because you are subscribed to the Google
 Groups SIMILE Widgets group.
 To post to this group, send email to simile-widg...@googlegroups.com.
 To unsubscribe from this group, send email to
 simile-widgets+unsubscr...@googlegroups.comsimile-widgets%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/simile-widgets?hl=en.



 --
 Stefano Mazzocchi  Application Catalyst
 Metaweb Technologies, Inc.  stef...@metaweb.com
 ---


 --
 You received this message because you are subscribed to the Google Groups
 SIMILE Widgets group.
 To post to this group, send email to simile-widg...@googlegroups.com.
 To unsubscribe from this group, send email to
 simile-widgets+unsubscr...@googlegroups.comsimile-widgets%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/simile-widgets?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
SIMILE Widgets group.
To post to this group, send email to simile-widg...@googlegroups.com.
To unsubscribe from this group, send email to 
simile-widgets+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en.



Re: [Simile-Widgets] Re: Is it possible to explicitly specify which row an event appears on?

2010-05-13 Thread alex mitchell
Hi Mark,

Thanks for the pointer. However, this isn't quite what I had in mind. I was
hoping that there would be some way to force events to appear on the same
row within a band. For example, in the third band in the example you listed,
the events The Old Guitarist and Portrait of Pablo Picasso do not line
up at the same y co-ordinates, even though the text of The Old Guitarist
does not overlap with that of Portrait of Pablo Picasso. They are in the
same band, but are not vertically aligned. I would like to be able to insist
that, if there is no overlap, events appear in the same row. Is this
possible?

thanks,
Alex


On 5/13/10 1:57 AM, mleden mle...@yahoo.com wrote:

 Hi Alex,
 
 AFAIK, the best way to simulate that would be using the filtered
 event source feature of Timeline.  I no longer have publicly
 available code that illustrates this, but I based my coding on this
 excellent example:
 http://people.csail.mit.edu/dfhuynh/projects/timeline-exhibit/timeline-exhibit
 2.html
 
 I recommend that you first get your Timeline working with just a
 single band.  Then, using the source code from the above example as
 reference, introduce the constructFilteredEventSource
 functionality.  Each Timeline band will represent a single person's
 tasks.  Needless to say, the more bands that you introduce, the
 heavier the drag on performance.
 
 HTH,
 -Mark
 
 
 On May 11, 9:35 pm, alex mitchell lex...@gmail.com wrote:
 I'd like to create a timeline to represent tasks in a project, with each row
 in the timeline representing a different person's tasks, assuming
 non-overlapping start and end dates. To do this, I'm hoping to be able to
 specify which row a given event appears on. For example, referring to the
 religions 
 example:https://simile.mit.edu/timeline/examples/religions/religions.html
 I'd like to be able to specify that, in the third band, Samaria, Judea,
 Idumea under Roman and Tiberius, Roman Emperor appear in the same row.
 
 Does anyone have any suggestions either how to do this out-of-the-box, or
 pointers as to where the code would need to be modified to add this?
 
 thanks!
 Alex
 
 --
 You received this message because you are subscribed to the Google Groups
 SIMILE Widgets group.
 To post to this group, send email to simile-widg...@googlegroups.com.
 To unsubscribe from this group, send email to
 simile-widgets+unsubscr...@googlegroups.com.
 For more options, visit this group
 athttp://groups.google.com/group/simile-widgets?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
SIMILE Widgets group.
To post to this group, send email to simile-widg...@googlegroups.com.
To unsubscribe from this group, send email to 
simile-widgets+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en.



Re: [Simile-Widgets] Re: Is it possible to explicitly specify which row an event appears on?

2010-05-13 Thread Michael Nosal
Timeline *does* put events in the same row if there is no overlap.  You'll note 
that The Old Guitarist does overlap with Portrait of Pablo Picasso - 
Timeline uses a reverse iterator to loop through events - this means that when 
painting two overlapping events, the earlier event will be the one pushed down 
to make room for the later event. 

--Mike

On May 13, 2010, at 11:31 AM, alex mitchell wrote:

 Hi Mark,
 
 Thanks for the pointer. However, this isn't quite what I had in mind. I was
 hoping that there would be some way to force events to appear on the same
 row within a band. For example, in the third band in the example you listed,
 the events The Old Guitarist and Portrait of Pablo Picasso do not line
 up at the same y co-ordinates, even though the text of The Old Guitarist
 does not overlap with that of Portrait of Pablo Picasso. They are in the
 same band, but are not vertically aligned. I would like to be able to insist
 that, if there is no overlap, events appear in the same row. Is this
 possible?
 
 thanks,
 Alex
 
 
 On 5/13/10 1:57 AM, mleden mle...@yahoo.com wrote:
 
 Hi Alex,
 
 AFAIK, the best way to simulate that would be using the filtered
 event source feature of Timeline.  I no longer have publicly
 available code that illustrates this, but I based my coding on this
 excellent example:
 http://people.csail.mit.edu/dfhuynh/projects/timeline-exhibit/timeline-exhibit
 2.html
 
 I recommend that you first get your Timeline working with just a
 single band.  Then, using the source code from the above example as
 reference, introduce the constructFilteredEventSource
 functionality.  Each Timeline band will represent a single person's
 tasks.  Needless to say, the more bands that you introduce, the
 heavier the drag on performance.
 
 HTH,
 -Mark
 
 
 On May 11, 9:35 pm, alex mitchell lex...@gmail.com wrote:
 I'd like to create a timeline to represent tasks in a project, with each row
 in the timeline representing a different person's tasks, assuming
 non-overlapping start and end dates. To do this, I'm hoping to be able to
 specify which row a given event appears on. For example, referring to the
 religions 
 example:https://simile.mit.edu/timeline/examples/religions/religions.html
 I'd like to be able to specify that, in the third band, Samaria, Judea,
 Idumea under Roman and Tiberius, Roman Emperor appear in the same row.
 
 Does anyone have any suggestions either how to do this out-of-the-box, or
 pointers as to where the code would need to be modified to add this?
 
 thanks!
 Alex
 
 --
 You received this message because you are subscribed to the Google Groups
 SIMILE Widgets group.
 To post to this group, send email to simile-widg...@googlegroups.com.
 To unsubscribe from this group, send email to
 simile-widgets+unsubscr...@googlegroups.com.
 For more options, visit this group
 athttp://groups.google.com/group/simile-widgets?hl=en.
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 SIMILE Widgets group.
 To post to this group, send email to simile-widg...@googlegroups.com.
 To unsubscribe from this group, send email to 
 simile-widgets+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/simile-widgets?hl=en.
 

-- 
You received this message because you are subscribed to the Google Groups 
SIMILE Widgets group.
To post to this group, send email to simile-widg...@googlegroups.com.
To unsubscribe from this group, send email to 
simile-widgets+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en.



Re: [Simile-Widgets] Is it possible to explicitly specify which row an event appears on?

2010-05-13 Thread Ken Thompson


Hi

There is a trackNum attribute mentioned in the Event sources 
documentation page which might do what you want. I haven't tried it myself.


http://code.google.com/p/simile-widgets/wiki/Timeline_EventSources


Regards
Ken

alex mitchell wrote:

I'd like to create a timeline to represent tasks in a project, with each row
in the timeline representing a different person's tasks, assuming
non-overlapping start and end dates. To do this, I'm hoping to be able to
specify which row a given event appears on. For example, referring to the
religions example:
https://simile.mit.edu/timeline/examples/religions/religions.html
I'd like to be able to specify that, in the third band, Samaria, Judea,
Idumea under Roman and Tiberius, Roman Emperor appear in the same row.

Does anyone have any suggestions either how to do this out-of-the-box, or
pointers as to where the code would need to be modified to add this?

thanks!
Alex 



  




No virus found in this incoming message.
Checked by AVG - www.avg.com 
Version: 9.0.819 / Virus Database: 271.1.1/2867 - Release Date: 05/11/10 07:26:00


  


--
You received this message because you are subscribed to the Google Groups SIMILE 
Widgets group.
To post to this group, send email to simile-widg...@googlegroups.com.
To unsubscribe from this group, send email to 
simile-widgets+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en.