Skip to content

Commit

Permalink
Updated study info in study config
Browse files Browse the repository at this point in the history
  • Loading branch information
casaout authored Feb 28, 2024
1 parent 5b673a0 commit 04064e5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/electron/shared/study.config.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { StudyConfiguration } from './StudyConfiguration';

const studyConfig: StudyConfiguration = {
name: 'Personal Analytics Study',
shortDescription: 'A study to understand how people...',
infoUrl: 'https://hasel.dev',
privacyPolicyUrl: 'https://hasel.dev/privacy',
name: 'PersonalAnalytics Study',
shortDescription: 'PersonalAnalytics is a self-monitoring software developed by the Human Aspects of Software Engineering Lab of the University of Zurich to non-intrusively collect computer interaction data and store it locally on your computer. Every now and then, a self-reflection question asks you about time well spent and perceived productivity. In the future, it will add a retrospection that will visualize and correlate the automatically collected and manually reported data to help you learn more about how you spend your time and your productivity. This software is open source, can be adapted and re-used for your own scientific studies.',
infoUrl: 'https://github.com/HASEL-UZH/PersonalAnalytics',
privacyPolicyUrl: 'https://github.com/HASEL-UZH/PersonalAnalytics/blob/dev-am/documentation/PRIVACY.md',
uploadUrl: 'https://hasel.dev/upload',
contactName: 'Hasel Dev',
contactName: 'Dr. André Meyer',
contactEmail: '[email protected]',
subjectIdLength: 6,
trackers: {
Expand Down

0 comments on commit 04064e5

Please sign in to comment.