<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Implementation of Dynamic Algebra in Epsilonwriter</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Jean-François</forename><surname>Nicaud</surname></persName>
							<email>jeanfrancois.nicaud@laposte.net-cviudez@free.fr</email>
							<affiliation key="aff0">
								<orgName type="institution">Aristod</orgName>
								<address>
									<addrLine>217 rue de Paris</addrLine>
									<postCode>91120</postCode>
									<settlement>Palaiseau</settlement>
									<country key="FR">France</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Christophe</forename><surname>Viudez</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">Aristod</orgName>
								<address>
									<addrLine>217 rue de Paris</addrLine>
									<postCode>91120</postCode>
									<settlement>Palaiseau</settlement>
									<country key="FR">France</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Implementation of Dynamic Algebra in Epsilonwriter</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">8A75F4307AF565B11A7D6AA6B3E86E3C</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T09:49+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Dynamic Algebra is "doing algebraic calculations on a computer by direct manipulation". We have implemented Dynamic Algebra in the Epsilonwriter application. For that purpose, a "Theory of Movements in Formulas" (TMF) has been elaborated. It describes, in a precise context, how we can move a sub-expression in a formula with preservation of equivalence. It has been implemented in Epsilonwriter for the Pedagogical Dynamic Algebra mode. Dynamic Algebra in Epsilonwriter has other modes with more complex actions of different classes: equivalent drag &amp; drop internal to a formula, external drag &amp; drop, on click calculations and rewriting rule application. This makes Epsilonwriter a very powerful and flexible calculation tool for step by step calculations; and a tool able to provide explanations. Epsilonwriter contains different options to control the possible movements and the feedback on them. It has been developed to help students learn formula structure and transformations, and to help every user produce step by step explained calculations.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">Introduction</head><p>This idea of Dynamic Algebra <ref type="bibr" target="#b2">(Nicaud &amp; Mercat 2012)</ref> as doing algebraic calculations through direct manipulation, similarly to Dynamic Geometry as transforming figure representations through direct manipulation, is about twenty years old. But the previous attempted prototypes of Dynamic Algebra systems have not been successful. They implemented equivalent drag &amp; drop which consists in moving a subexpression from a location of a formula to another one in order to have an equivalent formula. Of course, this is possible for some locations, not for all. Tables <ref type="table" target="#tab_0">1 and 2</ref> show examples of equivalent drag &amp; drop.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Initial formula</head><p>Transformed formula </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Table 2. Examples of algebraic calculations made with equivalent drag &amp; drop as performed by</head><p>Epsilonwriter for one of the modes and display options. The left column contains the part performed by the system and displayed on the screen, i.e., the calculated expressions and the explanations; the right column describes the gesture made by the user to get the next line. Here, it is not "basic" drag &amp; drop, the moved sub-expression is not "almost unchanged" (it sometimes provides a HCF, it sometimes disappears).</p><p>Previous prototypes of Dynamic Algebra systems performed the equivalent drag &amp; drop like in table 1 and 2, but without explanation. In our opinion, they have had no success because: -The transformations were well done in expected situations, but it was difficult to obtain what you really wanted. The initial expression was instantly transformed, so there was some kind of control loss. -No explanations were provided about the transformation done.</p><p>-The field of application was rather limited.</p><p>We have implemented Dynamic Algebra in Epsilonwriter <ref type="bibr" target="#b3">(Nicaud &amp; Viudez 2009)</ref>. In designing and implementing Dynamic Algebra, we aimed at facilitating the treatment of formulas on computers, especially ease the production of step by step calculations driven by transformation rules and requested by gestures. Our two main goals are: (1) helping students to learn formula structure and transformations; (2) helping every user to produce step by step explained calculations.</p><p>Beside the equivalent drag &amp; drop we have introduced above, which is internal drag &amp; drop (all happens in a single formula) the other classes of actions of Dynamic Algebra in Epsilonwriter are:</p><p>(1)  <ref type="bibr">)</ref> which defines a correspondence between mathematical properties of a formula and gestures which are allowed on it in the framework of basic movements. This theory is presented in section 2. Section 3 describes its implementation in Epsilonwriter and section 4 the internal drag &amp; drop beyond TMF. Section 5 is devoted to external drag &amp; drop and on click calculations, and section 6 to rewriting rules.</p><p>This paper describes dynamic elements on a static paper like support. Demos can be seen at http://www.epsilonwriter.com/en/top10demos/ to have a better view of the dynamic aspects.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">The Theory of Movements in Formulas (TMF)</head><p>The Theory of Movements in Formulas (TMF) <ref type="bibr" target="#b1">(Nicaud, 2013)</ref> is based on the possibility to move subexpressions in formulas respecting the equivalence between the starting formula and the transformed formula. The question to which TMF replies is the following:</p><p>When can we move a sub-expression from here to there, getting an equivalent expression?</p><p>As we are talking about algebraic expressions, a sub-expression is not just something which is 'put there' in a formula. It is attached to the rest of the formula by means of an operator (+, -, …). This gives to the subexpression a status with regard to its parent sub-expression. For instance, in the expression , 2 has a multiplier status in (multiplier of ), 3 has an adder status in (adder of ), 5 has a divisor status in (divisor of ). TMF identifies three different statuses: adder, multiplier and divisor (no status is attached to the subtraction, is seen as the sum of and-), and considers the movements of a sub-expression u through operators (+ -/ and relations) which preserve equivalence. The internal question is more precisely the following:</p><p>Is it possible to move from here to there, being unchanged or changed to , the rest of the formula being unchanged except possibly the orientation of an inequality? For instance, in the equation , the sub-expression can be considered as an adder in the left-hand side (being viewed as ); it can be moved to the right-hand side, keeping adder status and being changed to , coming to . It can also be considered as a multiplier (being viewed as ) and be moved to the right-hand side, remaining unchanged and getting the divisor status, obtaining . TMF is based on three classes of movements which can be described as follows:</p><p>(1) Moving at the same level, e.g., application of the commutative law;</p><p>(2) Entering into an expression, e.g., in can enter into the numerator as a multiplier, providing ;</p><p>(3) Exiting an expression, e.g., in can exit the numerator as a multiplier, providing .</p><p>Elementary movements can be combined, e.g., in can move to get . This is a combination: (1) exits as multiplier, (2) moves to the right as divisor of ;</p><p>(3) enters the denominator of as multiplier of 3 . TMF also considers movements of minus sign taking into account that a minus sign can be viewed as a multiplier -1. For example, a minus sign can exit the numerator of getting because the multiplier can exit the numerator of ( ) getting ( )</p><p>For the fundamental operators + × / and relations, within the considered status and classes of movements, TMF identifies 74 cases and 56 of them produce correct transformations, which corresponds to 76% <ref type="bibr" target="#b1">(Nicaud, 2013)</ref>. This high rate lead us to think that 'gestures' which correspond to the movements of TMF can be considered as meaningful objects of algebraic manipulations.</p><p>This result can be considered as a part of the explanation of mathematics education observations <ref type="bibr">(Kieran, 2007;</ref><ref type="bibr" target="#b4">Wittmann et al., 2013)</ref> which highlight that students (in particular students doing correct calculations) use gestures: 'gestures and ambiguous speech of moving are the only algebra used at that moment'.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Implementation of TMF in Epsilonwriter</head><p>Epsilonwriter is a multi-document "text and math" editor. It provides a smooth editing, an easy communication and publishing of math and science contents <ref type="bibr" target="#b3">(Nicaud &amp; Viudez 2009)</ref>, see figure <ref type="figure">1</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Figure 1. The Epsilonwriter window with the "Home" panel and examples of formulas.</head><p>From its beginning, Epsilonwriter contains a structural drag &amp; drop of formulas which proposes several ways to drop a sub-expression u, i.e., several operators (+ -…) to attach u to the formula at the drop position.</p><p>Dynamic Algebra in Epsilonwriter is a rich system with several options. The Pedagogical Dynamic Algebra mode implements the TMF. The equivalent drops of the TMF are added to the structural drops, see figure <ref type="figure" target="#fig_0">2</ref>. TMF contains correct and incorrect movements. In the Pedagogical Dynamic Algebra mode, the user can get the indication of the absence of a TMF correct movement, see figure <ref type="figure">3</ref>.</p><p>Figure <ref type="figure">3</ref>. An incorrect attempt of movement according to TMF. To go to the right of 5, the sub-expression 3 has to exit from which is possible with the multiplier status. Then it has to exit from which is not possible with its multiplier status; so the popup displays a message to notify there is no basic exit.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Internal drag &amp; drop beyond TMF</head><p>The Pedagogical Dynamic Algebra intends to help students to understand the structure of formulas and the possible basic movements. The other modes (light, medium, strong) of Dynamic Algebra in Epsilonwriter contain additional possibilities in order to allow more calculations produced with gestures. The main ones are described in table 3. For these modes, there is no indication of impossible movements. The display options are identical to the Pedagogical Dynamic Algebra ones. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">External drag &amp; drop and on click calculations</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.1.">External drag &amp; drop</head><p>External drag &amp; drop means dragging an expression and dropping it on another one, the two expressions being separated, i.e., not being part of a same formula. For example, expression a is followed by a text followed by expression b. In this case, pointing is different from internal drag &amp; drop as there is no destination cursor position but an entire expression as destination. So, during the drag, when the mouse cursor is over the operator of the destination expression, the expression background is blue, indicating the drop is possible. See figure <ref type="figure" target="#fig_2">4</ref>. Another kind of external drag &amp; drop is the drop of a numerical expression a on an equality or inequality. In this case, Epsilonwriter proposes an operation on both sides of the equality or the inequality among: add, Matching variables currently have to be indicated with a special operator that circles them, e.g., in (the copy and paste mechanism replaces in Word the circle by a rectangle). In this example is a matching variable that can match anything whereas b is a fixed letter that can only match . Table <ref type="table">4</ref> shows examples of rewritings made with Epsilonwriter.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Searched form Rewritten form Matched form</head><p>Rewriting obtained</p><formula xml:id="formula_0">( ) ( √ ) ( ) ( ) √ ( √ ) ( )( ) ( ) ( )</formula><p>Table <ref type="table">4</ref>. Rewriting made with the search panel and the buttons "Find", "Replace", "Replace/Find".</p><p>In the future, rewriting will be improved in Epsilonwriter. It will be possible to use the classical notation , to have sets of rules, to drop a rule or a set of rules on a formula.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="7.">Conclusion</head><p>With dynamic algebra, Epsilonwriter bring virtual gestures to concrete UI movements and so add smooth automatic calculations to formula editing. From a general point of view, we think that this will improve significantly formula editing, especially because there is no wall between editing and calculating, no need for a distinct UI and because the user can control precisely what the result will be. In terms of education, we believe it can provide important assistance in the writing of reasoning by teachers and students, but it can also promote the learning of algebra in helping students to know the correct actions and their justifications.</p><p>Epsilonwriter provides a rich dynamic algebra implementation and we will add new functions for square roots, trigonometry and exponentials. Epsilonwriter is also more than a dynamic algebra dedicated software, it is a very powerful document editor with lots of publishing and communication functions, like multidocument editing, rich import and export possibilities. It also offers a chat and online multiuser shared documents.</p><p>We hope that a growing community will use Epsilonwriter and join us to participate in the diffusion and the evolution of Dynamic Algebra.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 2 .</head><label>2</label><figDesc>Figure 2. The working expression is on the top left of the figure. 4 has been selected and dragged to the right. As the mouse is just before 3, a cursor is displayed on that location and seven drop options are displayed in a popup (the green ones correspond to equivalent drag &amp; drop of Dynamic Algebra). If the user keeps on dragging, the popup is replaced by another one or disappears. Note that Dynamic Algebra items of the popup contain both the result of the action and an explanation.</figDesc><graphic coords="4,192.38,82.00,210.55,85.60" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head></head><label></label><figDesc>Main actions of internal drag &amp; drop beyond TMF. The moved sub-expression is red. A blue subexpression indicates a sub-expression on which the moved sub-expression is dropped.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Figure 4 .</head><label>4</label><figDesc>Figure 4. On the left, {has been selected, it appears with a yellow background. A drag has been done and the mouse is over a + sign, thus the expression 3x+y+1 is selected (+ is its main operator) and appears with a blue background. The substitution is proposed (not visible in the figure). By releasing the mouse button at this time, the expression on the right is obtained.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0"><head></head><label></label><figDesc></figDesc><graphic coords="3,116.90,463.95,361.33,241.55" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0"><head></head><label></label><figDesc></figDesc><graphic coords="7,56.70,283.58,481.60,181.35" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1 .</head><label>1</label><figDesc>Examples</figDesc><table><row><cell></cell><cell></cell><cell cols="3">Displayed on the screen</cell><cell></cell><cell cols="2">Gesture to get the next line</cell></row><row><cell>(</cell><cell>)(</cell><cell>)</cell><cell>(</cell><cell>)</cell><cell></cell><cell cols="2">is dragged in front of (</cell><cell>)</cell></row><row><cell>(</cell><cell>)(</cell><cell>)</cell><cell>(</cell><cell>) Factoring HCF:</cell><cell>(</cell><cell cols="2">) is dragged in front of the expression</cell></row><row><cell>(</cell><cell>)( (</cell><cell>)</cell><cell cols="2">) Factorizing</cell><cell></cell><cell>is dragged into (</cell><cell>)</cell></row><row><cell>(</cell><cell>)(</cell><cell></cell><cell cols="2">) Expansion</cell><cell></cell><cell>is dragged over</cell></row><row><cell>(</cell><cell>)(</cell><cell cols="3">) Adding like terms</cell><cell></cell><cell cols="2">is dragged in front of the expression</cell></row><row><cell>(</cell><cell>)(</cell><cell cols="2">) Factorizing</cell><cell></cell><cell></cell><cell></cell></row></table><note>of basic equivalent drag &amp; drop. The moved sub-expression is red. Here, the moved sub-expression is almost unchanged (it just gets a minus sign in the second example).</note></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" xml:id="foot_0">()</note>
		</body>
		<back>
			<div type="annex">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Description Example</head><p>Factorizing by exiting a sub-expression from a sum</p><p>Factorizing a HCF by exiting a integer from a sum</p><p>Expanding by entering a factor in a sum</p><p>Expanding by entering an exponent in a sum</p><p>Entering an exponent in an opposite or a product</p><p>Entering an exponent in a fraction or a power ( )</p><p>Additive exit from a numerator</p><p>Additive entry into a numerator Addition of like terms</p><p>Simplification in a fraction of like factors and minus signs Simplification in a fraction with HCF</p><p>Completing the square by dropping on subtract, multiply and divide. The last two operations are only proposed for an inequality when a is constant and not null.</p><p>Finally there is the drag &amp; drop of an equality (or inequality) on another equality (or inequality) to add or subtract side by side when the result of the operation is implied by the two equalities or inequalities.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.2.">On click calculations</head><p>On click calculations mainly allows performing numerical calculations, additions of like terms and multiplications of like factors. The domain of numerical calculations is chosen by the user with the options menu. Currently, it may be the integer, decimal or rational numbers.</p><p>Two gestures allow performing a calculation click. The first one consists in selecting an expression or a subexpression and of doing a Ctrl+Click on it. Examples:</p><p>Selection of and Ctrl+Click, result (calculation over the rational numbers). Selection of ( ) (</p><p>) and Ctrl+Click, result ( ) (addition of like terms). Selection of ( )(</p><p>) and Ctrl+Click, result ( ) (multiplication of like factors).</p><p>The second one consists of doing a Ctrl+Click on an operator to ask for calculating the expression of which this operator is the main operator.</p><p>Example: In ( ) Ctrl+Click on +, the result is (calculation over the rational numbers of ).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.3.">Solving quadratic and cubic equations</head><p>Epsilonwriter helps to solve quadratic and cubic equations thanks to Dynamic Algebra. First, it displays a solving schema, see figure <ref type="figure">5</ref>. (5) drop of this formula over</p><p>All forms of cubic equations are handled. For , with Epsilonwriter suggests to divide both sides by a. For , with it suggests a change of variable to make the degree 2 term disappear. Of course, quadratic equations are also handled.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.4.">The calculation panel of Epsilonwriter</head><p>Dynamic Algebra in Epsilonwriter has several modes and options which are chosen using the calculation panel, see figure <ref type="figure">6</ref>. The Dynamic algebra mode allows choosing which movements are allowed and are automatically calculated. Dynamic algebra: Pedagogical suits for basic learning goals and allows only the basic movements of the TMF (it also provides the "no movement" messages). Other modes of Dynamic Algebra progressively increases the number of movements allowed. The display options offer flexibility in the display of explanations and allow choosing if the gestures are described or not. All these modes and options can fit different use cases from didactical ones with clear steps and explanations on gestures, to calculations of expert with fast expression change as soon as the mouse is released. Preview of the result in the popup is a key feature: it gives a feedback to check that what will be done is relevant with the user's intent. Moreover on complex expressions, it gives a preview of what will be the result and so can help in strategic decisions during the calculation.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6.">Rewriting</head><p>A rewriting rule is a formula like which means a is (or can be) rewritten as b. Rewriting is a fundamental sub-domain of computer science and is used various contexts such as mathematical formula processing, natural language processing… In algebra, we use them when we apply identities. Thus ( )( ) is a rewriting rule for factorizing. The reverse rule is a rewriting rule for expanding. In this notation, a and b are matching variables as they are used to be matched with any subexpression. For example, matches the expression ( ) for the substitution .</p><p>Rewriting in Epsilonwriter is at its very beginning. It is implemented with the Find/Replace panel: Left part of the rule is written in the "Find" field whereas the right one in the "Replace with" field.</p></div>			</div>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Research on the learning and teaching of algebra</title>
		<author>
			<persName><forename type="first">C</forename><surname>Kieran</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Handbook of research on the psychology of mathematics education</title>
				<editor>
			<persName><forename type="first">A</forename><surname>Gutiérrez</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">P</forename><surname>Boero</surname></persName>
		</editor>
		<meeting><address><addrLine>Rotterdam</addrLine></address></meeting>
		<imprint>
			<publisher>Sense</publisher>
			<date type="published" when="2006">2006</date>
			<biblScope unit="page" from="11" to="50" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<title level="m" type="main">La théorie des mouvements dans les formules</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">F</forename><surname>Nicaud</surname></persName>
		</author>
		<ptr target="http://epsilonwriter.com/TMF" />
		<imprint>
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Algèbre dynamique, glisser-déposer par équivalence</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">F</forename><surname>Nicaud</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Mercat</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="s">Actes des Journées mathématiques de l&apos;Institut Français de l&apos;Éducation</title>
		<imprint>
			<date type="published" when="2012">2012</date>
		</imprint>
		<respStmt>
			<orgName>ENS de Lyon</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Epsilonwriter: implementing new ideas for typing text and math</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">F</forename><surname>Nicaud</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Viudez</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of The MathUI workshop 2009</title>
				<meeting>The MathUI workshop 2009<address><addrLine>Grand Bend, Ontario, Canada</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Algebraic manipulation as motion within a landscape</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">C</forename><surname>Wittmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">C</forename><surname>Flood</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">E</forename><surname>Black</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Educational Studies in Mathematics</title>
		<imprint>
			<biblScope unit="volume">82</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="169" to="181" />
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
