Download this document is still incomplete. Help is appreciated!

Transcript
3.9. STATUS CODES
18
Important: Because M Y R EVIEW V2 supports multi-languages, a question cannot be directly
entered as plain (English) text. Rather, you must enter the code of of a question, and provide a
translation for this code. Note that:
1. submission questions code must be translated in the author namespace;
2. review questions code must be translated in the reviewer namespace;
Please refer to the section devoted to translations, page 19.
3.9
Status codes
The list of status used to classify papers is customizable. The default list consists of two status:
“accept” and “reject”. Extending this list allows you to define several levels of acceptance: poster,
short or long papers, etc.
Each status must be associated with a mail template that will be sent to the authors. Again, the
two standard status, “accept” and “reject”, come with two pre-defined mail templates, mailaccept.txt
and mailreject.txt. If you add another status, you must create a new template in the application/admin/views/templates/mail subdirectory, and you must provide the name of this template in
the status definition form. You should probably copy mailaccept.txt and make the necessary
modifications in the text.
3.10
SQL queries
You can use a form, as an administrator, to enter an SQL query, execute it and consult the result.
Note that you can only issue SELECT queries, and no UPDATE, DELETE or INSERT, because the
MySQL user that access the database to execute queries has restricted rights. This is to prevent
mistakes.
Philippe Rigaux ([email protected]), The M Y R EVIEW system, 2003-2010