When possible references should be made into hyperlinks to the relevant documents. However see the warning below.
Consistency and completeness of information in references are essential. Due to the existence of distinct standards in different fields the format can be one of the following:
A. B. Name1 and B. C. Name2, "title", Journal name, volume, page (year)
(refer to in text by reference number)
Name1, A.B., Name2,B.C. (year), "title", Journal name, volume, page
(alphabetize references and refer to in text by author name and year)
It is not necessary to reference inlined images and tables on the cover page. They are considered to be included as part of the HTML document that references them.
The above warning is irrelevant if your paper consists of a single document with no hypertext links. (for example a single postscript file)
The HyperText Markup Language (HTML) is the principle way to serve documents to the web. Unfortunately it does not yet adequately support such necessities as, superscripts/subscripts or mathematical formula. These limitations can be overcome by using inlined GIFs. For example . However since each inlined image needs to be fetched separately across the Internet, many inlined images will slow loading of the document to a crawl. Thus when there are a large number of equations in a manuscript the two other formats (Postscript, or GIF) are preferable.
Tables may be implemented by using the HTML <PRE> directive. But in many cases GIFs may be more convenient also for tables.
HTML does provide escape sequences for some special characters. The following is a partial list. Click here for a full list.
There are also four restricted characters for which substitutions must be used:
When using HTML please note the Warning above regarding what is included in an InterJournal publication. For example, a paper formatted using HTML with hyperlinks directly to other manuscripts or Internet resources, should have a cover page that references only the HTML documents included in the publication.
For additional information on HTML see:
Most word processors can output a postscript file. The advantage of postscript is that everything on the printed page can be faithfully reproduced. Thus there are no problems with equations or any type of text formatting. TeX can be converted directly into postscript, so this may be the format of choice for people familiar with LaTeX.
There are several disadvantages.
A further possibility is to save your entire document as a GIF file. The resulting file is bit mapped, so the size of characters depends on the screen that is used to view it.
GIF files of your word processor document can be produced by scanning a printed document, or by taking snapshots of your word processor screen. It may also be possible to directly print your document as a graphics file which then can be converted to GIF format. The background of the GIFs can be made transparent for easier viewing.
It is better to have a small number of large GIFs than a large number of small GIFs. If you are printing directly to a graphics file try making the page length as long as possible.
You will also need a short HTML document to load all the GIFs as a coherent whole.
<html> <head></head> <body> <IMG SRC="page1.gif"><p> <IMG SRC="page2.gif"><p> <IMG SRC="page3.gif"><p> <IMG SRC="page4.gif"><p> <IMG SRC="page5.gif"><p> </body> </html>
Some beta-release Web browsers have problems loading more than three large GIFs at a time. We recommend providing a single document with the whole manuscript and a multi-document format where each document contains only three GIFs. These documents can be referenced from an HTML cover page.
Do not center text or use subscripts or superscripts. A few superscripts and subscripts may be inserted using the equation editor.
Inset diagrams and tables as PICT files. Copying and pasting from another application does this. The built in drawing program is also fine.
Save your document first in standard format (in case you need to change something) and then save as Reduced Text Format (RTF) (Look under Options in the Save Menu)
Then run the converter program rtf2html on your RTF file. If all goes well (and it may not) an HTML document will be produced. All equations and diagrams will be saved as separate, sequentially numbered PICT documents. These need to be converted (for example use GraphicConverter 2.0.2 ) to GIF files so that any WWW browser can view the inlined diagrams. Ensure that the inlined image references in the HTML document refer to .GIF and not .PICT. (Change the preferences in rtf2html and try again.) The program transparency can make the background of the GIFs transparent.
Load the document into your favorite Web browser. Minor corrections can be made directly in the HTML document using a text editor or an enhanced HTML editor.
The utility Trimmer can strip out most of the Macintosh specific header, however loading the resulting document in ghostview will still produce errors, and often fail.
The PICT files so produced should be converted to GIFs (for example use GraphicConverter 2.0.2), and (optionally) made transparent.
Click here for an example of this technique.
There are three options for letting others view your manuscripts through the Internet. You can either (1) run an http server on your own machine, (2) utilize the server on a public access machine at your institution, or (3) submit your paper to a preprint database.
1) An http daemon/server is a program that runs in the background and responds to requests for http documents. There are numerous servers available for Unix machines, the most popular ones are from NCSA and CERN. You will probably need working knowledge of your Unix operating system to successfully bring up the server on your machine. There are also servers available for personal computers including the Macintosh and IBM PC platforms. A list of http servers for various platforms is maintained at CERN.
2) A second option is to place your document on a public access machine that already supports an http server or anonymous ftp. You should check with the information technology staff at your site to determine if this is an option. These people should also be able to tell you which directories you can put your manuscripts in to make them publicly available and what URL should be used to access the manuscript.
3) There are a number of sites that maintain preprint databases. These sites archive and maintain access to manuscripts for various subjects. For example, a public preprint database for physics is located at Los Alamos. You should read the information provided at the individual sites to determine how to submit and provide access to your manuscript.