include "../../DB/globalVariableSetup.php";
include "../../DB/globalUtils.php";
global $toplevel_menu;
$prefs = check_if_logged_in();
newGlobalSetup("TB Structural Genomics Consortium - Publications", $toplevel_menu, "");
$style = get_style($prefs['style_theme']);
print $style;
global $HTMLBASE;
print "
";
start_rel_table("Recent papers on TB by Consortium Members", $link); # color of border table identified in the style sheet
require "../medline.php";
print "| ";
show_newmedlinelinks();
print " | ";
end_border_table();
print " | ";
start_bg_table("Pubmed search results by author", "");
?>
end_border_table(); ?>
|
# start_relb_table("Subject search results for all most recent publications","");
# print "Subject search results for all most recent publications
";
$fname = "/usr/httpd/html/TB2/EDIT/get_pubmed/pubcrawler_output0.html";
$fp = fopen($fname, "r") or DIE("Cannot open file $fname");
$contents = fread($fp, filesize($fname));
echo $contents;
fclose($fp);
# end_border_table();
?>