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 @@ ...@@ -20,9 +20,9 @@
.. You should have received a copy of the GNU Affero Public License along .. .. 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/. .. .. 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> Andre Anjos <andre.anjos@idiap.ch>
Flavio Tarsetti <flavio.tarsetti@idiap.ch> Flavio Tarsetti <flavio.tarsetti@idiap.ch>
......
...@@ -37,9 +37,7 @@ ...@@ -37,9 +37,7 @@
Version 1.0 (effective as of March 1st, 2014) Version 1.0 (effective as of March 1st, 2014)
The Biometrics Evaluation and Testing ("**BEAT**") project is a four-year The "**BEAT**" framework is a project led by Idiap Research Institute, Centre du Parc, Rue Marconi 19, PO Box 592, CH - 1920 Martigny,
European research project led by THE FOUNDATION OF IDIAP RESEARCH INSTITUTE
("**IDIAP**"), Centre du Parc, Rue Marconi 19, PO Box 592, CH - 1920 Martigny,
Switzerland, which aims at developing a platform for the testing, evaluation 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 biometric systems, in particular by the sharing of open
source implementations of algorithms. source implementations of algorithms.
......
...@@ -39,11 +39,9 @@ ...@@ -39,11 +39,9 @@
Version 1.0 (effective as of March 1st, 2014) Version 1.0 (effective as of March 1st, 2014)
The Biometrics Evaluation and Testing ("**BEAT**") project is a four-year The "**BEAT**" framework is a project led by Idiap Research Institute, Centre du Parc, Rue Marconi 19, PO Box 592, CH - 1920 Martigny,
European research project led by THE FOUNDATION OF IDIAP RESEARCH INSTITUTE
("**IDIAP**"), Centre du Parc, Rue Marconi 19, PO Box 592, CH - 1920 Martigny,
Switzerland, which aims at developing a platform for the testing, evaluation 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. source implementations of algorithms.
============= =============
......
...@@ -23,16 +23,14 @@ ...@@ -23,16 +23,14 @@
.. _beat_web_admin: .. _beat_web_admin:
========================= ==========================
BEAT Administrator Guide BEAT Administrator Guide
========================= ==========================
BEAT stands for "Biometrics Evaluation And Testing". It is a EC-FP7 sponsored BEAT framework is a project to build a platform for machine learning
project to build a web-based, biometry-independent platform for Biometrics
research and certification. By making use of such a system, academic or research and certification. By making use of such a system, academic or
industrial parties enable users to easily compare results from distinct industrial parties enable users to easily compare results from distinct
algorithms or/and parameterizations with minimal interaction using one or algorithms or/and parameterizations with minimal interaction.
potentially many biometric traits.
This document contains resources for system administrators regarding the This document contains resources for system administrators regarding the
conception, dimensioning, hardware implementation and installation of a conception, dimensioning, hardware implementation and installation of a
......
...@@ -146,7 +146,7 @@ pygments_style = 'sphinx' ...@@ -146,7 +146,7 @@ pygments_style = 'sphinx'
# Some variables which are useful for generated material # Some variables which are useful for generated material
project_variable = project.replace('.', '_').replace(' ', '_') 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'] owner = [u'Idiap Research Institute']
......
...@@ -150,7 +150,7 @@ pygments_style = 'sphinx' ...@@ -150,7 +150,7 @@ pygments_style = 'sphinx'
# Some variables which are useful for generated material # Some variables which are useful for generated material
project_variable = project.replace('.', '_') 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'] owner = [u'Idiap Research Institute']
......
...@@ -38,7 +38,7 @@ def load_requirements(f): ...@@ -38,7 +38,7 @@ def load_requirements(f):
setup( setup(
name="beat.web", name="beat.web",
version=open("version.txt").read().rstrip(), 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", url="https://gitlab.idiap.ch/beat/beat.web",
license="AGPLv3", license="AGPLv3",
author="Idiap Research Institute", 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