Index of /GikiCLEF/GIRA/programs
SIGA GIkICLEF - SIstema de Gestão e Avaliação do GIKICLEF
Description
SIGA is an Web interface developt to manage the GIKICLEF evaluation event.
It allows to:
- create tracks with automatic opening of the track and close upon the deadlines
- Create topics associated to track events i attach documents answers
- Monitoring of the participants submissions, with validation of the run syntax
- Assessment interface for humen judgers, with a previous automatic pre-assessment
- automtic computation and rpesentation fo results as well as other resources
The computation of results for each run currently is set to the following measure:
* C: # of correct answers given by the system
* N: # of total answers given by the system
* Total per language: C*C/N where C and N are per language
The total score for the each participanting system is the sum of all languages
Instalation
-unzip the archive into the final destination
-Confirm that .htaccess exists and confirm the following parameters
AddCharset UTF-8 .txt
Options +ExecCGI
php_value auto_prepend_file "header.php"
php_value auto_append_file "footer.html"
- Create a database and a username for the database and execute the script scripts/assessortables.sql to generate the database structure
a tipical command would be
mysql -u DBUSER -p DBNAME < scripts/assessortables.sql
- Edit common.php and replace the database configuration
- Go to your browser and access the instalation path from your Web server. You should see a login page. enter with 'admin' as username and 'admin' as password.
- Enter your profile and alter the password as soon as possible
LICENSE
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Linguateca 2009, http://www.linguateca.pt