Skip to content
Snippets Groups Projects
Commit e3c9a49c authored by Samuel GAIST's avatar Samuel GAIST
Browse files

Merge branch 'docedit' into 'master'

removing Biometrics Evaluation from BEAT definition.

Closes #512

See merge request !310
parents 8fcc1220 8cc4d78c
No related branches found
No related tags found
1 merge request!310removing Biometrics Evaluation from BEAT definition.
Pipeline #35159 passed
......@@ -20,9 +20,9 @@
.. You should have received a copy of the GNU Affero Public License along ..
.. with the BEAT platform. If not, see http://www.gnu.org/licenses/. ..
===========================================================
Authors of the Biometrics Evaluation and Testing Platform
===========================================================
==============================
Authors of the BEAT Platform
==============================
Andre Anjos <andre.anjos@idiap.ch>
Flavio Tarsetti <flavio.tarsetti@idiap.ch>
......
......@@ -37,9 +37,7 @@
Version 1.0 (effective as of March 1st, 2014)
The Biometrics Evaluation and Testing ("**BEAT**") project is a four-year
European research project led by THE FOUNDATION OF IDIAP RESEARCH INSTITUTE
("**IDIAP**"), Centre du Parc, Rue Marconi 19, PO Box 592, CH - 1920 Martigny,
The "**BEAT**" framework is a project led by Idiap Research Institute, Centre du Parc, Rue Marconi 19, PO Box 592, CH - 1920 Martigny,
Switzerland, which aims at developing a platform for the testing, evaluation
and attestation of biometric systems, in particular by the sharing of open
source implementations of algorithms.
......
......@@ -39,11 +39,9 @@
Version 1.0 (effective as of March 1st, 2014)
The Biometrics Evaluation and Testing ("**BEAT**") project is a four-year
European research project led by THE FOUNDATION OF IDIAP RESEARCH INSTITUTE
("**IDIAP**"), Centre du Parc, Rue Marconi 19, PO Box 592, CH - 1920 Martigny,
The "**BEAT**" framework is a project led by Idiap Research Institute, Centre du Parc, Rue Marconi 19, PO Box 592, CH - 1920 Martigny,
Switzerland, which aims at developing a platform for the testing, evaluation
and attestation of biometric systems, in particular by the sharing of open
and attestation of machine learning systems, in particular by the sharing of open
source implementations of algorithms.
=============
......
......@@ -23,16 +23,14 @@
.. _beat_web_admin:
=========================
BEAT Administrator Guide
=========================
==========================
BEAT Administrator Guide
==========================
BEAT stands for "Biometrics Evaluation And Testing". It is a EC-FP7 sponsored
project to build a web-based, biometry-independent platform for Biometrics
BEAT framework is a project to build a platform for machine learning
research and certification. By making use of such a system, academic or
industrial parties enable users to easily compare results from distinct
algorithms or/and parameterizations with minimal interaction using one or
potentially many biometric traits.
algorithms or/and parameterizations with minimal interaction.
This document contains resources for system administrators regarding the
conception, dimensioning, hardware implementation and installation of a
......
......@@ -146,7 +146,7 @@ pygments_style = 'sphinx'
# Some variables which are useful for generated material
project_variable = project.replace('.', '_').replace(' ', '_')
short_description = u'Biometrics Evaluation and Testing Platform (Web Modules)'
short_description = u'BEAT Platform (Web Modules)'
owner = [u'Idiap Research Institute']
......
......@@ -150,7 +150,7 @@ pygments_style = 'sphinx'
# Some variables which are useful for generated material
project_variable = project.replace('.', '_')
short_description = u'Biometrics Evaluation and Testing Platform (Web Modules)'
short_description = u'BEAT Platform (Web Modules)'
owner = [u'Idiap Research Institute']
......
......@@ -38,7 +38,7 @@ def load_requirements(f):
setup(
name="beat.web",
version=open("version.txt").read().rstrip(),
description="Biometrics Evaluation and Testing Platform (Web Modules)",
description="BEAT Platform (Web Modules)",
url="https://gitlab.idiap.ch/beat/beat.web",
license="AGPLv3",
author="Idiap Research Institute",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment