[tei-council] testing facsimile

Sebastian Rahtz sebastian.rahtz at oucs.ox.ac.uk
Mon Aug 27 11:41:44 EDT 2007


I have tried to apply the current draft to a real life example,
a picture of a WW1 gravestone I took near Thiepval a couple
of weeks ago.  Can people confirm that this is how it should be used?

I define a single surface with an associated image, then some
zones within it. Four of those are used to link lines
of transcribed text, and the other is used to describe a closeup
of part of the object; only the latter has its own extra <graphic>.

The @xdim and @ydim on <surface> are the result of a
longish discussion I just had with Lou about the relationship
between the image, which shows more than the gravestone,
and the object visible therein. The @xdim and @ydim define
the grid on which all child <zone>s depend; the @box on
<surface> describes the surface area.

Now I have to attempt an HTML rendering ....

PS no, Private Moulds is not a relative, I just picked him
at random.

<facsimile>
  <surface xml:id="grave"
       xdim="1024"
       ydim="681"
       box="6 354 336 914">
    <graphic url="gravestone.jpg"/>
    <zone xml:id="grave-partial" box="383 182 684 356">
      <graphic url="gravestone-partial.jpg"/>
    </zone>
    <zone box="437 223 626 256" xml:id="line1"/>
    <zone box="446 251 610 282" xml:id="line2"/>
    <zone box="375 281 684 308" xml:id="line3"/>
    <zone box="390 306 674 332" xml:id="line4"/>
  </surface>
</facsimile>
<text>
  <body>
    <div facs="#grave">
      <p>Private Moulds' gravestone</p>
      <div facs="#grave-partial">
    <ab facs="#line1">12851 PRIVATE</ab>
    <ab facs="#line2">H. MOULDS</ab>
    <ab facs="#line3">NORTHAMPTONSHIRE REGT.</ab>
    <ab facs="#line4">23RD JULY 1916 AGED 21</ab>
      </div>
    </div>
</body>
</text>

-- 
Sebastian Rahtz      

Information Manager, Oxford University Computing Services
13 Banbury Road, Oxford OX2 6NN. Phone +44 1865 283431




More information about the tei-council mailing list