DiHabs

From OpenScience
Revision as of 09:46, 20 October 2010 by Cbuennig (Talk | contribs)

Jump to: navigation, search

Project Description

DiHabs is a survey system to capture and analyze information disclosure habits. It has been developed within the project Privacy in Smart Environments.

Contact contributers

Datasets

Survey Description Date
Test Results of a small examplary test survey (10 participants). September 2010
Institute Results of a survey with around 70 participants at the computer science institute at Rostock university. October 2010

DiHabs survey results are stored as Python shelve databases. A result database is structured as a dictionary where each item represents one survey participant. The analyzer script within the DiHabs application (see Software below) dumps its content in limited form and generates various statistical plots. Details about what information is stored per participant can be found in the file analyze.py within the DiHabs application.


Software

DiHabs is implemented as a Django web application. The download files below contain this web application integrated in a development Django site project (for easy testing outside productive server environments). Documentation is not yet complete. Please contact me directly for installation and usage support.

Version Date Description
TODO TODO TODO