Giter VIP home page Giter VIP logo

tab-group-heuristics's Introduction

Automated Tab Organization - Heuristics Engine

This repository contains the Heuristics Engine for my master thesis on Automated Tab Grouping at the University of Zurich.

The Scala/Akka application in this repository can only be used in conjunction with the corresponding WebExtension (https://github.com/rschlaefli/tab-group-webextension), which is available from a separate source. Once installed, the Heuristics Engine computes several heuristics based on tab interactions collected from browsers and, based on these interactions, proposes tab groups that might be of interest to the user.

To ensure privacy of the potentially sensitive browsing data, all storage and processing is performed on the local machine and nothing is ever shared across a network. For the purposes of experiments, selected data was exported by experiment participants and reviewed before submitting it for further analysis.

Requirements

Development

Install all dependencies

sbt update

Create a staging build of the heuristics engine:

sbt stage

Create a package for Linux:

./_build-linux.sh

Create a package for MacOS:

./_build-osx.sh

Windows Deployment

  1. Generate a new tabs.wxs configuration using sbt windows:wixFile
  2. Replace <Component with <Component Win64="yes" (Whole Word!)
  3. Replace <Package with <Package Platform="x64" (Whole Word!)
  4. Replace ProgramFilesFolder with ProgramFiles64Folder
  5. Remove unnecessary components and featurs (shortcut, path)
  6. Add custom component for registry entries from winpkg.wxs
  7. Move the updated tabs.wxs to target/windows/package.wxs
  8. Package the binary using sbt windows:packageBin

tab-group-heuristics's People

Contributors

rschlaefli avatar

Stargazers

Roman avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.