Difference between revisions of "DiHabs"

From OpenScience
Jump to: navigation, search
(dihabs: new app version, updated downlink links)
m (Software: wording)
Line 42: Line 42:
 
| [http://wwwstud.informatik.uni-rostock.de/~cb203/opsci/dihabs/software/dihabs-app-202-a82c55b23c1a.zip 202-a82c55b23c1a]
 
| [http://wwwstud.informatik.uni-rostock.de/~cb203/opsci/dihabs/software/dihabs-app-202-a82c55b23c1a.zip 202-a82c55b23c1a]
 
| October 2010
 
| October 2010
| ''DiHabs'' as a pluggable Django application (that is it requires a site project to be integrated to). This version has been used for the [[DiHabs#Datasets|''institue'' survey]].
+
| ''DiHabs'' as a pluggable Django application (for integration in a Django site project). This version has been used for the [[DiHabs#Datasets|''institue'' survey]].
 
|-
 
|-
 
| [http://wwwstud.informatik.uni-rostock.de/~cb203/opsci/dihabs/software/dihabs-app-219-616c6f21f1c0.zip 219-616c6f21f1c0]
 
| [http://wwwstud.informatik.uni-rostock.de/~cb203/opsci/dihabs/software/dihabs-app-219-616c6f21f1c0.zip 219-616c6f21f1c0]
 
| October 2011
 
| October 2011
| ''DiHabs'' as a pluggable Django application (that is it requires a site project to be integrated to). This version has improved result plotting functionality.
+
| ''DiHabs'' as a pluggable Django application (for integration in a Django site project). This version has improved result plotting functionality.
 
|}
 
|}

Revision as of 18:56, 28 March 2012

Description

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

Contributers

Datasets

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

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. Documentation is not yet complete. Please contact me directly for installation and usage support.

Version Date Description
143-e88a59c43be3 August 2010 An older version of DiHabs used for the test survey. This version does not yet separate the DiHabs Django application and the corresponding site project. This version should not be used anymore - it is listed here only as a reference for the results of the test survey.
202-a82c55b23c1a October 2010 DiHabs as a pluggable Django application (for integration in a Django site project). This version has been used for the institue survey.
219-616c6f21f1c0 October 2011 DiHabs as a pluggable Django application (for integration in a Django site project). This version has improved result plotting functionality.