include "php/inc_common.php";
db_connect();
$adr = './';
include 'inc_vrchni.php';
$query = "SELECT Value FROM Properties where Name='ASubmitAbstr'";
$result = mysql_query($query);
$submitabs = mysql_result($result, 0);
$query = "SELECT Value FROM Properties where Name='ASubmitPaper'";
$result = mysql_query($query);
$submitpaper = mysql_result($result, 0);
$query = "SELECT Value FROM Properties where Name='ASubmitFinal'";
$result = mysql_query($query);
$submitfinal = mysql_result($result, 0);
$query = "SELECT Value FROM Properties where Name='ASubmitDemo'";
$result = mysql_query($query);
$submitdemo = mysql_result($result, 0);
?>
Welcome to the TSD 2006 Paper Review System
Author Page
if ($submitabs == 'Y') echo 'To submit a new abstract or paper, click
here. The abstract (and its topics) serves mainly for the organization
of the review process and the actual review is done on the full papers.
Thus the expected abstract size is about 1/2 page.
';
if ($submitpaper == 'Y') {
if ($submitfinal == 'N') {
echo 'If you have already submitted an abstract and you wish to modify your paper, enter your paper ID and password below.';
} else {
echo 'To submit your final paper, please, enter your paper ID and password below.';
}
echo '
';
echo '';
} else {
echo 'Thank you for your interest in TSD 2006, but paper submission has been already closed.';
}
?>
If you have difficulty using this system, please report the problem
to tsd2006@tsdconference.org.
Last updated Tue, 20 Sep 2005 22:02:12 +0200
tsd2006@tsdconference.org
Paper Review System, Copyright © 1997-2005, The Board of Trustees of Brigham Young University. Data on this page Copyright © 2005, TSD 2006. All rights reserved.