var writePage='';
writePage +='<div id="proc_instruc">';
writePage +='  <h2>Spitzer Conference 2007 Proceedings</h2>';
writePage +='  <h2>Instructions to Authors</h2>';
writePage +='  <h3>(Updated 26 February 2008)</h3>';
writePage +='  <p>';
writePage += '<div class="greenarrowul"> ';
writePage +='  <ul>';
writePage +='<li>To eliminate the huge wastage of paper normally associated with professional conferences, proceedings for the 4th Spitzer conference will be <em>all electronic</em>.</li>';
writePage +='<li>Proceedings will be indexed online via <a href=\"http://adsabs.harvard.edu/abstract_service.html\">ADS</a>.</li>';
writePage +='<li> We are suggesting a maximum of 8 pages for contributed talks and posters and 12 pages for invited talks.</li>';
writePage +='<li>Submissions will be in LaTeX (using the <a href="http://ucpjournals.uchicago.edu/AAS/AASTeX/">AASTeX</a> standard).  See below.</li>';
/*writePage +='<li>We also welcome pdf versions of your talks and posters (in addition to, not instead of your formal paper).</li>';*/
writePage +='</ul>';
writePage +='</div> ';
writePage +='<p>We plan on including all talks and posters in the conference proceedings to be published online (available on <a href=\"javascript:showPage(\'papers\')\" target=\"_self\" title=\"List of papers, pdf links\">this website</a>, and indexed via <a href=\"http://adsabs.harvard.edu/abstract_service.html\">ADS</a>).</p>  ';

writePage +='<h3>Deadline</h3>';
writePage +='<p>The deadline for manuscript submission is <font class="green">February 15th, 2008</font>. </p>';

writePage +='<h3>Important Downloads</h3>';
writePage +='<p>To prepare your manuscript for publication, you will need three files:</p>';
writePage +='<ul>';
writePage +='<li><a href="ismevol_template.tex">ISMEVOL Template (LaTeX)</a> = LaTeX template for your manuscript</li>';
writePage +='<li><a href="http://ucpjournals.uchicago.edu/AAS/AASTeX/aasguide.pdf">AAS Instructions to Authors (PDF)</a>= instructions for filling out the template</li>';
writePage +='<li><a href="http://ucpjournals.uchicago.edu/AAS/AASTeX/downloads.html">AAS style files (compressed archive)</a> = style file package needed for proper formatting, with documentation</li>';
writePage +='</ul>';
writePage +='<p>For more information about AASTeX, see the <a href="http://ucpjournals.uchicago.edu/AAS/AASTeX/">AASTeX website</a>.</p>';

writePage +='<p>All contributed papers will be in LaTeX format. See below for file naming conventions. The <a href="http://ucpjournals.uchicago.edu/AAS/AASTeX/aasguide.pdf">aasguide.pdf</a> file provides step-by-step instructions for using the LaTeX template, and including tables and figures in your manuscript. Do not change the font size in the template file, or use another style file.  You will format your paper as a single-column preprint (already set in the ISMEVOL template; see section 3.2.1 in aasguide.pdf).</p>';

writePage +='<h3>Manuscript page number guidelines</h3>';
writePage +='<p>The (suggested) maximum sizes for contributed papers, inclusive of all figures, are:';
writePage +='<ul>';
writePage +='<li>invited talk = 12 pages</li>';
writePage +='<li>contributed talks and posters = 8 pages</li>';
writePage +='</ul>';
writePage +='<p>Since the proceedings are electronic, there is no monetary or material reason to be strict about page limits.  Please use these numbers as guidelines.  ';


writePage +='<h3>Guidelines</h3>';
writePage +='<p>In your LaTeX file, do not call figures that reside in sub-directories on your machine, since we will not be able to reproduce your directory structure. Instead, place all figures in the same directory in which you are editing your manuscript, and call them from the LaTeX file with a simple reference to the figure. For details, see section 2.14 in the <a href="http://ucpjournals.uchicago.edu/AAS/AASTeX/aasguide.pdf">aasguide.pdf</a> file. Figures can be in color or grayscale.</p>'
writePage +='<p>Each contribution should comprise <strong>a single LaTeX file, associated .ps (or .eps) figures, plus the compiled pdf output.</strong> Please <strong>do not</strong> use any personal macro files or other include files.  Any personal definitions should be defined in your LaTeX markup.</p>';

writePage +='<h3>Making Screen-Readable PDF Documents</h3>';
writePage +='<p>There are many different ways of converting your LaTeX markup into pdf format.  In keeping with our desire to minimize paper consumption, we recommend that you create a pdf file that is clearly readable on screen.  Please see the website <a href=\"http://ssc.spitzer.caltech.edu/documents/makepdf.html\">\"How to Make a PDF Document\"</a> for recommendations.</p>\n';

writePage +='<h3>File Naming Conventions</h3>';
writePage +='<p>All files (text and figures) <em>must</em> be named according to the following convention:</p>\n';
writePage +='<pre>lastnamefirstinitial_v#.pdf (e.g. shethk_v1.pdf)\n';
writePage +='lastnamefirstinitial_v#.tex (e.g. shethk_v1.tex)\n';
writePage +='lastnamefirstinitial_fig1_v#.ps (e.g. shethk_fig1_v1.ps)\n';
writePage +='lastnamefirstinitial_fig2_v#.ps (e.g. shethk_fig2_v1.ps)\n';
writePage +='</pre>\n';
writePage +='<p>The <code>v#</code> distinguishes between multiple versions of the files.  If you change any files (.tex or .ps), you must change the corresponding .pdf file built from them.  If you are making more than one contribution (for example, you gave a talk and a poster), add a contribution number:</p>'
writePage +='<pre>lastnamefirstinitial_c#_v#.pdf (e.g. shethk_c1_v1.pdf)</pre>';

writePage +='<p>If you fail to name your files in this manner there is a distinct possibility that they will be misplaced and won\'t make it into the proceedings.</p>';

writePage +='<h3>A Final Checklist before Submitting Your Article</h3>';
writePage +='<h4>(Adapted from <em>Astronomical Society of the Pacific Conference Series-Instructions for Authors Using LaTeX 2&epsilon; Markup</em> by T. J. Mahoney</em>)</h4>';
writePage +='<p>Before you submit your article, it will save both you and the editors a lot of time if you go through the following checklist: </p>';
writePage +='<ul>';
writePage +='<li> Is the length of your article within the page limits?</li>';
writePage +='<li> Is the file naming convention as specified above, with .ps figures linked from the same directory as the single .tex file?</li>';
writePage +='<li> Does your file compile properly with all tables and figures correctly placed and the figures of sufficiently high resolution and any included text legible? </li>';
writePage +='<li> Have you listed all the authors\' names and given their institutional affiliations?</li>';
writePage +='<li> Have you checked that all the references cited in the text are listed in the bibliography, and that there are no references listed that are not cited in the text? </li>';
writePage +='<li> Is each of your references bibliographically complete? For example, if you are citing an edited book, have you included the full name(s) of the editor(s), the publisher\'s name, and place of publication? </li>';
writePage +='<li> Have you checked whether any preprints cited have now been published?</li> ';
writePage +='<li> Are your figures clear? Is the axis labeling and any superimposed text legible?</li>';
writePage +='<li> Are the text, figures, and tables all within the permitted margins?</li>';
writePage +='<li>Are your figures of sufficient resolution when you print out the pdf file? </li>';
writePage +='<li>Is the pdf file easy to read on screen (fonts not pixelized)?</li></ul>';
writePage +='<p> If the answer to any of the above questions is \"No\", then your article is still in the preliminary draft stage and is not yet ready to be sent to the editors. It is only simple courtesy to get everything right before you submit your article.</p>';

writePage +='<h3>Upload Instructions</h3>';
writePage +='<p>When you are finished with your manuscript, please upload the final LaTeX file, the postscript version of the manuscript (run through LaTeX), and all accompanying figures to our site using anonymous ftp:</p>\n';

writePage +='<pre>      &gt; ftp anon-ftp.ipac.caltech.edu\n ';
writePage +='  (user = anonymous ;  password = your email address)\n';
writePage +='      &gt; cd /incoming/ismevol\n';
writePage +='      &gt; type binary\n';
writePage +='      &gt; put [filename]</pre>\n';

writePage +='<p>Once you have uploaded your files, please send an email to <a href="mailto:paladini@ipac.caltech.edu">paladini@ipac.caltech.edu</a> and <a href="mailto:ismevol@ipac.caltech.edu">ismevol@ipac.caltech.edu</a> with a listing of your uploaded files. If you have any further questions about the proceedings, please use these email addresses as well.</p>';

writePage +=' ';
writePage +='</div> ';

document.write(writePage);

