|
Will
be published by the conference
openings, collecting all
conference papers sent before
April 15, 2006.
if ($logged==1)
{
?>
} ?>
Guidelines for authors
IFIP Publication
After
the conference the IFIP
(International Federation for Information Processing ) is planning to publish
in a separate volume articles
of SORUCOM-2006 in english, which will focus
on the history of Soviet
computing.
You
will be informed about
the terms of this publication
later.
Check
the news at SORUCOM-2006.
|
| |
Materials admitted by the Editorial committee
Authors can not alter their materials
$sql2= "SELECT id, p_title_en,user_id FROM ABSTRACT where status=1 and p_type_id<>3 order by p_title_en";
$stmt2 = OCIParse($cursor2, $sql2);
OCIExecute($stmt2);
while (OCIFetch($stmt2))
{
$abs_id = OCIResult($stmt2, 1);
$p_title = stripslashes(OCIResult($stmt2, 2));
if ($p_title == '') continue;
$user_id = OCIResult($stmt2, 3);
$sql= "SELECT f_name_en, s_name_en, l_name_en, email, position, organization_en, department_en FROM REGISTR where id=$user_id";
$stmt = OCIParse($cursor, $sql);
OCIExecute($stmt);
if (OCIFetch($stmt))
{
$f_name = OCIResult($stmt, 1);
$s_name = OCIResult($stmt, 2);
$l_name = OCIResult($stmt, 3);
$email = OCIResult($stmt, 4);
$position = stripslashes(OCIResult($stmt, 5));
$organization = stripslashes(OCIResult($stmt, 6));
$department = stripslashes(OCIResult($stmt, 7));
}
echo " ";
}
?>
Posters admitted by the Editorial committee
Authors can not alter their materials
$sql2= "SELECT id, p_title_en,user_id FROM ABSTRACT where status=1 and p_type_id=3 order by p_title_en";
$stmt2 = OCIParse($cursor2, $sql2);
OCIExecute($stmt2);
while (OCIFetch($stmt2))
{
$abs_id = OCIResult($stmt2, 1);
$p_title = stripslashes(OCIResult($stmt2, 2));
if ($p_title == '') continue;
$user_id = OCIResult($stmt2, 3);
$sql= "SELECT f_name_en, s_name_en, l_name_en, email, position, organization_en, department_en FROM REGISTR where id=$user_id";
$stmt = OCIParse($cursor, $sql);
OCIExecute($stmt);
if (OCIFetch($stmt))
{
$f_name = OCIResult($stmt, 1);
$s_name = OCIResult($stmt, 2);
$l_name = OCIResult($stmt, 3);
$email = OCIResult($stmt, 4);
$position = stripslashes(OCIResult($stmt, 5));
$organization = stripslashes(OCIResult($stmt, 6));
$department = stripslashes(OCIResult($stmt, 7));
}
echo " ";
}
?>
The complete list of papers will be provided by April
|