HTML Paper Submission Guidelines

Bob Hopgood

Oxford Brookes University, Headington Campus
Gipsy Lane, Oxford OX3 0BP, United Kingdom

Gergo Kiss

Computer and Automation Research Institute,
Hungarian Academy of Sciences
Lagymanyosi u. 11, Budapest, H-1111, Hungary

Abstract

This document describes the HTML formatting guidelines for WWW2003 Proceedings. We do encourage authors to follow the formatting. This document has been formatted following these rules.

Keywords

Keywords are your own designated keywords. See the appendix for a suggested set of keywords to choose from.

1. Introduction

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.

2. General Notes

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.

3. Paper Structure

Please adhere to the following layout order when writing your papers:

4. The Metadata of the Paper

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:

    

HTML Paper Submission Guidelines

Bob Hopgood

Oxford Brookes University, Headington Campus
Gipsy Lane, Oxford OX3 0BP, United Kingdom

Gergo Kiss

Computer and Automation Research Institute,
Hungarian Academy of Sciences
Lagymanyosi u. 11, Budapest, H-1111, Hungary

Abstract

This document describes the HTML formatting guidelines for WWW2003 Proceedings. We do encourage authors to follow the formatting. This document has been formatted following these rules.

Keywords

Keywords are your own designated keywords. See the appendix for a suggested set of keywords to choose from.

5. Basic Formatting

5.1 Sections and Subsections

Format section titles as h2 elements. Format subsection titles as h3 elements.

5.2 Body Text

6. Paper Size

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.

7. Mathematics

Probably the hardest thing to get right in XHTML is mathematics. Some approaches are:

8. Images

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:

Illustration

Example Image

Which with the current style sheet would render as:

Illustration

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:

My picture of this

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.

9. Tables

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

FirstSecondThird
HeadingDataData
Heading2Data2Data2

which would appear as:

Example Table

First Second Third
Heading Data Data
Heading2 Data2 Data2

10. Hyperlinks

Hyperlinks within the paper and to related files must follow a strict naming structure:

  1. Use relative addresses and the id tag to link sections of the same file. Example:
    In addition to the many algorithms available, 
    there are also other methods...
    .
    .
    .
    

    Additional Resources

    Note that

    is used for anchor. The structure is not used any more.

  2. Necessary external links must specify the full absolute pathname.
  3. If the volunteer publishers want to build links among the papers in a conference, these should NOT be built in the version of the papers sent to ACM for inclusion in the Digital Library. Inter-article links cannot be supported in the DL.
  4. Do not add navigation links in the articles, instead rely on the client browser's GO BACK feature to return readers to the Table of Contents.

    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.

Appendix A: XHTML Hints

A.1 Basics

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 contentadded

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).

A.2 XHTML Broswers

This is a list of browsers that support XHTML:

A.3 XHTML Tools

Some important tools for creating valid XHTML (either form scratch or from HTML source) are available. These are:

Appendix B: Keywords for Technical Areas

Below is a suggested set of keywords and their sub-classes that have been used in previous Conferences.

Applications and UI

  • Applications for/of the Web
  • Embedded Internet
  • Multisensory Interfaces
  • Sensor/Actuator Systems
  • Distributed objects
  • Privacy and preferences
  • Electronic commerce
  • Agent Technologies
  • Wireless and mobility
  • Web navigation strategies
  • Multimedia and streaming
  • Collaborative systems
  • Virtual reality
  • Browsers and tools
  • Practice and experience

Browsers and Tools

  • Archiving and Website Tracking
  • Bookmark Management
  • Browser Interoperability
  • Browser Support for New Web Standards
  • Browsers on Mobile Devices
  • Middleware and Browser Interactions
  • Novel Browsing Paradigms
  • Tools for Web Personalisation
  • Web Navigation Strategies
  • Web Visualization

Content and Coding

  • content management
  • networking and distributed web applications
  • educational web applications
  • meta data in e.g. educational applications
  • image, audio and video applications (including MM content processing)
  • non-standard document types
  • VRML, 3D web applications
  • dynamic content
  • distributed web knowledge management

Culture

  • Cultural Communities- including technical and minority
  • Digital Arts- installations and exhibitions
  • Digitising Collections- tools and techniques
  • Describing Resources and Collections
  • Government Policies and Standards
  • Indigenous Cultures Online
  • Models for Creative and Scholarly Self-publishing
  • Multi-culturalism and Multi-linguality
  • Virtual Institutions- including economic models

E-commerce and Security

  • access control and security in e-commerce systems
  • automated negotiation and bargaining
  • computational markets
  • data center security
  • digital rights management
  • digital signatures
  • dynamic pricing
  • e-markets
  • e-commerce standards
  • online auctions
  • personalization services
  • privacy
  • public key infrastructure
  • recommender systems for e-commerce applications
  • security in content distribution networks
  • serving secure content in content distribution networks
  • shopbots
  • user interfaces for e-commerce
  • web server and caching denial of service protection
  • XML data Management and XML-based models for e-commerce

Hypermedia

  • hypertext links
  • open hypertext
  • link management
  • link authoring
  • link architecture
  • navigation
  • link services

Languages and Standards

  • Hypertext and hypermedia
  • Languages and standards
  • Metadata on the Web
  • XML
  • Markup and Data Formats

Mobile Agents and Wireless Access

  • mobile code
  • mobile agents
  • resource control
  • wireless networks

Performance, Reliability, Scalability

  • caching
  • capacity planning
  • content distribution
  • dependability
  • fault tolerance
  • high availability
  • load balancing
  • proxy performance
  • quality of service
  • resource allocation
  • scalability
  • server performance
  • software robustness and reliability
  • traffic characterization

Practice and Experience

  • Case studies
  • Critical appraisal of systems
  • Large scale projects
  • Novel applications
  • User behaviour
  • Web site evolution
  • Web engineering
  • Methodological issues

Searching, Querying and Indexing

  • XML
  • storage infrastructure
  • indexing
  • searching and ranking
  • data mining
  • query processing and optimization
  • distributed searching and indexing

Web and Education

  • pedagogy of Web-based learning
  • infrastructure Support for Web-based learning
  • Web-based course delivery systems
  • Design of Distance Learning Environments
  • cooperative/collaborative learning
  • corporate training
  • authoring tools
  • courseware tools
  • virtual universities
  • instructor training and support
  • costing of IT in education

References

[1] ACM Word Template for WWW Proceedings, WWW2003 http://www.www2003.org/www2003-submission.doc

[2] Ben Trovato, G.K.M. Tobin, Lars Thørväld: Alternate ACM SIG Proceedings Paper in LaTeX Format,