press_coverage_preview

one of the documented procedures in this installation of the ACS
Usage:
press_coverage_preview   template_adp
What it does:
returns a string containing a template preview
Defined in: /web/philip/tcl/press-defs.tcl

Source code:


    
    # Grab the sample press item
    press_coverage_samples

    # Format it without links
    return [press_coverage  $sample_publication_name ""  $sample_publication_date  $sample_article_title ""  $sample_article_pages $sample_abstract  $template_adp]


philg@mit.edu