"; echo "{"; echo "top.header.location='/publications/publicationshead.php3';"; echo "}"; echo ""; ?>
  • Books and Thesissesffff
  • Books
  • A.N.Antonov, P.E.Hodgson, I.Zh.Petkov, Nucleon Momentum and Density Distributions in Nuclei, Clarendon Press, Oxford, 1988, 165 pp.
  • I. Zh . Petkov and M.V. Stoitsov , Nuclear Density Functional Theory , Oxford Studies in Physics, Clarendon Press, Oxford, England, 1991.
  • A.N.Antonov, P.E.Hodgson, I.Zh.Petkov, Nucleon Correlations in Nuclei, Springer-Verlag, Berlin-Heidelberg-New York, 1993, 293 pp.
  • Thesisses

  • A.N.Antonov, High-Energy Electron and Proton Scattering by Nuclei in the Alpha-Particle Model, Ph.D. Thesis, Kharkov State University, Kharkov, 1972, 121 pp.
  • A.N.Antonov, Nucleon-Nucleon Correlations and Characteristics of Nuclear States and Nuclear Reactions, D.Sc.Thesis, INRNE, Sofia, 1989, 440 pp.
  • M.V. Stoitsov , Density Functional Theory in Nuclear Physics , DSc Thesis , Bulgarian Academ of Sciences, Institute of Nuclear Research and Nuclear Energy, Sofia-1784, Bulgaria, May 1992, pp. 1-379 (in Bulgarian).
  • M.V. Stoitsov , Local Scaling Transformations Method and Its Applications in Nuclear Theory , PhD Thesis , Bulgarian Academy of Sciences, Institute of Nuclear Research and Nuclear Energy, Sofia-1784, Bulgaria, December 1983, pp. 1-159 (in Bulgarian).
  • "; if (!isset($_GET['showyear'])) { } else { $showyear=$_GET['showyear']; echo "
    "; echo "$yearshtml[$showyear]"; echo "
    "; } ?>
    Available Years

    "; while ($myrow=mysql_fetch_array($result)) { echo "".$myrow[5]."
    "; } mysql_close($ed); echo ""; ?>

    ".$hh.""; if ($pub==1) {echo "

    Found $pub article.

    ";} else {echo "

    Found $pub articles.

    ";} echo "
     "; if (!isset($_GET['sortby'])) { $sortby='Journal'; } else {$sortby=$_GET['sortby'];} if (!isset($_GET['jour'])) { echo "
    "; echo "You can sort by: "; if ($sortby=='Journal') { echo "Author | Title | Journal | Download availability"; } if ($sortby=='Authors') { echo "Author | Title | Journal | Download availability"; } if ($sortby=='Title') { echo "Author | Title | Journal | Download availability"; } if ($sortby=='Files') { echo "Author | Title | Journal | Download availability"; } echo"
    "; echo "
    "; } else { $jour=$_GET['jour']; echo "
    "; echo "You can sort by: "; if ($sortby=='Journal') { echo "Author | Title | Journal | Download availability | Year"; } if ($sortby=='Authors') { echo "Author | Title | Journal | Download availability | Year"; } if ($sortby=='Title') { echo "Author | Title | Journal | Download availability | Year"; } if ($sortby=='Files') { echo "Author | Title | Journal | Download availability | Year"; } if ($sortby=='Year') { echo "Author | Title | Journal | Download availability | Year"; } echo"
    "; echo "
    "; } $result=mysql_db_query($dbname,$qry); echo ""; mysql_close($ed); // end for years & journals } else { // Show page for Authors $auth=$_GET['auth']; $ed=mysql_connect("localhost", $dbusername, $dbpassword) or Die("Can't connect. Invalid username or password, or maybe SQL server down."); // Open connection to SQL Server // Show Years if (!isset($_GET['sortby'])) { $sortby='Year'; } else {$sortby=$_GET['sortby'];} echo "

    Listing selected author ($auth)

    "; echo "
     
    "; echo "You can sort by: "; if (!isset($_GET['sortby'])) { $sortby='Journal'; } else {$sortby=$_GET['sortby'];} if ($sortby=='Journal') { echo "Author | Title | Journal | Download availability | Year"; } if ($sortby=='Authors') { echo "Author | Title | Journal | Download availability | Year"; } if ($sortby=='Title') { echo "Author | Title | Journal | Download availability | Year"; } if ($sortby=='Files') { echo "Author | Title | Journal | Download availability | Year"; } if ($sortby=='Year') { echo "Author | Title | Journal | Download availability | Year"; $sortby='Year Desc';} $result=mysql_db_query($dbname,"Select * from $tablename Order by $sortby"); echo"
    "; echo "
    "; echo ""; mysql_close($ed); // end show page for authors } echo "
    "; // Output available journals $ed=mysql_connect("localhost", $dbusername, $dbpassword) or Die("Can't connect. Invalid username or password, or maybe SQL server down."); // Open connection to SQL Server $result=mysql_db_query($dbname,"Select * from $tablename Group by Journal Order by Journal Asc"); $mbr=mysql_num_rows($result); echo "Available Journals
    "; $ww=0; while ($myrow=mysql_fetch_array($result)) { $ww++; echo "".$myrow[3].""; if ($ww< $mbr) {echo ", ";} } mysql_close($ed); echo "
    "; echo "
    "; // Output available authors $ed=mysql_connect("localhost", $dbusername, $dbpassword) or Die("Can't connect. Invalid username or password, or maybe SQL server down."); // Open connection to SQL Server $result=mysql_db_query($dbname,"Select Authors, ID from $tablename"); $sbr=mysql_num_rows($result); echo "Available Authors
    "; $ca=-1; while ($myrow=mysql_fetch_array($result)) { $thispub = split(",",$myrow[0]); for ($ww = 0; $ww < count($thispub); $ww++) { $ca++; $allautors[$ca]=str_replace(" ","",$thispub[$ww]); } //for } mysql_close($ed); $allautors1=$allautors; sort($allautors1); reset($allautors1); $allautors = array(); $i = 0; $element = current($allautors1); for ($n=0;$n".$allautors[$ww].""; if ($ww< count($allautors)-1) {echo ", ";} } //for echo "
    "; // Additional features echo "
    "; echo "Available Features
    "; echo "Add publications into the Database, Modify existing publications (requires authorized stuff)"; echo "
    "; $ed=mysql_connect("localhost", $dbusername, $dbpassword) or Die("Can't connect. Invalid username or password, or maybe SQL server down."); // Open connection to SQL Server $result=mysql_db_query($dbname,"Select Authors, ID from $tablename Where Files!='';"); $dbr=mysql_num_rows($result); mysql_close($ed); // Automated Info echo "
    "; echo "Automatic Information (Statistics)
    "; echo "Publishers: ".count($allautors).", "; echo "Publications: ".$sbr.", "; echo "Journals: ".$mbr.", "; echo "Years covered: ".$ybr.", "; echo "Available downloads: ".$dbr."
    "; echo "
    "; ?>