Re: [Simile-Widgets] Re: Timeline revisited - updated - streamlined

2013-07-08 Thread David Karger
You're getting a different font than the original; one result is that (on my firefox) the word birth doesn't fit in its band and is getting cut off. Is this intentional? On 7/8/2013 11:37 PM, Matt Denman wrote: I setup http://timeline.kusog.org to run the monet demo if you want to see the new

Re: [Simile-Widgets] Re: Crowd-sourced timelines using Google Docs

2013-07-11 Thread David Karger
I've used this technique but I've found it limiting. I can and have used a form to create new entries that then populate an exhibit. However, I often find that I need to add some *computed* column to the raw data coming in (e.g. geocode an address). The obvious way to do this would be do

Re: [Simile-Widgets] timeline based not on dates, but on lines of text

2013-07-16 Thread David Karger
Hi Mike. It's not the same, but someone repurposed the timeline many years ago to map gene sequences: http://substrate.burnham.org/protein/annotation/789/html Which shows that it can be done. I don't know how much coding was involved; you might inquire of them. On 7/16/2013 6:03 PM, Mike

[Simile-Widgets] feedback on a code change

2013-07-23 Thread David Karger
For anyone developing code using exhibit: I'm looking at stripping certain code and apis out of exhibit that I think have not been used by anyone for years if ever. But I thought it worth double checking with this list in case I am wrong. This is code intended to let you create views and

Re: [Simile-Widgets] two important exhibit bug fixes

2013-08-02 Thread David Karger
2013/8/1 David Karger kar...@mit.edu mailto:kar...@mit.edu Two important bugfixes have been pulled into the simile-widgets repository on github. One (hopefully) fixes the problem with exhibit not working on IE8/9. The other repairs a long-unnoticed issue that significantly

Re: [Simile-Widgets] Query regarding use of eval in src\webapp\api\scripts\timeline.js

2013-08-06 Thread David Karger
It certainly would be good to remove eval where possible. Someone on the simile list has been discussing a rewrite of timeline they've been working on, and perhaps they've already taken care of this issue. You might look for the conversation in the archives and pick up this issue there. On

RE: [Simile-Widgets] Re: ex:role=coordinator does not work in 3.0

2013-08-12 Thread David Karger
I have a pull request in that fixes.  Once accepted it will serve off api.sw.org/exhibit/HEAD Original message From: Сергей Мещерин sergey.metche...@gmail.com Date: 08/12/2013 7:53 PM (GMT+02:00) To: simile-widgets@googlegroups.com Subject: [Simile-Widgets] Re:

[Simile-Widgets] bugfixes/features for exhibit

2013-08-20 Thread David Karger
We've pushed the following changes into the exhibit codebase: 1) A fix to the problems exhibit was having on IE8 and IE9 (update to history.js) 2) A fix to the coordinator element, so the two linked views in the presidents example work correctly again 3) two new importers, for data in csv

Re: [Simile-Widgets] Coder Icons Not Displaying in IE10

2013-08-23 Thread David Karger
OK, as promised, this bug has been fixed and the change pushed to s-w.org as described below. On 8/22/2013 5:08 PM, David Karger wrote: To encourage more bug reports I've tackled this one immediately. I've tracked down the amusing reason for this bug: exhibit is checking for browser version

Re: [Simile-Widgets] Two different timelines with different event-data in one browser window

2013-09-08 Thread David Karger
Andreas, you may want to look at the exhibit framework, http://simile-widgets.org/exhibit . Exhibit allows for multiple data collections and multiple views (timelines or others) to be on the same page, and for a given timeline (or other view) to show information from only one collection. On

Re: [Simile-Widgets] Re: Is the timeline server down?

2013-09-14 Thread David Karger
simile.mit.edu has been deprecated and is no longer reliable. All users should be switching to simile-widget.org On 9/13/2013 10:54 PM, Graham Moore wrote: HI Chris, I found that the MIT server was no longer doing the job and had to change to script

Re: [Simile-Widgets] Re: Help with Lens and Javascript

2013-09-16 Thread David Karger
I don't think Template:Value is the right syntax for exhibit. Instead you want ex:id-subcontent=tab1-{{.foo}} for some property foo of the data. see http://simile.mit.edu/wiki/Exhibit/Dynamic_URLs On 9/16/2013 6:29 PM, Fabio Teixeira wrote: The example below do not work for me. The variables

Re: [Simile-Widgets] Re: Help with Lens and Javascript

2013-09-17 Thread David Karger
:11:44 PM UTC-3, David Karger wrote: I don't think Template:Value is the right syntax for exhibit. Instead you want ex:id-subcontent=tab1-{{.foo}} for some property foo of the data. see http://simile.mit.edu/wiki/Exhibit/Dynamic_URLs http://simile.mit.edu/wiki/Exhibit/Dynamic_URLs

Re: [Simile-Widgets] Re: Firefox 24 for Mac breaks SIMILE Exhibit

2013-10-17 Thread David Karger
Even without bugs, you should consider switching to exhibit version 3, which has many improvements and will be the focus of support in the future. For many people, all it requires is changing the link to the exhibit script. You can find all versions here:

Re: [Simile-Widgets] Ex3 scripted - How can I suppress double info bubble?

2013-10-24 Thread David Karger
Andrew, we haven't made any changes to timeline that should change this behavior. What *have* changed, which I think may be the problem, is the way we load timeline. It now gets loaded a different way that probably makes it load *later*. So I suspect your redefition is now happening

Re: [Simile-Widgets] Timeline Not Loading XML Unless File's On an HTTP Server

2013-10-25 Thread David Karger
more likely than a content-type problem is that you are running into security restrictions. browsers are very picky about javascript loading content from other sites than the original page, and local files are always considered other sites even when your page is also a local file. On

Re: [Simile-Widgets] Cannot call method 'createFromDOM' of undefined

2013-11-01 Thread David Karger
The method for loading extensions has changed. You need link rel=exhibit-extensiontype=text/javascripthref=http://api.simile-widgets.org/exhibit/STABLE/extensions/time/time-extension.js view-source:http://api.simile-widgets.org/exhibit/STABLE/extensions/time/time-extension.js/ On

Re: [Simile-Widgets] Re: Tile View not displaying in Exhibit v3 as it does in v2.2

2013-11-18 Thread David Karger
The version of exhibit you're using, at http://api.simile-widgets.org/exhibit/current/exhibit-api.js , is quite a few bugfixes behind our development branch. Can you try substituting http://api.simile-widgets.org/exhibit/HEAD/ and seeing if that works better? Even if it doesn't, it contains

Re: [Simile-Widgets] Tile View not displaying in Exhibit v3 as it does in v2.2

2013-11-19 Thread David Karger
Here's what happened. Your page has an exhibit lens that describes how individual items are to be presented. The rule for lenses is that they apply to (ie get used with) any exhibit element that contains the lens. In your original exhibit, the lens was inside the view panel, so that lens

Re: [Simile-Widgets] Re: Can't get timeline to work at all.

2013-11-19 Thread David Karger
Try backing off to /ajax/2.2.1 . That's what timeline normally uses. On 11/19/2013 10:39 AM, J Chandler wrote: Same problem. The page loads, but there is no timeline. This is what I have: html head meta http-equiv=Content-Type content=text/html;charset=UTF-8 / script

Re: [Simile-Widgets] Tile View not displaying in Exhibit v3 as it does in v2.2

2013-11-19 Thread David Karger
By the way, you should also notice some significant performance improvements using the HEAD version---let me know how it seems. On 11/19/2013 10:33 AM, David Karger wrote: Here's what happened. Your page has an exhibit lens that describes how individual items are to be presented. The rule

Re: [Simile-Widgets] Tile View not displaying in Exhibit v3 as it does in v2.2

2013-11-19 Thread David Karger
That was a change to the codde, adding a little more info to help the user understand what was taking so long. On 11/19/2013 5:26 PM, Drew wrote: Deb, how did you dovetail the text into the loading data spinner? (for instance, 'fetching') -- You received this message because you are

Re: [Simile-Widgets] Problems with JQuery UI Accordions and Exhibit

2013-11-23 Thread David Karger
Mike, your example looks like it is using exhibit version 2. We aren't really working on that code base any more; rather, our efforts are directed towards exhibit 3. E3 might not have the bug you are fighting, and if it does, we're better set up to look into it in the new code. So if you

Re: [Simile-Widgets] About Exhibit

2013-11-25 Thread David Karger
Project is hard at work. This is the active mailing list. New documentation will be released soon. On 11/25/2013 6:13 PM, Kolmar Kafran wrote: Guys, I was asking for help at #exhibit3 on freenode and It seems that its not the oficial channel of the project. The project also lakes of

Re: [Simile-Widgets] About Exhibit

2013-11-25 Thread David Karger
place. I like a lot to read documentations from https://docs.readthedocs.org/en/latest/index.html Att. Em segunda-feira, 25 de novembro de 2013 21h11min31s UTC-3, David Karger escreveu: Project is hard at work. This is the active mailing list. New documentation will be released

Re: [Simile-Widgets] Problems with JQuery UI Accordions and Exhibit

2013-11-27 Thread David Karger
I starting over from scratch? Thanks, Mike On Saturday, 23 November 2013 17:30:38 UTC-5, David Karger wrote: Mike, your example looks like it is using exhibit version 2. We aren't really working on that code base any more; rather, our efforts are directed towards exhibit 3. E3

Re: [Simile-Widgets] Timeline has stopped displaying

2013-12-04 Thread David Karger
You're using a deprecated version of the library. Please try removing these lines: script type=text/javascriptTimeline_urlPrefix = http://static.simile.mit.edu/timeline/api-2.3.0/;;/script script src=http://static.simile.mit.edu/timeline/api-2.3.0/timeline-api.js?bundle=true;

Re: [Simile-Widgets] not working with IE11

2013-12-05 Thread David Karger
It's working fine on my ie11---any specific problem? On 12/5/2013 4:53 PM, Sue wrote: I have a page that works perfectly with FireFox and Chrome but noticed just today that it is not working with IE11 - http://www.udel.edu/research/preparing/pilotgrants.html Any ideas would be deeply

Re: [Simile-Widgets] Exhibit 3.0, RDF and Babel

2013-12-18 Thread David Karger
Not sure it will work, but try setting type to application/jsonp On 12/18/2013 10:02 PM, Vicente Barreiro wrote: I'm trying to create a basic example using Babel to translate RDF into Json, but I can't make it work. This is what I've tried: 1. I was able to successfully reach Babel via a Web

Re: [Simile-Widgets] Exhibit 3.0, RDF and Babel

2013-12-19 Thread David Karger
, David Karger wrote: Not sure it will work, but try setting type to application/jsonp On 12/18/2013 10:02 PM, Vicente Barreiro wrote: I'm trying to create a basic example using Babel to translate RDF into Json, but I can't make it work. This is what I've tried: 1. I was able

Re: [Simile-Widgets] Exhibit 3.0, RDF and Babel

2013-12-19 Thread David Karger
that with a single URL expression. *** sigh *** On Thursday, December 19, 2013 8:36:37 AM UTC-6, David Karger wrote: I didn't read carefully enough. In your number 2, you want to get rid of the script tag entirely, but take the src attribute of that tag and make it the href attribute of your

Re: [Simile-Widgets] google spreadsheet data doesn't load at all

2014-01-02 Thread David Karger
As a first step, can I ask that you try switching to exhibit 3 (api.simile-widget.org/exhibit3)? That's the codebase we're mostly working on now, and we've added some switches to make it easier to debug problems. On 01/02/2014 11:02 AM, Werner Stangl wrote: Hi, I have previously managed to

Re: [Simile-Widgets] google spreadsheet data doesn't load at all

2014-01-07 Thread David Karger
, Werner Am Donnerstag, 2. Januar 2014 19:53:22 UTC+1 schrieb David Karger: As a first step, can I ask that you try switching to exhibit 3 (api.simile-widget.org/exhibit3 http://api.simile-widget.org/exhibit3)? That's the codebase we're mostly working on now, and we've added some

Re: [Simile-Widgets] Is it possible to link multiple .json to a single simile-exhibit?

2014-02-13 Thread David Karger
Sure, exhibit allows you to put as many link tags in your document as you like; all the data gets combined. If you use items with the same label in multiple files, their properties are merged. It does take a little bit more time to fetch 19 separate files than one big one, but it may not

Re: [Simile-Widgets] Re: How improving the visibility of Bibtex publicly available when using Exhibit?

2014-03-02 Thread David Karger
You can make your data accessible to google using exhibit 3, because exhibit 3 can read its data from inside its own html. You can see this in action on my publications page: http://people.csail.mit.edu/karger/papers.html I was lazy and just used json to describe the data; however, if you want

Re: [Simile-Widgets] Skipping validation

2014-03-03 Thread David Karger
Validation is generally something that only executes when there's a syntax error in the json. It shouldn't be triggering at all if your data is formatted properly. On 3/3/2014 8:45 PM, Ted Williams wrote: Is there a way to skip validation in simile exhibit? The data I'm working with is

Re: [Simile-Widgets] send over JSON file information

2014-03-06 Thread David Karger
It's easier to answer these questions when you give a link to your exhibit. If you want to display information, that information first has to be in the json file. You need to add fields like who to the json. Then you can modify the exhibit to display that information. On 3/6/2014 4:55 AM,

Re: [Simile-Widgets] Is it possible to link multiple .json to a single simile-exhibit?

2014-03-06 Thread David Karger
yes On 3/6/2014 10:04 AM, igor cintula wrote: Hi, Can I use one JSON for two types of information ??? .. On Thursday, February 13, 2014 11:15:31 PM UTC+1, David Karger wrote: Sure, exhibit allows you to put as many link tags in your document as you like; all the data gets

Re: [Simile-Widgets] Does Exhibit have browser compatibility issues?

2014-03-19 Thread David Karger
Exhibit 2.2.0 is retired. I suggest you update to exhibit 3: http://api.simile-widgets.org/exhibit/ the STABLE branch is a good compromise between having the latest bugfixes and avoiding bleeding-edge releases. It might just work as is (we have a backward compatibility module), but you should

Re: [Simile-Widgets] Paging glitch exhibit 3.0.0 ??

2014-03-20 Thread David Karger
Please try using one of the newer releases of exhibit than 3.0.0 , for example STABLE and HEAD in http://api.simile-widgets.org/exhibit On 3/20/2014 8:21 PM, juliuz mx wrote: Hello folks, I have a little problem with paging using E3.0.0 and I would like to know if someone else have or had

Re: [Simile-Widgets] Does Exhibit have browser compatibility issues?

2014-03-22 Thread David Karger
tested it using some browser compatibility tools online like browserstack. IE 7 and 8 seem to have a problem loading the page. Other browsers seem to work fine. Your thoughts are appreciated. Regards, Thiru On Thursday, 20 March 2014 01:30:45 UTC-4, David Karger wrote: Exhibit 2.2.0

Re: [Simile-Widgets] Does Exhibit have browser compatibility issues?

2014-03-22 Thread David Karger
20:34:36 UTC-4, David Karger wrote: The page seems to work fine for me when I run IE11 in IE7 and IE8 mode. Have you made any changes since posting this? On 3/22/2014 3:30 AM, Thiru wrote: Thanks David! I made the changes you suggested. I changed to STABLE version of exhibit

Re: [Simile-Widgets] Does Exhibit have browser compatibility issues?

2014-03-23 Thread David Karger
7 and 8? Thanks again for all your help David ! Regards, Thiru On Sunday, 23 March 2014 01:53:59 UTC-4, David Karger wrote: I've tracked one problem (a flaw in IE7/8 javascript support) and put in a fix here: http://people.csail.mit.edu/karger/ExhibitK/api/ http

Re: [Simile-Widgets] Does Exhibit have browser compatibility issues?

2014-03-23 Thread David Karger
the changes. Regards, Thiru On Sunday, 23 March 2014 18:59:47 UTC-4, David Karger wrote: This was a very local change that makes the code a bit uglier but should not break anything else. On 3/23/2014 4:27 PM, Thiru wrote: Hi David, Yes it is now working on IE 7 and 8. Thank

Re: [Simile-Widgets] Does Exhibit have browser compatibility issues?

2014-03-23 Thread David Karger
And it won't be on STABLE until it's gotten some usage and we're convinced it's safe. You'll see it in HEAD as soon as the change is pulled; then after some trial-run time it will progress to STABLE; eventually it will be released to current. On 3/24/2014 12:18 AM, David Karger wrote

Re: [Simile-Widgets] Does Exhibit have browser compatibility issues?

2014-03-26 Thread David Karger
release, as development is exactly the time when you'll want to detect bugs. If you want to play it safe and are willing to be a bit behind on bugfixes, STABLE is where we place releases after they've been used without complaint on HEAD for a while. On 3/24/2014 12:18 AM, David Karger wrote

Re: [Simile-Widgets] Not all options visible in facet

2014-04-05 Thread David Karger
Any time you encounter a bug with exhibit, it's helpful to try using the most recent version, which can be found at http://api.simile-widgets.org/exhibit/HEAD/ in case we've already found and fixed the bug you are encountering. On 4/5/2014 6:12 AM, Woody Woody wrote: Hi, I'm experimenting

Re: [Simile-Widgets] facets only filter by the first item

2014-04-06 Thread David Karger
We've pushed a fix to exhibit/HEAD that should fix this problem. On 3/29/2014 3:49 AM, David Lopez wrote: Hi I have noticed that for instance in the nobelist example: http://simile-widgets.org/exhibit3/examples/senate/senate.html When filtering senators by the field: On comittee: committee on

Re: [Simile-Widgets] Script error

2014-04-13 Thread David Karger
static.simile.mit.edu has been deprecated and will not be debugged. All scripts are now serving from http://simile-widgets.org/ On 4/13/2014 11:44 AM, Mary McCartney wrote: I have a script error on my timeline . This is what I am using. script

Re: [Simile-Widgets] Is service.simile-widgets.org/babel going to be restored soon?

2014-04-25 Thread David Karger
Sorry, I was unaware of the issue. I've asked our sysadmin to look into things. On 4/25/2014 6:06 AM, Dario Izzo wrote: Since 5 days or so the babel service has stopped. The url http://service.simile-widgets.org/babel/ returns Service Temporarily Unavailable. Is the service going to be

Re: [Simile-Widgets] is painter down?

2014-04-25 Thread David Karger
On 4/25/2014 11:56 AM, martin.r.wo...@gmail.com wrote: none of my exhibits are displaying icons or map markers...is it just me or is the painter service not available? It looks like painter is down; I've contacted sysadmins to address the problem. Note that Exhibit v3 does its own painting

Re: [Simile-Widgets] Is service.simile-widgets.org/babel going to be restored soon?

2014-04-25 Thread David Karger
Service on babel has been restored, and your site seems to be working. If you want to protect yourself from such failures in the future, you can convert your bibtex file to one that exhibit understands natively (json, csv, google spreadsheet, html table) and serve that from your own site.

Re: [Simile-Widgets] Re: google spreadsheets with exhibit 3

2014-04-30 Thread David Karger
You are linking to code on static.simile.mit.edu which is no longer supported. You need to use api.simile-widgets.org . Where did you find instructions to use static.simile.mit.edu? We need to remove them. On 4/30/2014 7:43 AM, Neha Bajaj wrote: Hi All, I just started working with exhibit

Re: [Simile-Widgets] Re: google spreadsheets with exhibit 3

2014-04-30 Thread David Karger
response. I found the instructions here http://simile.mit.edu/wiki/Exhibit/Map_View and http://simile-widgets.org/exhibit3/examples/presidents/presidents.html . I still don't understand, what I am supposed to do. On Wed, Apr 30, 2014 at 5:21 PM, David Karger kar...@csail.mit.edu mailto:kar

Re: [Simile-Widgets] No points apear on map despite widget running ok

2014-05-20 Thread David Karger
Where is the demo you copied (we should fix it)? I suggest you work off the presidents example on this page, which works fine for me: http://www.simile-widgets.org/exhibit3/examples/other-versions/HEAD/index.html I use the console window in firebug to see errors that get thrown. On 5/20/2014

RE: [Simile-Widgets] Possible bug in Exhibit 3.1.0rc : display only the first element of an item property in the facets

2014-07-14 Thread David Karger
Can you check if the bug is present in exhibit/Head which is the most current version?  Original message From: Frederic_L associate...@ambascience-usa.org Date: 07/14/2014 9:36 PM (GMT-05:00) To: simile-widgets@googlegroups.com Subject: [Simile-Widgets] Possible bug in

Re: [Simile-Widgets] Possible bug in Exhibit 3.1.0rc : display only the first element of an item property in the facets

2014-07-16 Thread David Karger
) and it's working as expected, it seems the issue has been already fixed on this version! Should I use this version for my exhibits, or should I stick to the 3.0.0 stable version? -Frederic On Monday, July 14, 2014 10:09:30 PM UTC-4, David Karger wrote: Can you check if the bug is present

Re: [Simile-Widgets] [Exhibit Map view] How to make the SizeKey work for items with several locations

2014-07-20 Thread David Karger
Hi Frederic. You've posed an interesting problem that doesn't have an obvious solution right now. Exhibit is intended to display a collection of *items*. And at the moment, the sizeKey is used to define a size associated with *individual items*. So it is perfectly plausible to associate a

Re: [Simile-Widgets] Issue with the Slider facet

2014-07-23 Thread David Karger
Slider has not yet been ported to this release of exhibit. It was added to a fork of exhibit (by the zepheira) but they haven't yet provided a pull request to get it into the main repository. On 07/23/2014 05:21 PM, Frederic_L wrote: Hello, I tried to add the Slider facet to my Exhibit as

Re: [Simile-Widgets] No points apear on map despite widget running ok

2014-08-04 Thread David Karger
on /current/ same issue tho :( what's odd is that the old school syntax ex:rote... etc works fine on my live site http://www.wildthingsafaris.com/areas http://www.wildthingsafaris.com/areas w On Thursday, 29 May 2014 01:19:50 UTC+3, David Karger wrote: 3.0.0

Re: [Simile-Widgets] Simple Timeline Example with Source

2014-08-04 Thread David Karger
Sorry for missing this. The main timeline site (http://simile-widgets.org/timeline/ ) is running 2.3.1 On 06/28/2014 10:51 PM, Robert Love wrote: Years ago I had a simple timeline. It pointed to an api that didn't have a version number. Today I see the web page talk about ver 2.3.1 of the

Re: [Simile-Widgets] no events showing in Firefox (timeline)

2014-09-01 Thread David Karger
this kind of question is very difficult to answer without a link to the broken page. On 8/29/2014 7:39 AM, Junaid Nasir wrote: i have created a timeline on my local server it's working great in chrome (linux and windows) but doesn't work with firefox. the console is showing no error at all. i

Re: [Simile-Widgets] Running script after exhibit loaded

2014-09-01 Thread David Karger
On 8/28/2014 10:54 AM, Edmond Wang wrote: Hi all, I'm using exhibit 3.1.0rc3 , how can I execute a script or function after the exhibit has been loaded? There's a set of events triggered at various stages in the exhibit load process; you can find a description here:

Re: [Simile-Widgets] Re: The timeline widget dosnt work.

2014-09-01 Thread David Karger
We've been migrating away from google code. The current repo for simile-widgets is at https://github.com/simile-widgets/exhibit Please check if the same problems occur there. On 8/30/2014 1:50 PM, Dave Casey wrote: As of 2014-08-30, the local example at

Re: [Simile-Widgets] Problem with colorCoder on Exhibit Timeline

2014-09-05 Thread David Karger
So if you're doing current development, you should avoid using the ex: syntax, which has been deprecated and may stop working in the future. The correct current syntax is a data-ex prefix. Also, capitalization has been replaced by hyphenation, e.g. ex:coderClass -- data-ex-coder-class I

Re: [Simile-Widgets] Problem with colorCoder on Exhibit Timeline

2014-09-05 Thread David Karger
Also, posting links to whole exhibits makes them much easier to debug On 09/05/2014 04:41 PM, diop.digi...@gmail.com wrote: I've been working with Exhibit, and am getting close to a finished product, but I am having trouble with implementing the colorCoder on the Timeline view. Here is the

Re: [Simile-Widgets] Problem with colorCoder on Exhibit Timeline

2014-09-05 Thread David Karger
is http://dolearchivecollections.ku.edu/collections/vip_letters/vipletters.html On Friday, September 5, 2014 4:29:32 PM UTC-5, David Karger wrote: Also, posting links to whole exhibits makes them much easier to debug On 09/05/2014 04:41 PM, diop.d...@gmail.com javascript: wrote

Re: [Simile-Widgets] Problem with colorCoder on Exhibit Timeline

2014-09-08 Thread David Karger
/vipletters.html On Friday, September 5, 2014 5:14:10 PM UTC-5, David Karger wrote: right, you should be moving on to exhibit 3: http://api.simile-widgets.org/exhibit/3.1.0rc3/ http://api.simile-widgets.org/exhibit/3.1.0rc3/ is the latest and will shortly put out an actual 3.1.0

Re: [Simile-Widgets] Timeline with tags

2014-09-16 Thread David Karger
maybe something like http://simile-widgets.org/exhibit ? On 9/16/2014 5:13 AM, t...@systime.dk wrote: Hi I am currently trying to make a system, where you can choose different categories, to apply to your timeline. It's for the web material for a school book. The final product has to have 11

Re: [Simile-Widgets] I need to update to exhibit 3.0

2014-09-29 Thread David Karger
There are two separate issues: 1) updating to E3 (easy) 2) updating to new google spreadsheets (hard) step 1 just requires changing the exhibit script tag and the exhibit tags in your page in a straightforward way. ex: becomes data-ex- and capitalized letters turn into hyphenated letters, for

Re: [Simile-Widgets] I need to update to exhibit 3.0

2014-09-30 Thread David Karger
Note that any old spreadsheet you have will stay old---you can still access the published json feed the same way. On 09/30/2014 02:57 PM, kdani...@uic.edu wrote: Okay, thank you David, I will be working on changing that. Do I always need to add the word data before the script and

Re: [Simile-Widgets] map view - lens listing appearance

2014-10-18 Thread David Karger
This is a definite weakness in exhibit. At present I'm not aware of any mechanism to configure the presentation of multiple items; all you get is a list of their labels. It would seem natural to offer instead a list of the detail views, but that has not (yet) been implemented. One

Re: [Simile-Widgets] Column Totals

2014-10-18 Thread David Karger
Hi Jeff. Glad you were able to get such a quick start. To make such quick starts possible, exhibit is intentionally limited in its capabilities---it's great at showing stuff, but really limited in what it can compute. Exhibit does have a limited spreadsheet-like expression language, but it's

Re: [Simile-Widgets] map view - lens listing appearance

2014-10-21 Thread David Karger
If by first column you mean that your data is coming from a google spreadsheet, then the way to override the label value is for one of your spreadsheet column be called label . On 10/19/2014 12:19 PM, manchine wrote: Jittering the coordinates would generate way too many nearby markers. Is

Re: [Simile-Widgets] Hide checkboxes

2014-10-28 Thread David Karger
If in the facet you said data-ex-scroll=false you will get an inline facet that has no checkboxes (until a selection is made---once you have some selections, you need checkboxes to tell you what's been selected). Alternatively, you can use a cloud facet by setting data-ex-facet-class=cloud .

Re: [Simile-Widgets] Does TIMELINE support greek? If not what can I do to make it work?

2014-11-02 Thread David Karger
To support a language, timeline needs an appropriate language file. These need to be created by people who know the language :) You can see examples here for German, Czech, Polish, Turkish and others: https://github.com/simile-widgets/timeline/tree/master/src/webapp/api/scripts/l10n Once you

Re: [Simile-Widgets] Does TIMELINE support greek? If not what can I do to make it work?

2014-11-02 Thread David Karger
(And of course, if you contribute it back to us, then others will also benefit from the availability of a greek option.) On 11/2/2014 8:56 PM, David Karger wrote: To support a language, timeline needs an appropriate language file. These need to be created by people who know the language

Re: [Simile-Widgets] New Google Spreadsheets URL?

2014-11-09 Thread David Karger
in the Share button dialog box. Let me know if this works for you. George Adams On Wed, Aug 6, 2014 at 9:36 AM, David Karger kar...@mit.edu mailto:kar...@mit.edu wrote: How did you figure out the appropriate url? The new publish dialog

Re: [Simile-Widgets] New Google Spreadsheets URL?

2014-11-09 Thread David Karger
for the data and is displayed in a Google Site web page using a custom Google Gadget. All the Google Gadgets get run through caja which rewrites the HTML. If everything isn't just perfect with the exhibit code it doesn't work. George Adams On Sun, Nov 9, 2014 at 10:18 AM, David Karger kar...@mit.edu

Re: [Simile-Widgets] Sorting by date

2014-11-15 Thread David Karger
As a first step, try upgrading to a newer version of exhibit 3. http://api.simile-widgets.org/exhibit/3.1.1/ or http://api.simile-widgets.org/exhibit/current/ It has many bugfixing, and some debugging hooks that will make it easier to see what is going on with your example. On 11/10/2014

Re: [Simile-Widgets] Is the use of multiple collections broken?

2014-11-15 Thread David Karger
Take a look at version 3.1 and see if it fixes your problem. http://www.simile-widgets.org/exhibit3/examples/other-versions/HEAD/ On 10/30/2014 8:19 AM, Luis Miguel Morillas wrote: Is it possible to show different collections for different views with exhibit 3.0? This example (renaming

Re: [Simile-Widgets] Is the use of multiple collections broken?

2014-11-16 Thread David Karger
compliant data-ex- attributes. The first one works fine with collections (16 centres and 18 projects) and the second one shows 34 centres and 34 projects :-( Saludos, -- luismiguel (@lmorillas) 2014-11-16 7:26 GMT+01:00 David Karger kar...@mit.edu: Take a look at version 3.1 and see if it fixes

Re: [Simile-Widgets] Is the use of multiple collections broken?

2014-11-16 Thread David Karger
, David, I think that i've changed all camelCase attributes, but always shows all the elements, not the collections (http://178.32.253.88/index2.html) Saludos, -- luismiguel (@lmorillas) 2014-11-16 19:11 GMT+01:00 David Karger kar...@mit.edu: first thing to fix: data-ex-viewClass should be data-ex

Re: [Simile-Widgets] Is the use of multiple collections broken?

2014-11-16 Thread David Karger
David Karger kar...@mit.edu: Your problem is that in the new exhibit you wrote data-ex-role=ex-collection but what you actually need is data-ex-role=collection OR data-ex-role=exhibit-collection we only use the ex- syntax in attribute names, not in values. On 11/16/2014 1:50 PM, Luis Miguel

Re: [Simile-Widgets] Re-order facet listing

2014-12-11 Thread David Karger
The default ordering of facet values is alphabetical (or numeric if you specify that the type of the property is numeric). If you want a different order, you can override using the data-ex-fixed-order property: http://simile-widgets.org/wiki/Exhibit/List_Facet On 12/10/2014 11:38 AM, Kris

Re: [Simile-Widgets] Sorting Tabular column as number

2014-12-13 Thread David Karger
I visited the page and it seems to be sorting the numeric column numerically. On 12/9/2014 5:11 PM, Luis Miguel Morillas wrote: I don't know if it is a bug but it always sorts rows as text. I have got an example here http://178.32.253.90/inaem/ Best regards, -- luismiguel (@lmorillas)

Re: [Simile-Widgets] syncing two timelines or a timeline and a list

2015-02-05 Thread David Karger
If you look at this page http://simile-widgets.org/exhibit3/examples/presidents/presidents.html you'll see an example of what you're talking about. If you click on one of the map icons to pop open its info bubble, the timeline will scroll to and open the corresponding entity, and vice versa.

Re: [Simile-Widgets] Re-order facet listing

2015-02-07 Thread David Karger
You put the fixed-order attribute on your From Calendar facet instead of your Month facet so you're sorting the wrong facet. On 2/7/2015 2:27 PM, Luis Miguel Morillas wrote: El jueves, 11 de diciembre de 2014, 19:15:39 (UTC+1), David Karger escribió: The default ordering of facet

Re: [Simile-Widgets] Exhibit 2.2: view the sum of a field

2015-02-16 Thread David Karger
(1) we aren't really working with exhibit 2.2 anymore; you should upgrade to exhibit 3 which is easier for us to debug remotely (2) it's easier to figure out what's going on when you post your broken exhibit on the web. On 2/15/2015 6:06 AM, Andrea Borruso wrote: Hi, I have added in my html

Re: [Simile-Widgets] SSL certificate expired

2015-02-18 Thread David Karger
I new certificate has been installed. On 2/18/2015 9:37 AM, Surinder Bimbra wrote: I'm currently using the timeline widget from an HTTPS site, and it looks like the SSL certificate used for https://api.simile-widgets.org has expired. Any chance that can get fixed right away? -- You received

Re: [Simile-Widgets] How do i use facets with the real Timeline project

2015-02-18 Thread David Karger
The timeline extension in exhibit is uses exactly the same code as the standalone timeline, so you should be able to include your modifications in the same way. On 02/18/2015 05:14 PM, X Calibre wrote: I have timeline working the way i want it to using heavy modifications to the javascript.

Re: [Simile-Widgets] How do i use facets with the real Timeline project

2015-02-18 Thread David Karger
the exhibit source code and I could not find anything such as band.js, timeline.js, ether-painters.js and so on. On Wednesday, February 18, 2015 at 5:15:39 PM UTC-5, David Karger wrote: The timeline extension in exhibit is uses exactly the same code as the standalone timeline, so you should

Re: [Simile-Widgets] SSL certificate expired

2015-02-18 Thread David Karger
a renewal is being ordered today. On 2/18/2015 9:37 AM, Surinder Bimbra wrote: I'm currently using the timeline widget from an HTTPS site, and it looks like the SSL certificate used for https://api.simile-widgets.org has expired. Any chance that can get fixed right away? -- You received this

Re: [Simile-Widgets] How do i use facets with the real Timeline project

2015-02-18 Thread David Karger
that you can not use the event sources the way timeline proper does, but that is where some of my modifications lie. that requires timeline expertise I don't have; sorry. On Wednesday, February 18, 2015 at 5:30:36 PM UTC-5, David Karger wrote: It's in the timeline extension---if you look

Re: [Simile-Widgets] How do i use facets with the real Timeline project

2015-02-18 Thread David Karger
to proceed. I have looked through the exhibit source code and I could not find anything such as band.js, timeline.js, ether-painters.js and so on. On Wednesday, February 18, 2015 at 5:15:39 PM UTC-5, David Karger wrote: The timeline extension in exhibit is uses exactly the same

Re: [Simile-Widgets] Extracting year from date

2015-03-25 Thread David Karger
You'll note that [1] describes the yearOf function as in the future :) [2] did get lost as in the migration to exhibit 3. I'd like to bring it back, but it necessitates some re-architecting of the new data-import pipeline. I can commit to doing it in the summer, but don't know if I'll have

Re: [Simile-Widgets] Extracting year from date

2015-03-25 Thread David Karger
In the short term, the following should allow you to locally provide the yearOf function that you want. Invoke the following code Exhibit.FunctionUtilities.registerSimpleMappingFunction(yearOf, function(d) { //code to extract year from ISO date }, number) some time after exhibit

Re: [Simile-Widgets] Re: Mapping multiple points as a line in MapView

2015-02-23 Thread David Karger
It isn't entirely clear what you are trying to do. If you want each item that exhibit displays to be a line, there were some experiments in exhibit 2 that might help: http://people.csail.mit.edu/dfhuynh/projects/election08/election08.html This example does polygons; there's a variant that

Re: [Simile-Widgets] Is something wrong with maps color legends?

2015-01-25 Thread David Karger
:27 PM, Luis Miguel Morillas wrote: Ups, I see. How can I change that legend class? Regards, -- luismiguel (@lmorillas) 2015-01-25 22:11 GMT+01:00 David Karger kar...@mit.edu: Inspecting your html shows that the legend label is present; however, it has class .label which means the text gets

Re: [Simile-Widgets] Is something wrong with maps color legends?

2015-01-25 Thread David Karger
Inspecting your html shows that the legend label is present; however, it has class .label which means the text gets set to color:white by bootstrap.css and is thus invisible on your white background. On 1/23/2015 6:07 PM, Luis Miguel Morillas wrote: I have a map but I cant put a legend label

<    1   2   3   4   5   6   >