Tagged Questions
The simile tag has no wiki summary.
16
votes
3answers
2k views
Alternative to SIMILE Timeline for timeline visualization?
So I have been having lots of fun playing with SIMILE Timeline, but unfortunately, it appears to be all but abandoned (most recently closed ticket May 2009) and riddled with memory leaks, especially ...
5
votes
6answers
863 views
Is it possible to load content dynamically through ajax (instead of upfront) in simile timeline
i am using the javascript simile timeline have a timeline items with very large description fields. I dont want to bloat my initial json payload data with all this as its only needed when
someone ...
4
votes
8answers
5k views
Is JavaScript single threaded? If not, how do I get synchronized access to shared data?
I have a web page with DIVs with a mouseover handler that is intended to show a pop-up information bubble. I don't want more than one info bubble to be visible at a time. But when the user moves the ...
3
votes
1answer
192 views
is there a way to have quarter of a year intervals in the simile timeline javascript widget?
When using the javascript timeline widget simile, i see there is hour, day, week, month, year intervals. Is there anyway to have an interval be a quarter of a year?
i am trying to group events into ...
2
votes
1answer
170 views
Timeline .NET Error
I worked with the simile timeline a few years back and I am excited to see that it has moved into the .NET world. However, when I get it all set up and try doing the example on this site, I get an ...
2
votes
1answer
226 views
At what volume of data does a JSON data structure become too slow?
I'm using MIT's Simile to display thumbnails and links with faceted filtering. I works great, but large data sets (greater than 500 elements) start to slow significantly. My user base will tolerate ...
1
vote
2answers
81 views
Django: how do I render an XML file, then use that xml in a simultaneously rendered view?
What I'm trying to do is use a SIMILE timeline in my Django app. The timeline requires it's data in an XML file. Now, I know how to render a view in html. And I can probably figure out how to render a ...
1
vote
1answer
386 views
How to manually add events to simile timeline widget
I am able to use simile timeline with json file using...
tl.loadJSON("/files/trial.js", function(json, url) { eventSource.loadJSON(json, url); });
I would like to connect it json output.
...
1
vote
2answers
170 views
Is there a replacement for SIMILE Solvent?
The SIMILE Project at MIT produced a series of tools useful for in-browser screen scraping, namely Piggy Bank, Solvent and Crowbar. These projects now appear defunct; the website has had few wiki ...
1
vote
4answers
761 views
Parsing JSON and customizing it for SIMILE's Timeline Widget
I have a valid JSON dataset:
[
{
"date": "2008-02-04 19:30:00",
"authors": [
{
"first_name": "Nassim Nicholas",
"last_name": "Taleb"
...
1
vote
1answer
385 views
Simile timeline - Reading from database without using XML?
Does anyone have any thoughts about making Simile read data from a database without using XML? Or is XML definitely the way to go. I'd like to hear about possible alternatives and opinions around what ...
1
vote
1answer
909 views
Is there a simple way to use jQuery alongside Simile Timeplots?
I created a loader for a Simile Timeplot that is implemented as a jQuery plugin. This works fine in Firefox but fails to load correctly in IE(8). The timeplot api loads the timeline api which in turn ...
0
votes
0answers
44 views
simile timeline not showing in firefox
We have an Omeka instance. We've installed this plugin http://omeka.org/codex/Plugins/Timeline on this page http://omeka.otagolibrary.com/index.php. If you refresh the page in firefox, the timeline ...
0
votes
1answer
53 views
Add overlays in Simile Timeline
I've got a problem I would like to add two overlays on both side of a timeline.
The idea is to make it look like this mock-up :
...
0
votes
0answers
56 views
Working with Simile Exhibit programmatically
I was just wondering if anybody know how to do a bunch of actions in Exhibit programmatically. Here's what I'm looking for:
Getting an object/array wever of all the items in the current
filtering ...
0
votes
0answers
49 views
Simile Timeline setLayout() error
I am working with the Simile Timeline and am trying to style the 'overview' band so that it follows the tracks of the close-up band. I consistently get an error when I include the line
...
0
votes
1answer
129 views
How can I overlay images on a simile timeline?
I'm using the simile timeline widget to create a timeline and I need to add images to the timeline. The images will probably be positioned at the bottom of a "band" but chances are I'll have to set ...
0
votes
0answers
129 views
Use dynamic data with Simile Timeplot
I'd like to use Simile Timeplot with data that I generate dynamically rather than from a file. This has been asked elsewhere some time ago, but not answered.
Loading data from a file ...
0
votes
0answers
40 views
Best way to parse a log4j file for use in a simile timeline
I need to parse a log4j file that was made by apache into a manner that will give me the "id" and "value" of that id. Im going to then turn these into an xml file to be used as an event source in a ...
0
votes
1answer
233 views
How do you change the background color for a band in a simile timeline?
I'm trying to change the background color of the bands I have in my simile timeline. Some of the attributes I've been using have been out of date and it's taken a while to find the latest way to call ...
0
votes
0answers
82 views
Events will not appear on simile timeline
im making a simile timeline for certain logging events for my company and im having trouble getting the events in the XML file to load. I dont get any errors when i open the timeline html file, and ...
0
votes
1answer
464 views
SIMILE's timeline and google calendar using JSON instead of XML
Hello:
I am trying to use the JavaScript library timeline from SIMILE. So far I have gotten my timeline to work if the data comes from a XML file.
Timeline.loadXML("example.xml", function(xml, url) ...
0
votes
1answer
207 views
How to programmatically click on facet value to filter events on a Simile Timeline Widget?
I have a facet set up thus:
<div ex:role="facet" ex:expression=".chapter" ex:facetLabel="Chapter" ex:sortMode=".count" ex:fixedOrder="1;2;3;4;5;6;7;8;9;10;11;12" ></div>
It's for ...
0
votes
2answers
530 views
Simile Timeline - Floating Dates
We are trying to integrate the Simile Timeline (http://www.simile-widgets.org/timeline/) into a SalesForce.com powered page.
The business is, apartment bookings. The calendar will display the ...
0
votes
2answers
680 views
has anyone used simile timeline with large amounts of data
i am using this simile timeline with large amounts of data and i keep getting firefox popping up saying "a script has appeared to no longer be running, do you want to kill it"? is there a limit to ...
0
votes
6answers
568 views
Need to use body onload event, but third party JavaScript library has hijacked it
I'm using Simile to draw dynamic timelines. I am also using an in-house library to add a comment blog. Our in-house library uses the body element's onload event to initialize.
<body ...
0
votes
3answers
544 views
Simile Timeline
I'm sure many will know of Simile Timeline (http://www.simile-widgets.org/timeline/), the JavaScript-based widget for embedding interactive timelines into web sites.
Timeline is open source software ...
0
votes
1answer
350 views
simile exhibit ie7 bug
'm using to Exhibit to, pretty simply, display some data on
historical events and book publication dates:
http://f1shw1ck.com/timeline3/exhibit.html
Everything works fine, and I have been able to get ...
0
votes
3answers
139 views
How to create firewall isolated pages using Simile's timeline and map?
I've experimented with Simile's exhibit and see the usefulness of the graphical display via a prototype implementation on machines which have access to the internet. We have need to migrate the ...