projectestac / edu365-signes

Diccionari Multimèdia de Signes de Catalunya

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Signes

http://edu365.cat/signes

Description

"Signes" (also known as "Mira què dic") is an interactive multimedia dictionary with video, image, sound and text support, which uses the Catalan Sign Language, supervised by the Institut de Llenguatge de Signes de Catalunya (ILLESCAT) and in collaboration with the Department of Education of Catalonia.

Vocabulary can be consulted alphabetically or structured in different semantic fields or classifications. These, in turn, are structured into families.

For each word there are:

  • One or more videos of the word represented in sign language.
  • A picture of the word
  • The sound locution of the word

The app also incorporates a game of guessing a hidden word. The first clue presented to the player is the video where the word is represented in sign language. If only watching the video the player does not guess it can ask for two more clues: the image and / or the locution of the word.

This application is intended for:

  • Girls and boys who use hand signs as a communication medium.
  • Deaf girls and boys who need to learn Sign Language.
  • Special education teachers and speech therapists.
  • Parents and guardians.

List of all media used in the app

All media used in the app is located on the folder public/data. Unused images and sounds are also stored in public/data/unused.

The complete list of all words and media ca be consulted in this Google spreadsheet.

Building the app

Prerequisites

Setting up

First of all, the NPM components must be loaded:

# Go to the main project directory:
$ cd path/to/signes

# Install the required npm components:
$ npm ci

Common operations

From here, the most usual operations are:

Launch the development server:

$ cd path/to/signes
$ npm start

Runs the app in the development mode.
Open http://localhost:9001 to view it in the browser.

The page will reload if you make edits.

Build the main application:

$ cd path/to/signes
$ npm run build

Builds the app for production to the dist folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

All the contents of /public should be copied or symlinked in /build, thus allowing the media assets to be found.

License

"Signes" is an open source development made by the Department of Education of the Government of Catalonia, released under the terms of the European Union Public Licence v. 1.2.

About

Diccionari Multimèdia de Signes de Catalunya

License:European Union Public License 1.2


Languages

Language:CSS 47.4%Language:HTML 33.8%Language:JavaScript 18.8%