Exhibit lets you easily create web pages with advanced text search and filtering functionalities, with interactive maps, timelines, and other visualizations like these:
Snip
|
Exhibit
|
---|
Categories |
|
---|
For Snip |
loading snip actions ... |
---|---|
For Page |
loading url actions ... |
HTML |
<div id="header"><h1>Exhibit</h1> <h2>Publishing Framework for Data-Rich Interactive Web Pages</h2> </div> <div id="content"> <p class="blurb"> Exhibit lets you easily create web pages with advanced text search and filtering functionalities, with interactive maps, timelines, and other visualizations like these: </p> <div id="carousel" onmouseover="onCarouselMouseOver();"> <table style="display: block; left: 0px;" id="carousel-content" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td><a target="_blank" href="examples/presidents/presidents.html"><img class="example-screenshot" src="images/example-screenshot-presidents.png"></a></td><td><a target="_blank" href="examples/flags/flags.html"><img class="example-screenshot" src="images/example-screenshot-flags.png"></a></td><td><a target="_blank" href="examples/cereals/cereal-characters.html"><img class="example-screenshot" src="images/example-screenshot-cereals.png"></a></td><td><a target="_blank" href="examples/billionaires/billionaires.html"><img class="example-screenshot" src="images/example-screenshot-billionnaires.png"></a></td><td><a target="_blank" href="examples/senate/senate.html"><img class="example-screenshot" src="images/example-screenshot-senate.png"></a></td><td><a target="_blank" href="examples/nobelists/nobelists.html"><img class="example-screenshot" src="images/example-screenshot-nobelists.png"></a></td><td><a target="_blank" href="examples/factbook/factbook-people.html"><img class="example-screenshot" src="images/example-screenshot-factbook.png"></a></td><td><a target="_blank" href="examples/CSAIL-PIs/CSAIL-PIs.html"><img class="example-screenshot" src="images/example-screenshot-csail-pis.png"></a></td><td><a target="_blank" href="examples/cities/cities.html"><img class="example-screenshot" src="images/example-screenshot-cities.png"></a></td></tr></tbody></table> <div id="carousel-message"> <i>click on screenshots to see live web sites</i></div></div></div> |
---|