IW3C2 is committed to producing an online set of Proceedings for the complete set of WWW Conferences with the correct interlinking between volumes. IW3C2 also has a strong commitment to Web Standards and for that reason there is a requirement that papers submitted to the Conference are in current standard HTML format (which is currently XHTML). To aid in the production of the online version, the printed Conference Proceedings and the CD-ROM, it is important that authors produce their papers in a standard format in strict XHTML. By doing this the production process can be accelerated and this allows the date for final papers to be left as late as possible.
The proceedings are the records of the conference. ACM hopes to give these conference by-products a single, high-quality appearance. To do this, we ask that authors follow some simple guidelines. In essence, we ask you to make your paper look exactly like this document. Though much of the proposed style is explained here, please consult also the source of this document to correctly apply the formatting.
Papers should be formatted using standard XHTML elements (h1-h6, ul, ol, li, p etc). For a brief introduction to the XHTML syntax, please refer to Appendix A: XHTML Hints. Please incorporate the following line in the
of your document's source code:This Cascading Style Sheet will take care of much of the formatting for you, if you follow the rules described in this document.
All paper submissions must be in English.
The total number of words should not exceed 8,000 words.
The HTML file and all relevant images should be compiled into a zip file and uploaded onto the WWW2003 conference paper submission site.
Please adhere to the following layout order when writing your papers:
The whole metadata section at the top of this paper is enclosed in a div classed "metadata". Heading level 1 is used for the title, classed "title". The whole list of the authors is enclosed in a div classed as "authors". Individual authors are enclosed in divs classed "author". The data for one author looks like this: 1st level heading with class "author" for the name, 2nd level heading with class "affiliation" for the details of the institute, 3rd level heading with class "email" for the email address. (The similar details for authors from similar institutes should be repeated.) The ABSTRACT is headed by an h2 element of class "abstract" and contains a p element of class "abstract". The KEYWORDS section is headed by an h2 element of class "keywords" and contains a p element of class "keywords".
The metadata at the top of this paper looks like this in the source:
Format section titles as h2 elements. Format subsection titles as h3 elements.
All material must be printable within a rectangle of 18 x 23.5 cm (7" x 9.25") from an XHTML enabled browser (see Appendix A.2 for a list of these) using the CSS style sheet specified earlier in this document.
Probably the hardest thing to get right in XHTML is mathematics. Some approaches are:
If you add images in GIF, PNG or JPEG format, it is probably be sensible to use the img element. Be sure to make it a valid XHTML element and make sure it has an alt attribute. For example:
Example Image
Which with the current style sheet would render as:
Example Image
It is important to give the image's size in case some automatic rescaling is needed. We would prefer images not to exceed 1000 by 750 and we may scale them to fit on ther page.
For SVG graphics use:
For now this is probably the best approach. The SVG will be used if the browser supports SVG and otherwise the PNG image. SVG implementations like Batik will do the conversion to PNG for you.
Compile al images together with the HTML file into a zip file and upload onto the WWW2003 conference paper submission site.
The table element must have a summary attribute. Try and keep tables simple. A good format for a table with headings and an initial header column would look something like:
Example Table
First Second Third Heading Data Data Heading2 Data2 Data2
which would appear as:
Example Table
First | Second | Third |
---|---|---|
Heading | Data | Data |
Heading2 | Data2 | Data2 |
Hyperlinks within the paper and to related files must follow a strict naming structure:
Note thatIn addition to the many algorithms available, there are also other methods... . . .Additional Resources
Note: Inclusion of HTML proceedings in the Digital Library is desirable. However, the experience of SIGs that have prepared HTML files in the past is that it is an extensive, resource intensive effort. Please consult with those SIGs that have already completed an HTML proceedings on the nature and extent of the work.
The current W3C standard for HTML is XHTML. That is not as big a difference as you might think from what you are doing at the moment. The X indicates that the HTML is well-formed XML and that brings with it the ability to transform and reformat the papers using the standard XML tools. In XHTML, marked up information consists of a set of elements that have the general form:
Some content
Both the start and end tags must be lowercase, and the end tag must be present. Tags must also be correctly nested. This would be illegal:
Some more content added
Either the def element must be completely inside the abc element or completely outside it.
Elements may have attributes and these form part of the start tag:
Some content
Attributes consist of the attribute name followed by the equal sign and a value which is a string of text inside one of two types of quotation marks (double quotes: ASCII decimal 34; single quotation marks: ASCII decimal 39). Two types are allowed in case the attribute's value contains quotation marks. The start and end quotation marks must either both be single or both be double quotes.
A shorthand is provided for element's that contain no content. For example:
may also be written:
A strict XHTML 1.0 document would have the following structure:
. . . .
The designation of strict requires that styling of the document is done via CSS and not by attributes applied to the XHTML elements (apart from a CSS style attribute where necessary).
This is a list of browsers that support XHTML:
Some important tools for creating valid XHTML (either form scratch or from HTML source) are available. These are:
tidy -f errorfile.txt -m -asxml myfile.html
Note this will overwrite your existing file so make a copy before you do this!
Below is a suggested set of keywords and their sub-classes that have been used in previous Conferences.
Applications and UI
|
|
Browsers and Tools
|
|
Content and Coding
|
|
Culture
|
|
E-commerce and Security
|
|
Hypermedia
|
|
Languages and Standards
|
|
Mobile Agents and Wireless Access
|
|
Performance, Reliability, Scalability
|
|
Practice and Experience
|
|
Searching, Querying and Indexing
|
|
Web and Education
|
|
[1] ACM Word Template for WWW Proceedings, WWW2003 http://www.www2003.org/www2003-submission.doc
[2] Alternate ACM SIG Proceedings Paper in LaTeX Format,
: