My favorites | Sign in
Logo
                

This is the development portal of the Text 2.0 project, part of DFKI. In here you will find the browser plugin required to create eye tracking apps using HTML, CSS and JavaScript, as well as some diagnosis and related tools. The main features are

If you're looking for more multimedia interaction and less document interaction, have a look at PEEP, the Processing Easy Eyetracker Plugin. For the latest news, also have a look at the Text 2.0 Twitter Channel.



Showcase

Below you will find a number of videos and applications that were created with the help of the Text 2.0 Framework and PEEP.

More showcases and explanations can be found in the show case section.



Version 1.2.0 (released 13.7.2010)

More news can be found in the version history.



Usage

Using the framework should be rather straightforward: Start the tracking server, start the diagnosis to check and calibrate your data and finally run your web app. If you have any problems, please use the discussion group. Also one of our users, Amit, has set up #text2.0 on irc.freenode.net for real time discussions.

See the Usage Guide and the FAQ for more information.



Coding

Using the framework is straightforward. First, include all required libs (jquery, jquery.timers and text20 in our case), then execute the core.init() function and start using gaze active handlers like onFixation, onGazeOver and so forth:

<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="jquery.timers.js"></script>
<script type="text/javascript" src="text20.js"></script>

<script type="text/javascript">
    text20.core.init()
</script>

<body><div onFixation="alert('Hello again')">Hello World</div></body>

Also see the Usage Guide for more information.



Requirements

The project has been tested on Mac OS (simulator only) and Windows. Linux support untested, but it could work. Results anyone?



Citing

For any web related project, please link to text20.net. If you drop us a message and send us screenshots, we can also put you in the showcase. If you are using our framework for scientific work please cite either:



Credits & Copyright

The Text 2.0 Framework has been created in innumerable hours of work and was redesigned a number of times until we finally considered it to be production-ready. It is built on top of the EyeTracker2Java library created by Georg Buscher and Florian Mittag. Georg was also the person that had the most significant influence on the framework's development through his ideas, suggestions and participation, let alone his influence on the whole Text 2.0 project.

The framework also includes the hard work of Thomas Lottermann, Eugen Massini, Andreas Buhl, as well as the suggestions, tips and feedback of many more. Thank you very much!

Kaiserslautern, June 2010 - Ralf Biedert, German Research Center for Artificial Intelligence









Powered by Google Project Hosting