TRY IT ONLINE: https://zeitgeist-borders.antonomase.fr/
Research Paper : https://hal.inria.fr/hal-00805048/document
Review by New Scientist : https://www.newscientist.com/blogs/onepercent/2013/04/zeitgeist-borders-google.html
Zeitgeist Borders enable you to map suggestions from all Google search domains over a world map.
By passing your mouse over a country you get the list of all related suggestions:
By passing your mouse over a suggestion you see all the related countries being highlighted on the map:
Add a space after the last word of your query if you don't want Zeitgeist Borders to suggests you completion of the single last word instead of completion of your whole query.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
We couldn't make an online service because of the Google's limitation on the number of query on their servers, but still you can install it on your computer with a little bit of patience. Install Python and follow the steps described above. It's worth it, it's a pretty funny and addictive tool ! :)
In order to use Zeitgeist Borders you must have Python installed with the following dependencies:
All of them are available through easy_install
:
sudo pip install pyramid
sudo pip install pyramid_mako
sudo pip install pymongo
sudo pip install paste
Open a terminal and download Zeitgeist Borders:
git clone git://github.com/fabelier/Zeitgeist-Borders.git
Move to the application's folder:
cd Zeitgeist-Borders/
Launch the server:
python ./http.py
Browse the application's page by typing the following address into your Browser:
http://127.0.0.1:8080/
This software was developed at Fabelier, a parisian hackerspace, by:
- Antoine Mazières, PhD Candidate at INRA-Sens and LIAFA.
- Samuel Huron, PhD Candidate at Aviz and lead designer at IRI.
- Julien Palard, CTO of Melty.
Feel free to contact them at zeitgeist at fabelier dot org
or to chat about this project on Fabelier's mailing-list.