Difference between revisions of "DiHabs"

From OpenScience
Jump to: navigation, search
(Datasets)
Line 1: Line 1:
 
=== Description ===
 
=== Description ===
  
''DiHabs'' is a survey system to capture and analyze information disclosure habits. It has been developed within the project [http://wwwiuk.informatik.uni-rostock.de/research/current_projects/privacy_in_smart_environments/ Privacy in Smart Environments].
+
''DiHabs'' is a survey system to capture and analyze information disclosure habits. It has been developed as part of the thesis ''Privacy Management in Smart Environments'' by Christian Bünnig (the thesis is currently in the review process).
  
 
=== Contributers ===
 
=== Contributers ===
  
 
* [[User:Cbuennig|Christian Bünnig]]
 
* [[User:Cbuennig|Christian Bünnig]]
 +
 +
=== Software ===
 +
 +
''DiHabs'' is implemented as a [http://www.djangoproject.com/ Django] web application.
 +
 +
* Latest version: [http://wwwstud.informatik.uni-rostock.de/~cb203/opsci/DiHabs/Software/dihabs-20120831.tgz dihabs-20120831.tgz]
 +
 +
The archive contains a comprehensible README file with detailed setup and usage instructions.
  
 
=== Datasets ===
 
=== Datasets ===
Line 11: Line 19:
 
The DiHabs system has been used for a survey with around 70 participants from the Computer Science Department of the Universtiy of Rostock (October 2010).
 
The DiHabs system has been used for a survey with around 70 participants from the Computer Science Department of the Universtiy of Rostock (October 2010).
  
* [http://wwwstud.informatik.uni-rostock.de/~cb203/opsci/DiHabs/Datasets/Interview-Results/department.db Interview specification]
+
* [http://wwwstud.informatik.uni-rostock.de/~cb203/opsci/DiHabs/Datasets/Interview-Specification/department.py Interview specification]
 
* [http://wwwstud.informatik.uni-rostock.de/~cb203/opsci/DiHabs/Datasets/Interview-Results/department.db Interview results (anonymized answers of participants)]
 
* [http://wwwstud.informatik.uni-rostock.de/~cb203/opsci/DiHabs/Datasets/Interview-Results/department.db Interview results (anonymized answers of participants)]
  
 
Information about the format of interview specifications and interview results can be found in the software's README file.
 
Information about the format of interview specifications and interview results can be found in the software's README file.
 
=== Software ===
 
 
''DiHabs'' is implemented as a [http://www.djangoproject.com/ Django] web application. Documentation is not yet complete. Please [[User:Cbuennig|contact me directly]] for installation and usage support.
 
 
{| {{Prettytable}}
 
! Version !! Date !! Description
 
|-
 
| [http://wwwstud.informatik.uni-rostock.de/~cb203/opsci/dihabs/software/dihabs-143-e88a59c43be3.zip 143-e88a59c43be3]
 
| August 2010
 
| An older version of ''DiHabs'' used for the [[DiHabs#Datasets|''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.
 
|-
 
| [http://wwwstud.informatik.uni-rostock.de/~cb203/opsci/dihabs/software/dihabs-app-202-a82c55b23c1a.zip 202-a82c55b23c1a]
 
| October 2010
 
| ''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]
 
| October 2011
 
| ''DiHabs'' as a pluggable Django application (for integration in a Django site project). This version has improved result plotting functionality.
 
|}
 

Revision as of 21:05, 5 September 2012

Description

DiHabs is a survey system to capture and analyze information disclosure habits. It has been developed as part of the thesis Privacy Management in Smart Environments by Christian Bünnig (the thesis is currently in the review process).

Contributers

Software

DiHabs is implemented as a Django web application.

The archive contains a comprehensible README file with detailed setup and usage instructions.

Datasets

The DiHabs system has been used for a survey with around 70 participants from the Computer Science Department of the Universtiy of Rostock (October 2010).

Information about the format of interview specifications and interview results can be found in the software's README file.