<?xml version="1.0" encoding="iso-8859-1" ?>
<html>
<head>
  <title>Insert Title Here: IW3C2 Conference Paper</title>
  <link rel="stylesheet" href="iw3c2.css" />
</head>
<body>
  <div class="meta">
    <h1 class="title">Title of Conference Paper Here</h1>
    <div class="authors">
      <div class="author">
        <h2 class="author"> Albert Other</h2>
        <h3 class="affiliation">My Institute, France</h3>
        <h2 class="email">albert@xxx.org</h2>
      </div>
      <div class="author">
        <h2 class="author"> Fred Another</h2>
        <h3 class="affiliation">His Institute, USA</h3>
        <h2 class="email">fred@yyy.org</h2>
      </div>
    </div>
    <div class="abstract">
      <h1 class="abstract">ABSTRACT</h1>
      <p class="abstract">This paper attempts to provide  a template for you to 
                             write papers.</p>
    </div>
    <div class="keywords">
      <h2 class="keywords">Keywords</h2>
      <p class="keywords">IW3C2; XML; XHTML; XSLT</p>
    </div>
  </div>
<div class="paperbody">
  <h1>1. INTRODUCTION</h1>
  <p>Following is the content of the paper. Note that papers should be formatted 
  using standard XHTML elements (h1-h6, ul, ol, li, p etc). Do not use 
  presentation elements like font. The www2003.css Cascading   Style Sheet will take 
  care of formatting the text for you. Format section  headings in your paper 
  as in this paper, div sections for the metadata at the top. The ABSTRACT is headed by 
  an h1 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. </p>
  <h2>1.1 Subheadings</h2>
  <p>Subheadings are formatted as h2 elements.</p>
  <h1>2. IMAGES</h1>
  <p>These should be placed in the same directory as the paper and linked to directly. 
  Preferred format for computer graphics images is png and for real world images 
  is jpg. Vector graphics should use svg. Use the object element to provide 
  an alternative image format.</p>
  <h1>3. HOW TO DO REFERENCES</h1>
  <p>Local references should appear as below <a href="#r1">[1]</a>. 
  Hypertext references should use the 
 <a class="href" href="http://www.iw3c2.org/">IW3C2</a> formalism 
  (define the a element as of class href) shown in this example. 
  This is so that an XSLT transformation will allow the printed
  proceedings to contain the full URLs for use by readers.</p>
<h1>4. ADDITIONAL RUBBISH</h1>
<p>This is just a nonsense paragraph that goes on and on and on
and on and on and on and on and on and on and on and on and on and on 
and on and on and on and on and on and on and on and on and on and on 
and on and on and on and on and on and on and on and on and on and on 
and on and on and on and on and on and on and on and on and on and on 
and on and on and on and on and on and on and on and on and on and on 
and on and on and on and on and on and on and on and on and on and on 
and on and on and on and on and on and on and on and on and on and on 
and on and on and on and on and on and on and on and on and on and on 
and on and on and on and on and on and on and on and on and on and on 
and on and on and on and on and on and on and on and on and on and on 
just to show that it really is producing two column output with the correct inter-column spacing as required by ACM.</p>

<h1>5. MORE ADDITIONAL RUBBISH</h1>
<p>This is just a nonsense paragraph that goes on and on and on
and on and on and on and on and on and on and on and on and on and on 
and on and on and on and on and on and on and on and on and on and on 
and on and on and on and on and on and on and on and on and on and on 
and on and on and on and on and on and on and on and on and on and on 
and on and on and on and on and on and on and on and on and on and on 
and on and on and on and on and on and on and on and on and on and on 
and on and on and on and on and on and on and on and on and on and on 
and on and on and on and on and on and on and on and on and on and on 
and on and on and on and on and on and on and on and on and on and on 
and on and on and on and on and on and on and on and on and on and on 
just to show that it really is producing two column output with the correct inter-column spacing as required by ACM.</p>

</div>
  <div class="references">
    <h1>REFERENCES</h1>
    <p class="ref" id="r1">[1] 
      <span class="authors">A. Bloggs</span>, 
      <span class="title">Web Navigation: Designing the User Experience</span>, 
      <span class="journal">Web Journal</span>, 
      <span class="details">13 (2) 1988</span>
    </p>
    <p class="ref" id="r2">[2] 
      <span class="authors">D.E. Alpha, J.R. Beta, L.M. Gamma</span>, 
      <span class="title">Web Searching: A Good Experience</span>, 
      <span class="book">Web Searching</span> 
      <span class="details">Academic 1988</span>
    </p>
  </div>
</body>
</html>
