From e8b832b460e82cd5cd2c2affdff58db72d5fb032 Mon Sep 17 00:00:00 2001
From: Zohreh MOSTAANI <zohreh.mostaani@idiap.ch>
Date: Fri, 18 Oct 2019 11:36:10 +0200
Subject: [PATCH] [docedit] removed Biometrics evaluation and testing from
 definition of BEAT

---
 AUTHORS.rst                                         |  6 +++---
 .../templates/navigation/legal_disclaimer.rst       |  2 +-
 .../templates/navigation/terms_of_service.rst       |  4 ++--
 doc/admin/index.rst                                 | 13 ++++++-------
 doc/api/conf.py                                     |  2 +-
 doc/conf.py                                         |  2 +-
 setup.py                                            |  2 +-
 7 files changed, 15 insertions(+), 16 deletions(-)

diff --git a/AUTHORS.rst b/AUTHORS.rst
index 09205bc26..cce4283a4 100644
--- a/AUTHORS.rst
+++ b/AUTHORS.rst
@@ -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>
diff --git a/beat/web/navigation/templates/navigation/legal_disclaimer.rst b/beat/web/navigation/templates/navigation/legal_disclaimer.rst
index 3fbf9e9b8..b84c7de39 100644
--- a/beat/web/navigation/templates/navigation/legal_disclaimer.rst
+++ b/beat/web/navigation/templates/navigation/legal_disclaimer.rst
@@ -37,7 +37,7 @@
 
    Version 1.0 (effective as of March 1st, 2014)
 
-The Biometrics Evaluation and Testing ("**BEAT**") project is a four-year
+The "**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,
 Switzerland, which aims at developing a platform for the testing, evaluation
diff --git a/beat/web/navigation/templates/navigation/terms_of_service.rst b/beat/web/navigation/templates/navigation/terms_of_service.rst
index d9792a176..57bd7ff2c 100644
--- a/beat/web/navigation/templates/navigation/terms_of_service.rst
+++ b/beat/web/navigation/templates/navigation/terms_of_service.rst
@@ -39,11 +39,11 @@
 
    Version 1.0 (effective as of March 1st, 2014)
 
-The Biometrics Evaluation and Testing ("**BEAT**") project is a four-year
+The "**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,
 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.
 
 =============
diff --git a/doc/admin/index.rst b/doc/admin/index.rst
index 27baa3e7c..651620fd1 100644
--- a/doc/admin/index.rst
+++ b/doc/admin/index.rst
@@ -23,16 +23,15 @@
 
 .. _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 is a EC-FP7 sponsored
+project to build a web-based 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
diff --git a/doc/api/conf.py b/doc/api/conf.py
index 0cd45a9e4..19920e658 100644
--- a/doc/api/conf.py
+++ b/doc/api/conf.py
@@ -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']
 
 
diff --git a/doc/conf.py b/doc/conf.py
index 27b3137db..850d53c3f 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -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']
 
 
diff --git a/setup.py b/setup.py
index d5aa4e4bb..b57afb99a 100644
--- a/setup.py
+++ b/setup.py
@@ -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",
-- 
GitLab