So the Library of Congress is funding a new version of Exhibit. It should be released at the beginning of 2012.

http://web.mit.edu/newsoffice/2011/data-visualization-loc.html

This is a long term issue, but the project should probably move towards supporting the new version when it comes out.

Comments

Aleph’s picture

Im also very interested in the state of this new project, Im no expert coder, but I will certainly contribute where I can. The Simile Site just posted this recently, if anybody cares to take a look http://www.simile-widgets.org/exhibit3/

niccolox’s picture

subscribe

wondering about Node.js too

Anonymous’s picture

can you explain more what role you are thinking node.js would play here?

niccolox’s picture

its what all the kids are doing (and Dev Seed)

dominikb1888’s picture

I've had a look at exhibit 3 while porting the D6 version. I wrote a first function for using the staged version. However, I couldn't get backstage itself to work properly on my dev machine yet. The staged version demands you to post the json data to a local jetty server at moment. More to be found here: https://github.com/zepheira/backstage/wiki

The scripted (3.x) version is different in its reaction to the jquery shipped with Drupal than the 2.x version of exhibit - it doesn't work albeit deactivating misc/jquery.js. The Inline portion of javascript being output in the header throws a mistake.

So the main issue with getting exhibit3 to work is finding a proper solution towards integrating the jquery parts of the exhibit framework with drupal.

niccolox’s picture

does the new JS Libraries Manager module help? http://drupal.org/project/javascript_libraries

dominikb1888’s picture

The problem with the javascript is not so much including it into the page header, but that exhibit dynamically loads another jquery.js file which apparently interferes with the drupal core one. If there's an option in the module, which allows to avoid such conflict and I did not see it, please let me know.

niccolox’s picture

jcamfield’s picture

Subscribing - very interested in using Exhibit for large data sets out of drupal.

niccolox’s picture

http://simile-widgets.org/exhibit3/

seriously worth a look

Exhibit 3.0: What's New?

Exhibit 3.0 is available for community input. Highlights include:

Exhibit 3.0 Scripted:

New HTML5 configuration language, with backward compatibility for prior configuration language
New localization system (no more 404's)
New history system (no more __history__.html)
Updated libraries, including jQuery
Removal of external or unconfigurable service dependencies within the core
Most core views and facets and some popular extension views implemented
More developer-friendly, including a new event-driven API, basic tests, and documentation
Persistence: Pick up where you left off browsing an Exhibit
Bookmarks: Share exactly what you see with others
Exhibit 3.0 Staged (beta2):

Scalability: Browse hundreds of thousands of records
Persistence: Pick up where you left off browsing an Exhibit
Export data in HTML + RDFa format