<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.tei-c.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Pstadler</id>
	<title>TEIWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.tei-c.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Pstadler"/>
	<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Special:Contributions/Pstadler"/>
	<updated>2026-04-18T21:08:35Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=OxGarage&amp;diff=16287</id>
		<title>OxGarage</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=OxGarage&amp;diff=16287"/>
		<updated>2018-07-27T10:13:32Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: added Docker image as recommendation  to /* System requirements */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tools]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Conversion and preprocessing tools]]&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
[http://www.tei-c.org/oxgarage/ OxGarage] is a web, and RESTful, service to manage the transformation of documents between a variety of formats. The majority of transformations use the Text Encoding Initiative format as a pivot format. It is a good tool for conversion from TEI to Word (.docx), or Word (.docx) to TEI, but also does many other formats.&lt;br /&gt;
&lt;br /&gt;
There is a [http://htmlpreview.github.io/?https://github.com/TEIC/oxgarage/blob/master/doc/matrix.html list of formats for conversion to and from] which OxGarage supports.&lt;br /&gt;
Some of these use [[Tei-xsl|XSLT-based transformations]] and others are provided by [http://www.artofsolving.com/opensource/jodconverter JODConverter].&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
OxGarage can be used to&lt;br /&gt;
* Convert TEI documents to HTML, LaTeX, Word, OpenOffice, and ePub&lt;br /&gt;
* Process TEI ODD documents to make schemas or documentation&lt;br /&gt;
* Convert Word documents to TEI&lt;br /&gt;
* Transform some common XML formats (NLM, P4, Docbook) to or from TEI&lt;br /&gt;
* Manage any of the document conversions supported by OpenOffice&lt;br /&gt;
&lt;br /&gt;
A user uploads a document, chooses the target format, OxGarage works out the pipeline of required transformation steps, performs them, and returns the resulting new document. For example, an ODD document can be turned into ePub by&lt;br /&gt;
&lt;br /&gt;
# expanding the ODD file by merging with the TEI P5 source&lt;br /&gt;
# converting the resulting XML to TEI Lite for formatting&lt;br /&gt;
# transforming TEI Lite XML to HTML and packaging as ePub&lt;br /&gt;
&lt;br /&gt;
OxGarage takes care of all three stages, the user does not need to know about the middle stage. All transformations using TEI are&lt;br /&gt;
performed with XSLT 2.0 stylesheets, some other transformations use JODConverter and a headless OpenOffice instance.&lt;br /&gt;
&lt;br /&gt;
The results for some transformations can be tweaked by choosing different output profiles. These are defined on the OxGarage server.&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
A standard modern web browser is all that is required to make use of the Web Client.  If you want to deploy the underlying system yourself the most convenient way is via [https://www.docker.com Docker] which is available for most platforms. A ready made Docker image is available at https://hub.docker.com/r/teic/oxgarage/.&lt;br /&gt;
&lt;br /&gt;
Otherwise, you'll need to install the required dependencies (Java, Tomcat, OpenOffice, etc.) yourself. To build it you also need Maven and various java libraries. For more information see https://github.com/TEIC/oxgarage.&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
OxGarage source code is hosted on Github, at https://github.com/TEIC/oxgarage;&lt;br /&gt;
is is a fork and extension of the EGE project (on Sourceforge: http://enrich-ege.sourceforge.net/)&lt;br /&gt;
and is licensed under the GPL. &lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
The basic stylesheets provided with OxGarage (and ENRICH-EGE) use TEI as an output and pivot format.&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
The Web Client and Documentation is only provided in English&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
See doc directory at https://github.com/TEIC/oxgarage&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
&lt;br /&gt;
Create an issue in GitHub ( https://github.com/TEIC/oxgarage/issues ) for best-effort support concerning the OxGarage customisation.&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
&lt;br /&gt;
* Production version: http://www.tei-c.org/oxgarage/&lt;br /&gt;
* Development version: https://oxgarage-paderborn.tei-c.org/&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
&lt;br /&gt;
[https://github.com/TEIC/oxgarage/releases/tag/v1.0.0 Version 1.0.0 July 2018]&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
&lt;br /&gt;
Download either:&lt;br /&gt;
* from  Github (https://github.com/TEIC/oxgarage)&lt;br /&gt;
* as a Docker image from https://hub.docker.com/r/teic/oxgarage/&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=OxGarage&amp;diff=16286</id>
		<title>OxGarage</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=OxGarage&amp;diff=16286"/>
		<updated>2018-07-27T10:09:53Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: replaced Debian packages with Docker image at /* How to download or buy */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tools]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Conversion and preprocessing tools]]&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
[http://www.tei-c.org/oxgarage/ OxGarage] is a web, and RESTful, service to manage the transformation of documents between a variety of formats. The majority of transformations use the Text Encoding Initiative format as a pivot format. It is a good tool for conversion from TEI to Word (.docx), or Word (.docx) to TEI, but also does many other formats.&lt;br /&gt;
&lt;br /&gt;
There is a [http://htmlpreview.github.io/?https://github.com/TEIC/oxgarage/blob/master/doc/matrix.html list of formats for conversion to and from] which OxGarage supports.&lt;br /&gt;
Some of these use [[Tei-xsl|XSLT-based transformations]] and others are provided by [http://www.artofsolving.com/opensource/jodconverter JODConverter].&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
OxGarage can be used to&lt;br /&gt;
* Convert TEI documents to HTML, LaTeX, Word, OpenOffice, and ePub&lt;br /&gt;
* Process TEI ODD documents to make schemas or documentation&lt;br /&gt;
* Convert Word documents to TEI&lt;br /&gt;
* Transform some common XML formats (NLM, P4, Docbook) to or from TEI&lt;br /&gt;
* Manage any of the document conversions supported by OpenOffice&lt;br /&gt;
&lt;br /&gt;
A user uploads a document, chooses the target format, OxGarage works out the pipeline of required transformation steps, performs them, and returns the resulting new document. For example, an ODD document can be turned into ePub by&lt;br /&gt;
&lt;br /&gt;
# expanding the ODD file by merging with the TEI P5 source&lt;br /&gt;
# converting the resulting XML to TEI Lite for formatting&lt;br /&gt;
# transforming TEI Lite XML to HTML and packaging as ePub&lt;br /&gt;
&lt;br /&gt;
OxGarage takes care of all three stages, the user does not need to know about the middle stage. All transformations using TEI are&lt;br /&gt;
performed with XSLT 2.0 stylesheets, some other transformations use JODConverter and a headless OpenOffice instance.&lt;br /&gt;
&lt;br /&gt;
The results for some transformations can be tweaked by choosing different output profiles. These are defined on the OxGarage server.&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
A standard modern web browser is all that is required to make use of the Web Client.  If you want to deploy the underlying system yourself you need Sun/Oracle Java 6 JRE, Tomcat, OpenOffice, etc. To build it you also need Maven and various java libraries, and a Debian setup is provided. For more information see https://github.com/TEIC/oxgarage&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
OxGarage source code is hosted on Github, at https://github.com/TEIC/oxgarage;&lt;br /&gt;
is is a fork and extension of the EGE project (on Sourceforge: http://enrich-ege.sourceforge.net/)&lt;br /&gt;
and is licensed under the GPL. &lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
The basic stylesheets provided with OxGarage (and ENRICH-EGE) use TEI as an output and pivot format.&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
The Web Client and Documentation is only provided in English&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
See doc directory at https://github.com/TEIC/oxgarage&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
&lt;br /&gt;
Create an issue in GitHub ( https://github.com/TEIC/oxgarage/issues ) for best-effort support concerning the OxGarage customisation.&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
&lt;br /&gt;
* Production version: http://www.tei-c.org/oxgarage/&lt;br /&gt;
* Development version: https://oxgarage-paderborn.tei-c.org/&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
&lt;br /&gt;
[https://github.com/TEIC/oxgarage/releases/tag/v1.0.0 Version 1.0.0 July 2018]&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
&lt;br /&gt;
Download either:&lt;br /&gt;
* from  Github (https://github.com/TEIC/oxgarage)&lt;br /&gt;
* as a Docker image from https://hub.docker.com/r/teic/oxgarage/&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=OxGarage&amp;diff=16285</id>
		<title>OxGarage</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=OxGarage&amp;diff=16285"/>
		<updated>2018-07-27T10:08:27Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: updated /* Current version number and date of release */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tools]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Conversion and preprocessing tools]]&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
[http://www.tei-c.org/oxgarage/ OxGarage] is a web, and RESTful, service to manage the transformation of documents between a variety of formats. The majority of transformations use the Text Encoding Initiative format as a pivot format. It is a good tool for conversion from TEI to Word (.docx), or Word (.docx) to TEI, but also does many other formats.&lt;br /&gt;
&lt;br /&gt;
There is a [http://htmlpreview.github.io/?https://github.com/TEIC/oxgarage/blob/master/doc/matrix.html list of formats for conversion to and from] which OxGarage supports.&lt;br /&gt;
Some of these use [[Tei-xsl|XSLT-based transformations]] and others are provided by [http://www.artofsolving.com/opensource/jodconverter JODConverter].&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
OxGarage can be used to&lt;br /&gt;
* Convert TEI documents to HTML, LaTeX, Word, OpenOffice, and ePub&lt;br /&gt;
* Process TEI ODD documents to make schemas or documentation&lt;br /&gt;
* Convert Word documents to TEI&lt;br /&gt;
* Transform some common XML formats (NLM, P4, Docbook) to or from TEI&lt;br /&gt;
* Manage any of the document conversions supported by OpenOffice&lt;br /&gt;
&lt;br /&gt;
A user uploads a document, chooses the target format, OxGarage works out the pipeline of required transformation steps, performs them, and returns the resulting new document. For example, an ODD document can be turned into ePub by&lt;br /&gt;
&lt;br /&gt;
# expanding the ODD file by merging with the TEI P5 source&lt;br /&gt;
# converting the resulting XML to TEI Lite for formatting&lt;br /&gt;
# transforming TEI Lite XML to HTML and packaging as ePub&lt;br /&gt;
&lt;br /&gt;
OxGarage takes care of all three stages, the user does not need to know about the middle stage. All transformations using TEI are&lt;br /&gt;
performed with XSLT 2.0 stylesheets, some other transformations use JODConverter and a headless OpenOffice instance.&lt;br /&gt;
&lt;br /&gt;
The results for some transformations can be tweaked by choosing different output profiles. These are defined on the OxGarage server.&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
A standard modern web browser is all that is required to make use of the Web Client.  If you want to deploy the underlying system yourself you need Sun/Oracle Java 6 JRE, Tomcat, OpenOffice, etc. To build it you also need Maven and various java libraries, and a Debian setup is provided. For more information see https://github.com/TEIC/oxgarage&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
OxGarage source code is hosted on Github, at https://github.com/TEIC/oxgarage;&lt;br /&gt;
is is a fork and extension of the EGE project (on Sourceforge: http://enrich-ege.sourceforge.net/)&lt;br /&gt;
and is licensed under the GPL. &lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
The basic stylesheets provided with OxGarage (and ENRICH-EGE) use TEI as an output and pivot format.&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
The Web Client and Documentation is only provided in English&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
See doc directory at https://github.com/TEIC/oxgarage&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
&lt;br /&gt;
Create an issue in GitHub ( https://github.com/TEIC/oxgarage/issues ) for best-effort support concerning the OxGarage customisation.&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
&lt;br /&gt;
* Production version: http://www.tei-c.org/oxgarage/&lt;br /&gt;
* Development version: https://oxgarage-paderborn.tei-c.org/&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
&lt;br /&gt;
[https://github.com/TEIC/oxgarage/releases/tag/v1.0.0 Version 1.0.0 July 2018]&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
&lt;br /&gt;
Download either:&lt;br /&gt;
* from  Github (https://github.com/TEIC/oxgarage)&lt;br /&gt;
* as a Debian package from http://tei.oucs.ox.ac.uk/teideb/&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=OxGarage&amp;diff=16284</id>
		<title>OxGarage</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=OxGarage&amp;diff=16284"/>
		<updated>2018-07-27T10:07:10Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: (sadly) remove Oxford hosted OxGarage from /* Sample implementations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tools]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Conversion and preprocessing tools]]&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
[http://www.tei-c.org/oxgarage/ OxGarage] is a web, and RESTful, service to manage the transformation of documents between a variety of formats. The majority of transformations use the Text Encoding Initiative format as a pivot format. It is a good tool for conversion from TEI to Word (.docx), or Word (.docx) to TEI, but also does many other formats.&lt;br /&gt;
&lt;br /&gt;
There is a [http://htmlpreview.github.io/?https://github.com/TEIC/oxgarage/blob/master/doc/matrix.html list of formats for conversion to and from] which OxGarage supports.&lt;br /&gt;
Some of these use [[Tei-xsl|XSLT-based transformations]] and others are provided by [http://www.artofsolving.com/opensource/jodconverter JODConverter].&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
OxGarage can be used to&lt;br /&gt;
* Convert TEI documents to HTML, LaTeX, Word, OpenOffice, and ePub&lt;br /&gt;
* Process TEI ODD documents to make schemas or documentation&lt;br /&gt;
* Convert Word documents to TEI&lt;br /&gt;
* Transform some common XML formats (NLM, P4, Docbook) to or from TEI&lt;br /&gt;
* Manage any of the document conversions supported by OpenOffice&lt;br /&gt;
&lt;br /&gt;
A user uploads a document, chooses the target format, OxGarage works out the pipeline of required transformation steps, performs them, and returns the resulting new document. For example, an ODD document can be turned into ePub by&lt;br /&gt;
&lt;br /&gt;
# expanding the ODD file by merging with the TEI P5 source&lt;br /&gt;
# converting the resulting XML to TEI Lite for formatting&lt;br /&gt;
# transforming TEI Lite XML to HTML and packaging as ePub&lt;br /&gt;
&lt;br /&gt;
OxGarage takes care of all three stages, the user does not need to know about the middle stage. All transformations using TEI are&lt;br /&gt;
performed with XSLT 2.0 stylesheets, some other transformations use JODConverter and a headless OpenOffice instance.&lt;br /&gt;
&lt;br /&gt;
The results for some transformations can be tweaked by choosing different output profiles. These are defined on the OxGarage server.&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
A standard modern web browser is all that is required to make use of the Web Client.  If you want to deploy the underlying system yourself you need Sun/Oracle Java 6 JRE, Tomcat, OpenOffice, etc. To build it you also need Maven and various java libraries, and a Debian setup is provided. For more information see https://github.com/TEIC/oxgarage&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
OxGarage source code is hosted on Github, at https://github.com/TEIC/oxgarage;&lt;br /&gt;
is is a fork and extension of the EGE project (on Sourceforge: http://enrich-ege.sourceforge.net/)&lt;br /&gt;
and is licensed under the GPL. &lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
The basic stylesheets provided with OxGarage (and ENRICH-EGE) use TEI as an output and pivot format.&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
The Web Client and Documentation is only provided in English&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
See doc directory at https://github.com/TEIC/oxgarage&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
&lt;br /&gt;
Create an issue in GitHub ( https://github.com/TEIC/oxgarage/issues ) for best-effort support concerning the OxGarage customisation.&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
&lt;br /&gt;
* Production version: http://www.tei-c.org/oxgarage/&lt;br /&gt;
* Development version: https://oxgarage-paderborn.tei-c.org/&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
&lt;br /&gt;
Version 2.3.3 March 2014&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
&lt;br /&gt;
Download either:&lt;br /&gt;
* from  Github (https://github.com/TEIC/oxgarage)&lt;br /&gt;
* as a Debian package from http://tei.oucs.ox.ac.uk/teideb/&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Roma&amp;diff=16283</id>
		<title>Roma</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Roma&amp;diff=16283"/>
		<updated>2018-07-27T10:00:58Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: all information updated, removed header note&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Synopsis ==&lt;br /&gt;
&lt;br /&gt;
'''Roma''' is the web based TEI software for generating customisations from [http://www.tei-c.org/P5/ P5] [[ODD]] specifications. It was written by Arno Mittelbach and is loosely maintained by the TEI Council.&lt;br /&gt;
&lt;br /&gt;
Roma's basic job is to construct an XML document, the TEI &amp;quot;ODD&amp;quot;. To generate output (RELAXNG schemas, W3C schemas, HTML documentation, etc.), Roma relies on the [[OxGarage]] web service to provide the necessary transformations.&lt;br /&gt;
&lt;br /&gt;
Historically, there has been a Roma CLI tool, but this is superseded by the appropriate ANT or Shell scripts provided by  the  [[Tei-xsl|TEI Stylesheets]] themselves.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
A standard modern web browser is all that is required to make use of the Roma Web Client. If you want to deploy the underlying system yourself the most convenient way is via [https://www.docker.com Docker] which is available for most platforms.&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
Roma source code is hosted on Github, at https://github.com/TEIC/roma&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
For the web version, see [http://www.tei-c.org/Guidelines/Customization/use_roma.xml Customizing the TEI with Roma].&lt;br /&gt;
&lt;br /&gt;
For instructions on installing the command-line version under Mac OS X, see [http://www.wwp.northeastern.edu/outreach/seminars/_current/handouts/roma_CLI_MacOS_X.html Roma CLI Instructions] [note that the locations of stylesheet and roma have moved to github and the links given are out of date, cf. [http://lists.village.virginia.edu/pipermail/tei-council/2013/018680.html]].  &lt;br /&gt;
&lt;br /&gt;
As Sebastian wrote on TEI-L on 2009-12-21, &amp;quot;Always remember when considering Roma and friends that the variation is in the XSL stylesheets which it uses. So 99% of error reports and bug fixes are to do with the behaviour of odd2odd.xsl and odd2relax.xsl (etc). The XSL package changes much more frequently than Roma.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
Report problems either at the [[TEI-L]] list or in the [https://github.com/TEIC/Roma/issues GitHub issue tracker].&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
* Production version: http://roma.tei-c.org/ (running on the main TEI server)&lt;br /&gt;
* Development version: https://roma2.tei-c.org (currently running at Paderborn University)&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
* 5.0.0 (2018-07-18)&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
&lt;br /&gt;
=== GitHub releases ===&lt;br /&gt;
&lt;br /&gt;
https://github.com/TEIC/Roma/releases&lt;br /&gt;
&lt;br /&gt;
=== old releases on SourceForge ===&lt;br /&gt;
&lt;br /&gt;
https://sourceforge.net/projects/tei/files/Roma/&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
&lt;br /&gt;
There are two options.&lt;br /&gt;
&lt;br /&gt;
=== a) Pull from Docker (recommended) ===&lt;br /&gt;
&lt;br /&gt;
 docker pull teic/roma&lt;br /&gt;
&lt;br /&gt;
=== b) Download/Clone from GitHub (for developers)  ===&lt;br /&gt;
&lt;br /&gt;
see https://github.com/TEIC/Roma&lt;br /&gt;
&lt;br /&gt;
== Getting the Roma server running ==&lt;br /&gt;
&lt;br /&gt;
The recommended way is to run Roma via Docker. Detailed instructions can be found in the [https://github.com/TEIC/Roma/blob/dev/README.md project Readme].&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
Also see [[OxGarage]] and [[Vesta]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Tools]]&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Roma&amp;diff=16282</id>
		<title>Roma</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Roma&amp;diff=16282"/>
		<updated>2018-07-27T09:59:47Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: removed note regarding oXygen (since that belongs to the Stylesheets, not Roma) from /* Additional notes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''This page needs to be updated to reflect the move from SourceForge to GitHub.'''&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
&lt;br /&gt;
'''Roma''' is the web based TEI software for generating customisations from [http://www.tei-c.org/P5/ P5] [[ODD]] specifications. It was written by Arno Mittelbach and is loosely maintained by the TEI Council.&lt;br /&gt;
&lt;br /&gt;
Roma's basic job is to construct an XML document, the TEI &amp;quot;ODD&amp;quot;. To generate output (RELAXNG schemas, W3C schemas, HTML documentation, etc.), Roma relies on the [[OxGarage]] web service to provide the necessary transformations.&lt;br /&gt;
&lt;br /&gt;
Historically, there has been a Roma CLI tool, but this is superseded by the appropriate ANT or Shell scripts provided by  the  [[Tei-xsl|TEI Stylesheets]] themselves.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
A standard modern web browser is all that is required to make use of the Roma Web Client. If you want to deploy the underlying system yourself the most convenient way is via [https://www.docker.com Docker] which is available for most platforms.&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
Roma source code is hosted on Github, at https://github.com/TEIC/roma&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
For the web version, see [http://www.tei-c.org/Guidelines/Customization/use_roma.xml Customizing the TEI with Roma].&lt;br /&gt;
&lt;br /&gt;
For instructions on installing the command-line version under Mac OS X, see [http://www.wwp.northeastern.edu/outreach/seminars/_current/handouts/roma_CLI_MacOS_X.html Roma CLI Instructions] [note that the locations of stylesheet and roma have moved to github and the links given are out of date, cf. [http://lists.village.virginia.edu/pipermail/tei-council/2013/018680.html]].  &lt;br /&gt;
&lt;br /&gt;
As Sebastian wrote on TEI-L on 2009-12-21, &amp;quot;Always remember when considering Roma and friends that the variation is in the XSL stylesheets which it uses. So 99% of error reports and bug fixes are to do with the behaviour of odd2odd.xsl and odd2relax.xsl (etc). The XSL package changes much more frequently than Roma.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
Report problems either at the [[TEI-L]] list or in the [https://github.com/TEIC/Roma/issues GitHub issue tracker].&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
* Production version: http://roma.tei-c.org/ (running on the main TEI server)&lt;br /&gt;
* Development version: https://roma2.tei-c.org (currently running at Paderborn University)&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
* 5.0.0 (2018-07-18)&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
&lt;br /&gt;
=== GitHub releases ===&lt;br /&gt;
&lt;br /&gt;
https://github.com/TEIC/Roma/releases&lt;br /&gt;
&lt;br /&gt;
=== old releases on SourceForge ===&lt;br /&gt;
&lt;br /&gt;
https://sourceforge.net/projects/tei/files/Roma/&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
&lt;br /&gt;
There are two options.&lt;br /&gt;
&lt;br /&gt;
=== a) Pull from Docker (recommended) ===&lt;br /&gt;
&lt;br /&gt;
 docker pull teic/roma&lt;br /&gt;
&lt;br /&gt;
=== b) Download/Clone from GitHub (for developers)  ===&lt;br /&gt;
&lt;br /&gt;
see https://github.com/TEIC/Roma&lt;br /&gt;
&lt;br /&gt;
== Getting the Roma server running ==&lt;br /&gt;
&lt;br /&gt;
The recommended way is to run Roma via Docker. Detailed instructions can be found in the [https://github.com/TEIC/Roma/blob/dev/README.md project Readme].&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
Also see [[OxGarage]] and [[Vesta]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Tools]]&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Roma&amp;diff=16281</id>
		<title>Roma</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Roma&amp;diff=16281"/>
		<updated>2018-07-27T09:58:31Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: updated /* Getting the Roma server running */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''This page needs to be updated to reflect the move from SourceForge to GitHub.'''&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
&lt;br /&gt;
'''Roma''' is the web based TEI software for generating customisations from [http://www.tei-c.org/P5/ P5] [[ODD]] specifications. It was written by Arno Mittelbach and is loosely maintained by the TEI Council.&lt;br /&gt;
&lt;br /&gt;
Roma's basic job is to construct an XML document, the TEI &amp;quot;ODD&amp;quot;. To generate output (RELAXNG schemas, W3C schemas, HTML documentation, etc.), Roma relies on the [[OxGarage]] web service to provide the necessary transformations.&lt;br /&gt;
&lt;br /&gt;
Historically, there has been a Roma CLI tool, but this is superseded by the appropriate ANT or Shell scripts provided by  the  [[Tei-xsl|TEI Stylesheets]] themselves.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
A standard modern web browser is all that is required to make use of the Roma Web Client. If you want to deploy the underlying system yourself the most convenient way is via [https://www.docker.com Docker] which is available for most platforms.&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
Roma source code is hosted on Github, at https://github.com/TEIC/roma&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
For the web version, see [http://www.tei-c.org/Guidelines/Customization/use_roma.xml Customizing the TEI with Roma].&lt;br /&gt;
&lt;br /&gt;
For instructions on installing the command-line version under Mac OS X, see [http://www.wwp.northeastern.edu/outreach/seminars/_current/handouts/roma_CLI_MacOS_X.html Roma CLI Instructions] [note that the locations of stylesheet and roma have moved to github and the links given are out of date, cf. [http://lists.village.virginia.edu/pipermail/tei-council/2013/018680.html]].  &lt;br /&gt;
&lt;br /&gt;
As Sebastian wrote on TEI-L on 2009-12-21, &amp;quot;Always remember when considering Roma and friends that the variation is in the XSL stylesheets which it uses. So 99% of error reports and bug fixes are to do with the behaviour of odd2odd.xsl and odd2relax.xsl (etc). The XSL package changes much more frequently than Roma.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
Report problems either at the [[TEI-L]] list or in the [https://github.com/TEIC/Roma/issues GitHub issue tracker].&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
* Production version: http://roma.tei-c.org/ (running on the main TEI server)&lt;br /&gt;
* Development version: https://roma2.tei-c.org (currently running at Paderborn University)&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
* 5.0.0 (2018-07-18)&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
&lt;br /&gt;
=== GitHub releases ===&lt;br /&gt;
&lt;br /&gt;
https://github.com/TEIC/Roma/releases&lt;br /&gt;
&lt;br /&gt;
=== old releases on SourceForge ===&lt;br /&gt;
&lt;br /&gt;
https://sourceforge.net/projects/tei/files/Roma/&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
&lt;br /&gt;
There are two options.&lt;br /&gt;
&lt;br /&gt;
=== a) Pull from Docker (recommended) ===&lt;br /&gt;
&lt;br /&gt;
 docker pull teic/roma&lt;br /&gt;
&lt;br /&gt;
=== b) Download/Clone from GitHub (for developers)  ===&lt;br /&gt;
&lt;br /&gt;
see https://github.com/TEIC/Roma&lt;br /&gt;
&lt;br /&gt;
== Getting the Roma server running ==&lt;br /&gt;
&lt;br /&gt;
The recommended way is to run Roma via Docker. Detailed instructions can be found in the [https://github.com/TEIC/Roma/blob/dev/README.md project Readme].&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
Also see [[OxGarage]] and [[Vesta]].&lt;br /&gt;
&lt;br /&gt;
[[oXygen]] 13.1 onwards has all the Roma functionality built it. Load up your ODD, tell it to generate a schema.&lt;br /&gt;
&lt;br /&gt;
[[Category:Tools]]&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Roma&amp;diff=16280</id>
		<title>Roma</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Roma&amp;diff=16280"/>
		<updated>2018-07-27T09:55:18Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: updated /* How to download or buy */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''This page needs to be updated to reflect the move from SourceForge to GitHub.'''&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
&lt;br /&gt;
'''Roma''' is the web based TEI software for generating customisations from [http://www.tei-c.org/P5/ P5] [[ODD]] specifications. It was written by Arno Mittelbach and is loosely maintained by the TEI Council.&lt;br /&gt;
&lt;br /&gt;
Roma's basic job is to construct an XML document, the TEI &amp;quot;ODD&amp;quot;. To generate output (RELAXNG schemas, W3C schemas, HTML documentation, etc.), Roma relies on the [[OxGarage]] web service to provide the necessary transformations.&lt;br /&gt;
&lt;br /&gt;
Historically, there has been a Roma CLI tool, but this is superseded by the appropriate ANT or Shell scripts provided by  the  [[Tei-xsl|TEI Stylesheets]] themselves.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
A standard modern web browser is all that is required to make use of the Roma Web Client. If you want to deploy the underlying system yourself the most convenient way is via [https://www.docker.com Docker] which is available for most platforms.&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
Roma source code is hosted on Github, at https://github.com/TEIC/roma&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
For the web version, see [http://www.tei-c.org/Guidelines/Customization/use_roma.xml Customizing the TEI with Roma].&lt;br /&gt;
&lt;br /&gt;
For instructions on installing the command-line version under Mac OS X, see [http://www.wwp.northeastern.edu/outreach/seminars/_current/handouts/roma_CLI_MacOS_X.html Roma CLI Instructions] [note that the locations of stylesheet and roma have moved to github and the links given are out of date, cf. [http://lists.village.virginia.edu/pipermail/tei-council/2013/018680.html]].  &lt;br /&gt;
&lt;br /&gt;
As Sebastian wrote on TEI-L on 2009-12-21, &amp;quot;Always remember when considering Roma and friends that the variation is in the XSL stylesheets which it uses. So 99% of error reports and bug fixes are to do with the behaviour of odd2odd.xsl and odd2relax.xsl (etc). The XSL package changes much more frequently than Roma.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
Report problems either at the [[TEI-L]] list or in the [https://github.com/TEIC/Roma/issues GitHub issue tracker].&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
* Production version: http://roma.tei-c.org/ (running on the main TEI server)&lt;br /&gt;
* Development version: https://roma2.tei-c.org (currently running at Paderborn University)&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
* 5.0.0 (2018-07-18)&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
&lt;br /&gt;
=== GitHub releases ===&lt;br /&gt;
&lt;br /&gt;
https://github.com/TEIC/Roma/releases&lt;br /&gt;
&lt;br /&gt;
=== old releases on SourceForge ===&lt;br /&gt;
&lt;br /&gt;
https://sourceforge.net/projects/tei/files/Roma/&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
&lt;br /&gt;
There are two options.&lt;br /&gt;
&lt;br /&gt;
=== a) Pull from Docker (recommended) ===&lt;br /&gt;
&lt;br /&gt;
 docker pull teic/roma&lt;br /&gt;
&lt;br /&gt;
=== b) Download/Clone from GitHub (for developers)  ===&lt;br /&gt;
&lt;br /&gt;
see https://github.com/TEIC/Roma&lt;br /&gt;
&lt;br /&gt;
== Getting the Roma server running ==&lt;br /&gt;
&lt;br /&gt;
The PHP application which provides basic graphical editing of ODD files is not quite old and not regularly maintained,&lt;br /&gt;
but it remains the only graphical ODD editor available (at the time of writing, 2015-07), so it is still widely used.&lt;br /&gt;
&lt;br /&gt;
Any Council member working on maintenance of the Roma php application will first need to get it running. These are some&lt;br /&gt;
basic notes by Martin Holmes on experiences getting it working on Ubuntu 14.04 for the purposes of working on a minor &lt;br /&gt;
bug in July 2015.&lt;br /&gt;
&lt;br /&gt;
# Make sure you have all the regular TEI packages installed, as well as trang.&lt;br /&gt;
# Get Apache installed and running with PHP5, including the &amp;lt;code&amp;gt;php5-xsl&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;php5-curl&amp;lt;/code&amp;gt; modules (which are not installed by default).&lt;br /&gt;
# Get the Roma source from the latest build on e.g. [http://teijenkins.hcmc.uvic.ca/job/Roma/] (what you need is tei-roma-x.xx.zip). Unzip the contents into a directory in the web server root.&lt;br /&gt;
# Copy roma/config-dist.php to roma/config.php, and make any changes you need to. I added these lines to help me with debugging at the top:&lt;br /&gt;
&lt;br /&gt;
   ini_set('display_startup_errors',1);&lt;br /&gt;
   ini_set('display_errors',1);&lt;br /&gt;
   error_reporting(E_ERROR);&lt;br /&gt;
&lt;br /&gt;
Note that adding more aggressive debugging options such as E_NOTICE will actually screw up the schemas you generate, because you'll get lots of PHP error messages at the top of your schemas; the source&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
Also see [[OxGarage]] and [[Vesta]].&lt;br /&gt;
&lt;br /&gt;
[[oXygen]] 13.1 onwards has all the Roma functionality built it. Load up your ODD, tell it to generate a schema.&lt;br /&gt;
&lt;br /&gt;
[[Category:Tools]]&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Roma&amp;diff=16279</id>
		<title>Roma</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Roma&amp;diff=16279"/>
		<updated>2018-07-27T09:49:20Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: add information about Roma CLI to /* Synopsis */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''This page needs to be updated to reflect the move from SourceForge to GitHub.'''&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
&lt;br /&gt;
'''Roma''' is the web based TEI software for generating customisations from [http://www.tei-c.org/P5/ P5] [[ODD]] specifications. It was written by Arno Mittelbach and is loosely maintained by the TEI Council.&lt;br /&gt;
&lt;br /&gt;
Roma's basic job is to construct an XML document, the TEI &amp;quot;ODD&amp;quot;. To generate output (RELAXNG schemas, W3C schemas, HTML documentation, etc.), Roma relies on the [[OxGarage]] web service to provide the necessary transformations.&lt;br /&gt;
&lt;br /&gt;
Historically, there has been a Roma CLI tool, but this is superseded by the appropriate ANT or Shell scripts provided by  the  [[Tei-xsl|TEI Stylesheets]] themselves.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
A standard modern web browser is all that is required to make use of the Roma Web Client. If you want to deploy the underlying system yourself the most convenient way is via [https://www.docker.com Docker] which is available for most platforms.&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
Roma source code is hosted on Github, at https://github.com/TEIC/roma&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
For the web version, see [http://www.tei-c.org/Guidelines/Customization/use_roma.xml Customizing the TEI with Roma].&lt;br /&gt;
&lt;br /&gt;
For instructions on installing the command-line version under Mac OS X, see [http://www.wwp.northeastern.edu/outreach/seminars/_current/handouts/roma_CLI_MacOS_X.html Roma CLI Instructions] [note that the locations of stylesheet and roma have moved to github and the links given are out of date, cf. [http://lists.village.virginia.edu/pipermail/tei-council/2013/018680.html]].  &lt;br /&gt;
&lt;br /&gt;
As Sebastian wrote on TEI-L on 2009-12-21, &amp;quot;Always remember when considering Roma and friends that the variation is in the XSL stylesheets which it uses. So 99% of error reports and bug fixes are to do with the behaviour of odd2odd.xsl and odd2relax.xsl (etc). The XSL package changes much more frequently than Roma.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
Report problems either at the [[TEI-L]] list or in the [https://github.com/TEIC/Roma/issues GitHub issue tracker].&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
* Production version: http://roma.tei-c.org/ (running on the main TEI server)&lt;br /&gt;
* Development version: https://roma2.tei-c.org (currently running at Paderborn University)&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
* 5.0.0 (2018-07-18)&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
&lt;br /&gt;
=== GitHub releases ===&lt;br /&gt;
&lt;br /&gt;
https://github.com/TEIC/Roma/releases&lt;br /&gt;
&lt;br /&gt;
=== old releases on SourceForge ===&lt;br /&gt;
&lt;br /&gt;
https://sourceforge.net/projects/tei/files/Roma/&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
&lt;br /&gt;
There are three options.&lt;br /&gt;
&lt;br /&gt;
=== a) Download the zip file ===&lt;br /&gt;
&lt;br /&gt;
[https://sourceforge.net/projects/tei/files/Roma/ Sourceforge download] – a shell utility (requires [http://xmlsoft.org/XSLT/xsltproc2.html xsltproc], [http://thaiopensource.com/relaxng/trang.html trang] and  [[wikipedia:perl|perl]])&lt;br /&gt;
&lt;br /&gt;
=== b) Install the Debian package ===&lt;br /&gt;
&lt;br /&gt;
Install the &amp;lt;code&amp;gt;tei-roma&amp;lt;/code&amp;gt; Debian package from [http://tei.oucs.ox.ac.uk/teideb/ the list of Debian packages].&lt;br /&gt;
&lt;br /&gt;
=== c) Get from Subversion ===&lt;br /&gt;
&lt;br /&gt;
'''For many of those commands, you might need to run them as sudo.'''&lt;br /&gt;
&lt;br /&gt;
# Download the source from Subversion: &amp;lt;code&amp;gt;svn co https://tei.svn.sourceforge.net/svnroot/tei/trunk/ /path/to/local/directory/&amp;lt;/code&amp;gt;&lt;br /&gt;
# Install P5 (required in order to install Roma):&lt;br /&gt;
## Put roma2.sh into the right place (since P5 installation requires it): &amp;lt;code&amp;gt;cp roma2.sh /usr/bin/roma2&amp;lt;/code&amp;gt;&lt;br /&gt;
## Install texlive-full (includes xelatex, which is required to install P5)&lt;br /&gt;
## &amp;lt;code&amp;gt;cd /path/to/local/directory/P5/&amp;lt;/code&amp;gt;&lt;br /&gt;
## &amp;lt;code&amp;gt;make install&amp;lt;/code&amp;gt;&lt;br /&gt;
# Install Roma:&lt;br /&gt;
## &amp;lt;code&amp;gt;cd ../Roma/&amp;lt;/code&amp;gt;&lt;br /&gt;
## &amp;lt;code&amp;gt;make install&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Getting the Roma server running ==&lt;br /&gt;
&lt;br /&gt;
The PHP application which provides basic graphical editing of ODD files is not quite old and not regularly maintained,&lt;br /&gt;
but it remains the only graphical ODD editor available (at the time of writing, 2015-07), so it is still widely used.&lt;br /&gt;
&lt;br /&gt;
Any Council member working on maintenance of the Roma php application will first need to get it running. These are some&lt;br /&gt;
basic notes by Martin Holmes on experiences getting it working on Ubuntu 14.04 for the purposes of working on a minor &lt;br /&gt;
bug in July 2015.&lt;br /&gt;
&lt;br /&gt;
# Make sure you have all the regular TEI packages installed, as well as trang.&lt;br /&gt;
# Get Apache installed and running with PHP5, including the &amp;lt;code&amp;gt;php5-xsl&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;php5-curl&amp;lt;/code&amp;gt; modules (which are not installed by default).&lt;br /&gt;
# Get the Roma source from the latest build on e.g. [http://teijenkins.hcmc.uvic.ca/job/Roma/] (what you need is tei-roma-x.xx.zip). Unzip the contents into a directory in the web server root.&lt;br /&gt;
# Copy roma/config-dist.php to roma/config.php, and make any changes you need to. I added these lines to help me with debugging at the top:&lt;br /&gt;
&lt;br /&gt;
   ini_set('display_startup_errors',1);&lt;br /&gt;
   ini_set('display_errors',1);&lt;br /&gt;
   error_reporting(E_ERROR);&lt;br /&gt;
&lt;br /&gt;
Note that adding more aggressive debugging options such as E_NOTICE will actually screw up the schemas you generate, because you'll get lots of PHP error messages at the top of your schemas; the source&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
Also see [[OxGarage]] and [[Vesta]].&lt;br /&gt;
&lt;br /&gt;
[[oXygen]] 13.1 onwards has all the Roma functionality built it. Load up your ODD, tell it to generate a schema.&lt;br /&gt;
&lt;br /&gt;
[[Category:Tools]]&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Roma&amp;diff=16278</id>
		<title>Roma</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Roma&amp;diff=16278"/>
		<updated>2018-07-27T09:43:15Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: update /* Synopsis */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''This page needs to be updated to reflect the move from SourceForge to GitHub.'''&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
&lt;br /&gt;
'''Roma''' is the web based TEI software for generating customisations from [http://www.tei-c.org/P5/ P5] [[ODD]] specifications. It was written by Arno Mittelbach and is loosely maintained by the TEI Council.&lt;br /&gt;
&lt;br /&gt;
Roma's basic job is to construct an XML document, the TEI &amp;quot;ODD&amp;quot;. To generate output (RELAXNG schemas, W3C schemas, HTML documentation, etc.), Roma relies on the [[OxGarage]] web service to provide the necessary transformations.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
A standard modern web browser is all that is required to make use of the Roma Web Client. If you want to deploy the underlying system yourself the most convenient way is via [https://www.docker.com Docker] which is available for most platforms.&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
Roma source code is hosted on Github, at https://github.com/TEIC/roma&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
For the web version, see [http://www.tei-c.org/Guidelines/Customization/use_roma.xml Customizing the TEI with Roma].&lt;br /&gt;
&lt;br /&gt;
For instructions on installing the command-line version under Mac OS X, see [http://www.wwp.northeastern.edu/outreach/seminars/_current/handouts/roma_CLI_MacOS_X.html Roma CLI Instructions] [note that the locations of stylesheet and roma have moved to github and the links given are out of date, cf. [http://lists.village.virginia.edu/pipermail/tei-council/2013/018680.html]].  &lt;br /&gt;
&lt;br /&gt;
As Sebastian wrote on TEI-L on 2009-12-21, &amp;quot;Always remember when considering Roma and friends that the variation is in the XSL stylesheets which it uses. So 99% of error reports and bug fixes are to do with the behaviour of odd2odd.xsl and odd2relax.xsl (etc). The XSL package changes much more frequently than Roma.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
Report problems either at the [[TEI-L]] list or in the [https://github.com/TEIC/Roma/issues GitHub issue tracker].&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
* Production version: http://roma.tei-c.org/ (running on the main TEI server)&lt;br /&gt;
* Development version: https://roma2.tei-c.org (currently running at Paderborn University)&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
* 5.0.0 (2018-07-18)&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
&lt;br /&gt;
=== GitHub releases ===&lt;br /&gt;
&lt;br /&gt;
https://github.com/TEIC/Roma/releases&lt;br /&gt;
&lt;br /&gt;
=== old releases on SourceForge ===&lt;br /&gt;
&lt;br /&gt;
https://sourceforge.net/projects/tei/files/Roma/&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
&lt;br /&gt;
There are three options.&lt;br /&gt;
&lt;br /&gt;
=== a) Download the zip file ===&lt;br /&gt;
&lt;br /&gt;
[https://sourceforge.net/projects/tei/files/Roma/ Sourceforge download] – a shell utility (requires [http://xmlsoft.org/XSLT/xsltproc2.html xsltproc], [http://thaiopensource.com/relaxng/trang.html trang] and  [[wikipedia:perl|perl]])&lt;br /&gt;
&lt;br /&gt;
=== b) Install the Debian package ===&lt;br /&gt;
&lt;br /&gt;
Install the &amp;lt;code&amp;gt;tei-roma&amp;lt;/code&amp;gt; Debian package from [http://tei.oucs.ox.ac.uk/teideb/ the list of Debian packages].&lt;br /&gt;
&lt;br /&gt;
=== c) Get from Subversion ===&lt;br /&gt;
&lt;br /&gt;
'''For many of those commands, you might need to run them as sudo.'''&lt;br /&gt;
&lt;br /&gt;
# Download the source from Subversion: &amp;lt;code&amp;gt;svn co https://tei.svn.sourceforge.net/svnroot/tei/trunk/ /path/to/local/directory/&amp;lt;/code&amp;gt;&lt;br /&gt;
# Install P5 (required in order to install Roma):&lt;br /&gt;
## Put roma2.sh into the right place (since P5 installation requires it): &amp;lt;code&amp;gt;cp roma2.sh /usr/bin/roma2&amp;lt;/code&amp;gt;&lt;br /&gt;
## Install texlive-full (includes xelatex, which is required to install P5)&lt;br /&gt;
## &amp;lt;code&amp;gt;cd /path/to/local/directory/P5/&amp;lt;/code&amp;gt;&lt;br /&gt;
## &amp;lt;code&amp;gt;make install&amp;lt;/code&amp;gt;&lt;br /&gt;
# Install Roma:&lt;br /&gt;
## &amp;lt;code&amp;gt;cd ../Roma/&amp;lt;/code&amp;gt;&lt;br /&gt;
## &amp;lt;code&amp;gt;make install&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Getting the Roma server running ==&lt;br /&gt;
&lt;br /&gt;
The PHP application which provides basic graphical editing of ODD files is not quite old and not regularly maintained,&lt;br /&gt;
but it remains the only graphical ODD editor available (at the time of writing, 2015-07), so it is still widely used.&lt;br /&gt;
&lt;br /&gt;
Any Council member working on maintenance of the Roma php application will first need to get it running. These are some&lt;br /&gt;
basic notes by Martin Holmes on experiences getting it working on Ubuntu 14.04 for the purposes of working on a minor &lt;br /&gt;
bug in July 2015.&lt;br /&gt;
&lt;br /&gt;
# Make sure you have all the regular TEI packages installed, as well as trang.&lt;br /&gt;
# Get Apache installed and running with PHP5, including the &amp;lt;code&amp;gt;php5-xsl&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;php5-curl&amp;lt;/code&amp;gt; modules (which are not installed by default).&lt;br /&gt;
# Get the Roma source from the latest build on e.g. [http://teijenkins.hcmc.uvic.ca/job/Roma/] (what you need is tei-roma-x.xx.zip). Unzip the contents into a directory in the web server root.&lt;br /&gt;
# Copy roma/config-dist.php to roma/config.php, and make any changes you need to. I added these lines to help me with debugging at the top:&lt;br /&gt;
&lt;br /&gt;
   ini_set('display_startup_errors',1);&lt;br /&gt;
   ini_set('display_errors',1);&lt;br /&gt;
   error_reporting(E_ERROR);&lt;br /&gt;
&lt;br /&gt;
Note that adding more aggressive debugging options such as E_NOTICE will actually screw up the schemas you generate, because you'll get lots of PHP error messages at the top of your schemas; the source&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
Also see [[OxGarage]] and [[Vesta]].&lt;br /&gt;
&lt;br /&gt;
[[oXygen]] 13.1 onwards has all the Roma functionality built it. Load up your ODD, tell it to generate a schema.&lt;br /&gt;
&lt;br /&gt;
[[Category:Tools]]&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Roma&amp;diff=16277</id>
		<title>Roma</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Roma&amp;diff=16277"/>
		<updated>2018-07-27T09:33:58Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: add information to /* System requirements */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''This page needs to be updated to reflect the move from SourceForge to GitHub.'''&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
&lt;br /&gt;
'''Roma''' is the TEI tool (a suite of XSLT stylesheets) for creating schemas and customisations from [http://www.tei-c.org/P5/ P5] [[ODD]] specifications. It was written by Arno Mittelbach and is loosely maintained by the TEI Council.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
A standard modern web browser is all that is required to make use of the Roma Web Client. If you want to deploy the underlying system yourself the most convenient way is via [https://www.docker.com Docker] which is available for most platforms.&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
Roma source code is hosted on Github, at https://github.com/TEIC/roma&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
For the web version, see [http://www.tei-c.org/Guidelines/Customization/use_roma.xml Customizing the TEI with Roma].&lt;br /&gt;
&lt;br /&gt;
For instructions on installing the command-line version under Mac OS X, see [http://www.wwp.northeastern.edu/outreach/seminars/_current/handouts/roma_CLI_MacOS_X.html Roma CLI Instructions] [note that the locations of stylesheet and roma have moved to github and the links given are out of date, cf. [http://lists.village.virginia.edu/pipermail/tei-council/2013/018680.html]].  &lt;br /&gt;
&lt;br /&gt;
As Sebastian wrote on TEI-L on 2009-12-21, &amp;quot;Always remember when considering Roma and friends that the variation is in the XSL stylesheets which it uses. So 99% of error reports and bug fixes are to do with the behaviour of odd2odd.xsl and odd2relax.xsl (etc). The XSL package changes much more frequently than Roma.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
Report problems either at the [[TEI-L]] list or in the [https://github.com/TEIC/Roma/issues GitHub issue tracker].&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
* Production version: http://roma.tei-c.org/ (running on the main TEI server)&lt;br /&gt;
* Development version: https://roma2.tei-c.org (currently running at Paderborn University)&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
* 5.0.0 (2018-07-18)&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
&lt;br /&gt;
=== GitHub releases ===&lt;br /&gt;
&lt;br /&gt;
https://github.com/TEIC/Roma/releases&lt;br /&gt;
&lt;br /&gt;
=== old releases on SourceForge ===&lt;br /&gt;
&lt;br /&gt;
https://sourceforge.net/projects/tei/files/Roma/&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
&lt;br /&gt;
There are three options.&lt;br /&gt;
&lt;br /&gt;
=== a) Download the zip file ===&lt;br /&gt;
&lt;br /&gt;
[https://sourceforge.net/projects/tei/files/Roma/ Sourceforge download] – a shell utility (requires [http://xmlsoft.org/XSLT/xsltproc2.html xsltproc], [http://thaiopensource.com/relaxng/trang.html trang] and  [[wikipedia:perl|perl]])&lt;br /&gt;
&lt;br /&gt;
=== b) Install the Debian package ===&lt;br /&gt;
&lt;br /&gt;
Install the &amp;lt;code&amp;gt;tei-roma&amp;lt;/code&amp;gt; Debian package from [http://tei.oucs.ox.ac.uk/teideb/ the list of Debian packages].&lt;br /&gt;
&lt;br /&gt;
=== c) Get from Subversion ===&lt;br /&gt;
&lt;br /&gt;
'''For many of those commands, you might need to run them as sudo.'''&lt;br /&gt;
&lt;br /&gt;
# Download the source from Subversion: &amp;lt;code&amp;gt;svn co https://tei.svn.sourceforge.net/svnroot/tei/trunk/ /path/to/local/directory/&amp;lt;/code&amp;gt;&lt;br /&gt;
# Install P5 (required in order to install Roma):&lt;br /&gt;
## Put roma2.sh into the right place (since P5 installation requires it): &amp;lt;code&amp;gt;cp roma2.sh /usr/bin/roma2&amp;lt;/code&amp;gt;&lt;br /&gt;
## Install texlive-full (includes xelatex, which is required to install P5)&lt;br /&gt;
## &amp;lt;code&amp;gt;cd /path/to/local/directory/P5/&amp;lt;/code&amp;gt;&lt;br /&gt;
## &amp;lt;code&amp;gt;make install&amp;lt;/code&amp;gt;&lt;br /&gt;
# Install Roma:&lt;br /&gt;
## &amp;lt;code&amp;gt;cd ../Roma/&amp;lt;/code&amp;gt;&lt;br /&gt;
## &amp;lt;code&amp;gt;make install&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Getting the Roma server running ==&lt;br /&gt;
&lt;br /&gt;
The PHP application which provides basic graphical editing of ODD files is not quite old and not regularly maintained,&lt;br /&gt;
but it remains the only graphical ODD editor available (at the time of writing, 2015-07), so it is still widely used.&lt;br /&gt;
&lt;br /&gt;
Any Council member working on maintenance of the Roma php application will first need to get it running. These are some&lt;br /&gt;
basic notes by Martin Holmes on experiences getting it working on Ubuntu 14.04 for the purposes of working on a minor &lt;br /&gt;
bug in July 2015.&lt;br /&gt;
&lt;br /&gt;
# Make sure you have all the regular TEI packages installed, as well as trang.&lt;br /&gt;
# Get Apache installed and running with PHP5, including the &amp;lt;code&amp;gt;php5-xsl&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;php5-curl&amp;lt;/code&amp;gt; modules (which are not installed by default).&lt;br /&gt;
# Get the Roma source from the latest build on e.g. [http://teijenkins.hcmc.uvic.ca/job/Roma/] (what you need is tei-roma-x.xx.zip). Unzip the contents into a directory in the web server root.&lt;br /&gt;
# Copy roma/config-dist.php to roma/config.php, and make any changes you need to. I added these lines to help me with debugging at the top:&lt;br /&gt;
&lt;br /&gt;
   ini_set('display_startup_errors',1);&lt;br /&gt;
   ini_set('display_errors',1);&lt;br /&gt;
   error_reporting(E_ERROR);&lt;br /&gt;
&lt;br /&gt;
Note that adding more aggressive debugging options such as E_NOTICE will actually screw up the schemas you generate, because you'll get lots of PHP error messages at the top of your schemas; the source&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
Also see [[OxGarage]] and [[Vesta]].&lt;br /&gt;
&lt;br /&gt;
[[oXygen]] 13.1 onwards has all the Roma functionality built it. Load up your ODD, tell it to generate a schema.&lt;br /&gt;
&lt;br /&gt;
[[Category:Tools]]&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Roma&amp;diff=16276</id>
		<title>Roma</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Roma&amp;diff=16276"/>
		<updated>2018-07-27T09:29:23Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: add section /* Source code and licensing */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''This page needs to be updated to reflect the move from SourceForge to GitHub.'''&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
&lt;br /&gt;
'''Roma''' is the TEI tool (a suite of XSLT stylesheets) for creating schemas and customisations from [http://www.tei-c.org/P5/ P5] [[ODD]] specifications. It was written by Arno Mittelbach and is loosely maintained by the TEI Council.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
Roma source code is hosted on Github, at https://github.com/TEIC/roma&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
For the web version, see [http://www.tei-c.org/Guidelines/Customization/use_roma.xml Customizing the TEI with Roma].&lt;br /&gt;
&lt;br /&gt;
For instructions on installing the command-line version under Mac OS X, see [http://www.wwp.northeastern.edu/outreach/seminars/_current/handouts/roma_CLI_MacOS_X.html Roma CLI Instructions] [note that the locations of stylesheet and roma have moved to github and the links given are out of date, cf. [http://lists.village.virginia.edu/pipermail/tei-council/2013/018680.html]].  &lt;br /&gt;
&lt;br /&gt;
As Sebastian wrote on TEI-L on 2009-12-21, &amp;quot;Always remember when considering Roma and friends that the variation is in the XSL stylesheets which it uses. So 99% of error reports and bug fixes are to do with the behaviour of odd2odd.xsl and odd2relax.xsl (etc). The XSL package changes much more frequently than Roma.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
Report problems either at the [[TEI-L]] list or in the [https://github.com/TEIC/Roma/issues GitHub issue tracker].&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
* Production version: http://roma.tei-c.org/ (running on the main TEI server)&lt;br /&gt;
* Development version: https://roma2.tei-c.org (currently running at Paderborn University)&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
* 5.0.0 (2018-07-18)&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
&lt;br /&gt;
=== GitHub releases ===&lt;br /&gt;
&lt;br /&gt;
https://github.com/TEIC/Roma/releases&lt;br /&gt;
&lt;br /&gt;
=== old releases on SourceForge ===&lt;br /&gt;
&lt;br /&gt;
https://sourceforge.net/projects/tei/files/Roma/&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
&lt;br /&gt;
There are three options.&lt;br /&gt;
&lt;br /&gt;
=== a) Download the zip file ===&lt;br /&gt;
&lt;br /&gt;
[https://sourceforge.net/projects/tei/files/Roma/ Sourceforge download] – a shell utility (requires [http://xmlsoft.org/XSLT/xsltproc2.html xsltproc], [http://thaiopensource.com/relaxng/trang.html trang] and  [[wikipedia:perl|perl]])&lt;br /&gt;
&lt;br /&gt;
=== b) Install the Debian package ===&lt;br /&gt;
&lt;br /&gt;
Install the &amp;lt;code&amp;gt;tei-roma&amp;lt;/code&amp;gt; Debian package from [http://tei.oucs.ox.ac.uk/teideb/ the list of Debian packages].&lt;br /&gt;
&lt;br /&gt;
=== c) Get from Subversion ===&lt;br /&gt;
&lt;br /&gt;
'''For many of those commands, you might need to run them as sudo.'''&lt;br /&gt;
&lt;br /&gt;
# Download the source from Subversion: &amp;lt;code&amp;gt;svn co https://tei.svn.sourceforge.net/svnroot/tei/trunk/ /path/to/local/directory/&amp;lt;/code&amp;gt;&lt;br /&gt;
# Install P5 (required in order to install Roma):&lt;br /&gt;
## Put roma2.sh into the right place (since P5 installation requires it): &amp;lt;code&amp;gt;cp roma2.sh /usr/bin/roma2&amp;lt;/code&amp;gt;&lt;br /&gt;
## Install texlive-full (includes xelatex, which is required to install P5)&lt;br /&gt;
## &amp;lt;code&amp;gt;cd /path/to/local/directory/P5/&amp;lt;/code&amp;gt;&lt;br /&gt;
## &amp;lt;code&amp;gt;make install&amp;lt;/code&amp;gt;&lt;br /&gt;
# Install Roma:&lt;br /&gt;
## &amp;lt;code&amp;gt;cd ../Roma/&amp;lt;/code&amp;gt;&lt;br /&gt;
## &amp;lt;code&amp;gt;make install&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Getting the Roma server running ==&lt;br /&gt;
&lt;br /&gt;
The PHP application which provides basic graphical editing of ODD files is not quite old and not regularly maintained,&lt;br /&gt;
but it remains the only graphical ODD editor available (at the time of writing, 2015-07), so it is still widely used.&lt;br /&gt;
&lt;br /&gt;
Any Council member working on maintenance of the Roma php application will first need to get it running. These are some&lt;br /&gt;
basic notes by Martin Holmes on experiences getting it working on Ubuntu 14.04 for the purposes of working on a minor &lt;br /&gt;
bug in July 2015.&lt;br /&gt;
&lt;br /&gt;
# Make sure you have all the regular TEI packages installed, as well as trang.&lt;br /&gt;
# Get Apache installed and running with PHP5, including the &amp;lt;code&amp;gt;php5-xsl&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;php5-curl&amp;lt;/code&amp;gt; modules (which are not installed by default).&lt;br /&gt;
# Get the Roma source from the latest build on e.g. [http://teijenkins.hcmc.uvic.ca/job/Roma/] (what you need is tei-roma-x.xx.zip). Unzip the contents into a directory in the web server root.&lt;br /&gt;
# Copy roma/config-dist.php to roma/config.php, and make any changes you need to. I added these lines to help me with debugging at the top:&lt;br /&gt;
&lt;br /&gt;
   ini_set('display_startup_errors',1);&lt;br /&gt;
   ini_set('display_errors',1);&lt;br /&gt;
   error_reporting(E_ERROR);&lt;br /&gt;
&lt;br /&gt;
Note that adding more aggressive debugging options such as E_NOTICE will actually screw up the schemas you generate, because you'll get lots of PHP error messages at the top of your schemas; the source&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
Also see [[OxGarage]] and [[Vesta]].&lt;br /&gt;
&lt;br /&gt;
[[oXygen]] 13.1 onwards has all the Roma functionality built it. Load up your ODD, tell it to generate a schema.&lt;br /&gt;
&lt;br /&gt;
[[Category:Tools]]&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Roma&amp;diff=16275</id>
		<title>Roma</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Roma&amp;diff=16275"/>
		<updated>2018-07-27T09:26:34Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: /* Documentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''This page needs to be updated to reflect the move from SourceForge to GitHub.'''&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
&lt;br /&gt;
'''Roma''' is the TEI tool (a suite of XSLT stylesheets) for creating schemas and customisations from [http://www.tei-c.org/P5/ P5] [[ODD]] specifications. It was written by Arno Mittelbach and is loosely maintained by the TEI Council.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
For the web version, see [http://www.tei-c.org/Guidelines/Customization/use_roma.xml Customizing the TEI with Roma].&lt;br /&gt;
&lt;br /&gt;
For instructions on installing the command-line version under Mac OS X, see [http://www.wwp.northeastern.edu/outreach/seminars/_current/handouts/roma_CLI_MacOS_X.html Roma CLI Instructions] [note that the locations of stylesheet and roma have moved to github and the links given are out of date, cf. [http://lists.village.virginia.edu/pipermail/tei-council/2013/018680.html]].  &lt;br /&gt;
&lt;br /&gt;
As Sebastian wrote on TEI-L on 2009-12-21, &amp;quot;Always remember when considering Roma and friends that the variation is in the XSL stylesheets which it uses. So 99% of error reports and bug fixes are to do with the behaviour of odd2odd.xsl and odd2relax.xsl (etc). The XSL package changes much more frequently than Roma.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
Report problems either at the [[TEI-L]] list or in the [https://github.com/TEIC/Roma/issues GitHub issue tracker].&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
* Production version: http://roma.tei-c.org/ (running on the main TEI server)&lt;br /&gt;
* Development version: https://roma2.tei-c.org (currently running at Paderborn University)&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
* 5.0.0 (2018-07-18)&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
&lt;br /&gt;
=== GitHub releases ===&lt;br /&gt;
&lt;br /&gt;
https://github.com/TEIC/Roma/releases&lt;br /&gt;
&lt;br /&gt;
=== old releases on SourceForge ===&lt;br /&gt;
&lt;br /&gt;
https://sourceforge.net/projects/tei/files/Roma/&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
&lt;br /&gt;
There are three options.&lt;br /&gt;
&lt;br /&gt;
=== a) Download the zip file ===&lt;br /&gt;
&lt;br /&gt;
[https://sourceforge.net/projects/tei/files/Roma/ Sourceforge download] – a shell utility (requires [http://xmlsoft.org/XSLT/xsltproc2.html xsltproc], [http://thaiopensource.com/relaxng/trang.html trang] and  [[wikipedia:perl|perl]])&lt;br /&gt;
&lt;br /&gt;
=== b) Install the Debian package ===&lt;br /&gt;
&lt;br /&gt;
Install the &amp;lt;code&amp;gt;tei-roma&amp;lt;/code&amp;gt; Debian package from [http://tei.oucs.ox.ac.uk/teideb/ the list of Debian packages].&lt;br /&gt;
&lt;br /&gt;
=== c) Get from Subversion ===&lt;br /&gt;
&lt;br /&gt;
'''For many of those commands, you might need to run them as sudo.'''&lt;br /&gt;
&lt;br /&gt;
# Download the source from Subversion: &amp;lt;code&amp;gt;svn co https://tei.svn.sourceforge.net/svnroot/tei/trunk/ /path/to/local/directory/&amp;lt;/code&amp;gt;&lt;br /&gt;
# Install P5 (required in order to install Roma):&lt;br /&gt;
## Put roma2.sh into the right place (since P5 installation requires it): &amp;lt;code&amp;gt;cp roma2.sh /usr/bin/roma2&amp;lt;/code&amp;gt;&lt;br /&gt;
## Install texlive-full (includes xelatex, which is required to install P5)&lt;br /&gt;
## &amp;lt;code&amp;gt;cd /path/to/local/directory/P5/&amp;lt;/code&amp;gt;&lt;br /&gt;
## &amp;lt;code&amp;gt;make install&amp;lt;/code&amp;gt;&lt;br /&gt;
# Install Roma:&lt;br /&gt;
## &amp;lt;code&amp;gt;cd ../Roma/&amp;lt;/code&amp;gt;&lt;br /&gt;
## &amp;lt;code&amp;gt;make install&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Getting the Roma server running ==&lt;br /&gt;
&lt;br /&gt;
The PHP application which provides basic graphical editing of ODD files is not quite old and not regularly maintained,&lt;br /&gt;
but it remains the only graphical ODD editor available (at the time of writing, 2015-07), so it is still widely used.&lt;br /&gt;
&lt;br /&gt;
Any Council member working on maintenance of the Roma php application will first need to get it running. These are some&lt;br /&gt;
basic notes by Martin Holmes on experiences getting it working on Ubuntu 14.04 for the purposes of working on a minor &lt;br /&gt;
bug in July 2015.&lt;br /&gt;
&lt;br /&gt;
# Make sure you have all the regular TEI packages installed, as well as trang.&lt;br /&gt;
# Get Apache installed and running with PHP5, including the &amp;lt;code&amp;gt;php5-xsl&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;php5-curl&amp;lt;/code&amp;gt; modules (which are not installed by default).&lt;br /&gt;
# Get the Roma source from the latest build on e.g. [http://teijenkins.hcmc.uvic.ca/job/Roma/] (what you need is tei-roma-x.xx.zip). Unzip the contents into a directory in the web server root.&lt;br /&gt;
# Copy roma/config-dist.php to roma/config.php, and make any changes you need to. I added these lines to help me with debugging at the top:&lt;br /&gt;
&lt;br /&gt;
   ini_set('display_startup_errors',1);&lt;br /&gt;
   ini_set('display_errors',1);&lt;br /&gt;
   error_reporting(E_ERROR);&lt;br /&gt;
&lt;br /&gt;
Note that adding more aggressive debugging options such as E_NOTICE will actually screw up the schemas you generate, because you'll get lots of PHP error messages at the top of your schemas; the source&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
Also see [[OxGarage]] and [[Vesta]].&lt;br /&gt;
&lt;br /&gt;
[[oXygen]] 13.1 onwards has all the Roma functionality built it. Load up your ODD, tell it to generate a schema.&lt;br /&gt;
&lt;br /&gt;
[[Category:Tools]]&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Roma&amp;diff=16274</id>
		<title>Roma</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Roma&amp;diff=16274"/>
		<updated>2018-07-27T09:24:40Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: /* Tech support */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''This page needs to be updated to reflect the move from SourceForge to GitHub.'''&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
&lt;br /&gt;
'''Roma''' is the TEI tool (a suite of XSLT stylesheets) for creating schemas and customisations from [http://www.tei-c.org/P5/ P5] [[ODD]] specifications. It was written by Arno Mittelbach and is loosely maintained by the TEI Council.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
For instructions on installing the command-line version under Mac OS X, see [http://www.wwp.northeastern.edu/outreach/seminars/_current/handouts/roma_CLI_MacOS_X.html Roma CLI Instructions] [note that the locations of stylesheet and roma have moved to github and the links given are out of date, cf. [http://lists.village.virginia.edu/pipermail/tei-council/2013/018680.html]].  Besides this, just see the Debian packaging.&lt;br /&gt;
&lt;br /&gt;
For the web version, see [http://www.tei-c.org/Guidelines/Customization/use_roma.xml Customizing the TEI with Roma].&lt;br /&gt;
&lt;br /&gt;
As Sebastian wrote on TEI-L on 2009-12-21, &amp;quot;Always remember when considering Roma and friends that the variation is in the XSL stylesheets which it uses. So 99% of error reports and bug fixes are to do with the behaviour of odd2odd.xsl and odd2relax.xsl (etc). The XSL package changes much more frequently than Roma.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
Report problems either at the [[TEI-L]] list or in the [https://github.com/TEIC/Roma/issues GitHub issue tracker].&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
* Production version: http://roma.tei-c.org/ (running on the main TEI server)&lt;br /&gt;
* Development version: https://roma2.tei-c.org (currently running at Paderborn University)&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
* 5.0.0 (2018-07-18)&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
&lt;br /&gt;
=== GitHub releases ===&lt;br /&gt;
&lt;br /&gt;
https://github.com/TEIC/Roma/releases&lt;br /&gt;
&lt;br /&gt;
=== old releases on SourceForge ===&lt;br /&gt;
&lt;br /&gt;
https://sourceforge.net/projects/tei/files/Roma/&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
&lt;br /&gt;
There are three options.&lt;br /&gt;
&lt;br /&gt;
=== a) Download the zip file ===&lt;br /&gt;
&lt;br /&gt;
[https://sourceforge.net/projects/tei/files/Roma/ Sourceforge download] – a shell utility (requires [http://xmlsoft.org/XSLT/xsltproc2.html xsltproc], [http://thaiopensource.com/relaxng/trang.html trang] and  [[wikipedia:perl|perl]])&lt;br /&gt;
&lt;br /&gt;
=== b) Install the Debian package ===&lt;br /&gt;
&lt;br /&gt;
Install the &amp;lt;code&amp;gt;tei-roma&amp;lt;/code&amp;gt; Debian package from [http://tei.oucs.ox.ac.uk/teideb/ the list of Debian packages].&lt;br /&gt;
&lt;br /&gt;
=== c) Get from Subversion ===&lt;br /&gt;
&lt;br /&gt;
'''For many of those commands, you might need to run them as sudo.'''&lt;br /&gt;
&lt;br /&gt;
# Download the source from Subversion: &amp;lt;code&amp;gt;svn co https://tei.svn.sourceforge.net/svnroot/tei/trunk/ /path/to/local/directory/&amp;lt;/code&amp;gt;&lt;br /&gt;
# Install P5 (required in order to install Roma):&lt;br /&gt;
## Put roma2.sh into the right place (since P5 installation requires it): &amp;lt;code&amp;gt;cp roma2.sh /usr/bin/roma2&amp;lt;/code&amp;gt;&lt;br /&gt;
## Install texlive-full (includes xelatex, which is required to install P5)&lt;br /&gt;
## &amp;lt;code&amp;gt;cd /path/to/local/directory/P5/&amp;lt;/code&amp;gt;&lt;br /&gt;
## &amp;lt;code&amp;gt;make install&amp;lt;/code&amp;gt;&lt;br /&gt;
# Install Roma:&lt;br /&gt;
## &amp;lt;code&amp;gt;cd ../Roma/&amp;lt;/code&amp;gt;&lt;br /&gt;
## &amp;lt;code&amp;gt;make install&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Getting the Roma server running ==&lt;br /&gt;
&lt;br /&gt;
The PHP application which provides basic graphical editing of ODD files is not quite old and not regularly maintained,&lt;br /&gt;
but it remains the only graphical ODD editor available (at the time of writing, 2015-07), so it is still widely used.&lt;br /&gt;
&lt;br /&gt;
Any Council member working on maintenance of the Roma php application will first need to get it running. These are some&lt;br /&gt;
basic notes by Martin Holmes on experiences getting it working on Ubuntu 14.04 for the purposes of working on a minor &lt;br /&gt;
bug in July 2015.&lt;br /&gt;
&lt;br /&gt;
# Make sure you have all the regular TEI packages installed, as well as trang.&lt;br /&gt;
# Get Apache installed and running with PHP5, including the &amp;lt;code&amp;gt;php5-xsl&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;php5-curl&amp;lt;/code&amp;gt; modules (which are not installed by default).&lt;br /&gt;
# Get the Roma source from the latest build on e.g. [http://teijenkins.hcmc.uvic.ca/job/Roma/] (what you need is tei-roma-x.xx.zip). Unzip the contents into a directory in the web server root.&lt;br /&gt;
# Copy roma/config-dist.php to roma/config.php, and make any changes you need to. I added these lines to help me with debugging at the top:&lt;br /&gt;
&lt;br /&gt;
   ini_set('display_startup_errors',1);&lt;br /&gt;
   ini_set('display_errors',1);&lt;br /&gt;
   error_reporting(E_ERROR);&lt;br /&gt;
&lt;br /&gt;
Note that adding more aggressive debugging options such as E_NOTICE will actually screw up the schemas you generate, because you'll get lots of PHP error messages at the top of your schemas; the source&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
Also see [[OxGarage]] and [[Vesta]].&lt;br /&gt;
&lt;br /&gt;
[[oXygen]] 13.1 onwards has all the Roma functionality built it. Load up your ODD, tell it to generate a schema.&lt;br /&gt;
&lt;br /&gt;
[[Category:Tools]]&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Roma&amp;diff=16273</id>
		<title>Roma</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Roma&amp;diff=16273"/>
		<updated>2018-07-27T09:23:54Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: /* History of versions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''This page needs to be updated to reflect the move from SourceForge to GitHub.'''&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
&lt;br /&gt;
'''Roma''' is the TEI tool (a suite of XSLT stylesheets) for creating schemas and customisations from [http://www.tei-c.org/P5/ P5] [[ODD]] specifications. It was written by Arno Mittelbach and is loosely maintained by the TEI Council.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
For instructions on installing the command-line version under Mac OS X, see [http://www.wwp.northeastern.edu/outreach/seminars/_current/handouts/roma_CLI_MacOS_X.html Roma CLI Instructions] [note that the locations of stylesheet and roma have moved to github and the links given are out of date, cf. [http://lists.village.virginia.edu/pipermail/tei-council/2013/018680.html]].  Besides this, just see the Debian packaging.&lt;br /&gt;
&lt;br /&gt;
For the web version, see [http://www.tei-c.org/Guidelines/Customization/use_roma.xml Customizing the TEI with Roma].&lt;br /&gt;
&lt;br /&gt;
As Sebastian wrote on TEI-L on 2009-12-21, &amp;quot;Always remember when considering Roma and friends that the variation is in the XSL stylesheets which it uses. So 99% of error reports and bug fixes are to do with the behaviour of odd2odd.xsl and odd2relax.xsl (etc). The XSL package changes much more frequently than Roma.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
Report problems either at the [[TEI-L]] list or in the [http://sourceforge.net/p/tei/bugs/ SourceForge bug tracker].&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
* Production version: http://roma.tei-c.org/ (running on the main TEI server)&lt;br /&gt;
* Development version: https://roma2.tei-c.org (currently running at Paderborn University)&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
* 5.0.0 (2018-07-18)&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
&lt;br /&gt;
=== GitHub releases ===&lt;br /&gt;
&lt;br /&gt;
https://github.com/TEIC/Roma/releases&lt;br /&gt;
&lt;br /&gt;
=== old releases on SourceForge ===&lt;br /&gt;
&lt;br /&gt;
https://sourceforge.net/projects/tei/files/Roma/&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
&lt;br /&gt;
There are three options.&lt;br /&gt;
&lt;br /&gt;
=== a) Download the zip file ===&lt;br /&gt;
&lt;br /&gt;
[https://sourceforge.net/projects/tei/files/Roma/ Sourceforge download] – a shell utility (requires [http://xmlsoft.org/XSLT/xsltproc2.html xsltproc], [http://thaiopensource.com/relaxng/trang.html trang] and  [[wikipedia:perl|perl]])&lt;br /&gt;
&lt;br /&gt;
=== b) Install the Debian package ===&lt;br /&gt;
&lt;br /&gt;
Install the &amp;lt;code&amp;gt;tei-roma&amp;lt;/code&amp;gt; Debian package from [http://tei.oucs.ox.ac.uk/teideb/ the list of Debian packages].&lt;br /&gt;
&lt;br /&gt;
=== c) Get from Subversion ===&lt;br /&gt;
&lt;br /&gt;
'''For many of those commands, you might need to run them as sudo.'''&lt;br /&gt;
&lt;br /&gt;
# Download the source from Subversion: &amp;lt;code&amp;gt;svn co https://tei.svn.sourceforge.net/svnroot/tei/trunk/ /path/to/local/directory/&amp;lt;/code&amp;gt;&lt;br /&gt;
# Install P5 (required in order to install Roma):&lt;br /&gt;
## Put roma2.sh into the right place (since P5 installation requires it): &amp;lt;code&amp;gt;cp roma2.sh /usr/bin/roma2&amp;lt;/code&amp;gt;&lt;br /&gt;
## Install texlive-full (includes xelatex, which is required to install P5)&lt;br /&gt;
## &amp;lt;code&amp;gt;cd /path/to/local/directory/P5/&amp;lt;/code&amp;gt;&lt;br /&gt;
## &amp;lt;code&amp;gt;make install&amp;lt;/code&amp;gt;&lt;br /&gt;
# Install Roma:&lt;br /&gt;
## &amp;lt;code&amp;gt;cd ../Roma/&amp;lt;/code&amp;gt;&lt;br /&gt;
## &amp;lt;code&amp;gt;make install&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Getting the Roma server running ==&lt;br /&gt;
&lt;br /&gt;
The PHP application which provides basic graphical editing of ODD files is not quite old and not regularly maintained,&lt;br /&gt;
but it remains the only graphical ODD editor available (at the time of writing, 2015-07), so it is still widely used.&lt;br /&gt;
&lt;br /&gt;
Any Council member working on maintenance of the Roma php application will first need to get it running. These are some&lt;br /&gt;
basic notes by Martin Holmes on experiences getting it working on Ubuntu 14.04 for the purposes of working on a minor &lt;br /&gt;
bug in July 2015.&lt;br /&gt;
&lt;br /&gt;
# Make sure you have all the regular TEI packages installed, as well as trang.&lt;br /&gt;
# Get Apache installed and running with PHP5, including the &amp;lt;code&amp;gt;php5-xsl&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;php5-curl&amp;lt;/code&amp;gt; modules (which are not installed by default).&lt;br /&gt;
# Get the Roma source from the latest build on e.g. [http://teijenkins.hcmc.uvic.ca/job/Roma/] (what you need is tei-roma-x.xx.zip). Unzip the contents into a directory in the web server root.&lt;br /&gt;
# Copy roma/config-dist.php to roma/config.php, and make any changes you need to. I added these lines to help me with debugging at the top:&lt;br /&gt;
&lt;br /&gt;
   ini_set('display_startup_errors',1);&lt;br /&gt;
   ini_set('display_errors',1);&lt;br /&gt;
   error_reporting(E_ERROR);&lt;br /&gt;
&lt;br /&gt;
Note that adding more aggressive debugging options such as E_NOTICE will actually screw up the schemas you generate, because you'll get lots of PHP error messages at the top of your schemas; the source&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
Also see [[OxGarage]] and [[Vesta]].&lt;br /&gt;
&lt;br /&gt;
[[oXygen]] 13.1 onwards has all the Roma functionality built it. Load up your ODD, tell it to generate a schema.&lt;br /&gt;
&lt;br /&gt;
[[Category:Tools]]&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Roma&amp;diff=16272</id>
		<title>Roma</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Roma&amp;diff=16272"/>
		<updated>2018-07-27T09:23:38Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: updated /* Sample implementations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''This page needs to be updated to reflect the move from SourceForge to GitHub.'''&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
&lt;br /&gt;
'''Roma''' is the TEI tool (a suite of XSLT stylesheets) for creating schemas and customisations from [http://www.tei-c.org/P5/ P5] [[ODD]] specifications. It was written by Arno Mittelbach and is loosely maintained by the TEI Council.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
For instructions on installing the command-line version under Mac OS X, see [http://www.wwp.northeastern.edu/outreach/seminars/_current/handouts/roma_CLI_MacOS_X.html Roma CLI Instructions] [note that the locations of stylesheet and roma have moved to github and the links given are out of date, cf. [http://lists.village.virginia.edu/pipermail/tei-council/2013/018680.html]].  Besides this, just see the Debian packaging.&lt;br /&gt;
&lt;br /&gt;
For the web version, see [http://www.tei-c.org/Guidelines/Customization/use_roma.xml Customizing the TEI with Roma].&lt;br /&gt;
&lt;br /&gt;
As Sebastian wrote on TEI-L on 2009-12-21, &amp;quot;Always remember when considering Roma and friends that the variation is in the XSL stylesheets which it uses. So 99% of error reports and bug fixes are to do with the behaviour of odd2odd.xsl and odd2relax.xsl (etc). The XSL package changes much more frequently than Roma.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
Report problems either at the [[TEI-L]] list or in the [http://sourceforge.net/p/tei/bugs/ SourceForge bug tracker].&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
* Production version: http://roma.tei-c.org/ (running on the main TEI server)&lt;br /&gt;
* Development version: https://roma2.tei-c.org (currently running at Paderborn University)&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
* 5.0.0 (2018-07-18)&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
&lt;br /&gt;
=== GitHub releases ===&lt;br /&gt;
&lt;br /&gt;
https://github.com/TEIC/Roma/releases&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== old releases on SourceForge ===&lt;br /&gt;
&lt;br /&gt;
https://sourceforge.net/projects/tei/files/Roma/&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
&lt;br /&gt;
There are three options.&lt;br /&gt;
&lt;br /&gt;
=== a) Download the zip file ===&lt;br /&gt;
&lt;br /&gt;
[https://sourceforge.net/projects/tei/files/Roma/ Sourceforge download] – a shell utility (requires [http://xmlsoft.org/XSLT/xsltproc2.html xsltproc], [http://thaiopensource.com/relaxng/trang.html trang] and  [[wikipedia:perl|perl]])&lt;br /&gt;
&lt;br /&gt;
=== b) Install the Debian package ===&lt;br /&gt;
&lt;br /&gt;
Install the &amp;lt;code&amp;gt;tei-roma&amp;lt;/code&amp;gt; Debian package from [http://tei.oucs.ox.ac.uk/teideb/ the list of Debian packages].&lt;br /&gt;
&lt;br /&gt;
=== c) Get from Subversion ===&lt;br /&gt;
&lt;br /&gt;
'''For many of those commands, you might need to run them as sudo.'''&lt;br /&gt;
&lt;br /&gt;
# Download the source from Subversion: &amp;lt;code&amp;gt;svn co https://tei.svn.sourceforge.net/svnroot/tei/trunk/ /path/to/local/directory/&amp;lt;/code&amp;gt;&lt;br /&gt;
# Install P5 (required in order to install Roma):&lt;br /&gt;
## Put roma2.sh into the right place (since P5 installation requires it): &amp;lt;code&amp;gt;cp roma2.sh /usr/bin/roma2&amp;lt;/code&amp;gt;&lt;br /&gt;
## Install texlive-full (includes xelatex, which is required to install P5)&lt;br /&gt;
## &amp;lt;code&amp;gt;cd /path/to/local/directory/P5/&amp;lt;/code&amp;gt;&lt;br /&gt;
## &amp;lt;code&amp;gt;make install&amp;lt;/code&amp;gt;&lt;br /&gt;
# Install Roma:&lt;br /&gt;
## &amp;lt;code&amp;gt;cd ../Roma/&amp;lt;/code&amp;gt;&lt;br /&gt;
## &amp;lt;code&amp;gt;make install&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Getting the Roma server running ==&lt;br /&gt;
&lt;br /&gt;
The PHP application which provides basic graphical editing of ODD files is not quite old and not regularly maintained,&lt;br /&gt;
but it remains the only graphical ODD editor available (at the time of writing, 2015-07), so it is still widely used.&lt;br /&gt;
&lt;br /&gt;
Any Council member working on maintenance of the Roma php application will first need to get it running. These are some&lt;br /&gt;
basic notes by Martin Holmes on experiences getting it working on Ubuntu 14.04 for the purposes of working on a minor &lt;br /&gt;
bug in July 2015.&lt;br /&gt;
&lt;br /&gt;
# Make sure you have all the regular TEI packages installed, as well as trang.&lt;br /&gt;
# Get Apache installed and running with PHP5, including the &amp;lt;code&amp;gt;php5-xsl&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;php5-curl&amp;lt;/code&amp;gt; modules (which are not installed by default).&lt;br /&gt;
# Get the Roma source from the latest build on e.g. [http://teijenkins.hcmc.uvic.ca/job/Roma/] (what you need is tei-roma-x.xx.zip). Unzip the contents into a directory in the web server root.&lt;br /&gt;
# Copy roma/config-dist.php to roma/config.php, and make any changes you need to. I added these lines to help me with debugging at the top:&lt;br /&gt;
&lt;br /&gt;
   ini_set('display_startup_errors',1);&lt;br /&gt;
   ini_set('display_errors',1);&lt;br /&gt;
   error_reporting(E_ERROR);&lt;br /&gt;
&lt;br /&gt;
Note that adding more aggressive debugging options such as E_NOTICE will actually screw up the schemas you generate, because you'll get lots of PHP error messages at the top of your schemas; the source&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
Also see [[OxGarage]] and [[Vesta]].&lt;br /&gt;
&lt;br /&gt;
[[oXygen]] 13.1 onwards has all the Roma functionality built it. Load up your ODD, tell it to generate a schema.&lt;br /&gt;
&lt;br /&gt;
[[Category:Tools]]&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Roma&amp;diff=16271</id>
		<title>Roma</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Roma&amp;diff=16271"/>
		<updated>2018-07-27T09:12:51Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: /* History of versions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''This page needs to be updated to reflect the move from SourceForge to GitHub.'''&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
&lt;br /&gt;
'''Roma''' is the TEI tool (a suite of XSLT stylesheets) for creating schemas and customisations from [http://www.tei-c.org/P5/ P5] [[ODD]] specifications. It was written by Arno Mittelbach and is loosely maintained by the TEI Council.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
For instructions on installing the command-line version under Mac OS X, see [http://www.wwp.northeastern.edu/outreach/seminars/_current/handouts/roma_CLI_MacOS_X.html Roma CLI Instructions] [note that the locations of stylesheet and roma have moved to github and the links given are out of date, cf. [http://lists.village.virginia.edu/pipermail/tei-council/2013/018680.html]].  Besides this, just see the Debian packaging.&lt;br /&gt;
&lt;br /&gt;
For the web version, see [http://www.tei-c.org/Guidelines/Customization/use_roma.xml Customizing the TEI with Roma].&lt;br /&gt;
&lt;br /&gt;
As Sebastian wrote on TEI-L on 2009-12-21, &amp;quot;Always remember when considering Roma and friends that the variation is in the XSL stylesheets which it uses. So 99% of error reports and bug fixes are to do with the behaviour of odd2odd.xsl and odd2relax.xsl (etc). The XSL package changes much more frequently than Roma.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
Report problems either at the [[TEI-L]] list or in the [http://sourceforge.net/p/tei/bugs/ SourceForge bug tracker].&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
* Production version: http://www.tei-c.org/Roma/&lt;br /&gt;
* Possibly outdated copy: http://tei.oucs.ox.ac.uk/Roma/&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
* 5.0.0 (2018-07-18)&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
&lt;br /&gt;
=== GitHub releases ===&lt;br /&gt;
&lt;br /&gt;
https://github.com/TEIC/Roma/releases&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== old releases on SourceForge ===&lt;br /&gt;
&lt;br /&gt;
https://sourceforge.net/projects/tei/files/Roma/&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
&lt;br /&gt;
There are three options.&lt;br /&gt;
&lt;br /&gt;
=== a) Download the zip file ===&lt;br /&gt;
&lt;br /&gt;
[https://sourceforge.net/projects/tei/files/Roma/ Sourceforge download] – a shell utility (requires [http://xmlsoft.org/XSLT/xsltproc2.html xsltproc], [http://thaiopensource.com/relaxng/trang.html trang] and  [[wikipedia:perl|perl]])&lt;br /&gt;
&lt;br /&gt;
=== b) Install the Debian package ===&lt;br /&gt;
&lt;br /&gt;
Install the &amp;lt;code&amp;gt;tei-roma&amp;lt;/code&amp;gt; Debian package from [http://tei.oucs.ox.ac.uk/teideb/ the list of Debian packages].&lt;br /&gt;
&lt;br /&gt;
=== c) Get from Subversion ===&lt;br /&gt;
&lt;br /&gt;
'''For many of those commands, you might need to run them as sudo.'''&lt;br /&gt;
&lt;br /&gt;
# Download the source from Subversion: &amp;lt;code&amp;gt;svn co https://tei.svn.sourceforge.net/svnroot/tei/trunk/ /path/to/local/directory/&amp;lt;/code&amp;gt;&lt;br /&gt;
# Install P5 (required in order to install Roma):&lt;br /&gt;
## Put roma2.sh into the right place (since P5 installation requires it): &amp;lt;code&amp;gt;cp roma2.sh /usr/bin/roma2&amp;lt;/code&amp;gt;&lt;br /&gt;
## Install texlive-full (includes xelatex, which is required to install P5)&lt;br /&gt;
## &amp;lt;code&amp;gt;cd /path/to/local/directory/P5/&amp;lt;/code&amp;gt;&lt;br /&gt;
## &amp;lt;code&amp;gt;make install&amp;lt;/code&amp;gt;&lt;br /&gt;
# Install Roma:&lt;br /&gt;
## &amp;lt;code&amp;gt;cd ../Roma/&amp;lt;/code&amp;gt;&lt;br /&gt;
## &amp;lt;code&amp;gt;make install&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Getting the Roma server running ==&lt;br /&gt;
&lt;br /&gt;
The PHP application which provides basic graphical editing of ODD files is not quite old and not regularly maintained,&lt;br /&gt;
but it remains the only graphical ODD editor available (at the time of writing, 2015-07), so it is still widely used.&lt;br /&gt;
&lt;br /&gt;
Any Council member working on maintenance of the Roma php application will first need to get it running. These are some&lt;br /&gt;
basic notes by Martin Holmes on experiences getting it working on Ubuntu 14.04 for the purposes of working on a minor &lt;br /&gt;
bug in July 2015.&lt;br /&gt;
&lt;br /&gt;
# Make sure you have all the regular TEI packages installed, as well as trang.&lt;br /&gt;
# Get Apache installed and running with PHP5, including the &amp;lt;code&amp;gt;php5-xsl&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;php5-curl&amp;lt;/code&amp;gt; modules (which are not installed by default).&lt;br /&gt;
# Get the Roma source from the latest build on e.g. [http://teijenkins.hcmc.uvic.ca/job/Roma/] (what you need is tei-roma-x.xx.zip). Unzip the contents into a directory in the web server root.&lt;br /&gt;
# Copy roma/config-dist.php to roma/config.php, and make any changes you need to. I added these lines to help me with debugging at the top:&lt;br /&gt;
&lt;br /&gt;
   ini_set('display_startup_errors',1);&lt;br /&gt;
   ini_set('display_errors',1);&lt;br /&gt;
   error_reporting(E_ERROR);&lt;br /&gt;
&lt;br /&gt;
Note that adding more aggressive debugging options such as E_NOTICE will actually screw up the schemas you generate, because you'll get lots of PHP error messages at the top of your schemas; the source&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
Also see [[OxGarage]] and [[Vesta]].&lt;br /&gt;
&lt;br /&gt;
[[oXygen]] 13.1 onwards has all the Roma functionality built it. Load up your ODD, tell it to generate a schema.&lt;br /&gt;
&lt;br /&gt;
[[Category:Tools]]&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Roma&amp;diff=16270</id>
		<title>Roma</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Roma&amp;diff=16270"/>
		<updated>2018-07-27T09:12:22Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: updated section &amp;quot;History of versions&amp;quot; to reflect sourceforge and GitHub releases&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''This page needs to be updated to reflect the move from SourceForge to GitHub.'''&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
&lt;br /&gt;
'''Roma''' is the TEI tool (a suite of XSLT stylesheets) for creating schemas and customisations from [http://www.tei-c.org/P5/ P5] [[ODD]] specifications. It was written by Arno Mittelbach and is loosely maintained by the TEI Council.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
For instructions on installing the command-line version under Mac OS X, see [http://www.wwp.northeastern.edu/outreach/seminars/_current/handouts/roma_CLI_MacOS_X.html Roma CLI Instructions] [note that the locations of stylesheet and roma have moved to github and the links given are out of date, cf. [http://lists.village.virginia.edu/pipermail/tei-council/2013/018680.html]].  Besides this, just see the Debian packaging.&lt;br /&gt;
&lt;br /&gt;
For the web version, see [http://www.tei-c.org/Guidelines/Customization/use_roma.xml Customizing the TEI with Roma].&lt;br /&gt;
&lt;br /&gt;
As Sebastian wrote on TEI-L on 2009-12-21, &amp;quot;Always remember when considering Roma and friends that the variation is in the XSL stylesheets which it uses. So 99% of error reports and bug fixes are to do with the behaviour of odd2odd.xsl and odd2relax.xsl (etc). The XSL package changes much more frequently than Roma.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
Report problems either at the [[TEI-L]] list or in the [http://sourceforge.net/p/tei/bugs/ SourceForge bug tracker].&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
* Production version: http://www.tei-c.org/Roma/&lt;br /&gt;
* Possibly outdated copy: http://tei.oucs.ox.ac.uk/Roma/&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
* 5.0.0 (2018-07-18)&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
&lt;br /&gt;
=== GitHub releases&lt;br /&gt;
&lt;br /&gt;
https://github.com/TEIC/Roma/releases&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== old releases on SourceForge ===&lt;br /&gt;
&lt;br /&gt;
https://sourceforge.net/projects/tei/files/Roma/&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
&lt;br /&gt;
There are three options.&lt;br /&gt;
&lt;br /&gt;
=== a) Download the zip file ===&lt;br /&gt;
&lt;br /&gt;
[https://sourceforge.net/projects/tei/files/Roma/ Sourceforge download] – a shell utility (requires [http://xmlsoft.org/XSLT/xsltproc2.html xsltproc], [http://thaiopensource.com/relaxng/trang.html trang] and  [[wikipedia:perl|perl]])&lt;br /&gt;
&lt;br /&gt;
=== b) Install the Debian package ===&lt;br /&gt;
&lt;br /&gt;
Install the &amp;lt;code&amp;gt;tei-roma&amp;lt;/code&amp;gt; Debian package from [http://tei.oucs.ox.ac.uk/teideb/ the list of Debian packages].&lt;br /&gt;
&lt;br /&gt;
=== c) Get from Subversion ===&lt;br /&gt;
&lt;br /&gt;
'''For many of those commands, you might need to run them as sudo.'''&lt;br /&gt;
&lt;br /&gt;
# Download the source from Subversion: &amp;lt;code&amp;gt;svn co https://tei.svn.sourceforge.net/svnroot/tei/trunk/ /path/to/local/directory/&amp;lt;/code&amp;gt;&lt;br /&gt;
# Install P5 (required in order to install Roma):&lt;br /&gt;
## Put roma2.sh into the right place (since P5 installation requires it): &amp;lt;code&amp;gt;cp roma2.sh /usr/bin/roma2&amp;lt;/code&amp;gt;&lt;br /&gt;
## Install texlive-full (includes xelatex, which is required to install P5)&lt;br /&gt;
## &amp;lt;code&amp;gt;cd /path/to/local/directory/P5/&amp;lt;/code&amp;gt;&lt;br /&gt;
## &amp;lt;code&amp;gt;make install&amp;lt;/code&amp;gt;&lt;br /&gt;
# Install Roma:&lt;br /&gt;
## &amp;lt;code&amp;gt;cd ../Roma/&amp;lt;/code&amp;gt;&lt;br /&gt;
## &amp;lt;code&amp;gt;make install&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Getting the Roma server running ==&lt;br /&gt;
&lt;br /&gt;
The PHP application which provides basic graphical editing of ODD files is not quite old and not regularly maintained,&lt;br /&gt;
but it remains the only graphical ODD editor available (at the time of writing, 2015-07), so it is still widely used.&lt;br /&gt;
&lt;br /&gt;
Any Council member working on maintenance of the Roma php application will first need to get it running. These are some&lt;br /&gt;
basic notes by Martin Holmes on experiences getting it working on Ubuntu 14.04 for the purposes of working on a minor &lt;br /&gt;
bug in July 2015.&lt;br /&gt;
&lt;br /&gt;
# Make sure you have all the regular TEI packages installed, as well as trang.&lt;br /&gt;
# Get Apache installed and running with PHP5, including the &amp;lt;code&amp;gt;php5-xsl&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;php5-curl&amp;lt;/code&amp;gt; modules (which are not installed by default).&lt;br /&gt;
# Get the Roma source from the latest build on e.g. [http://teijenkins.hcmc.uvic.ca/job/Roma/] (what you need is tei-roma-x.xx.zip). Unzip the contents into a directory in the web server root.&lt;br /&gt;
# Copy roma/config-dist.php to roma/config.php, and make any changes you need to. I added these lines to help me with debugging at the top:&lt;br /&gt;
&lt;br /&gt;
   ini_set('display_startup_errors',1);&lt;br /&gt;
   ini_set('display_errors',1);&lt;br /&gt;
   error_reporting(E_ERROR);&lt;br /&gt;
&lt;br /&gt;
Note that adding more aggressive debugging options such as E_NOTICE will actually screw up the schemas you generate, because you'll get lots of PHP error messages at the top of your schemas; the source&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
Also see [[OxGarage]] and [[Vesta]].&lt;br /&gt;
&lt;br /&gt;
[[oXygen]] 13.1 onwards has all the Roma functionality built it. Load up your ODD, tell it to generate a schema.&lt;br /&gt;
&lt;br /&gt;
[[Category:Tools]]&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Roma&amp;diff=16269</id>
		<title>Roma</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Roma&amp;diff=16269"/>
		<updated>2018-07-27T09:10:33Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: updated current version number&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''This page needs to be updated to reflect the move from SourceForge to GitHub.'''&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
&lt;br /&gt;
'''Roma''' is the TEI tool (a suite of XSLT stylesheets) for creating schemas and customisations from [http://www.tei-c.org/P5/ P5] [[ODD]] specifications. It was written by Arno Mittelbach and is loosely maintained by the TEI Council.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
For instructions on installing the command-line version under Mac OS X, see [http://www.wwp.northeastern.edu/outreach/seminars/_current/handouts/roma_CLI_MacOS_X.html Roma CLI Instructions] [note that the locations of stylesheet and roma have moved to github and the links given are out of date, cf. [http://lists.village.virginia.edu/pipermail/tei-council/2013/018680.html]].  Besides this, just see the Debian packaging.&lt;br /&gt;
&lt;br /&gt;
For the web version, see [http://www.tei-c.org/Guidelines/Customization/use_roma.xml Customizing the TEI with Roma].&lt;br /&gt;
&lt;br /&gt;
As Sebastian wrote on TEI-L on 2009-12-21, &amp;quot;Always remember when considering Roma and friends that the variation is in the XSL stylesheets which it uses. So 99% of error reports and bug fixes are to do with the behaviour of odd2odd.xsl and odd2relax.xsl (etc). The XSL package changes much more frequently than Roma.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
Report problems either at the [[TEI-L]] list or in the [http://sourceforge.net/p/tei/bugs/ SourceForge bug tracker].&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
* Production version: http://www.tei-c.org/Roma/&lt;br /&gt;
* Possibly outdated copy: http://tei.oucs.ox.ac.uk/Roma/&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
* 5.0.0 (2018-07-18)&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
https://sourceforge.net/projects/tei/files/Roma/&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
&lt;br /&gt;
There are three options.&lt;br /&gt;
&lt;br /&gt;
=== a) Download the zip file ===&lt;br /&gt;
&lt;br /&gt;
[https://sourceforge.net/projects/tei/files/Roma/ Sourceforge download] – a shell utility (requires [http://xmlsoft.org/XSLT/xsltproc2.html xsltproc], [http://thaiopensource.com/relaxng/trang.html trang] and  [[wikipedia:perl|perl]])&lt;br /&gt;
&lt;br /&gt;
=== b) Install the Debian package ===&lt;br /&gt;
&lt;br /&gt;
Install the &amp;lt;code&amp;gt;tei-roma&amp;lt;/code&amp;gt; Debian package from [http://tei.oucs.ox.ac.uk/teideb/ the list of Debian packages].&lt;br /&gt;
&lt;br /&gt;
=== c) Get from Subversion ===&lt;br /&gt;
&lt;br /&gt;
'''For many of those commands, you might need to run them as sudo.'''&lt;br /&gt;
&lt;br /&gt;
# Download the source from Subversion: &amp;lt;code&amp;gt;svn co https://tei.svn.sourceforge.net/svnroot/tei/trunk/ /path/to/local/directory/&amp;lt;/code&amp;gt;&lt;br /&gt;
# Install P5 (required in order to install Roma):&lt;br /&gt;
## Put roma2.sh into the right place (since P5 installation requires it): &amp;lt;code&amp;gt;cp roma2.sh /usr/bin/roma2&amp;lt;/code&amp;gt;&lt;br /&gt;
## Install texlive-full (includes xelatex, which is required to install P5)&lt;br /&gt;
## &amp;lt;code&amp;gt;cd /path/to/local/directory/P5/&amp;lt;/code&amp;gt;&lt;br /&gt;
## &amp;lt;code&amp;gt;make install&amp;lt;/code&amp;gt;&lt;br /&gt;
# Install Roma:&lt;br /&gt;
## &amp;lt;code&amp;gt;cd ../Roma/&amp;lt;/code&amp;gt;&lt;br /&gt;
## &amp;lt;code&amp;gt;make install&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Getting the Roma server running ==&lt;br /&gt;
&lt;br /&gt;
The PHP application which provides basic graphical editing of ODD files is not quite old and not regularly maintained,&lt;br /&gt;
but it remains the only graphical ODD editor available (at the time of writing, 2015-07), so it is still widely used.&lt;br /&gt;
&lt;br /&gt;
Any Council member working on maintenance of the Roma php application will first need to get it running. These are some&lt;br /&gt;
basic notes by Martin Holmes on experiences getting it working on Ubuntu 14.04 for the purposes of working on a minor &lt;br /&gt;
bug in July 2015.&lt;br /&gt;
&lt;br /&gt;
# Make sure you have all the regular TEI packages installed, as well as trang.&lt;br /&gt;
# Get Apache installed and running with PHP5, including the &amp;lt;code&amp;gt;php5-xsl&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;php5-curl&amp;lt;/code&amp;gt; modules (which are not installed by default).&lt;br /&gt;
# Get the Roma source from the latest build on e.g. [http://teijenkins.hcmc.uvic.ca/job/Roma/] (what you need is tei-roma-x.xx.zip). Unzip the contents into a directory in the web server root.&lt;br /&gt;
# Copy roma/config-dist.php to roma/config.php, and make any changes you need to. I added these lines to help me with debugging at the top:&lt;br /&gt;
&lt;br /&gt;
   ini_set('display_startup_errors',1);&lt;br /&gt;
   ini_set('display_errors',1);&lt;br /&gt;
   error_reporting(E_ERROR);&lt;br /&gt;
&lt;br /&gt;
Note that adding more aggressive debugging options such as E_NOTICE will actually screw up the schemas you generate, because you'll get lots of PHP error messages at the top of your schemas; the source&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
Also see [[OxGarage]] and [[Vesta]].&lt;br /&gt;
&lt;br /&gt;
[[oXygen]] 13.1 onwards has all the Roma functionality built it. Load up your ODD, tell it to generate a schema.&lt;br /&gt;
&lt;br /&gt;
[[Category:Tools]]&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=TEIDebian&amp;diff=15861</id>
		<title>TEIDebian</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=TEIDebian&amp;diff=15861"/>
		<updated>2017-07-11T14:38:57Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: updated page to reflect the current status of the Debian packages&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tools]]&lt;br /&gt;
[[Category:All-in-one Tools]]&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
This is a set of unofficial, unguaranteed, Debian packages with TEI-useful software and resources packaged by the TEI Technical Council.&lt;br /&gt;
&lt;br /&gt;
List of packages available at http://packages.tei-c.org/deb/ .&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
(type in that information here)&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
open source&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
TEI software and schemas are included.&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
* Do the following to add the GPG key to your system:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-key adv --keyserver wwwkeys.uk.pgp.net --recv-keys 19CF3E497B9824DC&lt;br /&gt;
&lt;br /&gt;
* Add the following line to /etc/apt/sources.list (you'll need &amp;lt;code&amp;gt;apt-transport-https&amp;lt;/code&amp;gt; installed)&lt;br /&gt;
&lt;br /&gt;
 deb https://packages.tei-c.org/deb/binary ./&lt;br /&gt;
&lt;br /&gt;
* Refresh the package lists&lt;br /&gt;
&lt;br /&gt;
 apt-get update&lt;br /&gt;
&lt;br /&gt;
* Install the packages&lt;br /&gt;
&lt;br /&gt;
 apt-get install  tei-p5-doc  tei-p5-xsl tei-p5-schema tei-p5-source&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
Contact Peter Stadler or anyone else from the TEI Council with questions.&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
* 2017-07-10: moved location of Debian packages to http://packages.tei-c.org/deb/ and created a new PGP key.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
* 2009-12-13: tei-emacs no longer depends on tdtd.&lt;br /&gt;
* 2007-11-05: updated to work with &amp;lt;oXygen/&amp;gt; v. 9.0&lt;br /&gt;
* 2007-05-26: update&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
http://packages.tei-c.org/deb/&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=TEIDebian&amp;diff=15860</id>
		<title>TEIDebian</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=TEIDebian&amp;diff=15860"/>
		<updated>2017-07-11T14:06:05Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: /* Synopsis */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tools]]&lt;br /&gt;
[[Category:All-in-one Tools]]&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
This is a set of unofficial, unguaranteed, Debian packages with TEI-useful software and resources packaged by the TEI Technical Council.&lt;br /&gt;
&lt;br /&gt;
List of packages available at http://packages.tei-c.org/deb/ .&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
(type in that information here)&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
open source&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
TEI software and schemas are included.&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
Instructions for installation, assuming that you're installing the packages to generate TEI from subversion&lt;br /&gt;
* Have a modern running Ubuntu / Debian system. I used Ubuntu 15.4&lt;br /&gt;
* Do the following to add the GPG key to your system:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-key adv --keyserver wwwkeys.uk.pgp.net --recv-keys FEA4973F86A9A497&lt;br /&gt;
&lt;br /&gt;
* Add the following line to /etc/apt/sources.list&lt;br /&gt;
&lt;br /&gt;
 deb http://tei.oucs.ox.ac.uk/teideb/binary ./&lt;br /&gt;
&lt;br /&gt;
* Refresh the package lists&lt;br /&gt;
&lt;br /&gt;
 apt-get update&lt;br /&gt;
&lt;br /&gt;
* Install the packages (it's possible that not quite all of these packages are strictly needed). If the system suggests you install any package with suffix -doc, it's usually a good idea to install it, since these are the documentation package matching the packages you're installing. The install is broken up into packages from the general ubuntu repository and packages from the TEI repository.&lt;br /&gt;
&lt;br /&gt;
 apt-get install psgml xmlstarlet debiandoc-sgml linuxdoc-sgml jing jing-trang-doc libjing-java rnv texlive-xetex&lt;br /&gt;
 apt-get install trang-java tei-p5-doc tei-emacs saxon nxml-mode-tei tei-p5-xsl  tei-p5-xsl2 tei-roma onvdl&lt;br /&gt;
&lt;br /&gt;
* Purge the gcj java components from your system to prevent obscure bugs and incompatabilities:&lt;br /&gt;
&lt;br /&gt;
 apt-get remove `apt-cache search gcj | grep gcj | awk '{print $1}'`&lt;br /&gt;
&lt;br /&gt;
* If you use tei-oxygen, you will need a [http://www.oracle.com/technetwork/java/javase/downloads/index.html Java SE Runtime Environment from Oracle(formerly Sun)].&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
Contact Sebastian Rahtz with questions.&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
2009-12-13: tei-emacs no longer depends on tdtd.&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
* 2007-11-05: updated to work with &amp;lt;oXygen/&amp;gt; v. 9.0&lt;br /&gt;
* 2007-05-26: update&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
http://tei.oucs.ox.ac.uk/teideb/&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
* At http://tei.oucs.ox.ac.uk/teideb/ you can also download a customized Ubuntu Live CD with these packages.&lt;br /&gt;
* [[Setting up a Jenkins server]] explains how you can set up a continuous integration server using Ubuntu. A Jenkins server watches the TEI source code and compiles new versions of all the TEI products, including the TEI Debian packages, whenever a change is made to the source.&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=P6-dev&amp;diff=14620</id>
		<title>P6-dev</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=P6-dev&amp;diff=14620"/>
		<updated>2015-11-24T12:45:13Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: added link to p6 label at GitHub&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is a place to record ideas which people feel are not appropriate for addition to the TEI P5 Guidelines (perhaps because they break backwards compatibility so extremely) but which they think should be recorded for reconsideration during development of the next major revision of P6.  Things here should probably have had a FR submitted on sourceforge first and been turned down for P5. One when we should be thinking about P6 see the final paragraph of the Birnbaum Doctrine: http://www.tei-c.org/Activities/Council/Working/tcw09.xml &lt;br /&gt;
&lt;br /&gt;
With the new (as of Nov. 2015) GitHub issue tracker, TEI Council collects P6 issues with the label [https://github.com/TEIC/TEI/labels/postponed%20for%20P6&amp;quot;postponed for p6&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Module fragmentation, e.g. http://purl.org/tei/fr/3490054 asked for splitting off all dateTime related elements into a small module of its own. Ann Arbor 2012 face to face meeting decided this kind of fragmentation should be postponed until P6.&lt;br /&gt;
** Would it be an idea to group all elements that describe ''entities'', if a new element ''object'' would be established? By doing this, the dateTime related elements were splitted &amp;quot;naturally&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
* Consider placing a restriction on the simultaneous use of @url and @facs on &amp;lt;graphic&amp;gt; (see Council list discussion 2012-06-20). &lt;br /&gt;
&lt;br /&gt;
NOTE: Some of the work on lists has already been done in release 2.7.0.&lt;br /&gt;
* Completely redo handling of lists by:&lt;br /&gt;
** dropping @type&lt;br /&gt;
** introducing @ordered in case the creator of a TEI document wants to record the semantic order of items in the list (but does anyone want to do this? on other elements as well?)&lt;br /&gt;
** using only @rend or @style (pending http://purl.org/TEI/FR/3519866 ) to record bulleted, arabic numbers, roman numerals, etc.&lt;br /&gt;
** redefining handling of &amp;quot;gloss lists&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Consider a proper object-oriented inheritance structure, whereby (for instance) there could be a generic &amp;quot;entity&amp;quot; object, with a core structure, and &amp;quot;person&amp;quot;, &amp;quot;place&amp;quot; and &amp;quot;org&amp;quot; objects could inherit this structure from it. Inheritance would allow overriding of various components of the structure, and specialization of them; for instance, the generic entity might have a start date and an end date, and for the descendant person would refine these into birth and death. We'd have to consider whether multiple inheritance would be practical (for instance, how would you merge the content models of two ancestors)?&lt;br /&gt;
&lt;br /&gt;
* [[Ad-hoc_committee_on_encoding_of_bibliographic_citations#Proposed_future_revisions_to_the_Guidelines_.28which_will_break_backwards_compatibility.29|Things related to encoding of bibliographic citations]]&lt;br /&gt;
&lt;br /&gt;
* An object inheritance model&lt;br /&gt;
&lt;br /&gt;
* A firm distinction between elements used in the header and those used in the text.  For example:&lt;br /&gt;
** There would be one element, with specific attributes and a specific content model, for the title in the metadata and another for any title transcribed in the document)&lt;br /&gt;
** att.global might be separated into a class for attributes on header elements and those on text elements.&lt;br /&gt;
&lt;br /&gt;
* A clear distinction between elements used when transcribing a source document (like bibl) and elements used in creating born-digital documents (like biblStruct and biblFull).  Need to figure out how msDesc fits into this.&lt;br /&gt;
&lt;br /&gt;
* Expansion of [[ODD#Future_plans:_.22Pure_ODD.22|Pure ODD]] to enable us to define the content model of elements based on context; this would be convertible into models based on complexTypes in XSD, and into Schematron in RelaxNG. This would require that we drop support for DTDs (which most agree would be a good idea anyway).&lt;br /&gt;
&lt;br /&gt;
* Go through a list of recent standards and standards updates and recommend how to use TEI in combination with them. Sample recommendations might be (I'm not asserting the truth of any of these):&lt;br /&gt;
** ''If encoders use NISO Z39.84-2005, the DOI may be expected to appear in the  ''idno'' element.''&lt;br /&gt;
** ''None of the bibliographic elements exactly match any of the bibliographic elements in ANSI/NISO Z39.96-2012''&lt;br /&gt;
** ''If reporting on use digital objects using NISO SUSHI, each object with a TEI header should be reported on''&lt;br /&gt;
** ''If linking to resources that are available over both http:// and https:// protocols, it is recommended to use the 'procotol-indepedent' uris starting with // ''&lt;br /&gt;
** ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Suggestions]]&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Council_agenda_2014-12&amp;diff=14062</id>
		<title>Council agenda 2014-12</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Council_agenda_2014-12&amp;diff=14062"/>
		<updated>2014-12-04T10:28:18Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: /* Teleconference 2014-12-05 14:00 GMT */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Teleconference 2014-12-05 14:00 GMT ==&lt;br /&gt;
&lt;br /&gt;
* Review of Actions&lt;br /&gt;
* Update on [https://sourceforge.net/p/tei/feature-requests/510/ correspDesc proposal] (PWS)&lt;br /&gt;
* Update on [https://sourceforge.net/p/tei/feature-requests/378/ standoff proposal] (PWS)&lt;br /&gt;
* Update on [https://sourceforge.net/p/tei/feature-requests/505/ redefining msPart] (SG / PWS)&lt;br /&gt;
* list further items here&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Council_agenda_2014-11&amp;diff=14024</id>
		<title>Council agenda 2014-11</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Council_agenda_2014-11&amp;diff=14024"/>
		<updated>2014-11-17T17:30:13Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: /* Tuesday 18 November 2014 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Draft Agenda for TEI Technical Council Meeting 2014-11-17 to 2014-11-19=&lt;br /&gt;
&lt;br /&gt;
Minutes Document at https://docs.google.com/document/d/16WVX4FEH5EfLJxY3bwlYD_9EBVP5ucS2e_QiOV9mxew/edit?usp=sharing&lt;br /&gt;
&lt;br /&gt;
== Monday 17 November 2014 ==&lt;br /&gt;
09:00 - 10:30&lt;br /&gt;
* TEI Simple&lt;br /&gt;
* Pure ODD&lt;br /&gt;
    Apologies: discussion of contextual dependency issues not yet started.&lt;br /&gt;
    Do we need &amp;lt;textNode&amp;gt;? or &amp;lt;mixedContent&amp;gt;? Decision is holding up completion of [http://tei.it.ox.ac.uk/Oxford/2014-10-odds/pureODDtutorial.xml [introductory tutorial]].&lt;br /&gt;
* TEI DH2015 HackAThon&lt;br /&gt;
* Correspondence&lt;br /&gt;
10:30 - 10:45&lt;br /&gt;
* Tea Break&lt;br /&gt;
10:45 - 13:00 &lt;br /&gt;
* Ticket Discussion and Assignment&lt;br /&gt;
13:00 - 14:30 &lt;br /&gt;
* Lunch &lt;br /&gt;
14:30 - 16:00 (15:30 - Tea Break)&lt;br /&gt;
* Tickets Recap and other discussion&lt;br /&gt;
16:00 - 17:00 &lt;br /&gt;
* Ticket implementation or other TEI Work&lt;br /&gt;
18:00- Dinner at Josh Sosin's house. HC will pick up from the hotel at 18:15&lt;br /&gt;
&lt;br /&gt;
== Tuesday 18 November 2014 ==&lt;br /&gt;
09:00 - 10:30&lt;br /&gt;
* JTEI Schema and authoring package: should the schema be adopted as an &amp;quot;official&amp;quot; customization, and should the authoring package be integrated into the oxygen-tei plugin? (MH)&lt;br /&gt;
* Global @resp and friends (MH, LB, HC)&lt;br /&gt;
* LOC date attrs (SB; see [http://loc.gov/standards/datetime/pre-submission.html LOC draft standard])&lt;br /&gt;
* ISO-TEI Workgroup on Speech Transcription (LB; see [http://bit.ly/1jyZC37 &amp;quot;final draft oct 2014&amp;quot;]) recommends one new element.&lt;br /&gt;
* Maintenance of GitHub Stylesheets&lt;br /&gt;
10:30 - 10:45&lt;br /&gt;
* Tea Break&lt;br /&gt;
10:45 - 13:00 &lt;br /&gt;
* Tickets&lt;br /&gt;
13:00 - 14:00 &lt;br /&gt;
* Lunch ?&lt;br /&gt;
14:00 - 17:00 &lt;br /&gt;
* Tickets Discussion&lt;br /&gt;
18:00-&lt;br /&gt;
* DInner @ 19:00? Possibilities include Dos Perros (http://dosperrosrestaurant.com/); Bull City Burger and Brewery (http://www.bullcityburgerandbrewery.com/Bull_City_Burger_and_Brewery/Home.html); many others&lt;br /&gt;
&lt;br /&gt;
== Wednesday 19 November 2014 == &lt;br /&gt;
09:00 - 10:30&lt;br /&gt;
* Presentation on how OxGarage works (JC)&lt;br /&gt;
* TEI Validation Service (PSt)&lt;br /&gt;
* Critical Apparatus proposal update (HC)&lt;br /&gt;
* Marking new features as beta in Guidelines&lt;br /&gt;
10:30 - 10:45&lt;br /&gt;
* Tea Break&lt;br /&gt;
10:45 - 13:00 &lt;br /&gt;
* Ticket Discussion and Assignment&lt;br /&gt;
13:10 - 14:30 &lt;br /&gt;
* Lunch (?)&lt;br /&gt;
14:30 - 15:30 &lt;br /&gt;
* Tickets Recap and other discussion&lt;br /&gt;
15:30&lt;br /&gt;
* tea break&lt;br /&gt;
15:30 - 17:00 &lt;br /&gt;
* Ticket implementation or other TEI Work&lt;br /&gt;
18:00 - &lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Council]]&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Council_agenda_2014-11&amp;diff=14008</id>
		<title>Council agenda 2014-11</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Council_agenda_2014-11&amp;diff=14008"/>
		<updated>2014-11-16T14:16:39Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: /* Wednesday 19 November 2014 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Draft Agenda for TEI Technical Council Meeting 2014-11-17 to 2014-11-19=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Monday 17 November 2014 ==&lt;br /&gt;
09:00 - 10:30&lt;br /&gt;
* TEI Simple&lt;br /&gt;
* Pure ODD&lt;br /&gt;
* TEI DH2015 HackAThon&lt;br /&gt;
* Correspondence&lt;br /&gt;
10:30 - 10:45&lt;br /&gt;
* Tea Break&lt;br /&gt;
10:45 - 13:00 &lt;br /&gt;
* Ticket Discussion and Assignment&lt;br /&gt;
13:00 - 14:30 &lt;br /&gt;
* Lunch &lt;br /&gt;
14:30 - 16:00 (15:30 - Tea Break)&lt;br /&gt;
* Tickets Recap and other discussion&lt;br /&gt;
16:00 - 17:00 &lt;br /&gt;
* Ticket implementation or other TEI Work&lt;br /&gt;
18:00- Dinner at Josh Sosin's house. HC will pick up from the hotel at 18:15&lt;br /&gt;
&lt;br /&gt;
== Tuesday 18 November 2014 ==&lt;br /&gt;
09:00 - 10:30&lt;br /&gt;
* JTEI Schema and authoring package: should the schema be adopted as an &amp;quot;official&amp;quot; customization, and should the authoring package be integrated into the oxygen-tei plugin? (MH)&lt;br /&gt;
* Global @resp and friends (MH, LB, HC)&lt;br /&gt;
* LOC date attrs (SB; see [http://loc.gov/standards/datetime/pre-submission.html LOC draft standard])&lt;br /&gt;
10:30 - 10:45&lt;br /&gt;
* Tea Break&lt;br /&gt;
10:45 - 13:00 &lt;br /&gt;
* Tickets&lt;br /&gt;
13:00 - 14:00 &lt;br /&gt;
* Lunch ?&lt;br /&gt;
14:00 - 17:00 &lt;br /&gt;
* Tickets Discussion&lt;br /&gt;
18:00-&lt;br /&gt;
* DInner @ 19:00? Possibilities include Dos Perros (http://dosperrosrestaurant.com/); Bull City Burger and Brewery (http://www.bullcityburgerandbrewery.com/Bull_City_Burger_and_Brewery/Home.html); many others&lt;br /&gt;
&lt;br /&gt;
== Wednesday 19 November 2014 == &lt;br /&gt;
09:00 - 10:30&lt;br /&gt;
* Presentation on how OxGarage works (JC)&lt;br /&gt;
* TEI Validation Service (PSt)&lt;br /&gt;
* Critical Apparatus proposal update (HC)&lt;br /&gt;
10:30 - 10:45&lt;br /&gt;
* Tea Break&lt;br /&gt;
10:45 - 13:00 &lt;br /&gt;
* Ticket Discussion and Assignment&lt;br /&gt;
13:10 - 14:30 &lt;br /&gt;
* Lunch (?)&lt;br /&gt;
14:30 - 15:30 &lt;br /&gt;
* Tickets Recap and other discussion&lt;br /&gt;
15:30&lt;br /&gt;
* tea break&lt;br /&gt;
15:30 - 17:00 &lt;br /&gt;
* Ticket implementation or other TEI Work&lt;br /&gt;
18:00 - &lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Council]]&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=SIG:Correspondence&amp;diff=13939</id>
		<title>SIG:Correspondence</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=SIG:Correspondence&amp;diff=13939"/>
		<updated>2014-11-07T13:52:03Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: /* News */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== News ==&lt;br /&gt;
&lt;br /&gt;
* Task Force Paper &amp;quot;Towards a Correspondence Module in the TEI&amp;quot;, held at the TEI conference in Evanston: [http://tei.northwestern.edu/files/2014/10/Seifert-Illetschko-Stadler-2f2zhn3.pdf Abstract], [https://prezi.com/e70bkx9iqiib/towards-a-correspondence-module-in-the-tei/ Prezi], [https://docs.google.com/document/d/16DTp789wkrhPXH_79zexSy8wHWZId7W-RZkO4e1BAGM/edit?usp=sharing Talk] --[[User:Pstadler|pstadler]] 14:52, 7 November 2014 (CET)&lt;br /&gt;
* SIG MEETING at TEI conference in Evanston, Oct 22, Wednesday --[[User:Pstadler|pstadler]] 14:52, 7 November 2014 (CET)&lt;br /&gt;
* New page for the [[SIG:Correspondence/task-force-correspDesc|correspDesc task force]] --[[User:Pstadler|pstadler]] 10:22, 11 November 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
The TEI Special Interest Group on Correspondence seeks to bring together scholars interested in creating digital scholarly editions of correspondence. The goal of the SIG will be to discuss and develop sample tagsets (including suggesting additions/modifications to the TEI Guidelines) for varying forms of correspondence as well as to create tutorials and best practice models.&lt;br /&gt;
&lt;br /&gt;
Because the initiative for this SIG emerged from editorial work with 19th century letters, the organizers of this SIG have focused on these types of materials. However, we want this SIG to be more encompassing, embracing varying types of historical and literary correspondence including epistles, telegrams, postcards, etc., and perhaps other types of documents that share features with physical written correspondence like diaries, diary entries, letters to the editor, e-mail, blogs, etc.&lt;br /&gt;
&lt;br /&gt;
The common feature of these sorts of text is a generally formalized physical appearance (e.g., an envelope for letters) and structure of content (i.e. address field, special formulas for opener and closer). [http://www.tei-c.org/Activities/Projects/da03.xml DALF] was one of the best documented projects in this area developing specific DTDs for those needs in P4: this may be a starting point for further work in P5.&lt;br /&gt;
&lt;br /&gt;
Initial topics for the SIG Correspondence may include:&lt;br /&gt;
* the handling of the envelope and postal addresses&lt;br /&gt;
* the formal description of correspondence as a written dialogue between an author and an addressee&lt;br /&gt;
* correspondence-specific bibliographical data within the metadata section&lt;br /&gt;
&lt;br /&gt;
== Activities ==&lt;br /&gt;
&lt;br /&gt;
The SIG runs a mailing list, which you can join by visiting http://listserv.brown.edu/tei-corresp-sig.html .&lt;br /&gt;
&lt;br /&gt;
=== Topics currently under discussion ===&lt;br /&gt;
* The content of a special '''correspDesc''' element (see [[SIG:Correspondence/ODD_work]])&lt;br /&gt;
* Discussion of different P5-customizations for correspondence (see [[SIG:Correspondence/EncodingComparisons]])&lt;br /&gt;
--&amp;gt; For this, see the work of the [[SIG:Correspondence/task-force-correspDesc|correspDesc task force]] for current developments.&lt;br /&gt;
* The content model of '''postscript''': look at the [[Collection of Postscript-Examples]] and the contributions to the [[ps-discussion]].&lt;br /&gt;
* How to deal with '''enclosures''' or '''attachements''' to a letter&lt;br /&gt;
* The content model of opener/closer and their connection with salute, signed, dateline, etc. &lt;br /&gt;
* diary entries&lt;br /&gt;
* definition of &amp;lt;signed&amp;gt; does not correspond with its actual use in the P5 guidelines&lt;br /&gt;
* address now in &amp;amp;lt;p&amp;gt; but not in &amp;amp;lt;div&amp;gt;: maybe not a good idea&lt;br /&gt;
* notification of addresses (different in different parts of the world). Could this be handled more adequately than just with datelines?&lt;br /&gt;
* [[SIG:Correspondence/pre-printed_text|pre-printed text]] (e.g. letterhead, postcard captions)&lt;br /&gt;
&lt;br /&gt;
=== Meetings ===&lt;br /&gt;
&lt;br /&gt;
==== Evanston, Oct 22, 2014 ====&lt;br /&gt;
&lt;br /&gt;
Minutes to come soon …&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== TEI Tweet Chat, Oct 9, 2014 ====&lt;br /&gt;
&lt;br /&gt;
The first TEI Tweet Chat on [https://twitter.com/ Twitter] ever was hosted by the social media coordinator, Paul O’Shea, and the SIG Correspondence for one hour (from 16 GMT+2 to 17 GMT+2) ([https://twitter.com/TEIconsortium/status/519047322098204672 twitter announcement]). It was meant as an attempt to include the public online community, apart from the people on the TEI mailing lists. &lt;br /&gt;
&lt;br /&gt;
Topics discussed/mentioned include:&lt;br /&gt;
* recent work of the SIG on the new &amp;lt;ct:correspDesc&amp;gt; element and when it will be part of the official TEI Guidelines, names of the proposed new elements, e.g. placeSender vs. senderPlace, placeAddressee vs. Addressee, etc.&lt;br /&gt;
* some digital editions of correspondence/projects were mentioned, e.g. [http://www.weber-gesamtausgabe.de/de/Index Carl Maria von Weber-Collected Works], [http://dh.tcd.ie/letters1916/ Letters of 1916], [http://dh.ucc.ie/boole George Boole Collection software transcription desk], [http://tei.ibi.hu-berlin.de/berliner-intellektuelle/?en Letters and Texts. Intellectual Berlin around 1800]&lt;br /&gt;
* list of projects on this very wikipage for people to add their own projects&lt;br /&gt;
* the new webservice [http://correspsearch.bbaw.de/index.xql CorrespSearch] (making metadata of currently 3 different correspondence projects searchable), BEACON and CorrespSearch&lt;br /&gt;
* [http://tei.northwestern.edu/ TEI Conference 2014 in Chicago]&lt;br /&gt;
* [http://dhd2015.uni-graz.at/ Dhd Conference 2015] in Graz, Austria&lt;br /&gt;
* letter transcription as an undergrad class project, teaching XML and TEI for undergrads, MAs and PhDs&lt;br /&gt;
* choice of XML editors, [http://www.oxygenxml.com/ oXygen XML editor], eXist built-in exIDE editor, straight up text editor vs. interface that hides the XML&lt;br /&gt;
* Is a tweet a letter? Where are the boundaries of correspondence? one-to-one communication and many-to-many correspondence, meaning and intentionality, trees nobody heard falling that may have intentions&lt;br /&gt;
&lt;br /&gt;
There is a [https://docs.google.com/document/d/1i7CcnoGJVDWxKj4uTExzUrTRXOaQkeCgtt6mbR37FLE chat report], a [https://t.co/jUl8cMJcxJ Twitter archive] and a [http://t.co/mB2GQ1STkS TAGS Explorer Visualisation].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Rome, Oct 3, 2013 ====&lt;br /&gt;
&lt;br /&gt;
Exhaustive minutes at [[SIG:Correspondence/minutes-rome]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== College Station, Nov 9, 2012 ====&lt;br /&gt;
&lt;br /&gt;
09-12:30PM at Rudder Tower 302&lt;br /&gt;
&lt;br /&gt;
'''Agenda''':&lt;br /&gt;
&lt;br /&gt;
# Report on last year's activities&lt;br /&gt;
# [[SIG:Correspondence/RequestForModule|Request for a correspondence module and a wrapper element for correspondence meta data]]&lt;br /&gt;
# AOB&lt;br /&gt;
&lt;br /&gt;
'''Minutes'''&lt;br /&gt;
&lt;br /&gt;
Short summary/Outcome: [[SIG:Correspondence/ODD_work|A second draft for a correspondence ODD]]&lt;br /&gt;
&lt;br /&gt;
Details: [[Minutes College Station]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Wuerzburg, Oct 15, 2011 ====&lt;br /&gt;
&lt;br /&gt;
Agenda of the meeting during the Wuerzburg MM (on Oct 15, 2011 from 9am to 10:30am in room 1.003):&lt;br /&gt;
* 1. New members / projects / demands&lt;br /&gt;
* 2. Short survey of the development of the SIG and the topics discussed&lt;br /&gt;
* 3. Views of the group about proposing a &amp;lt;correspDesc&amp;gt; (or similar) element or not&lt;br /&gt;
* 4. Future activities of the SIG: P5-Customizations for Correspondence (&amp;quot;Dalfy&amp;quot; et al.) / Special Guidelines (TEI by example) / Proposals / Next Steps&lt;br /&gt;
* 5. Roadmap for 2012&lt;br /&gt;
* 6. Website and Wiki&lt;br /&gt;
&lt;br /&gt;
===== Minutes / Results / Goals =====&lt;br /&gt;
&lt;br /&gt;
For more detailed minutes see [[SIGcorresp Minutes 20111015|Minutes Wuerzburg]], the main results of the discussions and the goals for the near future are summed up here: &lt;br /&gt;
&lt;br /&gt;
* Preliminary goal: initiate a comparison between several customized or non-customized TEI versions for correspondence (to be published on the WiKi)&lt;br /&gt;
* Middle-term goal: propose &amp;quot;official&amp;quot; customization(s) for correspondence&lt;br /&gt;
* Middle-term goal: ask people to make some or their examples available and find out in which way they used TEI for correspondence&lt;br /&gt;
* Middle-term goal: develop best practice models&lt;br /&gt;
* Long-term goal: develop a compressed proposal for handling correspondence within TEI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Zadar, Nov 13, 2010 ====&lt;br /&gt;
&lt;br /&gt;
Participation: around 5 people&lt;br /&gt;
&lt;br /&gt;
1. Peter gave a report on last year's activities&lt;br /&gt;
* Task force ‘Dalfy’ was established after the Ann Arbor Meeting: Markus Flatscher, Bert Van Raemdonck, Peter Stadler&lt;br /&gt;
* Goal: Mapping of DALF (P4) to TEI P5 as a basis for further work on a correspondence customization&lt;br /&gt;
* But: Momentum got lost …&lt;br /&gt;
* Further: Some discussion on TEI-L about &amp;quot;signed vs. salute&amp;quot;&lt;br /&gt;
&lt;br /&gt;
2. A brief look on open questions&lt;br /&gt;
* Correspondence meta data: correspDesc?&lt;br /&gt;
* The content model of postscript (cf. the Collection of Postscript-Examples and the contributions to the ps-discussion.)&lt;br /&gt;
* The content model of opener/closer and their connection with salute, signed, dateline, byline etc.&lt;br /&gt;
&lt;br /&gt;
3. Attempt to create a roadmap for 2011&lt;br /&gt;
* Peter suggested a second attempt for a grant to achieve the mapping of DALF to P5&lt;br /&gt;
* Discussion about possible fundings for such an attempt&lt;br /&gt;
* review of the last failed TEI grant proposal: it was criticized by the present panel members that no preliminary work was (visibly) carried out&lt;br /&gt;
* Susan suggested to first initiate a survey on the correspondence list&lt;br /&gt;
&lt;br /&gt;
4. AOB&lt;br /&gt;
* nothing&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Ann Arbor, Nov 14, 2009 ====&lt;br /&gt;
&lt;br /&gt;
Business and working meeting during the annual members meeting.&lt;br /&gt;
'''Participants''': Syd Bauman (SB), Markus Flatscher (MF), Elena Pierazzo (EP), Malte Rehbein (MR), Paul Schaffner (PSc), Peter Stadler (PSt), Bert Van Raemdonck (BV)&lt;br /&gt;
&lt;br /&gt;
The business meeting was attended by MF, PSc, PSt and BV and - since the number of participants allowed it - was an informal talk about the different projects, the last meeting at London and the &amp;quot;correspDesc&amp;quot; PS had proposed there as well as the question whether editing correspondence from printed (secondary) material needs to treated differently than correspondence from manuscript source material. Work on the roadmap was postponed to the working meeting.&lt;br /&gt;
&lt;br /&gt;
The working meeting was attended by all above mentioned participants who agreed on the need for a customization of some of the P5 elements (and element classes) for encoding correspondence. Question is of course: how? &lt;br /&gt;
* P5 has introduced some elements that were inspired by what had been done earlier in DALF (P4), but not all P4 customizations in DALF are actually rendered in P5 (and vice versa). Hence, a comparison of both should be a good starting point to eventually come to a new ODD for encoding correspondence, and maybe even for introducing an actual module for future TEI Guidelines.&lt;br /&gt;
* MF, PSt and BV agree on doing such a mapping together. Since BV is like the only DALF original left, he will coordinate this: he will split the work up, and will be contacting MF and PSt for further arrangements. [UPDATE: Edward Vanhoutte and Ron Van den Branden agreed to work on this with BV face to face and then get back to MF and PSt afterwards. --[[User:Pstadler|pstadler]] 07:04, 27 November 2009 (EST)]&lt;br /&gt;
* Before X-mas, there should be a conference call to catch up on how the mapping proceeds. PSt will contact Dan O'Donnell for funding.&lt;br /&gt;
* Bugs and absurdities in P5 regarding correspondence should be posted on Sourceforge. Elena Pierazzo will be the liaison between the SIG and the TEI Council. She will help SIG members to report our findings through Sourceforge or otherwise.&lt;br /&gt;
* The mapping should result in a new ODD. SB is willing to help us create it. The new ODD should somehow be more or less DALF-like. Hence, the working title of the ODD is 'Dalfy'. Dalfy will be an oddified version of DALF where obviously identical concepts will already be mapped to their P5 equivalents (therefore Dalfy != DALF).&lt;br /&gt;
* After the mapping is done, useful elements (or concepts, structures) that are neither in DALF or in P5 yet, should be listed. Members of the SIG are welcome to suggest their own 'favourite missing elements'.&lt;br /&gt;
* With Dalfy as starting point we can than try to rearrange and modify it to come to a new Correspondence ODD (no code name yet!) that should resolve all problems and satisfy all needs...&lt;br /&gt;
* Issues that came up during the meetings concern &amp;lt;address&amp;gt; (and multiple addresses within one letter) (SB and EP), &amp;lt;signed&amp;gt; (everyone), endorsements as well as correspondence by committee (PSc)&lt;br /&gt;
* Besides the work on Dalfy PSt shall finish his work on oddifying his &amp;lt;correspDesc&amp;gt;.&lt;br /&gt;
'''Roadmap/Milestones''':&lt;br /&gt;
* Before Christmas: Teleconference about the mapping (MF, PSt, BV)&lt;br /&gt;
* Febr. 10, 2010: Mapping done&lt;br /&gt;
* July, 2010: Next SIG meeting at Digital Humanities conference (London) on new ODD&lt;br /&gt;
 &lt;br /&gt;
[Minutes PSt and BV]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== London, Nov 8, 2008 ====&lt;br /&gt;
&lt;br /&gt;
The first section (14-15:30) saw short  presentations of current projects by:&lt;br /&gt;
* Tim McLoughlin: James Barry's letters&lt;br /&gt;
* Hilde Bøe: eMunch project (assisted by Ellen Nessheim Wiger with the Henrik Ibsen correspondence)&lt;br /&gt;
* Peter Boot: correspondence of Vincent van Gogh&lt;br /&gt;
* David Sewell: correspondence projects published via ROTUNDA&lt;br /&gt;
* Deborah K. Wright: correspondence of Matthew Prior&lt;br /&gt;
* Peter Stadler: correspondence of Carl Maria von Weber&lt;br /&gt;
&lt;br /&gt;
The second section (16-16:45) had to be shortened due to organisational necessities but saw general discussion about&lt;br /&gt;
* the content model of postscript which is rather restricted and does not allow for an i.e. '''head''' element. Everyone was encouraged to send examples via the list. [Let me add that the same holds true for '''address''' --[[User:Pstadler|pstadler]]]&lt;br /&gt;
* the need and the possible content for an '''correspDesc''' element within '''sourceDesc'''. I will try to create an odd file with the necessary additions to the schema as a starting point for further expertise. --[[User:Pstadler|pstadler]].&lt;br /&gt;
* correspondence as an event. Lou pointed this out as similar topics were discussed in the ontologies SIG.&lt;br /&gt;
&lt;br /&gt;
== Correspondence Projects ==&lt;br /&gt;
&lt;br /&gt;
Please add your projects alphabetically with link and (if possible) a short description!&lt;br /&gt;
&lt;br /&gt;
=== Ongoing Projects ===&lt;br /&gt;
&lt;br /&gt;
* [http://gams.uni-graz.at/fedora/get/container:rollett/bdef:Container/get The Letters of Alexander Rollett]. A project of the Center for Information Modeling in the Humanities (ZIM) at the University of Graz.&lt;br /&gt;
* Alfred Escher Correspondence. A project of the Alfred Escher Foundation, Zurich [http://www.alfred-escher.ch (Alfred Escher-Stiftung)]. Edition of the correspondence of Alfred Escher, influential 19th century Swiss politician and entrepreneur (e.g. Credit Suisse, Gotthard railway), comprising several thousand letters. At first, an edition of selected letters to and from Escher will be published in book form, including rich annotations. The first volume of the series is already available. Later on, the correspondence of Alfred Escher will be made available online. The correspondence covers topics as diverse as politics, economics, education, railways, banks, insurance. [http://www.briefedition.alfred-escher.ch/ Alfred Escher-Briefedition]&lt;br /&gt;
* Digital Archive of Letters in Flanders authors and composers from the 19th &amp;amp; 20th century,  [http://www.kantl.be/ctb/project/dalf/ DALF]&lt;br /&gt;
*''Complete Letters of Willa Cather'', a new digital scholarly edition of the American author's complete correspondence, scheduled for initial publication in January 2018 on the [http://cather.unl.edu Willa Cather Archive]&lt;br /&gt;
* ''Emily Dickinson's Correspondences'' (public version not yet online), to be published under the [http://rotunda.upress.virginia.edu Rotunda] imprint by University of Virginia Press. An edition of selected correspondence to and from American poet Emily Dickinson, with MS facsimiles and rich metadata capturing physical details of the manuscripts.&lt;br /&gt;
* Gundolf-Elli. Correspondence between Friedrich Gundolf and Elisabeth Salomon (George-Kreis). Project at the German Literature Archive. There is no website, yet. For more information use the mailing list.&lt;br /&gt;
* eMunch. Edvard Munch's written material: Complete letters, diaries and writings, [http://www.emunch.no/eng/index.htm] (Updated and expanded 15.06.2009)&lt;br /&gt;
* Schleiermacher, Friedrich - Edition of the correspondence at Berlin-Brandenburg Academy of Sciences and Humanities ([http://www.bbaw.de/ BBAW]). At the moment the new work environment (with TEI) is in development.&lt;br /&gt;
* Weber, C.M.v.: Complete letters, diaries, writings and compositions, [http://www.weber-gesamtausgabe.de/ Carl-Maria-von-Weber-Gesamtausgabe] (at the moment german only)&lt;br /&gt;
* Digital edition [http://141.20.126.175/berliner-intellektuelle/?language=de 'Letters and texts. The intellectual Berlin around 1800'.] Realized by the project 'Berlin Intellectuals 1800-1830' at Humboldt University Berlin. Publication of letters and work manuscripts of Berlin-based writers and scholars from the late 18th and early 19th century. Manuscript facsimiles, transcriptions with annotation, XML files made available. Web presence launched in April 2012 with a first set of texts. Will be progressively enriched during the upcoming years.&lt;br /&gt;
* [http://elec.enc.sorbonne.fr/dubourg/ Correspondance of the chancellor Antoine Du Bourg]. A project of the École nationale des chartes. Certainly one of the richest administrative and political correspondence for the France of the Renaissance, it evokes all matters a chancellor has to manage: royal finances, monitoring the printed production, economic politics, .... The whole corpus contains around 1200 letters; for the moment, one hundred has been published online, the edition is still regularly increased. The edition is part of a bigger project of digital editions of modern correspondences (15th-18th century): the aim is to build a model and interface which could be usable and shared to every non literary correspondences for early modern history.&lt;br /&gt;
* [http://dantiscus.al.uw.edu.pl Texts &amp;amp;amp; Correspondence of Ioannes Dantiscus]. Launched in 2010 and building upon material recorded since 1989 at the University of Warsaw Ioannes Dantiscus’ correspondence forms Central-Eastern Europe’s largest collection of letters (over 6,000 letters, mostly Latin and German) related to the Polish royal court and its partners in Renaissance Europe.&lt;br /&gt;
&lt;br /&gt;
=== Completed Projects ===&lt;br /&gt;
* [http://rotunda.upress.virginia.edu/dmde The Dolley Madison Digital Edition], part of the University of Virginia Press's [http://rotunda.upress.virginia.edu/ Rotunda] series. This is an ongoing publication, but the first two &amp;quot;volumes&amp;quot; are online. Currently the underlying data is tagged using the [http://adh.sc.edu/ Model Editions Partnership] variant of TEI (P4), but we are also exporting and transforming the documents to TEI P5 for interoperability with other material. (Contact: [mailto:dsewell@virginia.edu David Sewell])&lt;br /&gt;
* [http://www.vnsbrieven.org/VNS/?lang=en Van Nu en Straks: Brieven / Letters],  Online edition of the correspondence concerning the literary journal 'Van Nu en Straks' (1419 letters). The annotated letters contain references to ca 2500 persons, 500 places, 1000 titles of books, 650 journal articles and 350 poems. A network of 3600 hyperlinks facilitates intuitive and associative consulting. Project at the [http://www.ctb.kantl.be Centre for Scholarly Editing and Document Studies] / Royal Academy of Dutch Language and Literature (KANTL-CTB, Ghent-Belgium) and Ghent University (Belgium). This project is part of the broader [http://www.kantl.be/ctb/project/dalf/ DALF-project].&lt;br /&gt;
* [http://www.vangoghletters.org/vg/ Vincent van Gogh, The letters]. A full edition of all the extant correspondence of Vincent van Gogh (900 letters). The edition includes full transcriptions (in Dutch and French), translation into English, facsimiles, extensive annotations and about 2000 illustrations.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG|Correspondence]]&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=SIG:Correspondence&amp;diff=13938</id>
		<title>SIG:Correspondence</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=SIG:Correspondence&amp;diff=13938"/>
		<updated>2014-11-07T13:47:22Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== News ==&lt;br /&gt;
&lt;br /&gt;
* Task Force Paper &amp;quot;[http://tei.northwestern.edu/files/2014/10/Seifert-Illetschko-Stadler-2f2zhn3.pdf Towards a Correspondence Module in the TEI]&amp;quot; &amp;amp; SIG MEETING at TEI conference in Chicago, Oct 22, Wednesday --[[User:Pstadler|pstadler]] 14:47, 7 November 2014 (CET)&lt;br /&gt;
* New page for the [[SIG:Correspondence/task-force-correspDesc|correspDesc task force]] --[[User:Pstadler|pstadler]] 10:22, 11 November 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
The TEI Special Interest Group on Correspondence seeks to bring together scholars interested in creating digital scholarly editions of correspondence. The goal of the SIG will be to discuss and develop sample tagsets (including suggesting additions/modifications to the TEI Guidelines) for varying forms of correspondence as well as to create tutorials and best practice models.&lt;br /&gt;
&lt;br /&gt;
Because the initiative for this SIG emerged from editorial work with 19th century letters, the organizers of this SIG have focused on these types of materials. However, we want this SIG to be more encompassing, embracing varying types of historical and literary correspondence including epistles, telegrams, postcards, etc., and perhaps other types of documents that share features with physical written correspondence like diaries, diary entries, letters to the editor, e-mail, blogs, etc.&lt;br /&gt;
&lt;br /&gt;
The common feature of these sorts of text is a generally formalized physical appearance (e.g., an envelope for letters) and structure of content (i.e. address field, special formulas for opener and closer). [http://www.tei-c.org/Activities/Projects/da03.xml DALF] was one of the best documented projects in this area developing specific DTDs for those needs in P4: this may be a starting point for further work in P5.&lt;br /&gt;
&lt;br /&gt;
Initial topics for the SIG Correspondence may include:&lt;br /&gt;
* the handling of the envelope and postal addresses&lt;br /&gt;
* the formal description of correspondence as a written dialogue between an author and an addressee&lt;br /&gt;
* correspondence-specific bibliographical data within the metadata section&lt;br /&gt;
&lt;br /&gt;
== Activities ==&lt;br /&gt;
&lt;br /&gt;
The SIG runs a mailing list, which you can join by visiting http://listserv.brown.edu/tei-corresp-sig.html .&lt;br /&gt;
&lt;br /&gt;
=== Topics currently under discussion ===&lt;br /&gt;
* The content of a special '''correspDesc''' element (see [[SIG:Correspondence/ODD_work]])&lt;br /&gt;
* Discussion of different P5-customizations for correspondence (see [[SIG:Correspondence/EncodingComparisons]])&lt;br /&gt;
--&amp;gt; For this, see the work of the [[SIG:Correspondence/task-force-correspDesc|correspDesc task force]] for current developments.&lt;br /&gt;
* The content model of '''postscript''': look at the [[Collection of Postscript-Examples]] and the contributions to the [[ps-discussion]].&lt;br /&gt;
* How to deal with '''enclosures''' or '''attachements''' to a letter&lt;br /&gt;
* The content model of opener/closer and their connection with salute, signed, dateline, etc. &lt;br /&gt;
* diary entries&lt;br /&gt;
* definition of &amp;lt;signed&amp;gt; does not correspond with its actual use in the P5 guidelines&lt;br /&gt;
* address now in &amp;amp;lt;p&amp;gt; but not in &amp;amp;lt;div&amp;gt;: maybe not a good idea&lt;br /&gt;
* notification of addresses (different in different parts of the world). Could this be handled more adequately than just with datelines?&lt;br /&gt;
* [[SIG:Correspondence/pre-printed_text|pre-printed text]] (e.g. letterhead, postcard captions)&lt;br /&gt;
&lt;br /&gt;
=== Meetings ===&lt;br /&gt;
&lt;br /&gt;
==== Evanston, Oct 22, 2014 ====&lt;br /&gt;
&lt;br /&gt;
Minutes to come soon …&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== TEI Tweet Chat, Oct 9, 2014 ====&lt;br /&gt;
&lt;br /&gt;
The first TEI Tweet Chat on [https://twitter.com/ Twitter] ever was hosted by the social media coordinator, Paul O’Shea, and the SIG Correspondence for one hour (from 16 GMT+2 to 17 GMT+2) ([https://twitter.com/TEIconsortium/status/519047322098204672 twitter announcement]). It was meant as an attempt to include the public online community, apart from the people on the TEI mailing lists. &lt;br /&gt;
&lt;br /&gt;
Topics discussed/mentioned include:&lt;br /&gt;
* recent work of the SIG on the new &amp;lt;ct:correspDesc&amp;gt; element and when it will be part of the official TEI Guidelines, names of the proposed new elements, e.g. placeSender vs. senderPlace, placeAddressee vs. Addressee, etc.&lt;br /&gt;
* some digital editions of correspondence/projects were mentioned, e.g. [http://www.weber-gesamtausgabe.de/de/Index Carl Maria von Weber-Collected Works], [http://dh.tcd.ie/letters1916/ Letters of 1916], [http://dh.ucc.ie/boole George Boole Collection software transcription desk], [http://tei.ibi.hu-berlin.de/berliner-intellektuelle/?en Letters and Texts. Intellectual Berlin around 1800]&lt;br /&gt;
* list of projects on this very wikipage for people to add their own projects&lt;br /&gt;
* the new webservice [http://correspsearch.bbaw.de/index.xql CorrespSearch] (making metadata of currently 3 different correspondence projects searchable), BEACON and CorrespSearch&lt;br /&gt;
* [http://tei.northwestern.edu/ TEI Conference 2014 in Chicago]&lt;br /&gt;
* [http://dhd2015.uni-graz.at/ Dhd Conference 2015] in Graz, Austria&lt;br /&gt;
* letter transcription as an undergrad class project, teaching XML and TEI for undergrads, MAs and PhDs&lt;br /&gt;
* choice of XML editors, [http://www.oxygenxml.com/ oXygen XML editor], eXist built-in exIDE editor, straight up text editor vs. interface that hides the XML&lt;br /&gt;
* Is a tweet a letter? Where are the boundaries of correspondence? one-to-one communication and many-to-many correspondence, meaning and intentionality, trees nobody heard falling that may have intentions&lt;br /&gt;
&lt;br /&gt;
There is a [https://docs.google.com/document/d/1i7CcnoGJVDWxKj4uTExzUrTRXOaQkeCgtt6mbR37FLE chat report], a [https://t.co/jUl8cMJcxJ Twitter archive] and a [http://t.co/mB2GQ1STkS TAGS Explorer Visualisation].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Rome, Oct 3, 2013 ====&lt;br /&gt;
&lt;br /&gt;
Exhaustive minutes at [[SIG:Correspondence/minutes-rome]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== College Station, Nov 9, 2012 ====&lt;br /&gt;
&lt;br /&gt;
09-12:30PM at Rudder Tower 302&lt;br /&gt;
&lt;br /&gt;
'''Agenda''':&lt;br /&gt;
&lt;br /&gt;
# Report on last year's activities&lt;br /&gt;
# [[SIG:Correspondence/RequestForModule|Request for a correspondence module and a wrapper element for correspondence meta data]]&lt;br /&gt;
# AOB&lt;br /&gt;
&lt;br /&gt;
'''Minutes'''&lt;br /&gt;
&lt;br /&gt;
Short summary/Outcome: [[SIG:Correspondence/ODD_work|A second draft for a correspondence ODD]]&lt;br /&gt;
&lt;br /&gt;
Details: [[Minutes College Station]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Wuerzburg, Oct 15, 2011 ====&lt;br /&gt;
&lt;br /&gt;
Agenda of the meeting during the Wuerzburg MM (on Oct 15, 2011 from 9am to 10:30am in room 1.003):&lt;br /&gt;
* 1. New members / projects / demands&lt;br /&gt;
* 2. Short survey of the development of the SIG and the topics discussed&lt;br /&gt;
* 3. Views of the group about proposing a &amp;lt;correspDesc&amp;gt; (or similar) element or not&lt;br /&gt;
* 4. Future activities of the SIG: P5-Customizations for Correspondence (&amp;quot;Dalfy&amp;quot; et al.) / Special Guidelines (TEI by example) / Proposals / Next Steps&lt;br /&gt;
* 5. Roadmap for 2012&lt;br /&gt;
* 6. Website and Wiki&lt;br /&gt;
&lt;br /&gt;
===== Minutes / Results / Goals =====&lt;br /&gt;
&lt;br /&gt;
For more detailed minutes see [[SIGcorresp Minutes 20111015|Minutes Wuerzburg]], the main results of the discussions and the goals for the near future are summed up here: &lt;br /&gt;
&lt;br /&gt;
* Preliminary goal: initiate a comparison between several customized or non-customized TEI versions for correspondence (to be published on the WiKi)&lt;br /&gt;
* Middle-term goal: propose &amp;quot;official&amp;quot; customization(s) for correspondence&lt;br /&gt;
* Middle-term goal: ask people to make some or their examples available and find out in which way they used TEI for correspondence&lt;br /&gt;
* Middle-term goal: develop best practice models&lt;br /&gt;
* Long-term goal: develop a compressed proposal for handling correspondence within TEI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Zadar, Nov 13, 2010 ====&lt;br /&gt;
&lt;br /&gt;
Participation: around 5 people&lt;br /&gt;
&lt;br /&gt;
1. Peter gave a report on last year's activities&lt;br /&gt;
* Task force ‘Dalfy’ was established after the Ann Arbor Meeting: Markus Flatscher, Bert Van Raemdonck, Peter Stadler&lt;br /&gt;
* Goal: Mapping of DALF (P4) to TEI P5 as a basis for further work on a correspondence customization&lt;br /&gt;
* But: Momentum got lost …&lt;br /&gt;
* Further: Some discussion on TEI-L about &amp;quot;signed vs. salute&amp;quot;&lt;br /&gt;
&lt;br /&gt;
2. A brief look on open questions&lt;br /&gt;
* Correspondence meta data: correspDesc?&lt;br /&gt;
* The content model of postscript (cf. the Collection of Postscript-Examples and the contributions to the ps-discussion.)&lt;br /&gt;
* The content model of opener/closer and their connection with salute, signed, dateline, byline etc.&lt;br /&gt;
&lt;br /&gt;
3. Attempt to create a roadmap for 2011&lt;br /&gt;
* Peter suggested a second attempt for a grant to achieve the mapping of DALF to P5&lt;br /&gt;
* Discussion about possible fundings for such an attempt&lt;br /&gt;
* review of the last failed TEI grant proposal: it was criticized by the present panel members that no preliminary work was (visibly) carried out&lt;br /&gt;
* Susan suggested to first initiate a survey on the correspondence list&lt;br /&gt;
&lt;br /&gt;
4. AOB&lt;br /&gt;
* nothing&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Ann Arbor, Nov 14, 2009 ====&lt;br /&gt;
&lt;br /&gt;
Business and working meeting during the annual members meeting.&lt;br /&gt;
'''Participants''': Syd Bauman (SB), Markus Flatscher (MF), Elena Pierazzo (EP), Malte Rehbein (MR), Paul Schaffner (PSc), Peter Stadler (PSt), Bert Van Raemdonck (BV)&lt;br /&gt;
&lt;br /&gt;
The business meeting was attended by MF, PSc, PSt and BV and - since the number of participants allowed it - was an informal talk about the different projects, the last meeting at London and the &amp;quot;correspDesc&amp;quot; PS had proposed there as well as the question whether editing correspondence from printed (secondary) material needs to treated differently than correspondence from manuscript source material. Work on the roadmap was postponed to the working meeting.&lt;br /&gt;
&lt;br /&gt;
The working meeting was attended by all above mentioned participants who agreed on the need for a customization of some of the P5 elements (and element classes) for encoding correspondence. Question is of course: how? &lt;br /&gt;
* P5 has introduced some elements that were inspired by what had been done earlier in DALF (P4), but not all P4 customizations in DALF are actually rendered in P5 (and vice versa). Hence, a comparison of both should be a good starting point to eventually come to a new ODD for encoding correspondence, and maybe even for introducing an actual module for future TEI Guidelines.&lt;br /&gt;
* MF, PSt and BV agree on doing such a mapping together. Since BV is like the only DALF original left, he will coordinate this: he will split the work up, and will be contacting MF and PSt for further arrangements. [UPDATE: Edward Vanhoutte and Ron Van den Branden agreed to work on this with BV face to face and then get back to MF and PSt afterwards. --[[User:Pstadler|pstadler]] 07:04, 27 November 2009 (EST)]&lt;br /&gt;
* Before X-mas, there should be a conference call to catch up on how the mapping proceeds. PSt will contact Dan O'Donnell for funding.&lt;br /&gt;
* Bugs and absurdities in P5 regarding correspondence should be posted on Sourceforge. Elena Pierazzo will be the liaison between the SIG and the TEI Council. She will help SIG members to report our findings through Sourceforge or otherwise.&lt;br /&gt;
* The mapping should result in a new ODD. SB is willing to help us create it. The new ODD should somehow be more or less DALF-like. Hence, the working title of the ODD is 'Dalfy'. Dalfy will be an oddified version of DALF where obviously identical concepts will already be mapped to their P5 equivalents (therefore Dalfy != DALF).&lt;br /&gt;
* After the mapping is done, useful elements (or concepts, structures) that are neither in DALF or in P5 yet, should be listed. Members of the SIG are welcome to suggest their own 'favourite missing elements'.&lt;br /&gt;
* With Dalfy as starting point we can than try to rearrange and modify it to come to a new Correspondence ODD (no code name yet!) that should resolve all problems and satisfy all needs...&lt;br /&gt;
* Issues that came up during the meetings concern &amp;lt;address&amp;gt; (and multiple addresses within one letter) (SB and EP), &amp;lt;signed&amp;gt; (everyone), endorsements as well as correspondence by committee (PSc)&lt;br /&gt;
* Besides the work on Dalfy PSt shall finish his work on oddifying his &amp;lt;correspDesc&amp;gt;.&lt;br /&gt;
'''Roadmap/Milestones''':&lt;br /&gt;
* Before Christmas: Teleconference about the mapping (MF, PSt, BV)&lt;br /&gt;
* Febr. 10, 2010: Mapping done&lt;br /&gt;
* July, 2010: Next SIG meeting at Digital Humanities conference (London) on new ODD&lt;br /&gt;
 &lt;br /&gt;
[Minutes PSt and BV]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== London, Nov 8, 2008 ====&lt;br /&gt;
&lt;br /&gt;
The first section (14-15:30) saw short  presentations of current projects by:&lt;br /&gt;
* Tim McLoughlin: James Barry's letters&lt;br /&gt;
* Hilde Bøe: eMunch project (assisted by Ellen Nessheim Wiger with the Henrik Ibsen correspondence)&lt;br /&gt;
* Peter Boot: correspondence of Vincent van Gogh&lt;br /&gt;
* David Sewell: correspondence projects published via ROTUNDA&lt;br /&gt;
* Deborah K. Wright: correspondence of Matthew Prior&lt;br /&gt;
* Peter Stadler: correspondence of Carl Maria von Weber&lt;br /&gt;
&lt;br /&gt;
The second section (16-16:45) had to be shortened due to organisational necessities but saw general discussion about&lt;br /&gt;
* the content model of postscript which is rather restricted and does not allow for an i.e. '''head''' element. Everyone was encouraged to send examples via the list. [Let me add that the same holds true for '''address''' --[[User:Pstadler|pstadler]]]&lt;br /&gt;
* the need and the possible content for an '''correspDesc''' element within '''sourceDesc'''. I will try to create an odd file with the necessary additions to the schema as a starting point for further expertise. --[[User:Pstadler|pstadler]].&lt;br /&gt;
* correspondence as an event. Lou pointed this out as similar topics were discussed in the ontologies SIG.&lt;br /&gt;
&lt;br /&gt;
== Correspondence Projects ==&lt;br /&gt;
&lt;br /&gt;
Please add your projects alphabetically with link and (if possible) a short description!&lt;br /&gt;
&lt;br /&gt;
=== Ongoing Projects ===&lt;br /&gt;
&lt;br /&gt;
* [http://gams.uni-graz.at/fedora/get/container:rollett/bdef:Container/get The Letters of Alexander Rollett]. A project of the Center for Information Modeling in the Humanities (ZIM) at the University of Graz.&lt;br /&gt;
* Alfred Escher Correspondence. A project of the Alfred Escher Foundation, Zurich [http://www.alfred-escher.ch (Alfred Escher-Stiftung)]. Edition of the correspondence of Alfred Escher, influential 19th century Swiss politician and entrepreneur (e.g. Credit Suisse, Gotthard railway), comprising several thousand letters. At first, an edition of selected letters to and from Escher will be published in book form, including rich annotations. The first volume of the series is already available. Later on, the correspondence of Alfred Escher will be made available online. The correspondence covers topics as diverse as politics, economics, education, railways, banks, insurance. [http://www.briefedition.alfred-escher.ch/ Alfred Escher-Briefedition]&lt;br /&gt;
* Digital Archive of Letters in Flanders authors and composers from the 19th &amp;amp; 20th century,  [http://www.kantl.be/ctb/project/dalf/ DALF]&lt;br /&gt;
*''Complete Letters of Willa Cather'', a new digital scholarly edition of the American author's complete correspondence, scheduled for initial publication in January 2018 on the [http://cather.unl.edu Willa Cather Archive]&lt;br /&gt;
* ''Emily Dickinson's Correspondences'' (public version not yet online), to be published under the [http://rotunda.upress.virginia.edu Rotunda] imprint by University of Virginia Press. An edition of selected correspondence to and from American poet Emily Dickinson, with MS facsimiles and rich metadata capturing physical details of the manuscripts.&lt;br /&gt;
* Gundolf-Elli. Correspondence between Friedrich Gundolf and Elisabeth Salomon (George-Kreis). Project at the German Literature Archive. There is no website, yet. For more information use the mailing list.&lt;br /&gt;
* eMunch. Edvard Munch's written material: Complete letters, diaries and writings, [http://www.emunch.no/eng/index.htm] (Updated and expanded 15.06.2009)&lt;br /&gt;
* Schleiermacher, Friedrich - Edition of the correspondence at Berlin-Brandenburg Academy of Sciences and Humanities ([http://www.bbaw.de/ BBAW]). At the moment the new work environment (with TEI) is in development.&lt;br /&gt;
* Weber, C.M.v.: Complete letters, diaries, writings and compositions, [http://www.weber-gesamtausgabe.de/ Carl-Maria-von-Weber-Gesamtausgabe] (at the moment german only)&lt;br /&gt;
* Digital edition [http://141.20.126.175/berliner-intellektuelle/?language=de 'Letters and texts. The intellectual Berlin around 1800'.] Realized by the project 'Berlin Intellectuals 1800-1830' at Humboldt University Berlin. Publication of letters and work manuscripts of Berlin-based writers and scholars from the late 18th and early 19th century. Manuscript facsimiles, transcriptions with annotation, XML files made available. Web presence launched in April 2012 with a first set of texts. Will be progressively enriched during the upcoming years.&lt;br /&gt;
* [http://elec.enc.sorbonne.fr/dubourg/ Correspondance of the chancellor Antoine Du Bourg]. A project of the École nationale des chartes. Certainly one of the richest administrative and political correspondence for the France of the Renaissance, it evokes all matters a chancellor has to manage: royal finances, monitoring the printed production, economic politics, .... The whole corpus contains around 1200 letters; for the moment, one hundred has been published online, the edition is still regularly increased. The edition is part of a bigger project of digital editions of modern correspondences (15th-18th century): the aim is to build a model and interface which could be usable and shared to every non literary correspondences for early modern history.&lt;br /&gt;
* [http://dantiscus.al.uw.edu.pl Texts &amp;amp;amp; Correspondence of Ioannes Dantiscus]. Launched in 2010 and building upon material recorded since 1989 at the University of Warsaw Ioannes Dantiscus’ correspondence forms Central-Eastern Europe’s largest collection of letters (over 6,000 letters, mostly Latin and German) related to the Polish royal court and its partners in Renaissance Europe.&lt;br /&gt;
&lt;br /&gt;
=== Completed Projects ===&lt;br /&gt;
* [http://rotunda.upress.virginia.edu/dmde The Dolley Madison Digital Edition], part of the University of Virginia Press's [http://rotunda.upress.virginia.edu/ Rotunda] series. This is an ongoing publication, but the first two &amp;quot;volumes&amp;quot; are online. Currently the underlying data is tagged using the [http://adh.sc.edu/ Model Editions Partnership] variant of TEI (P4), but we are also exporting and transforming the documents to TEI P5 for interoperability with other material. (Contact: [mailto:dsewell@virginia.edu David Sewell])&lt;br /&gt;
* [http://www.vnsbrieven.org/VNS/?lang=en Van Nu en Straks: Brieven / Letters],  Online edition of the correspondence concerning the literary journal 'Van Nu en Straks' (1419 letters). The annotated letters contain references to ca 2500 persons, 500 places, 1000 titles of books, 650 journal articles and 350 poems. A network of 3600 hyperlinks facilitates intuitive and associative consulting. Project at the [http://www.ctb.kantl.be Centre for Scholarly Editing and Document Studies] / Royal Academy of Dutch Language and Literature (KANTL-CTB, Ghent-Belgium) and Ghent University (Belgium). This project is part of the broader [http://www.kantl.be/ctb/project/dalf/ DALF-project].&lt;br /&gt;
* [http://www.vangoghletters.org/vg/ Vincent van Gogh, The letters]. A full edition of all the extant correspondence of Vincent van Gogh (900 letters). The edition includes full transcriptions (in Dutch and French), translation into English, facsimiles, extensive annotations and about 2000 illustrations.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG|Correspondence]]&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=SIG:Correspondence/pre-printed_text&amp;diff=13860</id>
		<title>SIG:Correspondence/pre-printed text</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=SIG:Correspondence/pre-printed_text&amp;diff=13860"/>
		<updated>2014-10-09T12:52:19Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: Created page with &amp;quot;&amp;lt; back to SIG:Correspondence  =pre-printed text=  The issue arose on the mailing list: https://listserv.brown.edu/archives/cgi-bin/wa?A2=TEI-CORRESP-SIG;5d627f23.1410  This p...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt; back to [[SIG:Correspondence]]&lt;br /&gt;
&lt;br /&gt;
=pre-printed text=&lt;br /&gt;
&lt;br /&gt;
The issue arose on the mailing list: https://listserv.brown.edu/archives/cgi-bin/wa?A2=TEI-CORRESP-SIG;5d627f23.1410&lt;br /&gt;
&lt;br /&gt;
This page is to summarize the ideas and possible solutions&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== The issue ==&lt;br /&gt;
&lt;br /&gt;
Correspondence material may include pre-printed texts, such as letterheads, postcard captions, etc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Possible solutions ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-fw.html forme work]: &amp;quot;pre-printed framework into which you insert the customized message; not too different from running headers and footers.&amp;quot; ([https://listserv.brown.edu/archives/cgi-bin/wa?A2=TEI-CORRESP-SIG;f4950de6.1410 Martin Holmes])&lt;br /&gt;
* &amp;lt;seg rend=&amp;quot;print&amp;quot;&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=SIG:Correspondence&amp;diff=13859</id>
		<title>SIG:Correspondence</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=SIG:Correspondence&amp;diff=13859"/>
		<updated>2014-10-09T12:34:30Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: /* Topics currently under discussion */ Added item 'pre-printed text'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== News ==&lt;br /&gt;
&lt;br /&gt;
* [[SIG:Correspondence/minutes-rome|minutes]] of the SIG meeting at Rome, final version --[[User:Pstadler|pstadler]] 09:03, 26 November 2013 (EST)&lt;br /&gt;
* New page for the [[SIG:Correspondence/task-force-correspDesc|correspDesc task force]] --[[User:Pstadler|pstadler]] 10:22, 11 November 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
The TEI Special Interest Group on Correspondence seeks to bring together scholars interested in creating digital scholarly editions of correspondence. The goal of the SIG will be to discuss and develop sample tagsets (including suggesting additions/modifications to the TEI Guidelines) for varying forms of correspondence as well as to create tutorials and best practice models.&lt;br /&gt;
&lt;br /&gt;
Because the initiative for this SIG emerged from editorial work with 19th century letters, the organizers of this SIG have focused on these types of materials. However, we want this SIG to be more encompassing, embracing varying types of historical and literary correspondence including epistles, telegrams, postcards, etc., and perhaps other types of documents that share features with physical written correspondence like diaries, diary entries, letters to the editor, e-mail, blogs, etc.&lt;br /&gt;
&lt;br /&gt;
The common feature of these sorts of text is a generally formalized physical appearance (e.g., an envelope for letters) and structure of content (i.e. address field, special formulas for opener and closer). [http://www.tei-c.org/Activities/Projects/da03.xml DALF] was one of the best documented projects in this area developing specific DTDs for those needs in P4: this may be a starting point for further work in P5.&lt;br /&gt;
&lt;br /&gt;
Initial topics for the SIG Correspondence may include:&lt;br /&gt;
* the handling of the envelope and postal addresses&lt;br /&gt;
* the formal description of correspondence as a written dialogue between an author and an addressee&lt;br /&gt;
* correspondence-specific bibliographical data within the metadata section&lt;br /&gt;
&lt;br /&gt;
== Activities ==&lt;br /&gt;
&lt;br /&gt;
The SIG runs a mailing list, which you can join by visiting http://listserv.brown.edu/tei-corresp-sig.html .&lt;br /&gt;
&lt;br /&gt;
=== Topics currently under discussion ===&lt;br /&gt;
* The content of a special '''correspDesc''' element (see [[SIG:Correspondence/ODD_work]])&lt;br /&gt;
* Discussion of different P5-customizations for correspondence (see [[SIG:Correspondence/EncodingComparisons]])&lt;br /&gt;
--&amp;gt; For this, see the work of the [[SIG:Correspondence/task-force-correspDesc|correspDesc task force]] for current developments.&lt;br /&gt;
* The content model of '''postscript''': look at the [[Collection of Postscript-Examples]] and the contributions to the [[ps-discussion]].&lt;br /&gt;
* How to deal with '''enclosures''' or '''attachements''' to a letter&lt;br /&gt;
* The content model of opener/closer and their connection with salute, signed, dateline, etc. &lt;br /&gt;
* diary entries&lt;br /&gt;
* definition of &amp;lt;signed&amp;gt; does not correspond with its actual use in the P5 guidelines&lt;br /&gt;
* address now in &amp;amp;lt;p&amp;gt; but not in &amp;amp;lt;div&amp;gt;: maybe not a good idea&lt;br /&gt;
* notification of addresses (different in different parts of the world). Could this be handled more adequately than just with datelines?&lt;br /&gt;
* [[SIG:Correspondence/pre-printed_text|pre-printed text]] (e.g. letterhead, postcard captions)&lt;br /&gt;
&lt;br /&gt;
=== Meetings ===&lt;br /&gt;
&lt;br /&gt;
==== Rome, Oct 3, 2013 ====&lt;br /&gt;
&lt;br /&gt;
Exhaustive minutes at [[SIG:Correspondence/minutes-rome]]&lt;br /&gt;
&lt;br /&gt;
==== College Station, Nov 9, 2012 ====&lt;br /&gt;
&lt;br /&gt;
09-12:30PM at Rudder Tower 302&lt;br /&gt;
&lt;br /&gt;
'''Agenda''':&lt;br /&gt;
&lt;br /&gt;
# Report on last year's activities&lt;br /&gt;
# [[SIG:Correspondence/RequestForModule|Request for a correspondence module and a wrapper element for correspondence meta data]]&lt;br /&gt;
# AOB&lt;br /&gt;
&lt;br /&gt;
'''Minutes'''&lt;br /&gt;
&lt;br /&gt;
Short summary/Outcome: [[SIG:Correspondence/ODD_work|A second draft for a correspondence ODD]]&lt;br /&gt;
&lt;br /&gt;
Details: [[Minutes College Station]]&lt;br /&gt;
&lt;br /&gt;
==== Wuerzburg, Oct 15, 2011 ====&lt;br /&gt;
&lt;br /&gt;
Agenda of the meeting during the Wuerzburg MM (on Oct 15, 2011 from 9am to 10:30am in room 1.003):&lt;br /&gt;
* 1. New members / projects / demands&lt;br /&gt;
* 2. Short survey of the development of the SIG and the topics discussed&lt;br /&gt;
* 3. Views of the group about proposing a &amp;lt;correspDesc&amp;gt; (or similar) element or not&lt;br /&gt;
* 4. Future activities of the SIG: P5-Customizations for Correspondence (&amp;quot;Dalfy&amp;quot; et al.) / Special Guidelines (TEI by example) / Proposals / Next Steps&lt;br /&gt;
* 5. Roadmap for 2012&lt;br /&gt;
* 6. Website and Wiki&lt;br /&gt;
&lt;br /&gt;
===== Minutes / Results / Goals =====&lt;br /&gt;
&lt;br /&gt;
For more detailed minutes see [[SIGcorresp Minutes 20111015|Minutes Wuerzburg]], the main results of the discussions and the goals for the near future are summed up here: &lt;br /&gt;
&lt;br /&gt;
* Preliminary goal: initiate a comparison between several customized or non-customized TEI versions for correspondence (to be published on the WiKi)&lt;br /&gt;
* Middle-term goal: propose &amp;quot;official&amp;quot; customization(s) for correspondence&lt;br /&gt;
* Middle-term goal: ask people to make some or their examples available and find out in which way they used TEI for correspondence&lt;br /&gt;
* Middle-term goal: develop best practice models&lt;br /&gt;
* Long-term goal: develop a compressed proposal for handling correspondence within TEI&lt;br /&gt;
&lt;br /&gt;
==== Zadar, Nov 13, 2010 ====&lt;br /&gt;
&lt;br /&gt;
Participation: around 5 people&lt;br /&gt;
&lt;br /&gt;
1. Peter gave a report on last year's activities&lt;br /&gt;
* Task force ‘Dalfy’ was established after the Ann Arbor Meeting: Markus Flatscher, Bert Van Raemdonck, Peter Stadler&lt;br /&gt;
* Goal: Mapping of DALF (P4) to TEI P5 as a basis for further work on a correspondence customization&lt;br /&gt;
* But: Momentum got lost …&lt;br /&gt;
* Further: Some discussion on TEI-L about &amp;quot;signed vs. salute&amp;quot;&lt;br /&gt;
&lt;br /&gt;
2. A brief look on open questions&lt;br /&gt;
* Correspondence meta data: correspDesc?&lt;br /&gt;
* The content model of postscript (cf. the Collection of Postscript-Examples and the contributions to the ps-discussion.)&lt;br /&gt;
* The content model of opener/closer and their connection with salute, signed, dateline, byline etc.&lt;br /&gt;
&lt;br /&gt;
3. Attempt to create a roadmap for 2011&lt;br /&gt;
* Peter suggested a second attempt for a grant to achieve the mapping of DALF to P5&lt;br /&gt;
* Discussion about possible fundings for such an attempt&lt;br /&gt;
* review of the last failed TEI grant proposal: it was criticized by the present panel members that no preliminary work was (visibly) carried out&lt;br /&gt;
* Susan suggested to first initiate a survey on the correspondence list&lt;br /&gt;
&lt;br /&gt;
4. AOB&lt;br /&gt;
* nothing&lt;br /&gt;
&lt;br /&gt;
==== Ann Arbor, Nov 14, 2009 ====&lt;br /&gt;
&lt;br /&gt;
Business and working meeting during the annual members meeting.&lt;br /&gt;
'''Participants''': Syd Bauman (SB), Markus Flatscher (MF), Elena Pierazzo (EP), Malte Rehbein (MR), Paul Schaffner (PSc), Peter Stadler (PSt), Bert Van Raemdonck (BV)&lt;br /&gt;
&lt;br /&gt;
The business meeting was attended by MF, PSc, PSt and BV and - since the number of participants allowed it - was an informal talk about the different projects, the last meeting at London and the &amp;quot;correspDesc&amp;quot; PS had proposed there as well as the question whether editing correspondence from printed (secondary) material needs to treated differently than correspondence from manuscript source material. Work on the roadmap was postponed to the working meeting.&lt;br /&gt;
&lt;br /&gt;
The working meeting was attended by all above mentioned participants who agreed on the need for a customization of some of the P5 elements (and element classes) for encoding correspondence. Question is of course: how? &lt;br /&gt;
* P5 has introduced some elements that were inspired by what had been done earlier in DALF (P4), but not all P4 customizations in DALF are actually rendered in P5 (and vice versa). Hence, a comparison of both should be a good starting point to eventually come to a new ODD for encoding correspondence, and maybe even for introducing an actual module for future TEI Guidelines.&lt;br /&gt;
* MF, PSt and BV agree on doing such a mapping together. Since BV is like the only DALF original left, he will coordinate this: he will split the work up, and will be contacting MF and PSt for further arrangements. [UPDATE: Edward Vanhoutte and Ron Van den Branden agreed to work on this with BV face to face and then get back to MF and PSt afterwards. --[[User:Pstadler|pstadler]] 07:04, 27 November 2009 (EST)]&lt;br /&gt;
* Before X-mas, there should be a conference call to catch up on how the mapping proceeds. PSt will contact Dan O'Donnell for funding.&lt;br /&gt;
* Bugs and absurdities in P5 regarding correspondence should be posted on Sourceforge. Elena Pierazzo will be the liaison between the SIG and the TEI Council. She will help SIG members to report our findings through Sourceforge or otherwise.&lt;br /&gt;
* The mapping should result in a new ODD. SB is willing to help us create it. The new ODD should somehow be more or less DALF-like. Hence, the working title of the ODD is 'Dalfy'. Dalfy will be an oddified version of DALF where obviously identical concepts will already be mapped to their P5 equivalents (therefore Dalfy != DALF).&lt;br /&gt;
* After the mapping is done, useful elements (or concepts, structures) that are neither in DALF or in P5 yet, should be listed. Members of the SIG are welcome to suggest their own 'favourite missing elements'.&lt;br /&gt;
* With Dalfy as starting point we can than try to rearrange and modify it to come to a new Correspondence ODD (no code name yet!) that should resolve all problems and satisfy all needs...&lt;br /&gt;
* Issues that came up during the meetings concern &amp;lt;address&amp;gt; (and multiple addresses within one letter) (SB and EP), &amp;lt;signed&amp;gt; (everyone), endorsements as well as correspondence by committee (PSc)&lt;br /&gt;
* Besides the work on Dalfy PSt shall finish his work on oddifying his &amp;lt;correspDesc&amp;gt;.&lt;br /&gt;
'''Roadmap/Milestones''':&lt;br /&gt;
* Before Christmas: Teleconference about the mapping (MF, PSt, BV)&lt;br /&gt;
* Febr. 10, 2010: Mapping done&lt;br /&gt;
* July, 2010: Next SIG meeting at Digital Humanities conference (London) on new ODD&lt;br /&gt;
 &lt;br /&gt;
[Minutes PSt and BV]&lt;br /&gt;
&lt;br /&gt;
==== London, Nov 8, 2008 ====&lt;br /&gt;
&lt;br /&gt;
The first section (14-15:30) saw short  presentations of current projects by:&lt;br /&gt;
* Tim McLoughlin: James Barry's letters&lt;br /&gt;
* Hilde Bøe: eMunch project (assisted by Ellen Nessheim Wiger with the Henrik Ibsen correspondence)&lt;br /&gt;
* Peter Boot: correspondence of Vincent van Gogh&lt;br /&gt;
* David Sewell: correspondence projects published via ROTUNDA&lt;br /&gt;
* Deborah K. Wright: correspondence of Matthew Prior&lt;br /&gt;
* Peter Stadler: correspondence of Carl Maria von Weber&lt;br /&gt;
&lt;br /&gt;
The second section (16-16:45) had to be shortened due to organisational necessities but saw general discussion about&lt;br /&gt;
* the content model of postscript which is rather restricted and does not allow for an i.e. '''head''' element. Everyone was encouraged to send examples via the list. [Let me add that the same holds true for '''address''' --[[User:Pstadler|pstadler]]]&lt;br /&gt;
* the need and the possible content for an '''correspDesc''' element within '''sourceDesc'''. I will try to create an odd file with the necessary additions to the schema as a starting point for further expertise. --[[User:Pstadler|pstadler]].&lt;br /&gt;
* correspondence as an event. Lou pointed this out as similar topics were discussed in the ontologies SIG.&lt;br /&gt;
&lt;br /&gt;
== Correspondence Projects ==&lt;br /&gt;
&lt;br /&gt;
Please add your projects alphabetically with link and (if possible) a short description!&lt;br /&gt;
&lt;br /&gt;
=== Ongoing Projects ===&lt;br /&gt;
&lt;br /&gt;
* [http://gams.uni-graz.at/fedora/get/container:rollett/bdef:Container/get The Letters of Alexander Rollett]. A project of the Center for Information Modeling in the Humanities (ZIM) at the University of Graz.&lt;br /&gt;
* Alfred Escher Correspondence. A project of the Alfred Escher Foundation, Zurich [http://www.alfred-escher.ch (Alfred Escher-Stiftung)]. Edition of the correspondence of Alfred Escher, influential 19th century Swiss politician and entrepreneur (e.g. Credit Suisse, Gotthard railway), comprising several thousand letters. At first, an edition of selected letters to and from Escher will be published in book form, including rich annotations. The first volume of the series is already available. Later on, the correspondence of Alfred Escher will be made available online. The correspondence covers topics as diverse as politics, economics, education, railways, banks, insurance. [http://www.briefedition.alfred-escher.ch/ Alfred Escher-Briefedition]&lt;br /&gt;
* Digital Archive of Letters in Flanders authors and composers from the 19th &amp;amp; 20th century,  [http://www.kantl.be/ctb/project/dalf/ DALF]&lt;br /&gt;
* ''Emily Dickinson's Correspondences'' (public version not yet online), to be published under the [http://rotunda.upress.virginia.edu Rotunda] imprint by University of Virginia Press. An edition of selected correspondence to and from American poet Emily Dickinson, with MS facsimiles and rich metadata capturing physical details of the manuscripts.&lt;br /&gt;
* Gundolf-Elli. Correspondence between Friedrich Gundolf and Elisabeth Salomon (George-Kreis). Project at the German Literature Archive. There is no website, yet. For more information use the mailing list.&lt;br /&gt;
* eMunch. Edvard Munch's written material: Complete letters, diaries and writings, [http://www.emunch.no/eng/index.htm] (Updated and expanded 15.06.2009)&lt;br /&gt;
* Schleiermacher, Friedrich - Edition of the correspondence at Berlin-Brandenburg Academy of Sciences and Humanities ([http://www.bbaw.de/ BBAW]). At the moment the new work environment (with TEI) is in development.&lt;br /&gt;
* Weber, C.M.v.: Complete letters, diaries, writings and compositions, [http://www.weber-gesamtausgabe.de/ Carl-Maria-von-Weber-Gesamtausgabe] (at the moment german only)&lt;br /&gt;
* Digital edition [http://141.20.126.175/berliner-intellektuelle/?language=de 'Letters and texts. The intellectual Berlin around 1800'.] Realized by the project 'Berlin Intellectuals 1800-1830' at Humboldt University Berlin. Publication of letters and work manuscripts of Berlin-based writers and scholars from the late 18th and early 19th century. Manuscript facsimiles, transcriptions with annotation, XML files made available. Web presence launched in April 2012 with a first set of texts. Will be progressively enriched during the upcoming years.&lt;br /&gt;
* [http://elec.enc.sorbonne.fr/dubourg/ Correspondance of the chancellor Antoine Du Bourg]. A project of the École nationale des chartes. Certainly one of the richest administrative and political correspondence for the France of the Renaissance, it evokes all matters a chancellor has to manage: royal finances, monitoring the printed production, economic politics, .... The whole corpus contains around 1200 letters; for the moment, one hundred has been published online, the edition is still regularly increased. The edition is part of a bigger project of digital editions of modern correspondences (15th-18th century): the aim is to build a model and interface which could be usable and shared to every non literary correspondences for early modern history.&lt;br /&gt;
&lt;br /&gt;
=== Completed Projects ===&lt;br /&gt;
* [http://rotunda.upress.virginia.edu/dmde The Dolley Madison Digital Edition], part of the University of Virginia Press's [http://rotunda.upress.virginia.edu/ Rotunda] series. This is an ongoing publication, but the first two &amp;quot;volumes&amp;quot; are online. Currently the underlying data is tagged using the [http://adh.sc.edu/ Model Editions Partnership] variant of TEI (P4), but we are also exporting and transforming the documents to TEI P5 for interoperability with other material. (Contact: [mailto:dsewell@virginia.edu David Sewell])&lt;br /&gt;
* [http://www.vnsbrieven.org/VNS/?lang=en Van Nu en Straks: Brieven / Letters],  Online edition of the correspondence concerning the literary journal 'Van Nu en Straks' (1419 letters). The annotated letters contain references to ca 2500 persons, 500 places, 1000 titles of books, 650 journal articles and 350 poems. A network of 3600 hyperlinks facilitates intuitive and associative consulting. Project at the [http://www.ctb.kantl.be Centre for Scholarly Editing and Document Studies] / Royal Academy of Dutch Language and Literature (KANTL-CTB, Ghent-Belgium) and Ghent University (Belgium). This project is part of the broader [http://www.kantl.be/ctb/project/dalf/ DALF-project].&lt;br /&gt;
* [http://www.vangoghletters.org/vg/ Vincent van Gogh, The letters]. A full edition of all the extant correspondence of Vincent van Gogh (900 letters). The edition includes full transcriptions (in Dutch and French), translation into English, facsimiles, extensive annotations and about 2000 illustrations.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG|Correspondence]]&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Council_agenda_2014-06&amp;diff=13512</id>
		<title>Council agenda 2014-06</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Council_agenda_2014-06&amp;diff=13512"/>
		<updated>2014-06-29T16:17:02Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: /* Monday 30 June 2014 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Draft Agenda for TEI Technical Council Meeting 2014-06-30 to 2014-07-02.=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Monday 30 June 2014 ==&lt;br /&gt;
09:00 - 10:30&lt;br /&gt;
* TEI Simple&lt;br /&gt;
* PureODD: Can Lou tell us where we're at and where we're going, and Sebastian talk about implementation (working, planned, and blue-sky)?&lt;br /&gt;
** whether it makes sense to have @allowText on sub elements of &amp;lt;content&amp;gt;&lt;br /&gt;
** what  a set of elementRef as direct  children of &amp;lt;content&amp;gt; means&lt;br /&gt;
** what the same thing means with @allowText&lt;br /&gt;
** when and how to convert Gidlines to Pure ODD&lt;br /&gt;
** testing testing testing&lt;br /&gt;
* TEI DH2014 HackAThon&lt;br /&gt;
* [http://wiki.tei-c.org/index.php/SIG:Correspondence/task-force-correspDesc TEI Correspondence Module]&lt;br /&gt;
15:00 - 17:00&lt;br /&gt;
* Ticket implementation or other TEI Work&lt;br /&gt;
18:00-&lt;br /&gt;
* Picnic in University Parks. (James will lead from Rewley House)&lt;br /&gt;
&lt;br /&gt;
== Tuesday 1 July 2014 ==&lt;br /&gt;
09:00 - 10:30&lt;br /&gt;
* Text directionality additions: final reading and approval &lt;br /&gt;
* Update on ISO Speech transcription proposal (http://bit.ly/1jyZC37)&lt;br /&gt;
* Update on TBX ODD &lt;br /&gt;
* Global Applicability of att.responsibility&lt;br /&gt;
* Autumn Face-to-Face meeting&lt;br /&gt;
10:30 - 13:00 &lt;br /&gt;
* Tickets&lt;br /&gt;
13:00 - 14:00 &lt;br /&gt;
* Lunch (Rewley Dining Room)&lt;br /&gt;
14:00 - 15:00 &lt;br /&gt;
* Tickets Recap or other discussion&lt;br /&gt;
15:00 - 17:00&lt;br /&gt;
* Ticket implementation or other TEI Work&lt;br /&gt;
18:00-&lt;br /&gt;
* Supper: Old Bookbinders Ale House http://oldbookbinders.co.uk/&lt;br /&gt;
&lt;br /&gt;
== Wednesday 2 July 2014 == &lt;br /&gt;
09:00 - 10:30&lt;br /&gt;
* MDH on Guidelines translation (with help from FC): Italian and German teams are not making much progress. Is there anything we can do?&lt;br /&gt;
* TEI Standoff and Linked Data representations&lt;br /&gt;
* TEI Future Developments (e.g. Roadmap to P6, Bluesky thinking, etc.)&lt;br /&gt;
10:30 - 13:00 &lt;br /&gt;
* Ticket Discussion and Assignment&lt;br /&gt;
13:00 - 14:30 &lt;br /&gt;
* Lunch (Pierre Victoire)&lt;br /&gt;
14:30 - 15:00 &lt;br /&gt;
* Tickets Recap and other discussion&lt;br /&gt;
15:00 - 17:00&lt;br /&gt;
* Ticket implementation or other TEI Work&lt;br /&gt;
18:00 - &lt;br /&gt;
* Supper: restaurant to be agreed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Council]]&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=SIG:Correspondence/task-force-correspDesc&amp;diff=13402</id>
		<title>SIG:Correspondence/task-force-correspDesc</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=SIG:Correspondence/task-force-correspDesc&amp;diff=13402"/>
		<updated>2014-05-30T13:11:27Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: /* Conf Call May 28, 2014 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;- back to [[SIG:Correspondence]]&lt;br /&gt;
&lt;br /&gt;
= Task force &amp;quot;correspDesc&amp;quot; =&lt;br /&gt;
&lt;br /&gt;
* '''Members''': Marcel Illetschko, Sabine Seifert, Peter Stadler&lt;br /&gt;
* &amp;quot;'''Pusher'''&amp;quot;: Mariana Gomes&lt;br /&gt;
&lt;br /&gt;
We will try to make our work as transparent and open as possible so others can chime in and contribute at every stage. Please feel free to make use of all the various comment/edit/share/fork functions or to contact us directly.&lt;br /&gt;
&lt;br /&gt;
== Goal == &lt;br /&gt;
&lt;br /&gt;
Create a formal proposal for a &amp;lt;correspDesc&amp;gt; (or whatever name)  element for approval by the TEI council as a new element of the TEI standard. This work shall be based on the &amp;quot;second draft for a correspondence module and a wrapper element for correspondence meta data&amp;quot; as it was started during the 2012 SIG meeting.&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
&lt;br /&gt;
There have been several P4 projects with a dedicated correspondence schema (DALF probably being the renowned). While several correspondence tags (&amp;lt;postscript&amp;gt; etc.) are available from the TEI P5 standard, there is no specific way of dealing with correspondence meta data (e.g. sender, addressee) in the current TEI header. Since that's an impediment on the  interoperability and interchange of these texts and since there are good practice models working with a &amp;lt;correspDesc&amp;gt;, the SIG Correspondence started to draft such a proposal during its 2012 meeting and now set up a task force for elaborating this draft.&lt;br /&gt;
&lt;br /&gt;
== Repositories  == &lt;br /&gt;
&lt;br /&gt;
https://github.com/TEI-Correspondence-SIG/correspDesc &lt;br /&gt;
This will be the main place for bringing together the proposal. &lt;br /&gt;
&lt;br /&gt;
== Meetings ==&lt;br /&gt;
&lt;br /&gt;
=== Conf Call May 28, 2014 ===&lt;br /&gt;
&lt;br /&gt;
It's been our fastest conf call ever! We reported on last weeks activities (not much, but some additions to the [https://github.com/TEI-Correspondence-SIG/correspDesc GitHub repo]) and agreed on a f2f meeting on June 17/18 in Berlin. Next conf call is scheduled for June 12, 10 AM.&lt;br /&gt;
&lt;br /&gt;
=== Conf Call May 20, 2014 ===&lt;br /&gt;
&lt;br /&gt;
==== Reports on two conferences: ====&lt;br /&gt;
# Berlin: [https://www.literatur.hu-berlin.de/aktuelles_idl/konferenzen_tagungen_vortraege/ontologien/programm &amp;quot;Datenmodellierung in digitalen Briefeditionen und ihre interpretatorische Leistung. Ontologien, Textgenetik und Visualisierungsstrategien&amp;quot;]&lt;br /&gt;
Peter presented on &amp;quot;interoperability of letter collections&amp;quot; and touched on the work of the task force. A lot of people are planning (dreaming) of connecting letter collections. &lt;br /&gt;
# Vienna: [http://www.ogl.at/programm/aktuelles-programm/ Editorenkolloquium]&lt;br /&gt;
&amp;quot;The old world&amp;quot; – a strong bias against digital editions and only few letter projects presented at the conference. Nevertheless Marcel waved the correspDesc flag during his talk.&lt;br /&gt;
&lt;br /&gt;
==== correspSearch ====&lt;br /&gt;
Stefan Dumont from the BBAW created a web service for querying correspDesc data. This web service will be presented as an open beta at the end of June. During his work on correspSearch he encountered several bugs and missing features in the CIF standard that need to be addressed now. (see next point)&lt;br /&gt;
&lt;br /&gt;
==== proposed schema changes ====&lt;br /&gt;
* rename addressee to receiver? We decided not to change that right now but we will wait for the natives to chime in.&lt;br /&gt;
* CIF: @when-iso instead of @when: For the web service there is a strong need for standardized date formats. --&amp;gt; Yes, will implement&lt;br /&gt;
* CIF: clearly defined meta data with information about origin, person in charge, last change date etc. --&amp;gt; Yes, will implement&lt;br /&gt;
* CIF: shall @notBefore be required to have a counterpart @notAfter? --&amp;gt; No, rejected&lt;br /&gt;
&lt;br /&gt;
==== Roadmap ====&lt;br /&gt;
* Next conf call on May 28, 10 AM&lt;br /&gt;
* f2f meeting on June 17/18 (date needs to be finalized)&lt;br /&gt;
* feature request due before next Council f2f, June 30&lt;br /&gt;
* correspSearch will go public at the end of June&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Conf Call March 28, 2014 ===&lt;br /&gt;
&lt;br /&gt;
To come …&lt;br /&gt;
&lt;br /&gt;
=== Conf Call March 17, 2014 ===&lt;br /&gt;
Peter gave a short summary of the workshop “Digitising experiences of migration” (Mellon Centre for Migration Studies, Omagh, Northern Ireland, March 14-15) – and we discussed the difficulties with lacking authority-file-data for our Correspondence Interchange Format (CIF). Marcel (located at the Austrian National Library) will have a look at Europeana’s interchange format to find out whether it could be combined with the task force’s CIF; Peter will get in contact with the BBAW in order to create some sort of web service, which will facilitate for data interchange. &lt;br /&gt;
Roadmap: June 2014 TEI-Council in Oxford – proposal should be ready for feature request – October 2014: TEI-Meeting (SIG meeting and/or &amp;lt;correspDesc&amp;gt;-workshop)&lt;br /&gt;
&lt;br /&gt;
=== Conf Call Feb. 18, 2014 ===&lt;br /&gt;
We discussed the &amp;lt;correspType&amp;gt; element, decided to change its name to &amp;lt;correspClass&amp;gt; (according to &amp;lt;textClass&amp;gt;). Then we dealt with the preparation of the presentation in Berlin, Feb. 26, 2014 (workshop: “Briefeditionen um 1800 – Schnittstellen finden und vernetzen”). To-dos: enhancing second draft ODD, enhancing text of proposal (theoretical considerations, preceeding work). Inform the communtiy via mailing list to get some feedback.&lt;br /&gt;
&lt;br /&gt;
=== Presentation Feb. 02, 2014 ===&lt;br /&gt;
&lt;br /&gt;
Short presentation of the element &amp;lt;correspDesc&amp;gt; (as developed so far) at workshop on editions of correspondence around 1800 at Berlin-Brandenburg Academy of Sciences in Berlin. The slides of the presentation (in German) are available [https://github.com/TEI-Correspondence-SIG/correspDesc/blob/master/2014%2002%2026%20presentation.pdf?raw=true here] and at [https://github.com/TEI-Correspondence-SIG/correspDesc GitHub].&lt;br /&gt;
&lt;br /&gt;
Next conf call will be on March 17, 2014.&lt;br /&gt;
&lt;br /&gt;
=== Conf Call Jan. 30, 2014 ===&lt;br /&gt;
&lt;br /&gt;
Discussing new changes in schema (&amp;lt;correspDesc&amp;gt; now repeatable, &amp;lt;note&amp;gt; and @ref in &amp;lt;correspDesc&amp;gt; possible, probably new name for &amp;lt;ct:correspType&amp;gt; needed, etc.). Latest version of the proposal can be found on [https://github.com/TEI-Correspondence-SIG/correspDesc GitHub]. Proposal fits well for encoding e-mails. Looking at real example of encoding a letter with our schema, discussing detailed structure and flat structure (CIF).&lt;br /&gt;
&lt;br /&gt;
=== Meeting Jan. 13-14, 2014 ===&lt;br /&gt;
&lt;br /&gt;
Meeting of task force in Berlin. We pushed forward the work on an ODD file for the correspondence module with the new element &amp;lt;correspDesc&amp;gt; (and several child elements). The result can be found at GitHub: [https://github.com/TEI-Correspondence-SIG/correspDesc/blob/master/proposal.xml proposal.xml]. While the formal specification can  already be considered alpha (i.e. you can build a schema and try it out), we are still behind enhancing the documentation with information on background, theoretical considerations, notes on implementation, etc.&lt;br /&gt;
&lt;br /&gt;
Next conf call will be on Jan. 30 (09:30 CET), 2014.&lt;br /&gt;
&lt;br /&gt;
=== Conf Call Jan. 8, 2014 ===&lt;br /&gt;
&lt;br /&gt;
This conf call mainly dealt with the preparation of the face-to-face meeting in Berlin on Jan. 13-14. &lt;br /&gt;
To-do-list for this meeting: reading of Mariana's e-mail and files, and of literature mentioned during conf calls (editio, Emert, etc.).&lt;br /&gt;
&lt;br /&gt;
General to-do-list: enhancing second draft ODD, enhancing text of proposal, have a look at Genetic Editions proposal. &lt;br /&gt;
&lt;br /&gt;
We decided to put together a bibliography of literature on editing letters that will help writing our proposal.&lt;br /&gt;
&lt;br /&gt;
All minutes from TEI conferences in TEI now online [http://www.tei-c.org/Activities/SIG/Correspondence/index.xml here].&lt;br /&gt;
&lt;br /&gt;
=== Conf Call Dec. 18, 2013 ===&lt;br /&gt;
&lt;br /&gt;
We closely dealt with the question, what information we want to encode within the new &amp;lt;correspDesc&amp;gt; element and what elements will be needed. Child elements of/information given within &amp;lt;correspDesc&amp;gt; will be: &amp;lt;sender&amp;gt;, &amp;lt;addressee&amp;gt;, &amp;lt;placeSender&amp;gt;, &amp;lt;placeAddressee&amp;gt;, &amp;lt;dateSender&amp;gt;, &amp;lt;dateAddressee&amp;gt;, Korrespondenzstelle, type of correspondence, bearer and method of message, information whether there is an envelope or not (description of envelope in &amp;lt;msDsc&amp;gt; and transcription in &amp;lt;body&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
What will not be encoded within &amp;lt;correspDesc&amp;gt; because it is not letter-specific: &amp;lt;incipit&amp;gt;, printed things like form fields or letterheads, &amp;lt;stamp&amp;gt; and postage stamps - all this information is encoded within &amp;lt;msDesc&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
There will be a short presentation of the work of the SIG Correspondence and especially the &amp;lt;correspDesc&amp;gt; task force at the meeting on technical interfaces in German digital editions of letters around 1800 at the Berlin-Brandenburg Academy of Sciences in Berlin on February 26th.&lt;br /&gt;
&lt;br /&gt;
Next conf call will be on Jan. 8, 10AM.&lt;br /&gt;
&lt;br /&gt;
=== Conf Call Nov. 26, 2013 ===&lt;br /&gt;
&lt;br /&gt;
Second meeting of the task force. Main topic was bringing together correspondence specific metadata (that should be encoded within a new &amp;lt;correspDesc&amp;gt; - or otherwise called - element but not necessarily): &lt;br /&gt;
sender, addressee, place of sender, date of sending, place of addressee, date of receiving, type of correspondence (letter, postcard, etc.), incipit, envelope, context (previous/next letter), postmark, stamp, perhaps transmitter of the message and method of delivery.&lt;br /&gt;
&lt;br /&gt;
We had a closer look at the DALF Preliminary P5 Proposal and the &amp;lt;dalf:letDesc&amp;gt; element as well as the &amp;lt;correspDesc&amp;gt; element used by [http://www.weber-gesamtausgabe.de Weber-Gesamtausgabe].&lt;br /&gt;
We dealt more closely with the problems of how and where to encode envelopes, the type of message, postmarks, etc. Seals are not specific for letters but for other manuscripts as well. Therefore, changing their encoding (in &amp;lt;sealDesc&amp;gt;) is not necessary.&lt;br /&gt;
&lt;br /&gt;
Next steps: Peter starts reworking/extending the '[[SIG:Correspondence/ODD_work|second draft]]', Marcel turns the minutes of the SIG Correspondence meetings into TEI, and starts writing goal and background information, DALF and WEGA, development of this proposal, etc. Sabine starts putting together information on the letter specific metadata and their description, place, examples, etc. as well as building up a structure for our proposal.&lt;br /&gt;
&lt;br /&gt;
Next conf call will be on Dec. 18, 10AM. At the face-to-face 'boot camp' on January 13-14 in Berlin, we will work on the customization ODD file.&lt;br /&gt;
&lt;br /&gt;
=== Conf Call Nov. 6, 2013 ===&lt;br /&gt;
&lt;br /&gt;
First meeting of the task force. We summed up the SIG meeting at Rome and made sure that we all shared (more or less) the same ideas  about the goal of the task force. Had a look at the &amp;quot;[[SIG:Correspondence/ODD_work|second draft]]&amp;quot; from last year which we decided to take as a starting point for future work. &lt;br /&gt;
&lt;br /&gt;
Furthermore we decided on GitHub as a central repository for carrying out the work on our proposal and envisioned a face2face meeting at the beginning of next year as sort of a &amp;quot;boot camp&amp;quot; (scheduled for Jan. 13/14 in Berlin).&lt;br /&gt;
&lt;br /&gt;
Next conf call shall be on Nov. 26, 12PM were we will look more closely at DALF and try to narrow down the &amp;quot;correspondence specific meta data&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Literature and previous work == &lt;br /&gt;
&lt;br /&gt;
* [http://ctb.kantl.be/project/dalf/P5/DALF_P5-p0.1.zip DALF Preliminary P5 Proposal]&lt;br /&gt;
* [[SIG:Correspondence/RequestForModule|Request for a correspondence module and a wrapper element for correspondence meta data]]&lt;br /&gt;
* Winfried Woesler: ''Richtlinienvorschläge für Briefkommentare'', in: Wissenschaftliche Briefeditionen und ihre Probleme. Editionswissenschaftliches Symposium, Berlin 1998, p. 87–96&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=SIG:Correspondence/task-force-correspDesc&amp;diff=13401</id>
		<title>SIG:Correspondence/task-force-correspDesc</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=SIG:Correspondence/task-force-correspDesc&amp;diff=13401"/>
		<updated>2014-05-30T13:07:13Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: /* Meetings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;- back to [[SIG:Correspondence]]&lt;br /&gt;
&lt;br /&gt;
= Task force &amp;quot;correspDesc&amp;quot; =&lt;br /&gt;
&lt;br /&gt;
* '''Members''': Marcel Illetschko, Sabine Seifert, Peter Stadler&lt;br /&gt;
* &amp;quot;'''Pusher'''&amp;quot;: Mariana Gomes&lt;br /&gt;
&lt;br /&gt;
We will try to make our work as transparent and open as possible so others can chime in and contribute at every stage. Please feel free to make use of all the various comment/edit/share/fork functions or to contact us directly.&lt;br /&gt;
&lt;br /&gt;
== Goal == &lt;br /&gt;
&lt;br /&gt;
Create a formal proposal for a &amp;lt;correspDesc&amp;gt; (or whatever name)  element for approval by the TEI council as a new element of the TEI standard. This work shall be based on the &amp;quot;second draft for a correspondence module and a wrapper element for correspondence meta data&amp;quot; as it was started during the 2012 SIG meeting.&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
&lt;br /&gt;
There have been several P4 projects with a dedicated correspondence schema (DALF probably being the renowned). While several correspondence tags (&amp;lt;postscript&amp;gt; etc.) are available from the TEI P5 standard, there is no specific way of dealing with correspondence meta data (e.g. sender, addressee) in the current TEI header. Since that's an impediment on the  interoperability and interchange of these texts and since there are good practice models working with a &amp;lt;correspDesc&amp;gt;, the SIG Correspondence started to draft such a proposal during its 2012 meeting and now set up a task force for elaborating this draft.&lt;br /&gt;
&lt;br /&gt;
== Repositories  == &lt;br /&gt;
&lt;br /&gt;
https://github.com/TEI-Correspondence-SIG/correspDesc &lt;br /&gt;
This will be the main place for bringing together the proposal. &lt;br /&gt;
&lt;br /&gt;
== Meetings ==&lt;br /&gt;
&lt;br /&gt;
=== Conf Call May 28, 2014 ===&lt;br /&gt;
&lt;br /&gt;
It's been our fastest conf call ever! We reported on last weeks activities (not much, but some additions to the GitHub repo) and agreed on a f2f meeting on June 17/18 in Berlin. Next conf call is scheduled for June 12, 10 AM.&lt;br /&gt;
&lt;br /&gt;
=== Conf Call May 20, 2014 ===&lt;br /&gt;
&lt;br /&gt;
==== Reports on two conferences: ====&lt;br /&gt;
# Berlin: [https://www.literatur.hu-berlin.de/aktuelles_idl/konferenzen_tagungen_vortraege/ontologien/programm &amp;quot;Datenmodellierung in digitalen Briefeditionen und ihre interpretatorische Leistung. Ontologien, Textgenetik und Visualisierungsstrategien&amp;quot;]&lt;br /&gt;
Peter presented on &amp;quot;interoperability of letter collections&amp;quot; and touched on the work of the task force. A lot of people are planning (dreaming) of connecting letter collections. &lt;br /&gt;
# Vienna: [http://www.ogl.at/programm/aktuelles-programm/ Editorenkolloquium]&lt;br /&gt;
&amp;quot;The old world&amp;quot; – a strong bias against digital editions and only few letter projects presented at the conference. Nevertheless Marcel waved the correspDesc flag during his talk.&lt;br /&gt;
&lt;br /&gt;
==== correspSearch ====&lt;br /&gt;
Stefan Dumont from the BBAW created a web service for querying correspDesc data. This web service will be presented as an open beta at the end of June. During his work on correspSearch he encountered several bugs and missing features in the CIF standard that need to be addressed now. (see next point)&lt;br /&gt;
&lt;br /&gt;
==== proposed schema changes ====&lt;br /&gt;
* rename addressee to receiver? We decided not to change that right now but we will wait for the natives to chime in.&lt;br /&gt;
* CIF: @when-iso instead of @when: For the web service there is a strong need for standardized date formats. --&amp;gt; Yes, will implement&lt;br /&gt;
* CIF: clearly defined meta data with information about origin, person in charge, last change date etc. --&amp;gt; Yes, will implement&lt;br /&gt;
* CIF: shall @notBefore be required to have a counterpart @notAfter? --&amp;gt; No, rejected&lt;br /&gt;
&lt;br /&gt;
==== Roadmap ====&lt;br /&gt;
* Next conf call on May 28, 10 AM&lt;br /&gt;
* f2f meeting on June 17/18 (date needs to be finalized)&lt;br /&gt;
* feature request due before next Council f2f, June 30&lt;br /&gt;
* correspSearch will go public at the end of June&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Conf Call March 28, 2014 ===&lt;br /&gt;
&lt;br /&gt;
To come …&lt;br /&gt;
&lt;br /&gt;
=== Conf Call March 17, 2014 ===&lt;br /&gt;
Peter gave a short summary of the workshop “Digitising experiences of migration” (Mellon Centre for Migration Studies, Omagh, Northern Ireland, March 14-15) – and we discussed the difficulties with lacking authority-file-data for our Correspondence Interchange Format (CIF). Marcel (located at the Austrian National Library) will have a look at Europeana’s interchange format to find out whether it could be combined with the task force’s CIF; Peter will get in contact with the BBAW in order to create some sort of web service, which will facilitate for data interchange. &lt;br /&gt;
Roadmap: June 2014 TEI-Council in Oxford – proposal should be ready for feature request – October 2014: TEI-Meeting (SIG meeting and/or &amp;lt;correspDesc&amp;gt;-workshop)&lt;br /&gt;
&lt;br /&gt;
=== Conf Call Feb. 18, 2014 ===&lt;br /&gt;
We discussed the &amp;lt;correspType&amp;gt; element, decided to change its name to &amp;lt;correspClass&amp;gt; (according to &amp;lt;textClass&amp;gt;). Then we dealt with the preparation of the presentation in Berlin, Feb. 26, 2014 (workshop: “Briefeditionen um 1800 – Schnittstellen finden und vernetzen”). To-dos: enhancing second draft ODD, enhancing text of proposal (theoretical considerations, preceeding work). Inform the communtiy via mailing list to get some feedback.&lt;br /&gt;
&lt;br /&gt;
=== Presentation Feb. 02, 2014 ===&lt;br /&gt;
&lt;br /&gt;
Short presentation of the element &amp;lt;correspDesc&amp;gt; (as developed so far) at workshop on editions of correspondence around 1800 at Berlin-Brandenburg Academy of Sciences in Berlin. The slides of the presentation (in German) are available [https://github.com/TEI-Correspondence-SIG/correspDesc/blob/master/2014%2002%2026%20presentation.pdf?raw=true here] and at [https://github.com/TEI-Correspondence-SIG/correspDesc GitHub].&lt;br /&gt;
&lt;br /&gt;
Next conf call will be on March 17, 2014.&lt;br /&gt;
&lt;br /&gt;
=== Conf Call Jan. 30, 2014 ===&lt;br /&gt;
&lt;br /&gt;
Discussing new changes in schema (&amp;lt;correspDesc&amp;gt; now repeatable, &amp;lt;note&amp;gt; and @ref in &amp;lt;correspDesc&amp;gt; possible, probably new name for &amp;lt;ct:correspType&amp;gt; needed, etc.). Latest version of the proposal can be found on [https://github.com/TEI-Correspondence-SIG/correspDesc GitHub]. Proposal fits well for encoding e-mails. Looking at real example of encoding a letter with our schema, discussing detailed structure and flat structure (CIF).&lt;br /&gt;
&lt;br /&gt;
=== Meeting Jan. 13-14, 2014 ===&lt;br /&gt;
&lt;br /&gt;
Meeting of task force in Berlin. We pushed forward the work on an ODD file for the correspondence module with the new element &amp;lt;correspDesc&amp;gt; (and several child elements). The result can be found at GitHub: [https://github.com/TEI-Correspondence-SIG/correspDesc/blob/master/proposal.xml proposal.xml]. While the formal specification can  already be considered alpha (i.e. you can build a schema and try it out), we are still behind enhancing the documentation with information on background, theoretical considerations, notes on implementation, etc.&lt;br /&gt;
&lt;br /&gt;
Next conf call will be on Jan. 30 (09:30 CET), 2014.&lt;br /&gt;
&lt;br /&gt;
=== Conf Call Jan. 8, 2014 ===&lt;br /&gt;
&lt;br /&gt;
This conf call mainly dealt with the preparation of the face-to-face meeting in Berlin on Jan. 13-14. &lt;br /&gt;
To-do-list for this meeting: reading of Mariana's e-mail and files, and of literature mentioned during conf calls (editio, Emert, etc.).&lt;br /&gt;
&lt;br /&gt;
General to-do-list: enhancing second draft ODD, enhancing text of proposal, have a look at Genetic Editions proposal. &lt;br /&gt;
&lt;br /&gt;
We decided to put together a bibliography of literature on editing letters that will help writing our proposal.&lt;br /&gt;
&lt;br /&gt;
All minutes from TEI conferences in TEI now online [http://www.tei-c.org/Activities/SIG/Correspondence/index.xml here].&lt;br /&gt;
&lt;br /&gt;
=== Conf Call Dec. 18, 2013 ===&lt;br /&gt;
&lt;br /&gt;
We closely dealt with the question, what information we want to encode within the new &amp;lt;correspDesc&amp;gt; element and what elements will be needed. Child elements of/information given within &amp;lt;correspDesc&amp;gt; will be: &amp;lt;sender&amp;gt;, &amp;lt;addressee&amp;gt;, &amp;lt;placeSender&amp;gt;, &amp;lt;placeAddressee&amp;gt;, &amp;lt;dateSender&amp;gt;, &amp;lt;dateAddressee&amp;gt;, Korrespondenzstelle, type of correspondence, bearer and method of message, information whether there is an envelope or not (description of envelope in &amp;lt;msDsc&amp;gt; and transcription in &amp;lt;body&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
What will not be encoded within &amp;lt;correspDesc&amp;gt; because it is not letter-specific: &amp;lt;incipit&amp;gt;, printed things like form fields or letterheads, &amp;lt;stamp&amp;gt; and postage stamps - all this information is encoded within &amp;lt;msDesc&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
There will be a short presentation of the work of the SIG Correspondence and especially the &amp;lt;correspDesc&amp;gt; task force at the meeting on technical interfaces in German digital editions of letters around 1800 at the Berlin-Brandenburg Academy of Sciences in Berlin on February 26th.&lt;br /&gt;
&lt;br /&gt;
Next conf call will be on Jan. 8, 10AM.&lt;br /&gt;
&lt;br /&gt;
=== Conf Call Nov. 26, 2013 ===&lt;br /&gt;
&lt;br /&gt;
Second meeting of the task force. Main topic was bringing together correspondence specific metadata (that should be encoded within a new &amp;lt;correspDesc&amp;gt; - or otherwise called - element but not necessarily): &lt;br /&gt;
sender, addressee, place of sender, date of sending, place of addressee, date of receiving, type of correspondence (letter, postcard, etc.), incipit, envelope, context (previous/next letter), postmark, stamp, perhaps transmitter of the message and method of delivery.&lt;br /&gt;
&lt;br /&gt;
We had a closer look at the DALF Preliminary P5 Proposal and the &amp;lt;dalf:letDesc&amp;gt; element as well as the &amp;lt;correspDesc&amp;gt; element used by [http://www.weber-gesamtausgabe.de Weber-Gesamtausgabe].&lt;br /&gt;
We dealt more closely with the problems of how and where to encode envelopes, the type of message, postmarks, etc. Seals are not specific for letters but for other manuscripts as well. Therefore, changing their encoding (in &amp;lt;sealDesc&amp;gt;) is not necessary.&lt;br /&gt;
&lt;br /&gt;
Next steps: Peter starts reworking/extending the '[[SIG:Correspondence/ODD_work|second draft]]', Marcel turns the minutes of the SIG Correspondence meetings into TEI, and starts writing goal and background information, DALF and WEGA, development of this proposal, etc. Sabine starts putting together information on the letter specific metadata and their description, place, examples, etc. as well as building up a structure for our proposal.&lt;br /&gt;
&lt;br /&gt;
Next conf call will be on Dec. 18, 10AM. At the face-to-face 'boot camp' on January 13-14 in Berlin, we will work on the customization ODD file.&lt;br /&gt;
&lt;br /&gt;
=== Conf Call Nov. 6, 2013 ===&lt;br /&gt;
&lt;br /&gt;
First meeting of the task force. We summed up the SIG meeting at Rome and made sure that we all shared (more or less) the same ideas  about the goal of the task force. Had a look at the &amp;quot;[[SIG:Correspondence/ODD_work|second draft]]&amp;quot; from last year which we decided to take as a starting point for future work. &lt;br /&gt;
&lt;br /&gt;
Furthermore we decided on GitHub as a central repository for carrying out the work on our proposal and envisioned a face2face meeting at the beginning of next year as sort of a &amp;quot;boot camp&amp;quot; (scheduled for Jan. 13/14 in Berlin).&lt;br /&gt;
&lt;br /&gt;
Next conf call shall be on Nov. 26, 12PM were we will look more closely at DALF and try to narrow down the &amp;quot;correspondence specific meta data&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Literature and previous work == &lt;br /&gt;
&lt;br /&gt;
* [http://ctb.kantl.be/project/dalf/P5/DALF_P5-p0.1.zip DALF Preliminary P5 Proposal]&lt;br /&gt;
* [[SIG:Correspondence/RequestForModule|Request for a correspondence module and a wrapper element for correspondence meta data]]&lt;br /&gt;
* Winfried Woesler: ''Richtlinienvorschläge für Briefkommentare'', in: Wissenschaftliche Briefeditionen und ihre Probleme. Editionswissenschaftliches Symposium, Berlin 1998, p. 87–96&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Council_agenda_2014-05&amp;diff=13399</id>
		<title>Council agenda 2014-05</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Council_agenda_2014-05&amp;diff=13399"/>
		<updated>2014-05-30T12:31:01Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: /* Council Agenda for 2014-05-30 teleconference */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Council Agenda for 2014-05-30 teleconference ==&lt;br /&gt;
&lt;br /&gt;
# Report on upcoming face-to-face (JC)&lt;br /&gt;
# Report on autumn face-to-face (HC)&lt;br /&gt;
# Report on TEI Simple (SR)&lt;br /&gt;
# Report on TEI Hackathon (EM)&lt;br /&gt;
# Report on TEI Conference (JC)&lt;br /&gt;
# Report on SIG Correspondence task force &amp;quot;correspDesc&amp;quot;&lt;br /&gt;
# Standoff Working Group&lt;br /&gt;
# Object Working Group&lt;br /&gt;
# Next Release&lt;br /&gt;
# TEI Pointers (more or less) final draft (HC)&lt;br /&gt;
# Add items here&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Council]]&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=SIG:Correspondence/task-force-correspDesc&amp;diff=13385</id>
		<title>SIG:Correspondence/task-force-correspDesc</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=SIG:Correspondence/task-force-correspDesc&amp;diff=13385"/>
		<updated>2014-05-20T07:41:40Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: /* Meetings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;- back to [[SIG:Correspondence]]&lt;br /&gt;
&lt;br /&gt;
= Task force &amp;quot;correspDesc&amp;quot; =&lt;br /&gt;
&lt;br /&gt;
* '''Members''': Marcel Illetschko, Sabine Seifert, Peter Stadler&lt;br /&gt;
* &amp;quot;'''Pusher'''&amp;quot;: Mariana Gomes&lt;br /&gt;
&lt;br /&gt;
We will try to make our work as transparent and open as possible so others can chime in and contribute at every stage. Please feel free to make use of all the various comment/edit/share/fork functions or to contact us directly.&lt;br /&gt;
&lt;br /&gt;
== Goal == &lt;br /&gt;
&lt;br /&gt;
Create a formal proposal for a &amp;lt;correspDesc&amp;gt; (or whatever name)  element for approval by the TEI council as a new element of the TEI standard. This work shall be based on the &amp;quot;second draft for a correspondence module and a wrapper element for correspondence meta data&amp;quot; as it was started during the 2012 SIG meeting.&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
&lt;br /&gt;
There have been several P4 projects with a dedicated correspondence schema (DALF probably being the renowned). While several correspondence tags (&amp;lt;postscript&amp;gt; etc.) are available from the TEI P5 standard, there is no specific way of dealing with correspondence meta data (e.g. sender, addressee) in the current TEI header. Since that's an impediment on the  interoperability and interchange of these texts and since there are good practice models working with a &amp;lt;correspDesc&amp;gt;, the SIG Correspondence started to draft such a proposal during its 2012 meeting and now set up a task force for elaborating this draft.&lt;br /&gt;
&lt;br /&gt;
== Repositories  == &lt;br /&gt;
&lt;br /&gt;
https://github.com/TEI-Correspondence-SIG/correspDesc &lt;br /&gt;
This will be the main place for bringing together the proposal. &lt;br /&gt;
&lt;br /&gt;
== Meetings ==&lt;br /&gt;
&lt;br /&gt;
=== Conf Call May 20, 2014 ===&lt;br /&gt;
&lt;br /&gt;
To come …&lt;br /&gt;
&lt;br /&gt;
=== Conf Call March 28, 2014 ===&lt;br /&gt;
&lt;br /&gt;
To come …&lt;br /&gt;
&lt;br /&gt;
=== Conf Call March 17, 2014 ===&lt;br /&gt;
Peter gave a short summary of the workshop “Digitising experiences of migration” (Mellon Centre for Migration Studies, Omagh, Northern Ireland, March 14-15) – and we discussed the difficulties with lacking authority-file-data for our Correspondence Interchange Format (CIF). Marcel (located at the Austrian National Library) will have a look at Europeana’s interchange format to find out whether it could be combined with the task force’s CIF; Peter will get in contact with the BBAW in order to create some sort of web service, which will facilitate for data interchange. &lt;br /&gt;
Roadmap: June 2014 TEI-Council in Oxford – proposal should be ready for feature request – October 2014: TEI-Meeting (SIG meeting and/or &amp;lt;correspDesc&amp;gt;-workshop)&lt;br /&gt;
&lt;br /&gt;
=== Conf Call Feb. 18, 2014 ===&lt;br /&gt;
We discussed the &amp;lt;correspType&amp;gt; element, decided to change its name to &amp;lt;correspClass&amp;gt; (according to &amp;lt;textClass&amp;gt;). Then we dealt with the preparation of the presentation in Berlin, Feb. 26, 2014 (workshop: “Briefeditionen um 1800 – Schnittstellen finden und vernetzen”). To-dos: enhancing second draft ODD, enhancing text of proposal (theoretical considerations, preceeding work). Inform the communtiy via mailing list to get some feedback.&lt;br /&gt;
&lt;br /&gt;
=== Presentation Feb. 02, 2014 ===&lt;br /&gt;
&lt;br /&gt;
Short presentation of the element &amp;lt;correspDesc&amp;gt; (as developed so far) at workshop on editions of correspondence around 1800 at Berlin-Brandenburg Academy of Sciences in Berlin. The slides of the presentation (in German) are available [https://github.com/TEI-Correspondence-SIG/correspDesc/blob/master/2014%2002%2026%20presentation.pdf?raw=true here] and at [https://github.com/TEI-Correspondence-SIG/correspDesc GitHub].&lt;br /&gt;
&lt;br /&gt;
Next conf call will be on March 17, 2014.&lt;br /&gt;
&lt;br /&gt;
=== Conf Call Jan. 30, 2014 ===&lt;br /&gt;
&lt;br /&gt;
Discussing new changes in schema (&amp;lt;correspDesc&amp;gt; now repeatable, &amp;lt;note&amp;gt; and @ref in &amp;lt;correspDesc&amp;gt; possible, probably new name for &amp;lt;ct:correspType&amp;gt; needed, etc.). Latest version of the proposal can be found on [https://github.com/TEI-Correspondence-SIG/correspDesc GitHub]. Proposal fits well for encoding e-mails. Looking at real example of encoding a letter with our schema, discussing detailed structure and flat structure (CIF).&lt;br /&gt;
&lt;br /&gt;
=== Meeting Jan. 13-14, 2014 ===&lt;br /&gt;
&lt;br /&gt;
Meeting of task force in Berlin. We pushed forward the work on an ODD file for the correspondence module with the new element &amp;lt;correspDesc&amp;gt; (and several child elements). The result can be found at GitHub: [https://github.com/TEI-Correspondence-SIG/correspDesc/blob/master/proposal.xml proposal.xml]. While the formal specification can  already be considered alpha (i.e. you can build a schema and try it out), we are still behind enhancing the documentation with information on background, theoretical considerations, notes on implementation, etc.&lt;br /&gt;
&lt;br /&gt;
Next conf call will be on Jan. 30 (09:30 CET), 2014.&lt;br /&gt;
&lt;br /&gt;
=== Conf Call Jan. 8, 2014 ===&lt;br /&gt;
&lt;br /&gt;
This conf call mainly dealt with the preparation of the face-to-face meeting in Berlin on Jan. 13-14. &lt;br /&gt;
To-do-list for this meeting: reading of Mariana's e-mail and files, and of literature mentioned during conf calls (editio, Emert, etc.).&lt;br /&gt;
&lt;br /&gt;
General to-do-list: enhancing second draft ODD, enhancing text of proposal, have a look at Genetic Editions proposal. &lt;br /&gt;
&lt;br /&gt;
We decided to put together a bibliography of literature on editing letters that will help writing our proposal.&lt;br /&gt;
&lt;br /&gt;
All minutes from TEI conferences in TEI now online [http://www.tei-c.org/Activities/SIG/Correspondence/index.xml here].&lt;br /&gt;
&lt;br /&gt;
=== Conf Call Dec. 18, 2013 ===&lt;br /&gt;
&lt;br /&gt;
We closely dealt with the question, what information we want to encode within the new &amp;lt;correspDesc&amp;gt; element and what elements will be needed. Child elements of/information given within &amp;lt;correspDesc&amp;gt; will be: &amp;lt;sender&amp;gt;, &amp;lt;addressee&amp;gt;, &amp;lt;placeSender&amp;gt;, &amp;lt;placeAddressee&amp;gt;, &amp;lt;dateSender&amp;gt;, &amp;lt;dateAddressee&amp;gt;, Korrespondenzstelle, type of correspondence, bearer and method of message, information whether there is an envelope or not (description of envelope in &amp;lt;msDsc&amp;gt; and transcription in &amp;lt;body&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
What will not be encoded within &amp;lt;correspDesc&amp;gt; because it is not letter-specific: &amp;lt;incipit&amp;gt;, printed things like form fields or letterheads, &amp;lt;stamp&amp;gt; and postage stamps - all this information is encoded within &amp;lt;msDesc&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
There will be a short presentation of the work of the SIG Correspondence and especially the &amp;lt;correspDesc&amp;gt; task force at the meeting on technical interfaces in German digital editions of letters around 1800 at the Berlin-Brandenburg Academy of Sciences in Berlin on February 26th.&lt;br /&gt;
&lt;br /&gt;
Next conf call will be on Jan. 8, 10AM.&lt;br /&gt;
&lt;br /&gt;
=== Conf Call Nov. 26, 2013 ===&lt;br /&gt;
&lt;br /&gt;
Second meeting of the task force. Main topic was bringing together correspondence specific metadata (that should be encoded within a new &amp;lt;correspDesc&amp;gt; - or otherwise called - element but not necessarily): &lt;br /&gt;
sender, addressee, place of sender, date of sending, place of addressee, date of receiving, type of correspondence (letter, postcard, etc.), incipit, envelope, context (previous/next letter), postmark, stamp, perhaps transmitter of the message and method of delivery.&lt;br /&gt;
&lt;br /&gt;
We had a closer look at the DALF Preliminary P5 Proposal and the &amp;lt;dalf:letDesc&amp;gt; element as well as the &amp;lt;correspDesc&amp;gt; element used by [http://www.weber-gesamtausgabe.de Weber-Gesamtausgabe].&lt;br /&gt;
We dealt more closely with the problems of how and where to encode envelopes, the type of message, postmarks, etc. Seals are not specific for letters but for other manuscripts as well. Therefore, changing their encoding (in &amp;lt;sealDesc&amp;gt;) is not necessary.&lt;br /&gt;
&lt;br /&gt;
Next steps: Peter starts reworking/extending the '[[SIG:Correspondence/ODD_work|second draft]]', Marcel turns the minutes of the SIG Correspondence meetings into TEI, and starts writing goal and background information, DALF and WEGA, development of this proposal, etc. Sabine starts putting together information on the letter specific metadata and their description, place, examples, etc. as well as building up a structure for our proposal.&lt;br /&gt;
&lt;br /&gt;
Next conf call will be on Dec. 18, 10AM. At the face-to-face 'boot camp' on January 13-14 in Berlin, we will work on the customization ODD file.&lt;br /&gt;
&lt;br /&gt;
=== Conf Call Nov. 6, 2013 ===&lt;br /&gt;
&lt;br /&gt;
First meeting of the task force. We summed up the SIG meeting at Rome and made sure that we all shared (more or less) the same ideas  about the goal of the task force. Had a look at the &amp;quot;[[SIG:Correspondence/ODD_work|second draft]]&amp;quot; from last year which we decided to take as a starting point for future work. &lt;br /&gt;
&lt;br /&gt;
Furthermore we decided on GitHub as a central repository for carrying out the work on our proposal and envisioned a face2face meeting at the beginning of next year as sort of a &amp;quot;boot camp&amp;quot; (scheduled for Jan. 13/14 in Berlin).&lt;br /&gt;
&lt;br /&gt;
Next conf call shall be on Nov. 26, 12PM were we will look more closely at DALF and try to narrow down the &amp;quot;correspondence specific meta data&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Literature and previous work == &lt;br /&gt;
&lt;br /&gt;
* [http://ctb.kantl.be/project/dalf/P5/DALF_P5-p0.1.zip DALF Preliminary P5 Proposal]&lt;br /&gt;
* [[SIG:Correspondence/RequestForModule|Request for a correspondence module and a wrapper element for correspondence meta data]]&lt;br /&gt;
* Winfried Woesler: ''Richtlinienvorschläge für Briefkommentare'', in: Wissenschaftliche Briefeditionen und ihre Probleme. Editionswissenschaftliches Symposium, Berlin 1998, p. 87–96&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=SIG:Correspondence/task-force-correspDesc&amp;diff=12890</id>
		<title>SIG:Correspondence/task-force-correspDesc</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=SIG:Correspondence/task-force-correspDesc&amp;diff=12890"/>
		<updated>2014-01-15T16:08:00Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: /* Meeting Jan. 13-14, 2014 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;- back to [[SIG:Correspondence]]&lt;br /&gt;
&lt;br /&gt;
= Task force &amp;quot;correspDesc&amp;quot; =&lt;br /&gt;
&lt;br /&gt;
* '''Members''': Marcel Illetschko, Sabine Seifert, Peter Stadler&lt;br /&gt;
* &amp;quot;'''Pusher'''&amp;quot;: Mariana Gomes&lt;br /&gt;
&lt;br /&gt;
We will try to make our work as transparent and open as possible so others can chime in and contribute at every stage. Please feel free to make use of all the various comment/edit/share/fork functions or to contact us directly.&lt;br /&gt;
&lt;br /&gt;
== Goal == &lt;br /&gt;
&lt;br /&gt;
Create a formal proposal for a &amp;lt;correspDesc&amp;gt; (or whatever name)  element for approval by the TEI council as a new element of the TEI standard. This work shall be based on the &amp;quot;second draft for a correspondence module and a wrapper element for correspondence meta data&amp;quot; as it was started during the 2012 SIG meeting.&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
&lt;br /&gt;
There have been several P4 projects with a dedicated correspondence schema (DALF probably being the renowned). While several correspondence tags (&amp;lt;postscript&amp;gt; etc.) are available from the TEI P5 standard, there is no specific way of dealing with correspondence meta data (e.g. sender, addressee) in the current TEI header. Since that's an impediment on the  interoperability and interchange of these texts and since there are good practice models working with a &amp;lt;correspDesc&amp;gt;, the SIG Correspondence started to draft such a proposal during its 2012 meeting and now set up a task force for elaborating this draft.&lt;br /&gt;
&lt;br /&gt;
== Repositories  == &lt;br /&gt;
&lt;br /&gt;
https://github.com/TEI-Correspondence-SIG/correspDesc &lt;br /&gt;
This will be the main place for bringing together the proposal. &lt;br /&gt;
&lt;br /&gt;
== Meetings ==&lt;br /&gt;
&lt;br /&gt;
=== Meeting Jan. 13-14, 2014 ===&lt;br /&gt;
Meeting of task force in Berlin. We pushed forward the work on an ODD file for the correspondence module with the new element &amp;lt;correspDesc&amp;gt; (and several child elements). The result can be found at GitHub: [https://github.com/TEI-Correspondence-SIG/correspDesc/blob/master/proposal.xml proposal.xml]. While the formal specification can  already be considered alpha (i.e. you can build a schema and try it out), we are still behind enhancing the documentation with information on background, theoretical considerations, notes on implementation, etc.&lt;br /&gt;
&lt;br /&gt;
Next conf call will be on Jan. 28 (10:30 CET), 2014.&lt;br /&gt;
&lt;br /&gt;
=== Conf Call Jan. 8, 2014 ===&lt;br /&gt;
&lt;br /&gt;
This conf call mainly dealt with the preparation of the face-to-face meeting in Berlin on Jan. 13-14. &lt;br /&gt;
To-do-list for this meeting: reading of Mariana's e-mail and files, and of literature mentioned during conf calls (editio, Emert, etc.).&lt;br /&gt;
&lt;br /&gt;
General to-do-list: enhancing second draft ODD, enhancing text of proposal, have a look at Genetic Editions proposal. &lt;br /&gt;
&lt;br /&gt;
We decided to put together a bibliography of literature on editing letters that will help writing our proposal.&lt;br /&gt;
&lt;br /&gt;
All minutes from TEI conferences in TEI now online [http://www.tei-c.org/Activities/SIG/Correspondence/index.xml here].&lt;br /&gt;
&lt;br /&gt;
=== Conf Call Dec. 18, 2013 ===&lt;br /&gt;
&lt;br /&gt;
We closely dealt with the question, what information we want to encode within the new &amp;lt;correspDesc&amp;gt; element and what elements will be needed. Child elements of/information given within &amp;lt;correspDesc&amp;gt; will be: &amp;lt;sender&amp;gt;, &amp;lt;addressee&amp;gt;, &amp;lt;placeSender&amp;gt;, &amp;lt;placeAddressee&amp;gt;, &amp;lt;dateSender&amp;gt;, &amp;lt;dateAddressee&amp;gt;, Korrespondenzstelle, type of correspondence, bearer and method of message, information whether there is an envelope or not (description of envelope in &amp;lt;msDsc&amp;gt; and transcription in &amp;lt;body&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
What will not be encoded within &amp;lt;correspDesc&amp;gt; because it is not letter-specific: &amp;lt;incipit&amp;gt;, printed things like form fields or letterheads, &amp;lt;stamp&amp;gt; and postage stamps - all this information is encoded within &amp;lt;msDesc&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
There will be a short presentation of the work of the SIG Correspondence and especially the &amp;lt;correspDesc&amp;gt; task force at the meeting on technical interfaces in German digital editions of letters around 1800 at the Berlin-Brandenburg Academy of Sciences in Berlin on February 26th.&lt;br /&gt;
&lt;br /&gt;
Next conf call will be on Jan. 8, 10AM.&lt;br /&gt;
&lt;br /&gt;
=== Conf Call Nov. 26, 2013 ===&lt;br /&gt;
&lt;br /&gt;
Second meeting of the task force. Main topic was bringing together correspondence specific metadata (that should be encoded within a new &amp;lt;correspDesc&amp;gt; - or otherwise called - element but not necessarily): &lt;br /&gt;
sender, addressee, place of sender, date of sending, place of addressee, date of receiving, type of correspondence (letter, postcard, etc.), incipit, envelope, context (previous/next letter), postmark, stamp, perhaps transmitter of the message and method of delivery.&lt;br /&gt;
&lt;br /&gt;
We had a closer look at the DALF Preliminary P5 Proposal and the &amp;lt;dalf:letDesc&amp;gt; element as well as the &amp;lt;correspDesc&amp;gt; element used by [http://www.weber-gesamtausgabe.de Weber-Gesamtausgabe].&lt;br /&gt;
We dealt more closely with the problems of how and where to encode envelopes, the type of message, postmarks, etc. Seals are not specific for letters but for other manuscripts as well. Therefore, changing their encoding (in &amp;lt;sealDesc&amp;gt;) is not necessary.&lt;br /&gt;
&lt;br /&gt;
Next steps: Peter starts reworking/extending the '[[SIG:Correspondence/ODD_work|second draft]]', Marcel turns the minutes of the SIG Correspondence meetings into TEI, and starts writing goal and background information, DALF and WEGA, development of this proposal, etc. Sabine starts putting together information on the letter specific metadata and their description, place, examples, etc. as well as building up a structure for our proposal.&lt;br /&gt;
&lt;br /&gt;
Next conf call will be on Dec. 18, 10AM. At the face-to-face 'boot camp' on January 13-14 in Berlin, we will work on the customization ODD file.&lt;br /&gt;
&lt;br /&gt;
=== Conf Call Nov. 6, 2013 ===&lt;br /&gt;
&lt;br /&gt;
First meeting of the task force. We summed up the SIG meeting at Rome and made sure that we all shared (more or less) the same ideas  about the goal of the task force. Had a look at the &amp;quot;[[SIG:Correspondence/ODD_work|second draft]]&amp;quot; from last year which we decided to take as a starting point for future work. &lt;br /&gt;
&lt;br /&gt;
Furthermore we decided on GitHub as a central repository for carrying out the work on our proposal and envisioned a face2face meeting at the beginning of next year as sort of a &amp;quot;boot camp&amp;quot; (scheduled for Jan. 13/14 in Berlin).&lt;br /&gt;
&lt;br /&gt;
Next conf call shall be on Nov. 26, 12PM were we will look more closely at DALF and try to narrow down the &amp;quot;correspondence specific meta data&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Literature and previous work == &lt;br /&gt;
&lt;br /&gt;
* [http://ctb.kantl.be/project/dalf/P5/DALF_P5-p0.1.zip DALF Preliminary P5 Proposal]&lt;br /&gt;
* [[SIG:Correspondence/RequestForModule|Request for a correspondence module and a wrapper element for correspondence meta data]]&lt;br /&gt;
* Winfried Woesler: ''Richtlinienvorschläge für Briefkommentare'', in: Wissenschaftliche Briefeditionen und ihre Probleme. Editionswissenschaftliches Symposium, Berlin 1998, p. 87–96&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=SIG:Correspondence&amp;diff=12701</id>
		<title>SIG:Correspondence</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=SIG:Correspondence&amp;diff=12701"/>
		<updated>2013-11-26T14:11:31Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: /* Rome, Oct 3, 2013 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== News ==&lt;br /&gt;
&lt;br /&gt;
* [[SIG:Correspondence/minutes-rome|minutes]] of the SIG meeting at Rome, final version --[[User:Pstadler|pstadler]] 09:03, 26 November 2013 (EST)&lt;br /&gt;
* New page for the [[SIG:Correspondence/task-force-correspDesc|correspDesc task force]] --[[User:Pstadler|pstadler]] 10:22, 11 November 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
The TEI Special Interest Group on Correspondence seeks to bring together scholars interested in creating digital scholarly editions of correspondence. The goal of the SIG will be to discuss and develop sample tagsets (including suggesting additions/modifications to the TEI Guidelines) for varying forms of correspondence as well as to create tutorials and best practice models.&lt;br /&gt;
&lt;br /&gt;
Because the initiative for this SIG emerged from editorial work with 19th century letters, the organizers of this SIG have focused on these types of materials. However, we want this SIG to be more encompassing, embracing varying types of historical and literary correspondence including epistles, telegrams, postcards, etc., and perhaps other types of documents that share features with physical written correspondence like diaries, diary entries, letters to the editor, e-mail, blogs, etc.&lt;br /&gt;
&lt;br /&gt;
The common feature of these sorts of text is a generally formalized physical appearance (e.g., an envelope for letters) and structure of content (i.e. address field, special formulas for opener and closer). [http://www.tei-c.org/Activities/Projects/da03.xml DALF] was one of the best documented projects in this area developing specific DTDs for those needs in P4: this may be a starting point for further work in P5.&lt;br /&gt;
&lt;br /&gt;
Initial topics for the SIG Correspondence may include:&lt;br /&gt;
* the handling of the envelope and postal addresses&lt;br /&gt;
* the formal description of correspondence as a written dialogue between an author and an addressee&lt;br /&gt;
* correspondence-specific bibliographical data within the metadata section&lt;br /&gt;
&lt;br /&gt;
== Activities ==&lt;br /&gt;
&lt;br /&gt;
The SIG runs a mailing list, which you can join by visiting http://listserv.brown.edu/tei-corresp-sig.html .&lt;br /&gt;
&lt;br /&gt;
=== Topics currently under discussion ===&lt;br /&gt;
* The content of a special '''correspDesc''' element (see [[SIG:Correspondence/ODD_work]])&lt;br /&gt;
* Discussion of different P5-customizations for correspondence (see [[SIG:Correspondence/EncodingComparisons]])&lt;br /&gt;
* The content model of '''postscript''': look at the [[Collection of Postscript-Examples]] and the contributions to the [[ps-discussion]].&lt;br /&gt;
* How to deal with '''enclosures''' or '''attachements''' to a letter&lt;br /&gt;
* The content model of opener/closer and their connection with salute, signed, dateline, etc. &lt;br /&gt;
* diary entries&lt;br /&gt;
* definition of &amp;lt;signed&amp;gt; does not correspond with its actual use in the P5 guidelines&lt;br /&gt;
* address now in &amp;amp;lt;p&amp;gt; but not in &amp;amp;lt;div&amp;gt;: maybe not a good idea&lt;br /&gt;
* notification of addresses (different in different parts of the world). Could this be handled more adequately than just with datelines?&lt;br /&gt;
&lt;br /&gt;
=== Meetings ===&lt;br /&gt;
&lt;br /&gt;
==== Rome, Oct 3, 2013 ====&lt;br /&gt;
&lt;br /&gt;
Exhaustive minutes at [[SIG:Correspondence/minutes-rome]]&lt;br /&gt;
&lt;br /&gt;
==== College Station, Nov 9, 2012 ====&lt;br /&gt;
&lt;br /&gt;
09-12:30PM at Rudder Tower 302&lt;br /&gt;
&lt;br /&gt;
'''Agenda''':&lt;br /&gt;
&lt;br /&gt;
# Report on last year's activities&lt;br /&gt;
# [[SIG:Correspondence/RequestForModule|Request for a correspondence module and a wrapper element for correspondence meta data]]&lt;br /&gt;
# AOB&lt;br /&gt;
&lt;br /&gt;
'''Minutes'''&lt;br /&gt;
&lt;br /&gt;
Short summary/Outcome: [[SIG:Correspondence/ODD_work|A second draft for a correspondence ODD]]&lt;br /&gt;
&lt;br /&gt;
Details: [[Minutes College Station]]&lt;br /&gt;
&lt;br /&gt;
==== Wuerzburg, Oct 15, 2011 ====&lt;br /&gt;
&lt;br /&gt;
Agenda of the meeting during the Wuerzburg MM (on Oct 15, 2011 from 9am to 10:30am in room 1.003):&lt;br /&gt;
* 1. New members / projects / demands&lt;br /&gt;
* 2. Short survey of the development of the SIG and the topics discussed&lt;br /&gt;
* 3. Views of the group about proposing a &amp;lt;correspDesc&amp;gt; (or similar) element or not&lt;br /&gt;
* 4. Future activities of the SIG: P5-Customizations for Correspondence (&amp;quot;Dalfy&amp;quot; et al.) / Special Guidelines (TEI by example) / Proposals / Next Steps&lt;br /&gt;
* 5. Roadmap for 2012&lt;br /&gt;
* 6. Website and Wiki&lt;br /&gt;
&lt;br /&gt;
===== Minutes / Results / Goals =====&lt;br /&gt;
&lt;br /&gt;
For more detailed minutes see [[SIGcorresp Minutes 20111015|Minutes Wuerzburg]], the main results of the discussions and the goals for the near future are summed up here: &lt;br /&gt;
&lt;br /&gt;
* Preliminary goal: initiate a comparison between several customized or non-customized TEI versions for correspondence (to be published on the WiKi)&lt;br /&gt;
* Middle-term goal: propose &amp;quot;official&amp;quot; customization(s) for correspondence&lt;br /&gt;
* Middle-term goal: ask people to make some or their examples available and find out in which way they used TEI for correspondence&lt;br /&gt;
* Middle-term goal: develop best practice models&lt;br /&gt;
* Long-term goal: develop a compressed proposal for handling correspondence within TEI&lt;br /&gt;
&lt;br /&gt;
==== Zadar, Nov 13, 2010 ====&lt;br /&gt;
&lt;br /&gt;
Participation: around 5 people&lt;br /&gt;
&lt;br /&gt;
1. Peter gave a report on last year's activities&lt;br /&gt;
* Task force ‘Dalfy’ was established after the Ann Arbor Meeting: Markus Flatscher, Bert Van Raemdonck, Peter Stadler&lt;br /&gt;
* Goal: Mapping of DALF (P4) to TEI P5 as a basis for further work on a correspondence customization&lt;br /&gt;
* But: Momentum got lost …&lt;br /&gt;
* Further: Some discussion on TEI-L about &amp;quot;signed vs. salute&amp;quot;&lt;br /&gt;
&lt;br /&gt;
2. A brief look on open questions&lt;br /&gt;
* Correspondence meta data: correspDesc?&lt;br /&gt;
* The content model of postscript (cf. the Collection of Postscript-Examples and the contributions to the ps-discussion.)&lt;br /&gt;
* The content model of opener/closer and their connection with salute, signed, dateline, byline etc.&lt;br /&gt;
&lt;br /&gt;
3. Attempt to create a roadmap for 2011&lt;br /&gt;
* Peter suggested a second attempt for a grant to achieve the mapping of DALF to P5&lt;br /&gt;
* Discussion about possible fundings for such an attempt&lt;br /&gt;
* review of the last failed TEI grant proposal: it was criticized by the present panel members that no preliminary work was (visibly) carried out&lt;br /&gt;
* Susan suggested to first initiate a survey on the correspondence list&lt;br /&gt;
&lt;br /&gt;
4. AOB&lt;br /&gt;
* nothing&lt;br /&gt;
&lt;br /&gt;
==== Ann Arbor, Nov 14, 2009 ====&lt;br /&gt;
&lt;br /&gt;
Business and working meeting during the annual members meeting.&lt;br /&gt;
'''Participants''': Syd Bauman (SB), Markus Flatscher (MF), Elena Pierazzo (EP), Malte Rehbein (MR), Paul Schaffner (PSc), Peter Stadler (PSt), Bert Van Raemdonck (BV)&lt;br /&gt;
&lt;br /&gt;
The business meeting was attended by MF, PSc, PSt and BV and - since the number of participants allowed it - was an informal talk about the different projects, the last meeting at London and the &amp;quot;correspDesc&amp;quot; PS had proposed there as well as the question whether editing correspondence from printed (secondary) material needs to treated differently than correspondence from manuscript source material. Work on the roadmap was postponed to the working meeting.&lt;br /&gt;
&lt;br /&gt;
The working meeting was attended by all above mentioned participants who agreed on the need for a customization of some of the P5 elements (and element classes) for encoding correspondence. Question is of course: how? &lt;br /&gt;
* P5 has introduced some elements that were inspired by what had been done earlier in DALF (P4), but not all P4 customizations in DALF are actually rendered in P5 (and vice versa). Hence, a comparison of both should be a good starting point to eventually come to a new ODD for encoding correspondence, and maybe even for introducing an actual module for future TEI Guidelines.&lt;br /&gt;
* MF, PSt and BV agree on doing such a mapping together. Since BV is like the only DALF original left, he will coordinate this: he will split the work up, and will be contacting MF and PSt for further arrangements. [UPDATE: Edward Vanhoutte and Ron Van den Branden agreed to work on this with BV face to face and then get back to MF and PSt afterwards. --[[User:Pstadler|pstadler]] 07:04, 27 November 2009 (EST)]&lt;br /&gt;
* Before X-mas, there should be a conference call to catch up on how the mapping proceeds. PSt will contact Dan O'Donnell for funding.&lt;br /&gt;
* Bugs and absurdities in P5 regarding correspondence should be posted on Sourceforge. Elena Pierazzo will be the liaison between the SIG and the TEI Council. She will help SIG members to report our findings through Sourceforge or otherwise.&lt;br /&gt;
* The mapping should result in a new ODD. SB is willing to help us create it. The new ODD should somehow be more or less DALF-like. Hence, the working title of the ODD is 'Dalfy'. Dalfy will be an oddified version of DALF where obviously identical concepts will already be mapped to their P5 equivalents (therefore Dalfy != DALF).&lt;br /&gt;
* After the mapping is done, useful elements (or concepts, structures) that are neither in DALF or in P5 yet, should be listed. Members of the SIG are welcome to suggest their own 'favourite missing elements'.&lt;br /&gt;
* With Dalfy as starting point we can than try to rearrange and modify it to come to a new Correspondence ODD (no code name yet!) that should resolve all problems and satisfy all needs...&lt;br /&gt;
* Issues that came up during the meetings concern &amp;lt;address&amp;gt; (and multiple addresses within one letter) (SB and EP), &amp;lt;signed&amp;gt; (everyone), endorsements as well as correspondence by committee (PSc)&lt;br /&gt;
* Besides the work on Dalfy PSt shall finish his work on oddifying his &amp;lt;correspDesc&amp;gt;.&lt;br /&gt;
'''Roadmap/Milestones''':&lt;br /&gt;
* Before Christmas: Teleconference about the mapping (MF, PSt, BV)&lt;br /&gt;
* Febr. 10, 2010: Mapping done&lt;br /&gt;
* July, 2010: Next SIG meeting at Digital Humanities conference (London) on new ODD&lt;br /&gt;
 &lt;br /&gt;
[Minutes PSt and BV]&lt;br /&gt;
&lt;br /&gt;
==== London, Nov 8, 2008 ====&lt;br /&gt;
&lt;br /&gt;
The first section (14-15:30) saw short  presentations of current projects by:&lt;br /&gt;
* Tim McLoughlin: James Barry's letters&lt;br /&gt;
* Hilde Bøe: eMunch project (assisted by Ellen Nessheim Wiger with the Henrik Ibsen correspondence)&lt;br /&gt;
* Peter Boot: correspondence of Vincent van Gogh&lt;br /&gt;
* David Sewell: correspondence projects published via ROTUNDA&lt;br /&gt;
* Deborah K. Wright: correspondence of Matthew Prior&lt;br /&gt;
* Peter Stadler: correspondence of Carl Maria von Weber&lt;br /&gt;
&lt;br /&gt;
The second section (16-16:45) had to be shortened due to organisational necessities but saw general discussion about&lt;br /&gt;
* the content model of postscript which is rather restricted and does not allow for an i.e. '''head''' element. Everyone was encouraged to send examples via the list. [Let me add that the same holds true for '''address''' --[[User:Pstadler|pstadler]]]&lt;br /&gt;
* the need and the possible content for an '''correspDesc''' element within '''sourceDesc'''. I will try to create an odd file with the necessary additions to the schema as a starting point for further expertise. --[[User:Pstadler|pstadler]].&lt;br /&gt;
* correspondence as an event. Lou pointed this out as similar topics were discussed in the ontologies SIG.&lt;br /&gt;
&lt;br /&gt;
== Correspondence Projects ==&lt;br /&gt;
&lt;br /&gt;
Please add your projects alphabetically with link and (if possible) a short description!&lt;br /&gt;
&lt;br /&gt;
=== Ongoing Projects ===&lt;br /&gt;
&lt;br /&gt;
* [http://gams.uni-graz.at/fedora/get/container:rollett/bdef:Container/get The Letters of Alexander Rollett]. A project of the Center for Information Modeling in the Humanities (ZIM) at the University of Graz.&lt;br /&gt;
* Alfred Escher Correspondence. A project of the Alfred Escher Foundation, Zurich [http://www.alfred-escher.ch (Alfred Escher-Stiftung)]. Edition of the correspondence of Alfred Escher, influential 19th century Swiss politician and entrepreneur (e.g. Credit Suisse, Gotthard railway), comprising several thousand letters. At first, an edition of selected letters to and from Escher will be published in book form, including rich annotations. The first volume of the series is already available. Later on, the correspondence of Alfred Escher will be made available online. The correspondence covers topics as diverse as politics, economics, education, railways, banks, insurance. [http://www.briefedition.alfred-escher.ch/ Alfred Escher-Briefedition]&lt;br /&gt;
* Digital Archive of Letters in Flanders authors and composers from the 19th &amp;amp; 20th century,  [http://www.kantl.be/ctb/project/dalf/ DALF]&lt;br /&gt;
* ''Emily Dickinson's Correspondences'' (public version not yet online), to be published under the [http://rotunda.upress.virginia.edu Rotunda] imprint by University of Virginia Press. An edition of selected correspondence to and from American poet Emily Dickinson, with MS facsimiles and rich metadata capturing physical details of the manuscripts.&lt;br /&gt;
* Gundolf-Elli. Correspondence between Friedrich Gundolf and Elisabeth Salomon (George-Kreis). Project at the German Literature Archive. There is no website, yet. For more information use the mailing list.&lt;br /&gt;
* eMunch. Edvard Munch's written material: Complete letters, diaries and writings, [http://www.emunch.no/eng/index.htm] (Updated and expanded 15.06.2009)&lt;br /&gt;
* Schleiermacher, Friedrich - Edition of the correspondence at Berlin-Brandenburg Academy of Sciences and Humanities ([http://www.bbaw.de/ BBAW]). At the moment the new work environment (with TEI) is in development.&lt;br /&gt;
* Weber, C.M.v.: Complete letters, diaries, writings and compositions, [http://www.weber-gesamtausgabe.de/ Carl-Maria-von-Weber-Gesamtausgabe] (at the moment german only)&lt;br /&gt;
* Digital edition [http://141.20.126.175/berliner-intellektuelle/?language=de 'Letters and texts. The intellectual Berlin around 1800'.] Realized by the project 'Berlin Intellectuals 1800-1830' at Humboldt University Berlin. Publication of letters and work manuscripts of Berlin-based writers and scholars from the late 18th and early 19th century. Manuscript facsimiles, transcriptions with annotation, XML files made available. Web presence launched in April 2012 with a first set of texts. Will be progressively enriched during the upcoming years.&lt;br /&gt;
* [http://elec.enc.sorbonne.fr/dubourg/ Correspondance of the chancellor Antoine Du Bourg]. A project of the École nationale des chartes. Certainly one of the richest administrative and political correspondence for the France of the Renaissance, it evokes all matters a chancellor has to manage: royal finances, monitoring the printed production, economic politics, .... The whole corpus contains around 1200 letters; for the moment, one hundred has been published online, the edition is still regularly increased. The edition is part of a bigger project of digital editions of modern correspondences (15th-18th century): the aim is to build a model and interface which could be usable and shared to every non literary correspondences for early modern history.&lt;br /&gt;
&lt;br /&gt;
=== Completed Projects ===&lt;br /&gt;
* [http://rotunda.upress.virginia.edu/dmde The Dolley Madison Digital Edition], part of the University of Virginia Press's [http://rotunda.upress.virginia.edu/ Rotunda] series. This is an ongoing publication, but the first two &amp;quot;volumes&amp;quot; are online. Currently the underlying data is tagged using the [http://adh.sc.edu/ Model Editions Partnership] variant of TEI (P4), but we are also exporting and transforming the documents to TEI P5 for interoperability with other material. (Contact: [mailto:dsewell@virginia.edu David Sewell])&lt;br /&gt;
* [http://www.vnsbrieven.org/VNS/?lang=en Van Nu en Straks: Brieven / Letters],  Online edition of the correspondence concerning the literary journal 'Van Nu en Straks' (1419 letters). The annotated letters contain references to ca 2500 persons, 500 places, 1000 titles of books, 650 journal articles and 350 poems. A network of 3600 hyperlinks facilitates intuitive and associative consulting. Project at the [http://www.ctb.kantl.be Centre for Scholarly Editing and Document Studies] / Royal Academy of Dutch Language and Literature (KANTL-CTB, Ghent-Belgium) and Ghent University (Belgium). This project is part of the broader [http://www.kantl.be/ctb/project/dalf/ DALF-project].&lt;br /&gt;
* [http://www.vangoghletters.org/vg/ Vincent van Gogh, The letters]. A full edition of all the extant correspondence of Vincent van Gogh (900 letters). The edition includes full transcriptions (in Dutch and French), translation into English, facsimiles, extensive annotations and about 2000 illustrations.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG|Correspondence]]&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=SIG:Correspondence&amp;diff=12700</id>
		<title>SIG:Correspondence</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=SIG:Correspondence&amp;diff=12700"/>
		<updated>2013-11-26T14:03:57Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: /* News */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== News ==&lt;br /&gt;
&lt;br /&gt;
* [[SIG:Correspondence/minutes-rome|minutes]] of the SIG meeting at Rome, final version --[[User:Pstadler|pstadler]] 09:03, 26 November 2013 (EST)&lt;br /&gt;
* New page for the [[SIG:Correspondence/task-force-correspDesc|correspDesc task force]] --[[User:Pstadler|pstadler]] 10:22, 11 November 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
The TEI Special Interest Group on Correspondence seeks to bring together scholars interested in creating digital scholarly editions of correspondence. The goal of the SIG will be to discuss and develop sample tagsets (including suggesting additions/modifications to the TEI Guidelines) for varying forms of correspondence as well as to create tutorials and best practice models.&lt;br /&gt;
&lt;br /&gt;
Because the initiative for this SIG emerged from editorial work with 19th century letters, the organizers of this SIG have focused on these types of materials. However, we want this SIG to be more encompassing, embracing varying types of historical and literary correspondence including epistles, telegrams, postcards, etc., and perhaps other types of documents that share features with physical written correspondence like diaries, diary entries, letters to the editor, e-mail, blogs, etc.&lt;br /&gt;
&lt;br /&gt;
The common feature of these sorts of text is a generally formalized physical appearance (e.g., an envelope for letters) and structure of content (i.e. address field, special formulas for opener and closer). [http://www.tei-c.org/Activities/Projects/da03.xml DALF] was one of the best documented projects in this area developing specific DTDs for those needs in P4: this may be a starting point for further work in P5.&lt;br /&gt;
&lt;br /&gt;
Initial topics for the SIG Correspondence may include:&lt;br /&gt;
* the handling of the envelope and postal addresses&lt;br /&gt;
* the formal description of correspondence as a written dialogue between an author and an addressee&lt;br /&gt;
* correspondence-specific bibliographical data within the metadata section&lt;br /&gt;
&lt;br /&gt;
== Activities ==&lt;br /&gt;
&lt;br /&gt;
The SIG runs a mailing list, which you can join by visiting http://listserv.brown.edu/tei-corresp-sig.html .&lt;br /&gt;
&lt;br /&gt;
=== Topics currently under discussion ===&lt;br /&gt;
* The content of a special '''correspDesc''' element (see [[SIG:Correspondence/ODD_work]])&lt;br /&gt;
* Discussion of different P5-customizations for correspondence (see [[SIG:Correspondence/EncodingComparisons]])&lt;br /&gt;
* The content model of '''postscript''': look at the [[Collection of Postscript-Examples]] and the contributions to the [[ps-discussion]].&lt;br /&gt;
* How to deal with '''enclosures''' or '''attachements''' to a letter&lt;br /&gt;
* The content model of opener/closer and their connection with salute, signed, dateline, etc. &lt;br /&gt;
* diary entries&lt;br /&gt;
* definition of &amp;lt;signed&amp;gt; does not correspond with its actual use in the P5 guidelines&lt;br /&gt;
* address now in &amp;amp;lt;p&amp;gt; but not in &amp;amp;lt;div&amp;gt;: maybe not a good idea&lt;br /&gt;
* notification of addresses (different in different parts of the world). Could this be handled more adequately than just with datelines?&lt;br /&gt;
&lt;br /&gt;
=== Meetings ===&lt;br /&gt;
&lt;br /&gt;
==== Rome, Oct 3, 2013 ====&lt;br /&gt;
&lt;br /&gt;
Draft minutes at [[SIG:Correspondence/draft-minutes-rome-meeting]]&lt;br /&gt;
&lt;br /&gt;
The minutes will be copied here after approval (deadline for amendments: Nov 24, 2013)&lt;br /&gt;
&lt;br /&gt;
==== College Station, Nov 9, 2012 ====&lt;br /&gt;
&lt;br /&gt;
09-12:30PM at Rudder Tower 302&lt;br /&gt;
&lt;br /&gt;
'''Agenda''':&lt;br /&gt;
&lt;br /&gt;
# Report on last year's activities&lt;br /&gt;
# [[SIG:Correspondence/RequestForModule|Request for a correspondence module and a wrapper element for correspondence meta data]]&lt;br /&gt;
# AOB&lt;br /&gt;
&lt;br /&gt;
'''Minutes'''&lt;br /&gt;
&lt;br /&gt;
Short summary/Outcome: [[SIG:Correspondence/ODD_work|A second draft for a correspondence ODD]]&lt;br /&gt;
&lt;br /&gt;
Details: [[Minutes College Station]]&lt;br /&gt;
&lt;br /&gt;
==== Wuerzburg, Oct 15, 2011 ====&lt;br /&gt;
&lt;br /&gt;
Agenda of the meeting during the Wuerzburg MM (on Oct 15, 2011 from 9am to 10:30am in room 1.003):&lt;br /&gt;
* 1. New members / projects / demands&lt;br /&gt;
* 2. Short survey of the development of the SIG and the topics discussed&lt;br /&gt;
* 3. Views of the group about proposing a &amp;lt;correspDesc&amp;gt; (or similar) element or not&lt;br /&gt;
* 4. Future activities of the SIG: P5-Customizations for Correspondence (&amp;quot;Dalfy&amp;quot; et al.) / Special Guidelines (TEI by example) / Proposals / Next Steps&lt;br /&gt;
* 5. Roadmap for 2012&lt;br /&gt;
* 6. Website and Wiki&lt;br /&gt;
&lt;br /&gt;
===== Minutes / Results / Goals =====&lt;br /&gt;
&lt;br /&gt;
For more detailed minutes see [[SIGcorresp Minutes 20111015|Minutes Wuerzburg]], the main results of the discussions and the goals for the near future are summed up here: &lt;br /&gt;
&lt;br /&gt;
* Preliminary goal: initiate a comparison between several customized or non-customized TEI versions for correspondence (to be published on the WiKi)&lt;br /&gt;
* Middle-term goal: propose &amp;quot;official&amp;quot; customization(s) for correspondence&lt;br /&gt;
* Middle-term goal: ask people to make some or their examples available and find out in which way they used TEI for correspondence&lt;br /&gt;
* Middle-term goal: develop best practice models&lt;br /&gt;
* Long-term goal: develop a compressed proposal for handling correspondence within TEI&lt;br /&gt;
&lt;br /&gt;
==== Zadar, Nov 13, 2010 ====&lt;br /&gt;
&lt;br /&gt;
Participation: around 5 people&lt;br /&gt;
&lt;br /&gt;
1. Peter gave a report on last year's activities&lt;br /&gt;
* Task force ‘Dalfy’ was established after the Ann Arbor Meeting: Markus Flatscher, Bert Van Raemdonck, Peter Stadler&lt;br /&gt;
* Goal: Mapping of DALF (P4) to TEI P5 as a basis for further work on a correspondence customization&lt;br /&gt;
* But: Momentum got lost …&lt;br /&gt;
* Further: Some discussion on TEI-L about &amp;quot;signed vs. salute&amp;quot;&lt;br /&gt;
&lt;br /&gt;
2. A brief look on open questions&lt;br /&gt;
* Correspondence meta data: correspDesc?&lt;br /&gt;
* The content model of postscript (cf. the Collection of Postscript-Examples and the contributions to the ps-discussion.)&lt;br /&gt;
* The content model of opener/closer and their connection with salute, signed, dateline, byline etc.&lt;br /&gt;
&lt;br /&gt;
3. Attempt to create a roadmap for 2011&lt;br /&gt;
* Peter suggested a second attempt for a grant to achieve the mapping of DALF to P5&lt;br /&gt;
* Discussion about possible fundings for such an attempt&lt;br /&gt;
* review of the last failed TEI grant proposal: it was criticized by the present panel members that no preliminary work was (visibly) carried out&lt;br /&gt;
* Susan suggested to first initiate a survey on the correspondence list&lt;br /&gt;
&lt;br /&gt;
4. AOB&lt;br /&gt;
* nothing&lt;br /&gt;
&lt;br /&gt;
==== Ann Arbor, Nov 14, 2009 ====&lt;br /&gt;
&lt;br /&gt;
Business and working meeting during the annual members meeting.&lt;br /&gt;
'''Participants''': Syd Bauman (SB), Markus Flatscher (MF), Elena Pierazzo (EP), Malte Rehbein (MR), Paul Schaffner (PSc), Peter Stadler (PSt), Bert Van Raemdonck (BV)&lt;br /&gt;
&lt;br /&gt;
The business meeting was attended by MF, PSc, PSt and BV and - since the number of participants allowed it - was an informal talk about the different projects, the last meeting at London and the &amp;quot;correspDesc&amp;quot; PS had proposed there as well as the question whether editing correspondence from printed (secondary) material needs to treated differently than correspondence from manuscript source material. Work on the roadmap was postponed to the working meeting.&lt;br /&gt;
&lt;br /&gt;
The working meeting was attended by all above mentioned participants who agreed on the need for a customization of some of the P5 elements (and element classes) for encoding correspondence. Question is of course: how? &lt;br /&gt;
* P5 has introduced some elements that were inspired by what had been done earlier in DALF (P4), but not all P4 customizations in DALF are actually rendered in P5 (and vice versa). Hence, a comparison of both should be a good starting point to eventually come to a new ODD for encoding correspondence, and maybe even for introducing an actual module for future TEI Guidelines.&lt;br /&gt;
* MF, PSt and BV agree on doing such a mapping together. Since BV is like the only DALF original left, he will coordinate this: he will split the work up, and will be contacting MF and PSt for further arrangements. [UPDATE: Edward Vanhoutte and Ron Van den Branden agreed to work on this with BV face to face and then get back to MF and PSt afterwards. --[[User:Pstadler|pstadler]] 07:04, 27 November 2009 (EST)]&lt;br /&gt;
* Before X-mas, there should be a conference call to catch up on how the mapping proceeds. PSt will contact Dan O'Donnell for funding.&lt;br /&gt;
* Bugs and absurdities in P5 regarding correspondence should be posted on Sourceforge. Elena Pierazzo will be the liaison between the SIG and the TEI Council. She will help SIG members to report our findings through Sourceforge or otherwise.&lt;br /&gt;
* The mapping should result in a new ODD. SB is willing to help us create it. The new ODD should somehow be more or less DALF-like. Hence, the working title of the ODD is 'Dalfy'. Dalfy will be an oddified version of DALF where obviously identical concepts will already be mapped to their P5 equivalents (therefore Dalfy != DALF).&lt;br /&gt;
* After the mapping is done, useful elements (or concepts, structures) that are neither in DALF or in P5 yet, should be listed. Members of the SIG are welcome to suggest their own 'favourite missing elements'.&lt;br /&gt;
* With Dalfy as starting point we can than try to rearrange and modify it to come to a new Correspondence ODD (no code name yet!) that should resolve all problems and satisfy all needs...&lt;br /&gt;
* Issues that came up during the meetings concern &amp;lt;address&amp;gt; (and multiple addresses within one letter) (SB and EP), &amp;lt;signed&amp;gt; (everyone), endorsements as well as correspondence by committee (PSc)&lt;br /&gt;
* Besides the work on Dalfy PSt shall finish his work on oddifying his &amp;lt;correspDesc&amp;gt;.&lt;br /&gt;
'''Roadmap/Milestones''':&lt;br /&gt;
* Before Christmas: Teleconference about the mapping (MF, PSt, BV)&lt;br /&gt;
* Febr. 10, 2010: Mapping done&lt;br /&gt;
* July, 2010: Next SIG meeting at Digital Humanities conference (London) on new ODD&lt;br /&gt;
 &lt;br /&gt;
[Minutes PSt and BV]&lt;br /&gt;
&lt;br /&gt;
==== London, Nov 8, 2008 ====&lt;br /&gt;
&lt;br /&gt;
The first section (14-15:30) saw short  presentations of current projects by:&lt;br /&gt;
* Tim McLoughlin: James Barry's letters&lt;br /&gt;
* Hilde Bøe: eMunch project (assisted by Ellen Nessheim Wiger with the Henrik Ibsen correspondence)&lt;br /&gt;
* Peter Boot: correspondence of Vincent van Gogh&lt;br /&gt;
* David Sewell: correspondence projects published via ROTUNDA&lt;br /&gt;
* Deborah K. Wright: correspondence of Matthew Prior&lt;br /&gt;
* Peter Stadler: correspondence of Carl Maria von Weber&lt;br /&gt;
&lt;br /&gt;
The second section (16-16:45) had to be shortened due to organisational necessities but saw general discussion about&lt;br /&gt;
* the content model of postscript which is rather restricted and does not allow for an i.e. '''head''' element. Everyone was encouraged to send examples via the list. [Let me add that the same holds true for '''address''' --[[User:Pstadler|pstadler]]]&lt;br /&gt;
* the need and the possible content for an '''correspDesc''' element within '''sourceDesc'''. I will try to create an odd file with the necessary additions to the schema as a starting point for further expertise. --[[User:Pstadler|pstadler]].&lt;br /&gt;
* correspondence as an event. Lou pointed this out as similar topics were discussed in the ontologies SIG.&lt;br /&gt;
&lt;br /&gt;
== Correspondence Projects ==&lt;br /&gt;
&lt;br /&gt;
Please add your projects alphabetically with link and (if possible) a short description!&lt;br /&gt;
&lt;br /&gt;
=== Ongoing Projects ===&lt;br /&gt;
&lt;br /&gt;
* [http://gams.uni-graz.at/fedora/get/container:rollett/bdef:Container/get The Letters of Alexander Rollett]. A project of the Center for Information Modeling in the Humanities (ZIM) at the University of Graz.&lt;br /&gt;
* Alfred Escher Correspondence. A project of the Alfred Escher Foundation, Zurich [http://www.alfred-escher.ch (Alfred Escher-Stiftung)]. Edition of the correspondence of Alfred Escher, influential 19th century Swiss politician and entrepreneur (e.g. Credit Suisse, Gotthard railway), comprising several thousand letters. At first, an edition of selected letters to and from Escher will be published in book form, including rich annotations. The first volume of the series is already available. Later on, the correspondence of Alfred Escher will be made available online. The correspondence covers topics as diverse as politics, economics, education, railways, banks, insurance. [http://www.briefedition.alfred-escher.ch/ Alfred Escher-Briefedition]&lt;br /&gt;
* Digital Archive of Letters in Flanders authors and composers from the 19th &amp;amp; 20th century,  [http://www.kantl.be/ctb/project/dalf/ DALF]&lt;br /&gt;
* ''Emily Dickinson's Correspondences'' (public version not yet online), to be published under the [http://rotunda.upress.virginia.edu Rotunda] imprint by University of Virginia Press. An edition of selected correspondence to and from American poet Emily Dickinson, with MS facsimiles and rich metadata capturing physical details of the manuscripts.&lt;br /&gt;
* Gundolf-Elli. Correspondence between Friedrich Gundolf and Elisabeth Salomon (George-Kreis). Project at the German Literature Archive. There is no website, yet. For more information use the mailing list.&lt;br /&gt;
* eMunch. Edvard Munch's written material: Complete letters, diaries and writings, [http://www.emunch.no/eng/index.htm] (Updated and expanded 15.06.2009)&lt;br /&gt;
* Schleiermacher, Friedrich - Edition of the correspondence at Berlin-Brandenburg Academy of Sciences and Humanities ([http://www.bbaw.de/ BBAW]). At the moment the new work environment (with TEI) is in development.&lt;br /&gt;
* Weber, C.M.v.: Complete letters, diaries, writings and compositions, [http://www.weber-gesamtausgabe.de/ Carl-Maria-von-Weber-Gesamtausgabe] (at the moment german only)&lt;br /&gt;
* Digital edition [http://141.20.126.175/berliner-intellektuelle/?language=de 'Letters and texts. The intellectual Berlin around 1800'.] Realized by the project 'Berlin Intellectuals 1800-1830' at Humboldt University Berlin. Publication of letters and work manuscripts of Berlin-based writers and scholars from the late 18th and early 19th century. Manuscript facsimiles, transcriptions with annotation, XML files made available. Web presence launched in April 2012 with a first set of texts. Will be progressively enriched during the upcoming years.&lt;br /&gt;
* [http://elec.enc.sorbonne.fr/dubourg/ Correspondance of the chancellor Antoine Du Bourg]. A project of the École nationale des chartes. Certainly one of the richest administrative and political correspondence for the France of the Renaissance, it evokes all matters a chancellor has to manage: royal finances, monitoring the printed production, economic politics, .... The whole corpus contains around 1200 letters; for the moment, one hundred has been published online, the edition is still regularly increased. The edition is part of a bigger project of digital editions of modern correspondences (15th-18th century): the aim is to build a model and interface which could be usable and shared to every non literary correspondences for early modern history.&lt;br /&gt;
&lt;br /&gt;
=== Completed Projects ===&lt;br /&gt;
* [http://rotunda.upress.virginia.edu/dmde The Dolley Madison Digital Edition], part of the University of Virginia Press's [http://rotunda.upress.virginia.edu/ Rotunda] series. This is an ongoing publication, but the first two &amp;quot;volumes&amp;quot; are online. Currently the underlying data is tagged using the [http://adh.sc.edu/ Model Editions Partnership] variant of TEI (P4), but we are also exporting and transforming the documents to TEI P5 for interoperability with other material. (Contact: [mailto:dsewell@virginia.edu David Sewell])&lt;br /&gt;
* [http://www.vnsbrieven.org/VNS/?lang=en Van Nu en Straks: Brieven / Letters],  Online edition of the correspondence concerning the literary journal 'Van Nu en Straks' (1419 letters). The annotated letters contain references to ca 2500 persons, 500 places, 1000 titles of books, 650 journal articles and 350 poems. A network of 3600 hyperlinks facilitates intuitive and associative consulting. Project at the [http://www.ctb.kantl.be Centre for Scholarly Editing and Document Studies] / Royal Academy of Dutch Language and Literature (KANTL-CTB, Ghent-Belgium) and Ghent University (Belgium). This project is part of the broader [http://www.kantl.be/ctb/project/dalf/ DALF-project].&lt;br /&gt;
* [http://www.vangoghletters.org/vg/ Vincent van Gogh, The letters]. A full edition of all the extant correspondence of Vincent van Gogh (900 letters). The edition includes full transcriptions (in Dutch and French), translation into English, facsimiles, extensive annotations and about 2000 illustrations.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG|Correspondence]]&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=SIG:Correspondence/minutes-rome&amp;diff=12698</id>
		<title>SIG:Correspondence/minutes-rome</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=SIG:Correspondence/minutes-rome&amp;diff=12698"/>
		<updated>2013-11-26T14:02:35Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: moved SIG:Correspondence/draft-minutes-rome-meeting to SIG:Correspondence/minutes-rome: document finalized&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;- back to [[SIG:Correspondence]]&lt;br /&gt;
&lt;br /&gt;
== SIG Correspondence meeting 2013 minutes ==&lt;br /&gt;
&lt;br /&gt;
Status: final --[[User:Pstadler|pstadler]] 09:01, 26 November 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
'''Attendees''': Syd Bauman, Benjamin Bohl, Anthony Durity, Mariana Gomes, Marcel Illetschko, Roland Kamzelak, Angelika Kreh, Anne Lorenz, Paul O'Shea, Solveig Schreiter, Sabine Seifert, Janette Seuffert,  Peter Stadler &lt;br /&gt;
&lt;br /&gt;
=== Presentation of ongoing projects ===&lt;br /&gt;
&lt;br /&gt;
Attendees very briefly introduced themselves and their ongoing and/or planned projects:&lt;br /&gt;
&lt;br /&gt;
* Peter: [http://weber-gesamtausgabe.de Carl-Maria-von-Weber-Gesamtausgabe]&lt;br /&gt;
* Roland: [http://www.dla-marbach.de/dla/entwicklung/projekte/vernetzte_korrespondenzen_neli/index.html Vernetzte Korrespondenzen (Exilbriefnetz)]&lt;br /&gt;
* Sabine: [http://tei.ibi.hu-berlin.de/berliner-intellektuelle/ Briefe und Texte aus dem intellektuellen Berlin um 1800]&lt;br /&gt;
* Two PhD projects from UCC&lt;br /&gt;
* Mariana: [http://ps.clul.ul.pt Project P.S., Post Scriptum and CARDS, Unknown Letters]&lt;br /&gt;
&lt;br /&gt;
=== Discussion of several correspondence tags ===&lt;br /&gt;
&lt;br /&gt;
Roland started a vivid discussion of several elements (e.g. &amp;lt;salute&amp;gt;, &amp;lt;opener&amp;gt;, &amp;lt;postscript&amp;gt;) which -- from a structural point of view -- didn't fit into his encoding practices. Peter pointed at [[SIG:Correspondence#Topics_currently_under_discussion]] which is a long standing list of those elements. Problem is, that changing these elements would most likely mean to break with the desired backwards compatibility of the TEI Guidelines. Peter made an argument for starting with the easier parts, i.e. creating a new element within the TEI header for capturing correspondence specific metadata. It was agreed to set up a task force for creating such a proposal, given that this idea is around for several years now.&lt;br /&gt;
&lt;br /&gt;
=== Creation of correspDesc task force ===&lt;br /&gt;
&lt;br /&gt;
A task force &amp;quot;correspDesc&amp;quot; was set up, including Sabine, Marcel and Peter. Aim of the task force is to create a formal proposal for a &amp;lt;correspDesc&amp;gt; element for approval by the TEI council as a new element of the TEI standard. This work shall be based on the &amp;quot;[[SIG:Correspondence/ODD_work|second draft for a correspondence module and a wrapper element for correspondence meta data]]&amp;quot; as it was started during  last year's meeting. &lt;br /&gt;
&lt;br /&gt;
The activities of the task force will be documented on its own page [[SIG:Correspondence/task-force-correspDesc]]&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=SIG:Correspondence/draft-minutes-rome-meeting&amp;diff=12699</id>
		<title>SIG:Correspondence/draft-minutes-rome-meeting</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=SIG:Correspondence/draft-minutes-rome-meeting&amp;diff=12699"/>
		<updated>2013-11-26T14:02:35Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: moved SIG:Correspondence/draft-minutes-rome-meeting to SIG:Correspondence/minutes-rome: document finalized&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[SIG:Correspondence/minutes-rome]]&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=SIG:Correspondence/minutes-rome&amp;diff=12697</id>
		<title>SIG:Correspondence/minutes-rome</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=SIG:Correspondence/minutes-rome&amp;diff=12697"/>
		<updated>2013-11-26T14:01:04Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;- back to [[SIG:Correspondence]]&lt;br /&gt;
&lt;br /&gt;
== SIG Correspondence meeting 2013 minutes ==&lt;br /&gt;
&lt;br /&gt;
Status: final --[[User:Pstadler|pstadler]] 09:01, 26 November 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
'''Attendees''': Syd Bauman, Benjamin Bohl, Anthony Durity, Mariana Gomes, Marcel Illetschko, Roland Kamzelak, Angelika Kreh, Anne Lorenz, Paul O'Shea, Solveig Schreiter, Sabine Seifert, Janette Seuffert,  Peter Stadler &lt;br /&gt;
&lt;br /&gt;
=== Presentation of ongoing projects ===&lt;br /&gt;
&lt;br /&gt;
Attendees very briefly introduced themselves and their ongoing and/or planned projects:&lt;br /&gt;
&lt;br /&gt;
* Peter: [http://weber-gesamtausgabe.de Carl-Maria-von-Weber-Gesamtausgabe]&lt;br /&gt;
* Roland: [http://www.dla-marbach.de/dla/entwicklung/projekte/vernetzte_korrespondenzen_neli/index.html Vernetzte Korrespondenzen (Exilbriefnetz)]&lt;br /&gt;
* Sabine: [http://tei.ibi.hu-berlin.de/berliner-intellektuelle/ Briefe und Texte aus dem intellektuellen Berlin um 1800]&lt;br /&gt;
* Two PhD projects from UCC&lt;br /&gt;
* Mariana: [http://ps.clul.ul.pt Project P.S., Post Scriptum and CARDS, Unknown Letters]&lt;br /&gt;
&lt;br /&gt;
=== Discussion of several correspondence tags ===&lt;br /&gt;
&lt;br /&gt;
Roland started a vivid discussion of several elements (e.g. &amp;lt;salute&amp;gt;, &amp;lt;opener&amp;gt;, &amp;lt;postscript&amp;gt;) which -- from a structural point of view -- didn't fit into his encoding practices. Peter pointed at [[SIG:Correspondence#Topics_currently_under_discussion]] which is a long standing list of those elements. Problem is, that changing these elements would most likely mean to break with the desired backwards compatibility of the TEI Guidelines. Peter made an argument for starting with the easier parts, i.e. creating a new element within the TEI header for capturing correspondence specific metadata. It was agreed to set up a task force for creating such a proposal, given that this idea is around for several years now.&lt;br /&gt;
&lt;br /&gt;
=== Creation of correspDesc task force ===&lt;br /&gt;
&lt;br /&gt;
A task force &amp;quot;correspDesc&amp;quot; was set up, including Sabine, Marcel and Peter. Aim of the task force is to create a formal proposal for a &amp;lt;correspDesc&amp;gt; element for approval by the TEI council as a new element of the TEI standard. This work shall be based on the &amp;quot;[[SIG:Correspondence/ODD_work|second draft for a correspondence module and a wrapper element for correspondence meta data]]&amp;quot; as it was started during  last year's meeting. &lt;br /&gt;
&lt;br /&gt;
The activities of the task force will be documented on its own page [[SIG:Correspondence/task-force-correspDesc]]&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=SIG:Correspondence/minutes-rome&amp;diff=12659</id>
		<title>SIG:Correspondence/minutes-rome</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=SIG:Correspondence/minutes-rome&amp;diff=12659"/>
		<updated>2013-11-20T08:52:54Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: /* SIG Correspondence meeting 2013 minutes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;- back to [[SIG:Correspondence]]&lt;br /&gt;
&lt;br /&gt;
= Draft minutes of the SIG meeting at Rome =&lt;br /&gt;
&lt;br /&gt;
This is a draft version for everyone to edit and comment on. The finalized version will be put on the SIG's wiki main page along with the other minutes on Nov 24, 2013 the latest.&lt;br /&gt;
&lt;br /&gt;
== SIG Correspondence meeting 2013 minutes ==&lt;br /&gt;
&lt;br /&gt;
'''Attendees''': Syd Bauman, Benjamin Bohl, Anthony Durity, Mariana Gomes, Marcel Illetschko, Roland Kamzelak, Angelika Kreh, Anne Lorenz, Paul O'Shea, Solveig Schreiter, Sabine Seifert, Janette Seuffert,  Peter Stadler &lt;br /&gt;
&lt;br /&gt;
=== Presentation of ongoing projects ===&lt;br /&gt;
&lt;br /&gt;
Attendees very briefly introduced themselves and their ongoing and/or planned projects:&lt;br /&gt;
&lt;br /&gt;
* Peter: [http://weber-gesamtausgabe.de Carl-Maria-von-Weber-Gesamtausgabe]&lt;br /&gt;
* Roland: [http://www.dla-marbach.de/dla/entwicklung/projekte/vernetzte_korrespondenzen_neli/index.html Vernetzte Korrespondenzen (Exilbriefnetz)]&lt;br /&gt;
* Sabine: [http://tei.ibi.hu-berlin.de/berliner-intellektuelle/ Briefe und Texte aus dem intellektuellen Berlin um 1800]&lt;br /&gt;
* Two PhD projects from UCC&lt;br /&gt;
* Mariana: [http://ps.clul.ul.pt Project P.S., Post Scriptum and CARDS, Unknown Letters]&lt;br /&gt;
&lt;br /&gt;
=== Discussion of several correspondence tags ===&lt;br /&gt;
&lt;br /&gt;
Roland started a vivid discussion of several elements (e.g. &amp;lt;salute&amp;gt;, &amp;lt;opener&amp;gt;, &amp;lt;postscript&amp;gt;) which -- from a structural point of view -- didn't fit into his encoding practices. Peter pointed at [[SIG:Correspondence#Topics_currently_under_discussion]] which is a long standing list of those elements. Problem is, that changing these elements would most likely mean to break with the desired backwards compatibility of the TEI Guidelines. Peter made an argument for starting with the easier parts, i.e. creating a new element within the TEI header for capturing correspondence specific metadata. It was agreed to set up a task force for creating such a proposal, given that this idea is around for several years now.&lt;br /&gt;
&lt;br /&gt;
=== Creation of correspDesc task force ===&lt;br /&gt;
&lt;br /&gt;
A task force &amp;quot;correspDesc&amp;quot; was set up, including Sabine, Marcel and Peter. Aim of the task force is to create a formal proposal for a &amp;lt;correspDesc&amp;gt; element for approval by the TEI council as a new element of the TEI standard. This work shall be based on the &amp;quot;[[SIG:Correspondence/ODD_work|second draft for a correspondence module and a wrapper element for correspondence meta data]]&amp;quot; as it was started during  last year's meeting. &lt;br /&gt;
&lt;br /&gt;
The activities of the task force will be documented on its own page [[SIG:Correspondence/task-force-correspDesc]]&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=SIG:Correspondence/minutes-rome&amp;diff=12656</id>
		<title>SIG:Correspondence/minutes-rome</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=SIG:Correspondence/minutes-rome&amp;diff=12656"/>
		<updated>2013-11-18T16:24:48Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: /* SIG Correspondence meeting 2013 minutes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;- back to [[SIG:Correspondence]]&lt;br /&gt;
&lt;br /&gt;
= Draft minutes of the SIG meeting at Rome =&lt;br /&gt;
&lt;br /&gt;
This is a draft version for everyone to edit and comment on. The finalized version will be put on the SIG's wiki main page along with the other minutes on Nov 24, 2013 the latest.&lt;br /&gt;
&lt;br /&gt;
== SIG Correspondence meeting 2013 minutes ==&lt;br /&gt;
&lt;br /&gt;
'''Attendees''': Syd Bauman, Benjamin Bohl, Mariana Gomes, Marcel Illetschko, Roland Kamzelak, Angelika Kreh, Anne Lorenz, Paul O'Shea, Solveig Schreiter, Sabine Seifert, Janette Seuffert,  Peter Stadler &lt;br /&gt;
&lt;br /&gt;
=== Presentation of ongoing projects ===&lt;br /&gt;
&lt;br /&gt;
Attendees very briefly introduced themselves and their ongoing and/or planned projects:&lt;br /&gt;
&lt;br /&gt;
* Peter: [http://weber-gesamtausgabe.de Carl-Maria-von-Weber-Gesamtausgabe]&lt;br /&gt;
* Roland: [http://www.dla-marbach.de/dla/entwicklung/projekte/vernetzte_korrespondenzen_neli/index.html Vernetzte Korrespondenzen (Exilbriefnetz)]&lt;br /&gt;
* Sabine: [http://tei.ibi.hu-berlin.de/berliner-intellektuelle/ Briefe und Texte aus dem intellektuellen Berlin um 1800]&lt;br /&gt;
* Two PhD projects from UCC&lt;br /&gt;
* Mariana: [http://ps.clul.ul.pt Project P.S., Post Scriptum and CARDS, Unknown Letters]&lt;br /&gt;
&lt;br /&gt;
=== Discussion of several correspondence tags ===&lt;br /&gt;
&lt;br /&gt;
Roland started a vivid discussion of several elements (e.g. &amp;lt;salute&amp;gt;, &amp;lt;opener&amp;gt;, &amp;lt;postscript&amp;gt;) which -- from a structural point of view -- didn't fit into his encoding practices. Peter pointed at [[SIG:Correspondence#Topics_currently_under_discussion]] which is a long standing list of those elements. Problem is, that changing these elements would most likely mean to break with the desired backwards compatibility of the TEI Guidelines. Peter made an argument for starting with the easier parts, i.e. creating a new element within the TEI header for capturing correspondence specific metadata. It was agreed to set up a task force for creating such a proposal, given that this idea is around for several years now.&lt;br /&gt;
&lt;br /&gt;
=== Creation of correspDesc task force ===&lt;br /&gt;
&lt;br /&gt;
A task force &amp;quot;correspDesc&amp;quot; was set up, including Sabine, Marcel and Peter. Aim of the task force is to create a formal proposal for a &amp;lt;correspDesc&amp;gt; element for approval by the TEI council as a new element of the TEI standard. This work shall be based on the &amp;quot;[[SIG:Correspondence/ODD_work|second draft for a correspondence module and a wrapper element for correspondence meta data]]&amp;quot; as it was started during  last year's meeting. &lt;br /&gt;
&lt;br /&gt;
The activities of the task force will be documented on its own page [[SIG:Correspondence/task-force-correspDesc]]&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=SIG:Correspondence&amp;diff=12643</id>
		<title>SIG:Correspondence</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=SIG:Correspondence&amp;diff=12643"/>
		<updated>2013-11-11T15:22:50Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: /* News */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== News ==&lt;br /&gt;
&lt;br /&gt;
* [[SIG:Correspondence/draft-minutes-rome-meeting|Draft minutes]] of the SIG meeting at Rome --[[User:Pstadler|pstadler]] 10:22, 11 November 2013 (EST)&lt;br /&gt;
* New page for the [[SIG:Correspondence/task-force-correspDesc|correspDesc task force]] --[[User:Pstadler|pstadler]] 10:22, 11 November 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
The TEI Special Interest Group on Correspondence seeks to bring together scholars interested in creating digital scholarly editions of correspondence. The goal of the SIG will be to discuss and develop sample tagsets (including suggesting additions/modifications to the TEI Guidelines) for varying forms of correspondence as well as to create tutorials and best practice models.&lt;br /&gt;
&lt;br /&gt;
Because the initiative for this SIG emerged from editorial work with 19th century letters, the organizers of this SIG have focused on these types of materials. However, we want this SIG to be more encompassing, embracing varying types of historical and literary correspondence including epistles, telegrams, postcards, etc., and perhaps other types of documents that share features with physical written correspondence like diaries, diary entries, letters to the editor, e-mail, blogs, etc.&lt;br /&gt;
&lt;br /&gt;
The common feature of these sorts of text is a generally formalized physical appearance (e.g., an envelope for letters) and structure of content (i.e. address field, special formulas for opener and closer). [http://www.tei-c.org/Activities/Projects/da03.xml DALF] was one of the best documented projects in this area developing specific DTDs for those needs in P4: this may be a starting point for further work in P5.&lt;br /&gt;
&lt;br /&gt;
Initial topics for the SIG Correspondence may include:&lt;br /&gt;
* the handling of the envelope and postal addresses&lt;br /&gt;
* the formal description of correspondence as a written dialogue between an author and an addressee&lt;br /&gt;
* correspondence-specific bibliographical data within the metadata section&lt;br /&gt;
&lt;br /&gt;
== Activities ==&lt;br /&gt;
&lt;br /&gt;
The SIG runs a mailing list, which you can join by visiting http://listserv.brown.edu/tei-corresp-sig.html .&lt;br /&gt;
&lt;br /&gt;
=== Topics currently under discussion ===&lt;br /&gt;
* The content of a special '''correspDesc''' element (see [[SIG:Correspondence/ODD_work]])&lt;br /&gt;
* Discussion of different P5-customizations for correspondence (see [[SIG:Correspondence/EncodingComparisons]])&lt;br /&gt;
* The content model of '''postscript''': look at the [[Collection of Postscript-Examples]] and the contributions to the [[ps-discussion]].&lt;br /&gt;
* How to deal with '''enclosures''' or '''attachements''' to a letter&lt;br /&gt;
* The content model of opener/closer and their connection with salute, signed, dateline, etc. &lt;br /&gt;
* diary entries&lt;br /&gt;
* definition of &amp;lt;signed&amp;gt; does not correspond with its actual use in the P5 guidelines&lt;br /&gt;
* address now in &amp;amp;lt;p&amp;gt; but not in &amp;amp;lt;div&amp;gt;: maybe not a good idea&lt;br /&gt;
* notification of addresses (different in different parts of the world). Could this be handled more adequately than just with datelines?&lt;br /&gt;
&lt;br /&gt;
=== Meetings ===&lt;br /&gt;
&lt;br /&gt;
==== Rome, Oct 3, 2013 ====&lt;br /&gt;
&lt;br /&gt;
Draft minutes at [[SIG:Correspondence/draft-minutes-rome-meeting]]&lt;br /&gt;
&lt;br /&gt;
The minutes will be copied here after approval (deadline for amendments: Nov 24, 2013)&lt;br /&gt;
&lt;br /&gt;
==== College Station, Nov 9, 2012 ====&lt;br /&gt;
&lt;br /&gt;
09-12:30PM at Rudder Tower 302&lt;br /&gt;
&lt;br /&gt;
'''Agenda''':&lt;br /&gt;
&lt;br /&gt;
# Report on last year's activities&lt;br /&gt;
# [[SIG:Correspondence/RequestForModule|Request for a correspondence module and a wrapper element for correspondence meta data]]&lt;br /&gt;
# AOB&lt;br /&gt;
&lt;br /&gt;
'''Minutes'''&lt;br /&gt;
&lt;br /&gt;
Short summary/Outcome: [[SIG:Correspondence/ODD_work|A second draft for a correspondence ODD]]&lt;br /&gt;
&lt;br /&gt;
Details: [[Minutes College Station]]&lt;br /&gt;
&lt;br /&gt;
==== Wuerzburg, Oct 15, 2011 ====&lt;br /&gt;
&lt;br /&gt;
Agenda of the meeting during the Wuerzburg MM (on Oct 15, 2011 from 9am to 10:30am in room 1.003):&lt;br /&gt;
* 1. New members / projects / demands&lt;br /&gt;
* 2. Short survey of the development of the SIG and the topics discussed&lt;br /&gt;
* 3. Views of the group about proposing a &amp;lt;correspDesc&amp;gt; (or similar) element or not&lt;br /&gt;
* 4. Future activities of the SIG: P5-Customizations for Correspondence (&amp;quot;Dalfy&amp;quot; et al.) / Special Guidelines (TEI by example) / Proposals / Next Steps&lt;br /&gt;
* 5. Roadmap for 2012&lt;br /&gt;
* 6. Website and Wiki&lt;br /&gt;
&lt;br /&gt;
===== Minutes / Results / Goals =====&lt;br /&gt;
&lt;br /&gt;
For more detailed minutes see [[SIGcorresp Minutes 20111015|Minutes Wuerzburg]], the main results of the discussions and the goals for the near future are summed up here: &lt;br /&gt;
&lt;br /&gt;
* Preliminary goal: initiate a comparison between several customized or non-customized TEI versions for correspondence (to be published on the WiKi)&lt;br /&gt;
* Middle-term goal: propose &amp;quot;official&amp;quot; customization(s) for correspondence&lt;br /&gt;
* Middle-term goal: ask people to make some or their examples available and find out in which way they used TEI for correspondence&lt;br /&gt;
* Middle-term goal: develop best practice models&lt;br /&gt;
* Long-term goal: develop a compressed proposal for handling correspondence within TEI&lt;br /&gt;
&lt;br /&gt;
==== Zadar, Nov 13, 2010 ====&lt;br /&gt;
&lt;br /&gt;
Participation: around 5 people&lt;br /&gt;
&lt;br /&gt;
1. Peter gave a report on last year's activities&lt;br /&gt;
* Task force ‘Dalfy’ was established after the Ann Arbor Meeting: Markus Flatscher, Bert Van Raemdonck, Peter Stadler&lt;br /&gt;
* Goal: Mapping of DALF (P4) to TEI P5 as a basis for further work on a correspondence customization&lt;br /&gt;
* But: Momentum got lost …&lt;br /&gt;
* Further: Some discussion on TEI-L about &amp;quot;signed vs. salute&amp;quot;&lt;br /&gt;
&lt;br /&gt;
2. A brief look on open questions&lt;br /&gt;
* Correspondence meta data: correspDesc?&lt;br /&gt;
* The content model of postscript (cf. the Collection of Postscript-Examples and the contributions to the ps-discussion.)&lt;br /&gt;
* The content model of opener/closer and their connection with salute, signed, dateline, byline etc.&lt;br /&gt;
&lt;br /&gt;
3. Attempt to create a roadmap for 2011&lt;br /&gt;
* Peter suggested a second attempt for a grant to achieve the mapping of DALF to P5&lt;br /&gt;
* Discussion about possible fundings for such an attempt&lt;br /&gt;
* review of the last failed TEI grant proposal: it was criticized by the present panel members that no preliminary work was (visibly) carried out&lt;br /&gt;
* Susan suggested to first initiate a survey on the correspondence list&lt;br /&gt;
&lt;br /&gt;
4. AOB&lt;br /&gt;
* nothing&lt;br /&gt;
&lt;br /&gt;
==== Ann Arbor, Nov 14, 2009 ====&lt;br /&gt;
&lt;br /&gt;
Business and working meeting during the annual members meeting.&lt;br /&gt;
'''Participants''': Syd Bauman (SB), Markus Flatscher (MF), Elena Pierazzo (EP), Malte Rehbein (MR), Paul Schaffner (PSc), Peter Stadler (PSt), Bert Van Raemdonck (BV)&lt;br /&gt;
&lt;br /&gt;
The business meeting was attended by MF, PSc, PSt and BV and - since the number of participants allowed it - was an informal talk about the different projects, the last meeting at London and the &amp;quot;correspDesc&amp;quot; PS had proposed there as well as the question whether editing correspondence from printed (secondary) material needs to treated differently than correspondence from manuscript source material. Work on the roadmap was postponed to the working meeting.&lt;br /&gt;
&lt;br /&gt;
The working meeting was attended by all above mentioned participants who agreed on the need for a customization of some of the P5 elements (and element classes) for encoding correspondence. Question is of course: how? &lt;br /&gt;
* P5 has introduced some elements that were inspired by what had been done earlier in DALF (P4), but not all P4 customizations in DALF are actually rendered in P5 (and vice versa). Hence, a comparison of both should be a good starting point to eventually come to a new ODD for encoding correspondence, and maybe even for introducing an actual module for future TEI Guidelines.&lt;br /&gt;
* MF, PSt and BV agree on doing such a mapping together. Since BV is like the only DALF original left, he will coordinate this: he will split the work up, and will be contacting MF and PSt for further arrangements. [UPDATE: Edward Vanhoutte and Ron Van den Branden agreed to work on this with BV face to face and then get back to MF and PSt afterwards. --[[User:Pstadler|pstadler]] 07:04, 27 November 2009 (EST)]&lt;br /&gt;
* Before X-mas, there should be a conference call to catch up on how the mapping proceeds. PSt will contact Dan O'Donnell for funding.&lt;br /&gt;
* Bugs and absurdities in P5 regarding correspondence should be posted on Sourceforge. Elena Pierazzo will be the liaison between the SIG and the TEI Council. She will help SIG members to report our findings through Sourceforge or otherwise.&lt;br /&gt;
* The mapping should result in a new ODD. SB is willing to help us create it. The new ODD should somehow be more or less DALF-like. Hence, the working title of the ODD is 'Dalfy'. Dalfy will be an oddified version of DALF where obviously identical concepts will already be mapped to their P5 equivalents (therefore Dalfy != DALF).&lt;br /&gt;
* After the mapping is done, useful elements (or concepts, structures) that are neither in DALF or in P5 yet, should be listed. Members of the SIG are welcome to suggest their own 'favourite missing elements'.&lt;br /&gt;
* With Dalfy as starting point we can than try to rearrange and modify it to come to a new Correspondence ODD (no code name yet!) that should resolve all problems and satisfy all needs...&lt;br /&gt;
* Issues that came up during the meetings concern &amp;lt;address&amp;gt; (and multiple addresses within one letter) (SB and EP), &amp;lt;signed&amp;gt; (everyone), endorsements as well as correspondence by committee (PSc)&lt;br /&gt;
* Besides the work on Dalfy PSt shall finish his work on oddifying his &amp;lt;correspDesc&amp;gt;.&lt;br /&gt;
'''Roadmap/Milestones''':&lt;br /&gt;
* Before Christmas: Teleconference about the mapping (MF, PSt, BV)&lt;br /&gt;
* Febr. 10, 2010: Mapping done&lt;br /&gt;
* July, 2010: Next SIG meeting at Digital Humanities conference (London) on new ODD&lt;br /&gt;
 &lt;br /&gt;
[Minutes PSt and BV]&lt;br /&gt;
&lt;br /&gt;
==== London, Nov 8, 2008 ====&lt;br /&gt;
&lt;br /&gt;
The first section (14-15:30) saw short  presentations of current projects by:&lt;br /&gt;
* Tim McLoughlin: James Barry's letters&lt;br /&gt;
* Hilde Bøe: eMunch project (assisted by Ellen Nessheim Wiger with the Henrik Ibsen correspondence)&lt;br /&gt;
* Peter Boot: correspondence of Vincent van Gogh&lt;br /&gt;
* David Sewell: correspondence projects published via ROTUNDA&lt;br /&gt;
* Deborah K. Wright: correspondence of Matthew Prior&lt;br /&gt;
* Peter Stadler: correspondence of Carl Maria von Weber&lt;br /&gt;
&lt;br /&gt;
The second section (16-16:45) had to be shortened due to organisational necessities but saw general discussion about&lt;br /&gt;
* the content model of postscript which is rather restricted and does not allow for an i.e. '''head''' element. Everyone was encouraged to send examples via the list. [Let me add that the same holds true for '''address''' --[[User:Pstadler|pstadler]]]&lt;br /&gt;
* the need and the possible content for an '''correspDesc''' element within '''sourceDesc'''. I will try to create an odd file with the necessary additions to the schema as a starting point for further expertise. --[[User:Pstadler|pstadler]].&lt;br /&gt;
* correspondence as an event. Lou pointed this out as similar topics were discussed in the ontologies SIG.&lt;br /&gt;
&lt;br /&gt;
== Correspondence Projects ==&lt;br /&gt;
&lt;br /&gt;
Please add your projects alphabetically with link and (if possible) a short description!&lt;br /&gt;
&lt;br /&gt;
=== Ongoing Projects ===&lt;br /&gt;
&lt;br /&gt;
* [http://gams.uni-graz.at/fedora/get/container:rollett/bdef:Container/get The Letters of Alexander Rollett]. A project of the Center for Information Modeling in the Humanities (ZIM) at the University of Graz.&lt;br /&gt;
* Alfred Escher Correspondence. A project of the Alfred Escher Foundation, Zurich [http://www.alfred-escher.ch (Alfred Escher-Stiftung)]. Edition of the correspondence of Alfred Escher, influential 19th century Swiss politician and entrepreneur (e.g. Credit Suisse, Gotthard railway), comprising several thousand letters. At first, an edition of selected letters to and from Escher will be published in book form, including rich annotations. The first volume of the series is already available. Later on, the correspondence of Alfred Escher will be made available online. The correspondence covers topics as diverse as politics, economics, education, railways, banks, insurance. [http://www.briefedition.alfred-escher.ch/ Alfred Escher-Briefedition]&lt;br /&gt;
* Digital Archive of Letters in Flanders authors and composers from the 19th &amp;amp; 20th century,  [http://www.kantl.be/ctb/project/dalf/ DALF]&lt;br /&gt;
* ''Emily Dickinson's Correspondences'' (public version not yet online), to be published under the [http://rotunda.upress.virginia.edu Rotunda] imprint by University of Virginia Press. An edition of selected correspondence to and from American poet Emily Dickinson, with MS facsimiles and rich metadata capturing physical details of the manuscripts.&lt;br /&gt;
* Gundolf-Elli. Correspondence between Friedrich Gundolf and Elisabeth Salomon (George-Kreis). Project at the German Literature Archive. There is no website, yet. For more information use the mailing list.&lt;br /&gt;
* eMunch. Edvard Munch's written material: Complete letters, diaries and writings, [http://www.emunch.no/eng/index.htm] (Updated and expanded 15.06.2009)&lt;br /&gt;
* Schleiermacher, Friedrich - Edition of the correspondence at Berlin-Brandenburg Academy of Sciences and Humanities ([http://www.bbaw.de/ BBAW]). At the moment the new work environment (with TEI) is in development.&lt;br /&gt;
* Weber, C.M.v.: Complete letters, diaries, writings and compositions, [http://www.weber-gesamtausgabe.de/ Carl-Maria-von-Weber-Gesamtausgabe] (at the moment german only)&lt;br /&gt;
* Digital edition [http://141.20.126.175/berliner-intellektuelle/?language=de 'Letters and texts. The intellectual Berlin around 1800'.] Realized by the project 'Berlin Intellectuals 1800-1830' at Humboldt University Berlin. Publication of letters and work manuscripts of Berlin-based writers and scholars from the late 18th and early 19th century. Manuscript facsimiles, transcriptions with annotation, XML files made available. Web presence launched in April 2012 with a first set of texts. Will be progressively enriched during the upcoming years.&lt;br /&gt;
* [http://elec.enc.sorbonne.fr/dubourg/ Correspondance of the chancellor Antoine Du Bourg]. A project of the École nationale des chartes. Certainly one of the richest administrative and political correspondence for the France of the Renaissance, it evokes all matters a chancellor has to manage: royal finances, monitoring the printed production, economic politics, .... The whole corpus contains around 1200 letters; for the moment, one hundred has been published online, the edition is still regularly increased. The edition is part of a bigger project of digital editions of modern correspondences (15th-18th century): the aim is to build a model and interface which could be usable and shared to every non literary correspondences for early modern history.&lt;br /&gt;
&lt;br /&gt;
=== Completed Projects ===&lt;br /&gt;
* [http://rotunda.upress.virginia.edu/dmde The Dolley Madison Digital Edition], part of the University of Virginia Press's [http://rotunda.upress.virginia.edu/ Rotunda] series. This is an ongoing publication, but the first two &amp;quot;volumes&amp;quot; are online. Currently the underlying data is tagged using the [http://adh.sc.edu/ Model Editions Partnership] variant of TEI (P4), but we are also exporting and transforming the documents to TEI P5 for interoperability with other material. (Contact: [mailto:dsewell@virginia.edu David Sewell])&lt;br /&gt;
* [http://www.vnsbrieven.org/VNS/?lang=en Van Nu en Straks: Brieven / Letters],  Online edition of the correspondence concerning the literary journal 'Van Nu en Straks' (1419 letters). The annotated letters contain references to ca 2500 persons, 500 places, 1000 titles of books, 650 journal articles and 350 poems. A network of 3600 hyperlinks facilitates intuitive and associative consulting. Project at the [http://www.ctb.kantl.be Centre for Scholarly Editing and Document Studies] / Royal Academy of Dutch Language and Literature (KANTL-CTB, Ghent-Belgium) and Ghent University (Belgium). This project is part of the broader [http://www.kantl.be/ctb/project/dalf/ DALF-project].&lt;br /&gt;
* [http://www.vangoghletters.org/vg/ Vincent van Gogh, The letters]. A full edition of all the extant correspondence of Vincent van Gogh (900 letters). The edition includes full transcriptions (in Dutch and French), translation into English, facsimiles, extensive annotations and about 2000 illustrations.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG|Correspondence]]&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=SIG:Correspondence/task-force-correspDesc&amp;diff=12642</id>
		<title>SIG:Correspondence/task-force-correspDesc</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=SIG:Correspondence/task-force-correspDesc&amp;diff=12642"/>
		<updated>2013-11-11T15:16:28Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: /* Task force &amp;quot;correspDesc&amp;quot; */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;- back to [[SIG:Correspondence]]&lt;br /&gt;
&lt;br /&gt;
= Task force &amp;quot;correspDesc&amp;quot; =&lt;br /&gt;
&lt;br /&gt;
* '''Members''': Marcel Illetschko, Sabine Seifert, Peter Stadler&lt;br /&gt;
* &amp;quot;'''Pusher'''&amp;quot;: Mariana Gomes&lt;br /&gt;
&lt;br /&gt;
We will try to make our work as transparent and open as possible so others can chime in and contribute at every stage. Please feel free to make use of all the various comment/edit/share/fork functions or to contact us directly.&lt;br /&gt;
&lt;br /&gt;
== Goal == &lt;br /&gt;
&lt;br /&gt;
Create a formal proposal for a &amp;lt;correspDesc&amp;gt; (or whatever name)  element for approval by the TEI council as a new element of the TEI standard. This work shall be based on the &amp;quot;second draft for a correspondence module and a wrapper element for correspondence meta data&amp;quot; as it was started during the 2012 SIG meeting.&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
&lt;br /&gt;
There have been several P4 projects with a dedicated correspondence schema (DALF probably being the renowned). While several correspondence tags (&amp;lt;postscript&amp;gt; etc.) are available from the TEI P5 standard, there is no specific way of dealing with correspondence meta data (e.g. sender, addressee) in the current TEI header. Since that's an impediment on the  interoperability and interchange of these texts and since there are good practice models working with a &amp;lt;correspDesc&amp;gt;, the SIG Correspondence started to draft such a proposal during its 2012 meeting and now set up a task force for elaborating this draft.&lt;br /&gt;
&lt;br /&gt;
== Repositories  == &lt;br /&gt;
&lt;br /&gt;
https://github.com/TEI-Correspondence-SIG/correspDesc &lt;br /&gt;
This will be the main place for bringing together  the proposal &lt;br /&gt;
&lt;br /&gt;
== Meetings ==&lt;br /&gt;
&lt;br /&gt;
=== Conf Call Nov. 6, 2013 ===&lt;br /&gt;
&lt;br /&gt;
First meeting of the task force. We summed up the SIG meeting at Rome and made sure that we all shared (more or less) the same ideas  about the goal of the task force. Had a look at the &amp;quot;[[SIG:Correspondence/ODD_work|second draft]]&amp;quot; from last year which we decided to take as a starting point for future work. &lt;br /&gt;
&lt;br /&gt;
Furthermore we decided on GitHub as a central repository for carrying out the work on our proposal and envisioned a face2face meeting at the beginning of next year as sort of a &amp;quot;boot camp&amp;quot; (scheduled for Jan. 13/14 in Berlin).&lt;br /&gt;
&lt;br /&gt;
Next conf call shall be on Nov. 26, 12PM were we will look more closely at DALF and try to narrow down the &amp;quot;correspondence specific meta data&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Literature and previous work == &lt;br /&gt;
&lt;br /&gt;
* [[SIG:Correspondence/RequestForModule|Request for a correspondence module and a wrapper element for correspondence meta data]]&lt;br /&gt;
* Winfried Woesler: ''Richtlinienvorschläge für Briefkommentare'', in: Wissenschaftliche Briefeditionen und ihre Probleme. Editionswissenschaftliches Symposium, Berlin 1998, p. 87–96&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=SIG:Correspondence/task-force-correspDesc&amp;diff=12639</id>
		<title>SIG:Correspondence/task-force-correspDesc</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=SIG:Correspondence/task-force-correspDesc&amp;diff=12639"/>
		<updated>2013-11-11T15:03:22Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: Created page with &amp;quot;&amp;lt;- back to SIG:Correspondence  = Task force &amp;quot;correspDesc&amp;quot; =  * '''Members''': Marcel Illetschko, Sabine Seifert, Peter Stadler * &amp;quot;'''Pusher'''&amp;quot;: Mariana Gomes  We will try to...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;- back to [[SIG:Correspondence]]&lt;br /&gt;
&lt;br /&gt;
= Task force &amp;quot;correspDesc&amp;quot; =&lt;br /&gt;
&lt;br /&gt;
* '''Members''': Marcel Illetschko, Sabine Seifert, Peter Stadler&lt;br /&gt;
* &amp;quot;'''Pusher'''&amp;quot;: Mariana Gomes&lt;br /&gt;
&lt;br /&gt;
We will try to make our work as transparent and open as possible so others can chime in and contribute at every stage. Please feel free to make use of all the various comment/edit/share/fork functions or to contact us directly.&lt;br /&gt;
&lt;br /&gt;
== Goal == &lt;br /&gt;
&lt;br /&gt;
Create a formal proposal for a &amp;lt;correspDesc&amp;gt; (or whatever name)  element for approval by the TEI council as a new element of the TEI standard. This work shall be based on the &amp;quot;second draft for a correspondence module and a wrapper element for correspondence meta data&amp;quot; as it was started during the 2012 SIG meeting.&lt;br /&gt;
&lt;br /&gt;
== Repositories  == &lt;br /&gt;
&lt;br /&gt;
https://github.com/TEI-Correspondence-SIG/correspDesc &lt;br /&gt;
This will be the main place for bringing together  the proposal &lt;br /&gt;
&lt;br /&gt;
== Meetings ==&lt;br /&gt;
&lt;br /&gt;
=== Conf Call Nov. 6, 2013 ===&lt;br /&gt;
&lt;br /&gt;
First meeting of the task force. We summed up the SIG meeting at Rome and made sure that we all shared (more or less) the same ideas  about the goal of the task force. Had a look at the &amp;quot;[[SIG:Correspondence/ODD_work|second draft]]&amp;quot; from last year which we decided to take as a starting point for future work. &lt;br /&gt;
&lt;br /&gt;
Furthermore we decided on GitHub as a central repository for carrying out the work on our proposal and envisioned a face2face meeting at the beginning of next year as sort of a &amp;quot;boot camp&amp;quot; (scheduled for Jan. 13/14 in Berlin).&lt;br /&gt;
&lt;br /&gt;
Next conf call shall be on Nov. 26, 12PM were we will look more closely at DALF and try to narrow down the &amp;quot;correspondence specific meta data&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Literature and previous work == &lt;br /&gt;
&lt;br /&gt;
* [[SIG:Correspondence/RequestForModule|Request for a correspondence module and a wrapper element for correspondence meta data]]&lt;br /&gt;
* Winfried Woesler: ''Richtlinienvorschläge für Briefkommentare'', in: Wissenschaftliche Briefeditionen und ihre Probleme. Editionswissenschaftliches Symposium, Berlin 1998, p. 87–96&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=SIG:Correspondence/minutes-rome&amp;diff=12638</id>
		<title>SIG:Correspondence/minutes-rome</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=SIG:Correspondence/minutes-rome&amp;diff=12638"/>
		<updated>2013-11-11T13:47:49Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: /* Creation of correspDesc task force */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;- back to [[SIG:Correspondence]]&lt;br /&gt;
&lt;br /&gt;
= Draft minutes of the SIG meeting at Rome =&lt;br /&gt;
&lt;br /&gt;
This is a draft version for everyone to edit and comment on. The finalized version will be put on the SIG's wiki main page along with the other minutes on Nov 24, 2013 the latest.&lt;br /&gt;
&lt;br /&gt;
== SIG Correspondence meeting 2013 minutes ==&lt;br /&gt;
&lt;br /&gt;
'''Attendees''': Syd Bauman, Benjamin Bohl, Mariana Gomes, Marcel Illetschko, Roland Kamzelak, Angelika Kreh, Anne Lorenz, Solveig Schreiter, Sabine Seifert, Janette Seuffert,  Peter Stadler &lt;br /&gt;
&lt;br /&gt;
=== Presentation of ongoing projects ===&lt;br /&gt;
&lt;br /&gt;
Attendees very briefly introduced themselves and their ongoing and/or planned projects:&lt;br /&gt;
&lt;br /&gt;
* Peter: [http://weber-gesamtausgabe.de Carl-Maria-von-Weber-Gesamtausgabe]&lt;br /&gt;
* Roland: [http://www.dla-marbach.de/dla/entwicklung/projekte/vernetzte_korrespondenzen_neli/index.html Vernetzte Korrespondenzen (Exilbriefnetz)]&lt;br /&gt;
* Sabine: [http://tei.ibi.hu-berlin.de/berliner-intellektuelle/ Briefe und Texte aus dem intellektuellen Berlin um 1800]&lt;br /&gt;
* Two PhD projects from UCD&lt;br /&gt;
* Mariana: [http://ps.clul.ul.pt Project P.S., Post Scriptum and CARDS, Unknown Letters]&lt;br /&gt;
&lt;br /&gt;
=== Discussion of several correspondence tags ===&lt;br /&gt;
&lt;br /&gt;
Roland started a vivid discussion of several elements (e.g. &amp;lt;salute&amp;gt;, &amp;lt;opener&amp;gt;, &amp;lt;postscript&amp;gt;) which -- from a structural point of view -- didn't fit into his encoding practices. Peter pointed at [[SIG:Correspondence#Topics_currently_under_discussion]] which is a long standing list of those elements. Problem is, that changing these elements would most likely mean to break with the desired backwards compatibility of the TEI Guidelines. Peter made an argument for starting with the easier parts, i.e. creating a new element within the TEI header for capturing correspondence specific metadata. It was agreed to set up a task force for creating such a proposal, given that this idea is around for several years now.&lt;br /&gt;
&lt;br /&gt;
=== Creation of correspDesc task force ===&lt;br /&gt;
&lt;br /&gt;
A task force &amp;quot;correspDesc&amp;quot; was set up, including Sabine, Marcel and Peter. Aim of the task force is to create a formal proposal for a &amp;lt;correspDesc&amp;gt; element for approval by the TEI council as a new element of the TEI standard. This work shall be based on the &amp;quot;[[SIG:Correspondence/ODD_work|second draft for a correspondence module and a wrapper element for correspondence meta data]]&amp;quot; as it was started during  last year's meeting. &lt;br /&gt;
&lt;br /&gt;
The activities of the task force will be documented on its own page [[SIG:Correspondence/task-force-correspDesc]]&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=SIG:Correspondence/minutes-rome&amp;diff=12637</id>
		<title>SIG:Correspondence/minutes-rome</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=SIG:Correspondence/minutes-rome&amp;diff=12637"/>
		<updated>2013-11-11T13:38:42Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: /* Discussion over several correspondence tags */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;- back to [[SIG:Correspondence]]&lt;br /&gt;
&lt;br /&gt;
= Draft minutes of the SIG meeting at Rome =&lt;br /&gt;
&lt;br /&gt;
This is a draft version for everyone to edit and comment on. The finalized version will be put on the SIG's wiki main page along with the other minutes on Nov 24, 2013 the latest.&lt;br /&gt;
&lt;br /&gt;
== SIG Correspondence meeting 2013 minutes ==&lt;br /&gt;
&lt;br /&gt;
'''Attendees''': Syd Bauman, Benjamin Bohl, Mariana Gomes, Marcel Illetschko, Roland Kamzelak, Angelika Kreh, Anne Lorenz, Solveig Schreiter, Sabine Seifert, Janette Seuffert,  Peter Stadler &lt;br /&gt;
&lt;br /&gt;
=== Presentation of ongoing projects ===&lt;br /&gt;
&lt;br /&gt;
Attendees very briefly introduced themselves and their ongoing and/or planned projects:&lt;br /&gt;
&lt;br /&gt;
* Peter: [http://weber-gesamtausgabe.de Carl-Maria-von-Weber-Gesamtausgabe]&lt;br /&gt;
* Roland: [http://www.dla-marbach.de/dla/entwicklung/projekte/vernetzte_korrespondenzen_neli/index.html Vernetzte Korrespondenzen (Exilbriefnetz)]&lt;br /&gt;
* Sabine: [http://tei.ibi.hu-berlin.de/berliner-intellektuelle/ Briefe und Texte aus dem intellektuellen Berlin um 1800]&lt;br /&gt;
* Two PhD projects from UCD&lt;br /&gt;
* Mariana: [http://ps.clul.ul.pt Project P.S., Post Scriptum and CARDS, Unknown Letters]&lt;br /&gt;
&lt;br /&gt;
=== Discussion of several correspondence tags ===&lt;br /&gt;
&lt;br /&gt;
Roland started a vivid discussion of several elements (e.g. &amp;lt;salute&amp;gt;, &amp;lt;opener&amp;gt;, &amp;lt;postscript&amp;gt;) which -- from a structural point of view -- didn't fit into his encoding practices. Peter pointed at [[SIG:Correspondence#Topics_currently_under_discussion]] which is a long standing list of those elements. Problem is, that changing these elements would most likely mean to break with the desired backwards compatibility of the TEI Guidelines. Peter made an argument for starting with the easier parts, i.e. creating a new element within the TEI header for capturing correspondence specific metadata. It was agreed to set up a task force for creating such a proposal, given that this idea is around for several years now.&lt;br /&gt;
&lt;br /&gt;
=== Creation of correspDesc task force ===&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=SIG:Correspondence/minutes-rome&amp;diff=12635</id>
		<title>SIG:Correspondence/minutes-rome</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=SIG:Correspondence/minutes-rome&amp;diff=12635"/>
		<updated>2013-11-11T10:32:35Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: Created page with &amp;quot;&amp;lt;- back to SIG:Correspondence  = Draft minutes of the SIG meeting at Rome =  This is a draft version for everyone to edit and comment on. The finalized version will be put on...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;- back to [[SIG:Correspondence]]&lt;br /&gt;
&lt;br /&gt;
= Draft minutes of the SIG meeting at Rome =&lt;br /&gt;
&lt;br /&gt;
This is a draft version for everyone to edit and comment on. The finalized version will be put on the SIG's wiki main page along with the other minutes on Nov 24, 2013 the latest.&lt;br /&gt;
&lt;br /&gt;
== SIG Correspondence meeting 2013 minutes ==&lt;br /&gt;
&lt;br /&gt;
'''Attendees''': Syd Bauman, Benjamin Bohl, Mariana Gomes, Marcel Illetschko, Roland Kamzelak, Angelika Kreh, Anne Lorenz, Solveig Schreiter, Sabine Seifert, Janette Seuffert,  Peter Stadler &lt;br /&gt;
&lt;br /&gt;
=== Presentation of ongoing projects ===&lt;br /&gt;
&lt;br /&gt;
Attendees very briefly introduced themselves and their ongoing and/or planned projects:&lt;br /&gt;
&lt;br /&gt;
* Peter: [http://weber-gesamtausgabe.de Carl-Maria-von-Weber-Gesamtausgabe]&lt;br /&gt;
* Roland: [http://www.dla-marbach.de/dla/entwicklung/projekte/vernetzte_korrespondenzen_neli/index.html Vernetzte Korrespondenzen (Exilbriefnetz)]&lt;br /&gt;
* Sabine: [http://tei.ibi.hu-berlin.de/berliner-intellektuelle/ Briefe und Texte aus dem intellektuellen Berlin um 1800]&lt;br /&gt;
* Two PhD projects from UCD&lt;br /&gt;
* Mariana: [http://ps.clul.ul.pt Project P.S., Post Scriptum and CARDS, Unknown Letters]&lt;br /&gt;
&lt;br /&gt;
=== Discussion over several correspondence tags ===&lt;br /&gt;
&lt;br /&gt;
=== Creation of correspDesc task force ===&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=SIG:Correspondence&amp;diff=12633</id>
		<title>SIG:Correspondence</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=SIG:Correspondence&amp;diff=12633"/>
		<updated>2013-11-11T09:58:49Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: /* Meetings */ added placeholder for Rome minutes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== News ==&lt;br /&gt;
&lt;br /&gt;
* I created a [[SIG:Correspondence/EncodingComparisons|new page]] for a ''comparison between several customized or non-customized TEI versions for correspondence'' --[[User:Pstadler|pstadler]] 09:23, 18 April 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
The TEI Special Interest Group on Correspondence seeks to bring together scholars interested in creating digital scholarly editions of correspondence. The goal of the SIG will be to discuss and develop sample tagsets (including suggesting additions/modifications to the TEI Guidelines) for varying forms of correspondence as well as to create tutorials and best practice models.&lt;br /&gt;
&lt;br /&gt;
Because the initiative for this SIG emerged from editorial work with 19th century letters, the organizers of this SIG have focused on these types of materials. However, we want this SIG to be more encompassing, embracing varying types of historical and literary correspondence including epistles, telegrams, postcards, etc., and perhaps other types of documents that share features with physical written correspondence like diaries, diary entries, letters to the editor, e-mail, blogs, etc.&lt;br /&gt;
&lt;br /&gt;
The common feature of these sorts of text is a generally formalized physical appearance (e.g., an envelope for letters) and structure of content (i.e. address field, special formulas for opener and closer). [http://www.tei-c.org/Activities/Projects/da03.xml DALF] was one of the best documented projects in this area developing specific DTDs for those needs in P4: this may be a starting point for further work in P5.&lt;br /&gt;
&lt;br /&gt;
Initial topics for the SIG Correspondence may include:&lt;br /&gt;
* the handling of the envelope and postal addresses&lt;br /&gt;
* the formal description of correspondence as a written dialogue between an author and an addressee&lt;br /&gt;
* correspondence-specific bibliographical data within the metadata section&lt;br /&gt;
&lt;br /&gt;
== Activities ==&lt;br /&gt;
&lt;br /&gt;
The SIG runs a mailing list, which you can join by visiting http://listserv.brown.edu/tei-corresp-sig.html .&lt;br /&gt;
&lt;br /&gt;
=== Topics currently under discussion ===&lt;br /&gt;
* The content of a special '''correspDesc''' element (see [[SIG:Correspondence/ODD_work]])&lt;br /&gt;
* Discussion of different P5-customizations for correspondence (see [[SIG:Correspondence/EncodingComparisons]])&lt;br /&gt;
* The content model of '''postscript''': look at the [[Collection of Postscript-Examples]] and the contributions to the [[ps-discussion]].&lt;br /&gt;
* How to deal with '''enclosures''' or '''attachements''' to a letter&lt;br /&gt;
* The content model of opener/closer and their connection with salute, signed, dateline, etc. &lt;br /&gt;
* diary entries&lt;br /&gt;
* definition of &amp;lt;signed&amp;gt; does not correspond with its actual use in the P5 guidelines&lt;br /&gt;
* address now in &amp;amp;lt;p&amp;gt; but not in &amp;amp;lt;div&amp;gt;: maybe not a good idea&lt;br /&gt;
* notification of addresses (different in different parts of the world). Could this be handled more adequately than just with datelines?&lt;br /&gt;
&lt;br /&gt;
=== Meetings ===&lt;br /&gt;
&lt;br /&gt;
==== Rome, Oct 3, 2013 ====&lt;br /&gt;
&lt;br /&gt;
Draft minutes at [[SIG:Correspondence/draft-minutes-rome-meeting]]&lt;br /&gt;
&lt;br /&gt;
The minutes will be copied here after approval (deadline for amendments: Nov 24, 2013)&lt;br /&gt;
&lt;br /&gt;
==== College Station, Nov 9, 2012 ====&lt;br /&gt;
&lt;br /&gt;
09-12:30PM at Rudder Tower 302&lt;br /&gt;
&lt;br /&gt;
'''Agenda''':&lt;br /&gt;
&lt;br /&gt;
# Report on last year's activities&lt;br /&gt;
# [[SIG:Correspondence/RequestForModule|Request for a correspondence module and a wrapper element for correspondence meta data]]&lt;br /&gt;
# AOB&lt;br /&gt;
&lt;br /&gt;
'''Minutes'''&lt;br /&gt;
&lt;br /&gt;
Short summary/Outcome: [[SIG:Correspondence/ODD_work|A second draft for a correspondence ODD]]&lt;br /&gt;
&lt;br /&gt;
Details: [[Minutes College Station]]&lt;br /&gt;
&lt;br /&gt;
==== Wuerzburg, Oct 15, 2011 ====&lt;br /&gt;
&lt;br /&gt;
Agenda of the meeting during the Wuerzburg MM (on Oct 15, 2011 from 9am to 10:30am in room 1.003):&lt;br /&gt;
* 1. New members / projects / demands&lt;br /&gt;
* 2. Short survey of the development of the SIG and the topics discussed&lt;br /&gt;
* 3. Views of the group about proposing a &amp;lt;correspDesc&amp;gt; (or similar) element or not&lt;br /&gt;
* 4. Future activities of the SIG: P5-Customizations for Correspondence (&amp;quot;Dalfy&amp;quot; et al.) / Special Guidelines (TEI by example) / Proposals / Next Steps&lt;br /&gt;
* 5. Roadmap for 2012&lt;br /&gt;
* 6. Website and Wiki&lt;br /&gt;
&lt;br /&gt;
===== Minutes / Results / Goals =====&lt;br /&gt;
&lt;br /&gt;
For more detailed minutes see [[SIGcorresp Minutes 20111015|Minutes Wuerzburg]], the main results of the discussions and the goals for the near future are summed up here: &lt;br /&gt;
&lt;br /&gt;
* Preliminary goal: initiate a comparison between several customized or non-customized TEI versions for correspondence (to be published on the WiKi)&lt;br /&gt;
* Middle-term goal: propose &amp;quot;official&amp;quot; customization(s) for correspondence&lt;br /&gt;
* Middle-term goal: ask people to make some or their examples available and find out in which way they used TEI for correspondence&lt;br /&gt;
* Middle-term goal: develop best practice models&lt;br /&gt;
* Long-term goal: develop a compressed proposal for handling correspondence within TEI&lt;br /&gt;
&lt;br /&gt;
==== Zadar, Nov 13, 2010 ====&lt;br /&gt;
&lt;br /&gt;
Participation: around 5 people&lt;br /&gt;
&lt;br /&gt;
1. Peter gave a report on last year's activities&lt;br /&gt;
* Task force ‘Dalfy’ was established after the Ann Arbor Meeting: Markus Flatscher, Bert Van Raemdonck, Peter Stadler&lt;br /&gt;
* Goal: Mapping of DALF (P4) to TEI P5 as a basis for further work on a correspondence customization&lt;br /&gt;
* But: Momentum got lost …&lt;br /&gt;
* Further: Some discussion on TEI-L about &amp;quot;signed vs. salute&amp;quot;&lt;br /&gt;
&lt;br /&gt;
2. A brief look on open questions&lt;br /&gt;
* Correspondence meta data: correspDesc?&lt;br /&gt;
* The content model of postscript (cf. the Collection of Postscript-Examples and the contributions to the ps-discussion.)&lt;br /&gt;
* The content model of opener/closer and their connection with salute, signed, dateline, byline etc.&lt;br /&gt;
&lt;br /&gt;
3. Attempt to create a roadmap for 2011&lt;br /&gt;
* Peter suggested a second attempt for a grant to achieve the mapping of DALF to P5&lt;br /&gt;
* Discussion about possible fundings for such an attempt&lt;br /&gt;
* review of the last failed TEI grant proposal: it was criticized by the present panel members that no preliminary work was (visibly) carried out&lt;br /&gt;
* Susan suggested to first initiate a survey on the correspondence list&lt;br /&gt;
&lt;br /&gt;
4. AOB&lt;br /&gt;
* nothing&lt;br /&gt;
&lt;br /&gt;
==== Ann Arbor, Nov 14, 2009 ====&lt;br /&gt;
&lt;br /&gt;
Business and working meeting during the annual members meeting.&lt;br /&gt;
'''Participants''': Syd Bauman (SB), Markus Flatscher (MF), Elena Pierazzo (EP), Malte Rehbein (MR), Paul Schaffner (PSc), Peter Stadler (PSt), Bert Van Raemdonck (BV)&lt;br /&gt;
&lt;br /&gt;
The business meeting was attended by MF, PSc, PSt and BV and - since the number of participants allowed it - was an informal talk about the different projects, the last meeting at London and the &amp;quot;correspDesc&amp;quot; PS had proposed there as well as the question whether editing correspondence from printed (secondary) material needs to treated differently than correspondence from manuscript source material. Work on the roadmap was postponed to the working meeting.&lt;br /&gt;
&lt;br /&gt;
The working meeting was attended by all above mentioned participants who agreed on the need for a customization of some of the P5 elements (and element classes) for encoding correspondence. Question is of course: how? &lt;br /&gt;
* P5 has introduced some elements that were inspired by what had been done earlier in DALF (P4), but not all P4 customizations in DALF are actually rendered in P5 (and vice versa). Hence, a comparison of both should be a good starting point to eventually come to a new ODD for encoding correspondence, and maybe even for introducing an actual module for future TEI Guidelines.&lt;br /&gt;
* MF, PSt and BV agree on doing such a mapping together. Since BV is like the only DALF original left, he will coordinate this: he will split the work up, and will be contacting MF and PSt for further arrangements. [UPDATE: Edward Vanhoutte and Ron Van den Branden agreed to work on this with BV face to face and then get back to MF and PSt afterwards. --[[User:Pstadler|pstadler]] 07:04, 27 November 2009 (EST)]&lt;br /&gt;
* Before X-mas, there should be a conference call to catch up on how the mapping proceeds. PSt will contact Dan O'Donnell for funding.&lt;br /&gt;
* Bugs and absurdities in P5 regarding correspondence should be posted on Sourceforge. Elena Pierazzo will be the liaison between the SIG and the TEI Council. She will help SIG members to report our findings through Sourceforge or otherwise.&lt;br /&gt;
* The mapping should result in a new ODD. SB is willing to help us create it. The new ODD should somehow be more or less DALF-like. Hence, the working title of the ODD is 'Dalfy'. Dalfy will be an oddified version of DALF where obviously identical concepts will already be mapped to their P5 equivalents (therefore Dalfy != DALF).&lt;br /&gt;
* After the mapping is done, useful elements (or concepts, structures) that are neither in DALF or in P5 yet, should be listed. Members of the SIG are welcome to suggest their own 'favourite missing elements'.&lt;br /&gt;
* With Dalfy as starting point we can than try to rearrange and modify it to come to a new Correspondence ODD (no code name yet!) that should resolve all problems and satisfy all needs...&lt;br /&gt;
* Issues that came up during the meetings concern &amp;lt;address&amp;gt; (and multiple addresses within one letter) (SB and EP), &amp;lt;signed&amp;gt; (everyone), endorsements as well as correspondence by committee (PSc)&lt;br /&gt;
* Besides the work on Dalfy PSt shall finish his work on oddifying his &amp;lt;correspDesc&amp;gt;.&lt;br /&gt;
'''Roadmap/Milestones''':&lt;br /&gt;
* Before Christmas: Teleconference about the mapping (MF, PSt, BV)&lt;br /&gt;
* Febr. 10, 2010: Mapping done&lt;br /&gt;
* July, 2010: Next SIG meeting at Digital Humanities conference (London) on new ODD&lt;br /&gt;
 &lt;br /&gt;
[Minutes PSt and BV]&lt;br /&gt;
&lt;br /&gt;
==== London, Nov 8, 2008 ====&lt;br /&gt;
&lt;br /&gt;
The first section (14-15:30) saw short  presentations of current projects by:&lt;br /&gt;
* Tim McLoughlin: James Barry's letters&lt;br /&gt;
* Hilde Bøe: eMunch project (assisted by Ellen Nessheim Wiger with the Henrik Ibsen correspondence)&lt;br /&gt;
* Peter Boot: correspondence of Vincent van Gogh&lt;br /&gt;
* David Sewell: correspondence projects published via ROTUNDA&lt;br /&gt;
* Deborah K. Wright: correspondence of Matthew Prior&lt;br /&gt;
* Peter Stadler: correspondence of Carl Maria von Weber&lt;br /&gt;
&lt;br /&gt;
The second section (16-16:45) had to be shortened due to organisational necessities but saw general discussion about&lt;br /&gt;
* the content model of postscript which is rather restricted and does not allow for an i.e. '''head''' element. Everyone was encouraged to send examples via the list. [Let me add that the same holds true for '''address''' --[[User:Pstadler|pstadler]]]&lt;br /&gt;
* the need and the possible content for an '''correspDesc''' element within '''sourceDesc'''. I will try to create an odd file with the necessary additions to the schema as a starting point for further expertise. --[[User:Pstadler|pstadler]].&lt;br /&gt;
* correspondence as an event. Lou pointed this out as similar topics were discussed in the ontologies SIG.&lt;br /&gt;
&lt;br /&gt;
== Correspondence Projects ==&lt;br /&gt;
&lt;br /&gt;
Please add your projects alphabetically with link and (if possible) a short description!&lt;br /&gt;
&lt;br /&gt;
=== Ongoing Projects ===&lt;br /&gt;
&lt;br /&gt;
* [http://gams.uni-graz.at/fedora/get/container:rollett/bdef:Container/get The Letters of Alexander Rollett]. A project of the Center for Information Modeling in the Humanities (ZIM) at the University of Graz.&lt;br /&gt;
* Alfred Escher Correspondence. A project of the Alfred Escher Foundation, Zurich [http://www.alfred-escher.ch (Alfred Escher-Stiftung)]. Edition of the correspondence of Alfred Escher, influential 19th century Swiss politician and entrepreneur (e.g. Credit Suisse, Gotthard railway), comprising several thousand letters. At first, an edition of selected letters to and from Escher will be published in book form, including rich annotations. The first volume of the series is already available. Later on, the correspondence of Alfred Escher will be made available online. The correspondence covers topics as diverse as politics, economics, education, railways, banks, insurance. [http://www.briefedition.alfred-escher.ch/ Alfred Escher-Briefedition]&lt;br /&gt;
* Digital Archive of Letters in Flanders authors and composers from the 19th &amp;amp; 20th century,  [http://www.kantl.be/ctb/project/dalf/ DALF]&lt;br /&gt;
* ''Emily Dickinson's Correspondences'' (public version not yet online), to be published under the [http://rotunda.upress.virginia.edu Rotunda] imprint by University of Virginia Press. An edition of selected correspondence to and from American poet Emily Dickinson, with MS facsimiles and rich metadata capturing physical details of the manuscripts.&lt;br /&gt;
* Gundolf-Elli. Correspondence between Friedrich Gundolf and Elisabeth Salomon (George-Kreis). Project at the German Literature Archive. There is no website, yet. For more information use the mailing list.&lt;br /&gt;
* eMunch. Edvard Munch's written material: Complete letters, diaries and writings, [http://www.emunch.no/eng/index.htm] (Updated and expanded 15.06.2009)&lt;br /&gt;
* Schleiermacher, Friedrich - Edition of the correspondence at Berlin-Brandenburg Academy of Sciences and Humanities ([http://www.bbaw.de/ BBAW]). At the moment the new work environment (with TEI) is in development.&lt;br /&gt;
* Weber, C.M.v.: Complete letters, diaries, writings and compositions, [http://www.weber-gesamtausgabe.de/ Carl-Maria-von-Weber-Gesamtausgabe] (at the moment german only)&lt;br /&gt;
* Digital edition [http://141.20.126.175/berliner-intellektuelle/?language=de 'Letters and texts. The intellectual Berlin around 1800'.] Realized by the project 'Berlin Intellectuals 1800-1830' at Humboldt University Berlin. Publication of letters and work manuscripts of Berlin-based writers and scholars from the late 18th and early 19th century. Manuscript facsimiles, transcriptions with annotation, XML files made available. Web presence launched in April 2012 with a first set of texts. Will be progressively enriched during the upcoming years.&lt;br /&gt;
* [http://elec.enc.sorbonne.fr/dubourg/ Correspondance of the chancellor Antoine Du Bourg]. A project of the École nationale des chartes. Certainly one of the richest administrative and political correspondence for the France of the Renaissance, it evokes all matters a chancellor has to manage: royal finances, monitoring the printed production, economic politics, .... The whole corpus contains around 1200 letters; for the moment, one hundred has been published online, the edition is still regularly increased. The edition is part of a bigger project of digital editions of modern correspondences (15th-18th century): the aim is to build a model and interface which could be usable and shared to every non literary correspondences for early modern history.&lt;br /&gt;
&lt;br /&gt;
=== Completed Projects ===&lt;br /&gt;
* [http://rotunda.upress.virginia.edu/dmde The Dolley Madison Digital Edition], part of the University of Virginia Press's [http://rotunda.upress.virginia.edu/ Rotunda] series. This is an ongoing publication, but the first two &amp;quot;volumes&amp;quot; are online. Currently the underlying data is tagged using the [http://adh.sc.edu/ Model Editions Partnership] variant of TEI (P4), but we are also exporting and transforming the documents to TEI P5 for interoperability with other material. (Contact: [mailto:dsewell@virginia.edu David Sewell])&lt;br /&gt;
* [http://www.vnsbrieven.org/VNS/?lang=en Van Nu en Straks: Brieven / Letters],  Online edition of the correspondence concerning the literary journal 'Van Nu en Straks' (1419 letters). The annotated letters contain references to ca 2500 persons, 500 places, 1000 titles of books, 650 journal articles and 350 poems. A network of 3600 hyperlinks facilitates intuitive and associative consulting. Project at the [http://www.ctb.kantl.be Centre for Scholarly Editing and Document Studies] / Royal Academy of Dutch Language and Literature (KANTL-CTB, Ghent-Belgium) and Ghent University (Belgium). This project is part of the broader [http://www.kantl.be/ctb/project/dalf/ DALF-project].&lt;br /&gt;
* [http://www.vangoghletters.org/vg/ Vincent van Gogh, The letters]. A full edition of all the extant correspondence of Vincent van Gogh (900 letters). The edition includes full transcriptions (in Dutch and French), translation into English, facsimiles, extensive annotations and about 2000 illustrations.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG|Correspondence]]&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Current_events&amp;diff=12046</id>
		<title>Current events</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Current_events&amp;diff=12046"/>
		<updated>2013-07-09T09:12:41Z</updated>

		<summary type="html">&lt;p&gt;Pstadler: added Edirom–Summer-School to the list&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(In chronological order, nearest events first.)&lt;br /&gt;
&amp;lt;!-- UNCOMMENT THE TEXT BELOW WHEN THE NEWS GETS STALE&lt;br /&gt;
Nothing hot is probably going on right now, but you might want to have a look at the &amp;quot;news&amp;quot; section of the [http://www.tei-c.org/ TEI site] and also at the [http://listserv.brown.edu/archives/cgi-bin/wa?A0=TEI-L TEI-L archives].&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Digital.Humanities @ Oxford Summer School 2013 (8-12 July 2013) ==&lt;br /&gt;
Annual DH Summer School in Oxford. Has a five day workshop as a general introduction to TEI, and a one-day course on TEI on another workshop (How to do DH). http://digital.humanities.ox.ac.uk/dhoxss/2013/&lt;br /&gt;
&lt;br /&gt;
==EpiDoc Summer School, Sofia, Sept 2013==&lt;br /&gt;
&lt;br /&gt;
Training in the use of EpiDoc (TEI for ancient documents) will be offered in Sofia, Bulgaria, September 3-6, 2013. Details, including programme, will be added to [http://wiki.digitalclassicist.org/EpiDoc_Summer_School EpiDoc Summer School] wiki.&lt;br /&gt;
&lt;br /&gt;
== Edirom-Summer-School 2013, Sept. 23–27 ==&lt;br /&gt;
&lt;br /&gt;
Annual DH Summer School in Paderborn, Germany. Has an ''Introduction to TEI'' as well as an ''Introduction to ODD''. Workshops are in German.&lt;br /&gt;
http://ess.uni-paderborn.de&lt;br /&gt;
&lt;br /&gt;
==TEI Conference and Members' Meeting 2013==&lt;br /&gt;
&lt;br /&gt;
2013 Annual Conference and Members’ Meeting of the TEI Consortium&lt;br /&gt;
&lt;br /&gt;
[http://digilab2.let.uniroma1.it/teiconf2013/ The Linked TEI: Text Encoding in the Web]&lt;br /&gt;
&lt;br /&gt;
2-5 October 2013&lt;br /&gt;
Università La Sapienza, Rome, Italy&lt;br /&gt;
&lt;br /&gt;
'''See also:'''&lt;br /&gt;
* http://members.tei-c.org/Events&lt;br /&gt;
* [[Conferences]]&lt;br /&gt;
* [[Past events]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Community]]&lt;/div&gt;</summary>
		<author><name>Pstadler</name></author>
		
	</entry>
</feed>