Skip to content

Commit

Permalink
fixed links
Browse files Browse the repository at this point in the history
  • Loading branch information
casaout authored Mar 5, 2024
1 parent 34875cb commit a0bfe93
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,30 @@ PersonalAnalytics is a self-monitoring software developed by the [Human Aspects

The monitoring component captures computer interaction data including user input and app & website usage data. Every now and then, a self-reflection question asks the user a question, e.g. about the current stress level or perceived productivity. Since all data is stored locally only (and _not_ automatically uploaded to a server to avoid privacy concerns), a data export component helps the user to decide which data to share and allows it to be obfuscated, before securely sharing it with researchers. In the future, it will add a [retrospection]([url](https://www.andre-meyer.ch/CSCW18)) that will visualize and correlate the automatically collected and manually reported data to help users learn more about how they spend their time, their work habits and how it impacts productivity and time well spent. This software is open source, can be adapted and re-used for researchers' own scientific studies.

Anyone is welcome to contribute to PersonalAnalytics by extending it with new trackers or improving existing ones. Feel free to use PersonalAnalytics to get insights into your own work habits, or use it for research studies. In case you re-use PersonalAnalytics, ensure to provide proper [attribution as described here]([url](https://github.com/HASE-UZH/PersonalAnalytics/blob/dev-am/documentation/RESEARCH.md)).
Anyone is welcome to contribute to PersonalAnalytics by extending it with new trackers or improving existing ones. Feel free to use PersonalAnalytics to get insights into your own work habits, or use it for research studies. In case you re-use PersonalAnalytics, ensure to provide proper [attribution as described here](./documentation/RESEARCH.md).


## 🧑‍💻 Installation & Usage as a User
Anyone may install PersonalAnalytics on their Windows or macOS device to non-intrusively collect computer interaction data, and analyze their activity, time spent and work habits for themselves. In the future, once we'll re-introduce the Retrospection (i.e. visualizations of the collected and self-reported data), it will be much easier to gain insights again.

To install and use PersonalAnalytics, [consider this guide](https://github.com/HASE-UZH/PersonalAnalytics/blob/dev-am/documentation/INSTALLATION.md).
To install and use PersonalAnalytics, [consider this guide](./documentation/INSTALLATION.md).

## 👩‍🔬 Customization & Usage as a Researcher
This project was created by and for researchers who want to ask study participants to run PersonalAnalytics on their device to non-intrusively collect **computer interaction data** in a privacy-protected way. As often times, having access to only automatically collected data is often not sufficient, PersonalAnalytics also offers an **experience sampling component**, which allows researchers to ask users to reflect and self-report on one or several questions (e.g. Have I been productive? Am I stressed right now?) at customizable times and using Likert-scales. As all collected data is only stored locally on participants' computers, there is an **export component**, guiding the participant through sharing and potentially obfuscating the captured data, before sharing it with the researchers through their data transfer service of choice. Most settings are configurable in the [study-config]([url](https://github.com/HASEL-UZH/PersonalAnalytics/blob/feature/electron/src/electron/shared/study.config.ts)), everything else can be customized in code.

Learn more about how to use [PersonalAnalytics for your research project](https://github.com/HASE-UZH/PersonalAnalytics/blob/dev-am/documentation/RESEARCH.md).
Learn more about how to use [PersonalAnalytics for your research project](./documentation/RESEARCH.md).

## 📖 Further Information
- [Installation & Usage for End Users](https://github.com/HASE-UZH/PersonalAnalytics/blob/dev-am/documentation/INSTALLATION.md)
- [Customization & Usage for Researchers](https://github.com/HASE-UZH/PersonalAnalytics/blob/dev-am/documentation/RESEARCH.md)
- [Data Collection & Privacy Policy](https://github.com/HASE-UZH/PersonalAnalytics/blob/dev-am/documentation/PRIVACY.md)
- [Contributions](https://github.com/HASE-UZH/PersonalAnalytics/blob/dev-am/documentation/CONTRIBUTIONS.md)
- [Information on the old PersonalAnalytics](https://github.com/HASE-UZH/PersonalAnalytics/blob/dev-am/documentation/LEGACY.md)
- [Installation & Usage for End Users](./documentation/INSTALLATION.md)
- [Customization & Usage for Researchers](./documentation/RESEARCH.md)
- [Data Collection & Privacy Policy](./documentation/PRIVACY.md)
- [Contributions](./documentation/CONTRIBUTIONS.md)
- [Information on the old PersonalAnalytics](./documentation/LEGACY.md)
- Questions? contact [Dr. André Meyer](mailto:[email protected])


## 🕒 Maintenance Status
The original version of PersonalAnalytics for Windows (created by André Meyer) and for macOS (created by Roy Rutishauser and Chris Satterfield), and supported by several other contributors, have been deprecated and are no longer maintained. In case of interest, you can learn more about [PersonalAnalytics-legacy here](https://github.com/HASE-UZH/PersonalAnalytics/blob/dev-am/documentation/LEGACY.md).
The original version of PersonalAnalytics for Windows (created by André Meyer) and for macOS (created by Roy Rutishauser and Chris Satterfield), and supported by several other contributors, have been deprecated and are no longer maintained. In case of interest, you can learn more about [PersonalAnalytics-legacy here](./documentation/LEGACY.md).

In 2024, we've revived the project in creating a multi-platform app using TypeScript and Electron. It is using the TypeScript-versions of our original, most used data trackers, the [WindowsActivityTracker](https://github.com/HASEL-UZH/PA.WindowsActivityTracker/tree/main/typescript) and the [UserInputTracker](https://github.com/HASEL-UZH/PA.UserInputTracker/tree/main/typescript). In addition, it includes an experience sampling component that can ask users to provide self-reports on one or several questions at customizable times. At the moment, the new PersonalAnalytics does NOT yet feature a retrospection, but it's the plan to recreate it in the future.

Expand Down

0 comments on commit a0bfe93

Please sign in to comment.