Changes between Version 7 and Version 8 of schema/tei-notes


Ignore:
Timestamp:
Jul 4, 2011, 12:14:46 PM (13 years ago)
Author:
jwillenborg
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • schema/tei-notes

    v7 v8  
    77{{{
    88<p>Joey Ramone said: "When we started up in March of ’74, it was because the bands we loved, the rock ’n’ roll that we knew, had disappeared. We were playing music for ourselves."
    9 <note n="1" place="bottom">Joey Ramone 1974, see <ref target="http://mpdl-proto.mpiwg-berlin.mpg.de/tei/en/ramones_2004.xml#p6s2">Ramones 2004, Page 6, Sentence 2</ref>
     9<note n="1" place="bottom">Joey Ramone, see <ref target="http://de.wikipedia.org/wiki/Ramones#cite_note-Twisted1-0">Porter 2003, Page 6</ref>
    1010</note>
    1111</p>
    1212}}}
    1313
    14 '''Display:'''
     14'''Display of a note'''
    1515
    1616Joey Ramone said: "When we started up in March of ’74, it was because the bands we loved, the rock ’n’ roll that we knew, had disappeared. We were playing music for ourselves." ^[#note1 1]
    1717
    1818'''''Notes'''''[[br]]
    19 [=#note1 1]: Joey Ramone 1974, see [http://mpdl-proto.mpiwg-berlin.mpg.de/tei/en/ramones_2004.xml#p6s2 Ramones 2004, Page 6, Sentence 2]
     19[=#note1 1]: Joey Ramone, see [http://de.wikipedia.org/wiki/Ramones#cite_note-Twisted1-0 Porter 2003, Page 6]
    2020
    2121
    2222== Example: user note ==
    23 ''' XML definition:'''[[br]]
     23'''Internal user note: definition within XML document'''[[br]]
    2424{{{
    2525<p>Joey Ramone said: "When we started up in March of ’74, it was because the bands we loved, the rock ’n’ roll that we knew, had disappeared. We were playing music for ourselves."
    26 <note n="1" place="bottom">Joey Ramone 1974, see <ref target="http://mpdl-proto.mpiwg-berlin.mpg.de/tei/en/ramones_2004.xml#p6s2">Ramones 2004, Page 6, Sentence 2</ref>
    27   <persName>
    28     <forename>Joe</forename>
    29     <surname>Miller</surname>
    30     <placeName>New York City</placeName>
    31   </persName>
    32   <date when="2011-06-16T11:11:11.000Z">June 16, 2011</date>
    33 </note>
    34 <note n="2" place="bottom">Joey Ramone 1974, see also <ref target="http://de.wikipedia.org/wiki/Ramones">Wikipedia Artikel: Ramones</ref>
    35   <persName>
    36     <forename>Henry</forename>
    37     <surname>Blake</surname>
    38     <placeName>Washington</placeName>
    39   </persName>
    40   <date when="2011-06-20T11:11:11.000Z">June 20, 2011</date>
    41 </note>
     26  <note n="1" place="bottom">Joey Ramone, see <ref target="http://de.wikipedia.org/wiki/Ramones#cite_note-Twisted1-0">Porter 2003: Ramones – The Complete Twisted History, Page 6</ref>
     27    <name type="person">
     28      <forename>Joe</forename>
     29      <surname>Miller</surname>
     30      <address>
     31        <street>760 United Nations Plaza</street>
     32        <name type="place">New York City</name>
     33      </address>
     34      <email>joe@nyc.org</email>
     35    </name> 
     36    <date when="2011-06-16T11:11:11.000Z">June 16, 2011</date>
     37  </note>
     38  <note n="2" place="bottom">Joey Ramone, see also the <ref target="http://en.wikipedia.org/wiki/Ramones">English Wikipedia Article</ref>
     39    <name type="person">
     40      <forename>Henry</forename>
     41      <surname>Blake</surname>
     42      <address>
     43        <name type="place">Washington</name>
     44      </address>
     45      <email>henry@washington.org</email>
     46    </name> 
     47    <date when="2011-06-20T11:11:11.000Z">June 20, 2011</date>
     48  </note>
    4249</p>
    4350}}}
    44 '''Display:'''
     51
     52[[br]]
     53'''External user note: definition stored externally'''[[br]]
     54User notes could also be stored externally so that they are not part of the XML document itself. When the XML document is displayed the XML document and its external user notes are fetched and presented.
     55For example an external user note could be stored as an XML object with XPointer identifier:
     56{{{
     57<object xpointer="http://your-server.org/your/path/your_ramones_text.xml#xpointer(id('page1')/TEI[1]/text[1]/body[1]/chap[1]/p[1])"
     58        uid="joe@nyc.org"
     59        date="2011-06-16T11:11:11.000Z">
     60  <note n="1" place="bottom">Joey Ramone, see <ref target="http://de.wikipedia.org/wiki/Ramones#cite_note-Twisted1-0">Porter 2003, Page 6</ref></note>
     61</object>
     62<object xpointer="http://your-server.org/your/path/your_ramones_text.xml#xpointer(id('page1')/TEI[1]/text[1]/body[1]/chap[1]/p[1])"
     63        uid="henry@washington.org"
     64        date="2011-06-20T11:11:11.000Z">
     65  <note n="2" place="bottom">Joey Ramone, see also the <ref target="http://en.wikipedia.org/wiki/Ramones">English Wikipedia Article</ref></note>
     66</object>
     67}}}
     68
     69'''Display of user notes'''
    4570
    4671Joey Ramone said: "When we started up in March of ’74, it was because the bands we loved, the rock ’n’ roll that we knew, had disappeared. We were playing music for ourselves." ^[#note1 1] [#note1 2]
    4772
    4873'''''Notes'''''[[br]]
    49 [=#note1 1]: Joey Ramone 1974, see [http://mpdl-proto.mpiwg-berlin.mpg.de/tei/en/ramones_2004.xml#p6s2 Ramones 2004, Page 6, Sentence 2] (Joe Miller. New York City. June 16, 2011) [[br]]
    50 [=#note2 2]: Joey Ramone 1974, see also [http://de.wikipedia.org/wiki/Ramones Wikipedia Artikel: Ramones] (Henry Blake. Washington. June 20, 2011)
    51 
    52 [[br]]
    53 '''Storing user notes externally:'''[[br]]
    54 User notes could also be stored externally so that they are not part of the XML definition itself. When the XML document is displayed the XML document and its external user notes are fetched and presented.
    55 For example an external user note could be stored as an XML object with XPointer identifier:
    56 {{{
    57 <object xpointer="http://yourServer.org/your_ramones_text.xml#xpointer(id('page1')/TEI[1]/text[1]/body[1]/chap[1]/p[1]/s[1])">
    58   <note n="1" place="bottom">Joey Ramone 1974, see <ref target="http://mpdl-proto.mpiwg-berlin.mpg.de/tei/en/ramones_2004.xml#p6s2">Ramones 2004, Page 6, Sentence 2</ref>
    59     <persName>
    60       <forename>Joe</forename>
    61       <surname>Miller</surname>
    62       <placeName>New York City</placeName>
    63     </persName>
    64     <date when="2011-06-16T11:11:11.000Z">June 16, 2011</date>
    65   </note>
    66 </object>
    67 }}}
     74[=#note1 1]: Joey Ramone, see [http://de.wikipedia.org/wiki/Ramones#cite_note-Twisted1-0 Porter 2003, Page 6] (Joe Miller, joe@nyc.org. 760 United Nations Plaza, New York City. June 16, 2011) [[br]]
     75[=#note2 2]: Joey Ramone, see also [http://de.wikipedia.org/wiki/Ramones English Wikipedia Article] (Henry Blake, henry@washington.org. Washington. June 20, 2011)