Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 3.33 KB

01_terms.md

File metadata and controls

51 lines (34 loc) · 3.33 KB

Terms

This chapter explains the most important terms used in relation to the AsTeRICS Grid.

Back to Overview

AsTeRICS Grid

Web-based application for AAC solutions, runs in the browser (e.g. Firefox, Chrome, Edge, Internet Explorer, mobile Browsers).

AsTeRICS Framework

Java-based software suite that runs on a computer and makes it possible to trigger additional actions using the AsTeRICS Grid, e.g. controlling a TV (environmental control). See AsTeRICS Framework on the web.

AsTeRICS model

An AsTeRICS model is a configuration for the AsTeRICS Framework which realizes a certain use-case, e.g. environmental control, camera based head-tracking or eye-tracking. A model that runs in the AsTeRICS Framework can interact with the AsTeRICS Grid.

Grid set

Term for a set of pages in the AsTeRICS Grid, consisting of several grids. The number of grids a grid set contains is flexible.

Grid

Term for a single page in the AsTeRICS Grid, consisting of several grid elements. The number of elements a grid contains is flexible.

Global Grid

A global grid is a grid that is visible on every grid page. It may contain general elements that make sense within every grid like e.g. a "Home" grid element that navigates to the start page. A global grid could also contain some kind of core vocabulary that should be visible any time.

Grid element

A grid element is part of a grid and normally consists of a label and/or an image. Selecting a grid element normally triggers an action, e.g. navigating to another grid.

There are 5 types of grid elements:

  1. Normal: an element consisting of a label and/or an image
  2. Collect element: an element that collects the labels of previously selected elements and therefore makes it possible to construct e.g. sentences out of single word elements.
  3. Prediction element: an element that is dynamically filled up with word predictions based on previously selected normal elements.
  4. YouTube player: an element that can play videos from YouTube
  5. Live elements: elements that can display some dynamic information like live status from some external source, time or random values.

Action

An action that is performed if a grid element is selected, e.g. navigate to another grid, speak some text or some external action like turning on a light. See Grid Element Actions.

Input options

In the context of AsTeRICS Grid "input options" refer to the mean of selecting a grid element. This can be e.g. a normal mouse click, hovering or scanning. See Input Options.

Dictionary

A dictionary is a set of words that is used to fill up prediction grid elements. By default a dictionary including the most frequent english/german words is used, but also custom dictionaries can be used. See Dictionaries.

User

In AsTeRICS Grid a "user" refers to a username and a set of grids, which in sum realize a solution for an actual user. There are two types of users in AsTeRICS Grid:

  1. Offline users: are users whose grids are only stored locally on the used device.
  2. Online users: are users whose grids are stored locally on the device and online in the cloud. In contrast to offline users they also have a password that is used to encrypt all grids before saving them online.

Back to Overview