<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.lexical-resource-semantics.de/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=IsaB</id>
	<title>Lexical Resource Semantics - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.lexical-resource-semantics.de/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=IsaB"/>
	<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/Special:Contributions/IsaB"/>
	<updated>2026-05-23T21:16:35Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3461</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3461"/>
		<updated>2013-02-25T11:41:35Z</updated>

		<summary type="html">&lt;p&gt;IsaB: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 9 =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
&#039;&#039;&#039;[[User:Lisa| Lisa]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Marthe| Marthe]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Elisabeth.krall| Elisabeth]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:IsaB|Isabelle]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Predicate logic&amp;quot; is a linguistic concept belonging to the field of semantics, specifically syntax and grammar. Within that concept natural language is translated into a logical language (formulae) in order to illustrate the relation between a sentence, the conditions under which a given sentence is true and the circumstances in the real world.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The predicate of a sentence serves either to assign an information (property) to a single argument (&amp;quot;argument&amp;quot; here meaning a part of the sentence, such as subjects and objects) or to relate two or more arguments to each other. The predicate is seen as linking its arguments to give purpose to a sentence&#039;s content. Such a sentence can be paraphrased in a structured way which gives information about the relations between the elements of the sentence.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language, which can only be interpreted in one way. Logical connectives, in form of symbols, are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot; and thereby giving information about the mentioned relations. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The aim is to be able to interpret given formulae in a way that it becomes possible to state if a given sentence is true or false regarding a given model or story that the formulae were formed from. A model in this case means the information given about all the individuals of a setting, their properties and their relations in the real world. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Connectives - Examples  ====&lt;br /&gt;
&lt;br /&gt;
===== AND =====&lt;br /&gt;
&lt;br /&gt;
Symbol:   Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) Ʌ teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable AND&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_AND1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== OR =====&lt;br /&gt;
&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) V teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable OR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_OR1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== IF/THEN =====&lt;br /&gt;
&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) --&amp;gt; teacher(snape&#039;&#039;&#039;)]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable IF/THEN&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_IF_THEN2.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== NOT =====&lt;br /&gt;
&lt;br /&gt;
Symbol:    ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;¬student(harry)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The original formulae has to be false, that the overall statement is true.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Only if &#039;&#039;&#039;student(harry)&#039;&#039;&#039; is &#039;&#039;false&#039;&#039;, &#039;&#039;&#039;¬student(harry&#039;&#039;&#039;) is &#039;&#039;true&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
* Levine, Robert D., Frank Richter, and Manfred Sailer (in preparation): Formal Semantics. An Empirically Grounded Approach. Stanford: CSLI Publications. Draft of April 2012.&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/sl Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/pl Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary (only those relevant for our topic):&lt;br /&gt;
** [[Glossary:_Predicate| Glossary entry for &#039;&#039;predicate&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Formulae| Glossary entry for &#039;&#039;formulae&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_I-Function| Glossary entry for &#039;&#039;I-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_G-Function| Glossary entry for &#039;&#039;G-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Logical Connectives| Glossary entry for &#039;&#039;Logical Connective&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
== Our podcast ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://youtu.be/4a3mXelw7H4&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our material for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic.notebook Presentation on Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic-Comments.docx Comments on the presentation]&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|Lisa&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
 File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
 File:Truthtable_IF_THEN2.png|Truthtable IF THEN&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
File:Truthtable_IF_THEN2.png|Truthtable IF THEN&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Complex exercise on Predicate Logic:&lt;br /&gt;
&lt;br /&gt;
* [[Creation_of_the_World|Exercise 1: Creation of the World]]&lt;br /&gt;
&lt;br /&gt;
* [[Formulae_and_their_interpretation|Exercise 2: Formulae and their interpretation]]&lt;br /&gt;
&lt;br /&gt;
* [[Interpretation_of_formulae_with_connectives|Exercise 3: Interpretation of formulae with connectives]]&lt;/div&gt;</summary>
		<author><name>IsaB</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=User:IsaB&amp;diff=1971</id>
		<title>User:IsaB</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=User:IsaB&amp;diff=1971"/>
		<updated>2012-11-13T22:03:08Z</updated>

		<summary type="html">&lt;p&gt;IsaB: /* Isabelle Brend&amp;#039;amour */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Isabelle Brend&#039;amour =&lt;br /&gt;
[[File:IsabelleBrend&#039;amour.jpg|thumb|right|alt=Isabelle Brend&#039;amour 2012|Isabelle Brend&#039;amour]]&lt;br /&gt;
==Personal Information==&lt;br /&gt;
*Contact:&lt;br /&gt;
**isabellebrendamour@yahoo.de&lt;br /&gt;
&lt;br /&gt;
* Studies (L2): &lt;br /&gt;
** English&lt;br /&gt;
** French&lt;br /&gt;
&lt;br /&gt;
*Work:&lt;br /&gt;
**VHS teacher&lt;br /&gt;
** private tutor&lt;br /&gt;
&lt;br /&gt;
==Personal Interests==&lt;br /&gt;
&lt;br /&gt;
* Phonetics&lt;br /&gt;
* using New Media in the EFL classroom&lt;br /&gt;
* Historical Linguistics&lt;br /&gt;
&lt;br /&gt;
==Interesting Links==&lt;br /&gt;
&lt;br /&gt;
[http://www.english-theatre.org English Theater Frankfurt]&lt;br /&gt;
&lt;br /&gt;
[[NMTS-Group9| Predicate Logic]]&lt;/div&gt;</summary>
		<author><name>IsaB</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=User:IsaB&amp;diff=1940</id>
		<title>User:IsaB</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=User:IsaB&amp;diff=1940"/>
		<updated>2012-11-12T18:01:30Z</updated>

		<summary type="html">&lt;p&gt;IsaB: /* Isabelle Brend&amp;#039;amour */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Isabelle Brend&#039;amour =&lt;br /&gt;
[[File:IsabelleBrend&#039;amour.jpg|thumb|right|alt=Isabelle Brend&#039;amour 2012|Isabelle Brend&#039;amour]]&lt;br /&gt;
==Personal Information==&lt;br /&gt;
*Contact:&lt;br /&gt;
**isabellebrendamour@yahoo.de&lt;br /&gt;
&lt;br /&gt;
* Studies (L2): &lt;br /&gt;
** English&lt;br /&gt;
** French&lt;br /&gt;
&lt;br /&gt;
*Work:&lt;br /&gt;
**VHS teacher&lt;br /&gt;
** private tutor&lt;br /&gt;
&lt;br /&gt;
==Personal Interests==&lt;br /&gt;
&lt;br /&gt;
* Phonetics&lt;br /&gt;
* using New Media in the EFL classroom&lt;br /&gt;
* Historical Linguistics&lt;br /&gt;
&lt;br /&gt;
==Interesting Links==&lt;br /&gt;
&lt;br /&gt;
[http://www.english-theatre.org English Theater Frankfurt]&lt;br /&gt;
&lt;br /&gt;
[[http://www.lexical-resource-semantics.de/wiki/index.php/NMTS-Group9| Predicate Logic]]&lt;/div&gt;</summary>
		<author><name>IsaB</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=User:IsaB&amp;diff=1939</id>
		<title>User:IsaB</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=User:IsaB&amp;diff=1939"/>
		<updated>2012-11-12T17:45:08Z</updated>

		<summary type="html">&lt;p&gt;IsaB: /* Isabelle Brend&amp;#039;amour */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Isabelle Brend&#039;amour =&lt;br /&gt;
[[File:IsabelleBrend&#039;amour.jpg|thumb|right|alt=Isabelle Brend&#039;amour 2012|Isabelle Brend&#039;amour]]&lt;br /&gt;
==Personal Information==&lt;br /&gt;
*Contact:&lt;br /&gt;
**isabellebrendamour@yahoo.de&lt;br /&gt;
&lt;br /&gt;
* Studies (L2): &lt;br /&gt;
** English&lt;br /&gt;
** French&lt;br /&gt;
&lt;br /&gt;
*Work:&lt;br /&gt;
**VHS teacher&lt;br /&gt;
** private tutor&lt;br /&gt;
&lt;br /&gt;
==Personal Interests==&lt;br /&gt;
&lt;br /&gt;
* Phonetics&lt;br /&gt;
* using New Media in the EFL classroom&lt;br /&gt;
* Historical Linguistics&lt;br /&gt;
&lt;br /&gt;
==Interesting Links==&lt;br /&gt;
&lt;br /&gt;
[http://www.english-theatre.org English Theater Frankfurt]&lt;/div&gt;</summary>
		<author><name>IsaB</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=User:IsaB&amp;diff=580</id>
		<title>User:IsaB</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=User:IsaB&amp;diff=580"/>
		<updated>2012-10-17T10:39:39Z</updated>

		<summary type="html">&lt;p&gt;IsaB: /* Personal Information */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Isabelle Brend&#039;amour =&lt;br /&gt;
[[File:IsabelleBrend&#039;amour.jpg|thumb|right|alt=Isabelle Brend&#039;amour 2012|Isabelle Brend&#039;amour]]&lt;br /&gt;
==Personal Information==&lt;br /&gt;
*Contact:&lt;br /&gt;
**isabellebrendamour@yahoo.de&lt;br /&gt;
&lt;br /&gt;
* Studies (L2): &lt;br /&gt;
** English&lt;br /&gt;
** French&lt;br /&gt;
&lt;br /&gt;
*Work:&lt;br /&gt;
**VHS teacher&lt;br /&gt;
** private tutor&lt;br /&gt;
&lt;br /&gt;
==Personal Interests==&lt;br /&gt;
&lt;br /&gt;
* Phonetics&lt;br /&gt;
* using New Media in the EFL classroom&lt;br /&gt;
* Historical Linguistics&lt;/div&gt;</summary>
		<author><name>IsaB</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=User:IsaB&amp;diff=579</id>
		<title>User:IsaB</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=User:IsaB&amp;diff=579"/>
		<updated>2012-10-17T10:39:27Z</updated>

		<summary type="html">&lt;p&gt;IsaB: /* Personal Information */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Isabelle Brend&#039;amour =&lt;br /&gt;
[[File:IsabelleBrend&#039;amour.jpg|thumb|right|alt=Isabelle Brend&#039;amour 2012|Isabelle Brend&#039;amour]]&lt;br /&gt;
==Personal Information==&lt;br /&gt;
*Contact:&lt;br /&gt;
**[isabellebrendamour@yahoo.de Isabelle Brend&#039;amour]&lt;br /&gt;
&lt;br /&gt;
* Studies (L2): &lt;br /&gt;
** English&lt;br /&gt;
** French&lt;br /&gt;
&lt;br /&gt;
*Work:&lt;br /&gt;
**VHS teacher&lt;br /&gt;
** private tutor&lt;br /&gt;
&lt;br /&gt;
==Personal Interests==&lt;br /&gt;
&lt;br /&gt;
* Phonetics&lt;br /&gt;
* using New Media in the EFL classroom&lt;br /&gt;
* Historical Linguistics&lt;/div&gt;</summary>
		<author><name>IsaB</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=User:IsaB&amp;diff=578</id>
		<title>User:IsaB</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=User:IsaB&amp;diff=578"/>
		<updated>2012-10-17T10:38:39Z</updated>

		<summary type="html">&lt;p&gt;IsaB: /* Personal Interests */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Isabelle Brend&#039;amour =&lt;br /&gt;
[[File:IsabelleBrend&#039;amour.jpg|thumb|right|alt=Isabelle Brend&#039;amour 2012|Isabelle Brend&#039;amour]]&lt;br /&gt;
==Personal Information==&lt;br /&gt;
&lt;br /&gt;
* Studies (L2): &lt;br /&gt;
** English&lt;br /&gt;
** French&lt;br /&gt;
&lt;br /&gt;
*Work:&lt;br /&gt;
**VHS teacher&lt;br /&gt;
** private tutor&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Personal Interests==&lt;br /&gt;
&lt;br /&gt;
* Phonetics&lt;br /&gt;
* using New Media in the EFL classroom&lt;br /&gt;
* Historical Linguistics&lt;/div&gt;</summary>
		<author><name>IsaB</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=User:IsaB&amp;diff=577</id>
		<title>User:IsaB</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=User:IsaB&amp;diff=577"/>
		<updated>2012-10-17T10:38:21Z</updated>

		<summary type="html">&lt;p&gt;IsaB: /* Personal Interests */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Isabelle Brend&#039;amour =&lt;br /&gt;
[[File:IsabelleBrend&#039;amour.jpg|thumb|right|alt=Isabelle Brend&#039;amour 2012|Isabelle Brend&#039;amour]]&lt;br /&gt;
==Personal Information==&lt;br /&gt;
&lt;br /&gt;
* Studies (L2): &lt;br /&gt;
** English&lt;br /&gt;
** French&lt;br /&gt;
&lt;br /&gt;
*Work:&lt;br /&gt;
**VHS teacher&lt;br /&gt;
** private tutor&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Personal Interests==&lt;br /&gt;
&lt;br /&gt;
** Phonetics&lt;br /&gt;
** using New Media in the EFL classroom&lt;br /&gt;
** Historical Linguistics&lt;/div&gt;</summary>
		<author><name>IsaB</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=User:IsaB&amp;diff=576</id>
		<title>User:IsaB</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=User:IsaB&amp;diff=576"/>
		<updated>2012-10-17T10:37:50Z</updated>

		<summary type="html">&lt;p&gt;IsaB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Isabelle Brend&#039;amour =&lt;br /&gt;
[[File:IsabelleBrend&#039;amour.jpg|thumb|right|alt=Isabelle Brend&#039;amour 2012|Isabelle Brend&#039;amour]]&lt;br /&gt;
==Personal Information==&lt;br /&gt;
&lt;br /&gt;
* Studies (L2): &lt;br /&gt;
** English&lt;br /&gt;
** French&lt;br /&gt;
&lt;br /&gt;
*Work:&lt;br /&gt;
**VHS teacher&lt;br /&gt;
** private tutor&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Personal Interests==&lt;br /&gt;
&lt;br /&gt;
===* Phonetics&lt;br /&gt;
===* using New Media in the EFL classroom&lt;br /&gt;
===* Historical Linguistics&lt;/div&gt;</summary>
		<author><name>IsaB</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=User:IsaB&amp;diff=575</id>
		<title>User:IsaB</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=User:IsaB&amp;diff=575"/>
		<updated>2012-10-17T10:35:39Z</updated>

		<summary type="html">&lt;p&gt;IsaB: /* Personal Information */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Isabelle Brend&#039;amour =&lt;br /&gt;
[[File:IsabelleBrend&#039;amour.jpg|thumb|right|alt=Isabelle Brend&#039;amour 2012|Isabelle Brend&#039;amour]]&lt;br /&gt;
==Personal Information==&lt;br /&gt;
&lt;br /&gt;
* Studies (L2): &lt;br /&gt;
** English&lt;br /&gt;
** French&lt;br /&gt;
&lt;br /&gt;
*Work:&lt;br /&gt;
**VHS teacher&lt;br /&gt;
** private tutor&lt;/div&gt;</summary>
		<author><name>IsaB</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=User:IsaB&amp;diff=574</id>
		<title>User:IsaB</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=User:IsaB&amp;diff=574"/>
		<updated>2012-10-17T10:34:30Z</updated>

		<summary type="html">&lt;p&gt;IsaB: /* Personal Information */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Isabelle Brend&#039;amour =&lt;br /&gt;
[[File:IsabelleBrend&#039;amour.jpg|thumb|right|alt=Isabelle Brend&#039;amour 2012|Isabelle Brend&#039;amour]]&lt;br /&gt;
==Personal Information==&lt;br /&gt;
&lt;br /&gt;
*Contact&lt;br /&gt;
* isabellebrendamour@yahoo.de&lt;br /&gt;
&lt;br /&gt;
* Studies (L2): &lt;br /&gt;
** English&lt;br /&gt;
** French&lt;br /&gt;
&lt;br /&gt;
*Work:&lt;br /&gt;
**VHS teacher&lt;br /&gt;
** private tutor&lt;/div&gt;</summary>
		<author><name>IsaB</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=User:IsaB&amp;diff=573</id>
		<title>User:IsaB</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=User:IsaB&amp;diff=573"/>
		<updated>2012-10-17T10:33:44Z</updated>

		<summary type="html">&lt;p&gt;IsaB: /* Personal Information */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Isabelle Brend&#039;amour =&lt;br /&gt;
[[File:IsabelleBrend&#039;amour.jpg|thumb|right|alt=Isabelle Brend&#039;amour 2012|Isabelle Brend&#039;amour]]&lt;br /&gt;
==Personal Information==&lt;br /&gt;
&lt;br /&gt;
* Studies (L2): &lt;br /&gt;
** English&lt;br /&gt;
** French&lt;br /&gt;
&lt;br /&gt;
*Work:&lt;br /&gt;
**VHS teacher&lt;br /&gt;
** private tutor&lt;/div&gt;</summary>
		<author><name>IsaB</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=File:IsabelleBrend%27amour.jpg&amp;diff=572</id>
		<title>File:IsabelleBrend&#039;amour.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=File:IsabelleBrend%27amour.jpg&amp;diff=572"/>
		<updated>2012-10-17T10:31:20Z</updated>

		<summary type="html">&lt;p&gt;IsaB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>IsaB</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=User:IsaB&amp;diff=571</id>
		<title>User:IsaB</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=User:IsaB&amp;diff=571"/>
		<updated>2012-10-17T10:31:03Z</updated>

		<summary type="html">&lt;p&gt;IsaB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Isabelle Brend&#039;amour =&lt;br /&gt;
[[File:IsabelleBrend&#039;amour.jpg|thumb|right|alt=Isabelle Brend&#039;amour 2012|Isabelle Brend&#039;amour]]&lt;br /&gt;
==Personal Information==&lt;/div&gt;</summary>
		<author><name>IsaB</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=User:IsaB&amp;diff=570</id>
		<title>User:IsaB</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=User:IsaB&amp;diff=570"/>
		<updated>2012-10-17T10:29:32Z</updated>

		<summary type="html">&lt;p&gt;IsaB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Isabelle Brend&#039;amour =&lt;br /&gt;
&lt;br /&gt;
==Personal Information==&lt;/div&gt;</summary>
		<author><name>IsaB</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=File:Example.jpg&amp;diff=569</id>
		<title>File:Example.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=File:Example.jpg&amp;diff=569"/>
		<updated>2012-10-17T10:29:18Z</updated>

		<summary type="html">&lt;p&gt;IsaB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:IsabelleBrend&#039;amour.jpg|thumb|right|alt=Isabelle Brend&#039;amour 2012|Isabelle Brend&#039;amour]]&lt;/div&gt;</summary>
		<author><name>IsaB</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=User:IsaB&amp;diff=567</id>
		<title>User:IsaB</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=User:IsaB&amp;diff=567"/>
		<updated>2012-10-17T10:24:26Z</updated>

		<summary type="html">&lt;p&gt;IsaB: /* Isabelle Brend&amp;#039;amour */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Isabelle Brend&#039;amour =&lt;br /&gt;
[[File:IsabelleBrendamour.jpg|thumb|right|alt=Isabelle Brend&#039;amour 2012|Isabelle Brend&#039;amour]]]&lt;br /&gt;
==Personal Information==&lt;/div&gt;</summary>
		<author><name>IsaB</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=File:Example.jpg&amp;diff=566</id>
		<title>File:Example.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=File:Example.jpg&amp;diff=566"/>
		<updated>2012-10-17T10:20:17Z</updated>

		<summary type="html">&lt;p&gt;IsaB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>IsaB</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=User:IsaB&amp;diff=565</id>
		<title>User:IsaB</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=User:IsaB&amp;diff=565"/>
		<updated>2012-10-17T10:12:11Z</updated>

		<summary type="html">&lt;p&gt;IsaB: Created page with &amp;quot;= Isabelle Brend&amp;#039;amour = File:Example.jpg ==Personal Information==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Isabelle Brend&#039;amour =&lt;br /&gt;
[[File:Example.jpg]]&lt;br /&gt;
==Personal Information==&lt;/div&gt;</summary>
		<author><name>IsaB</name></author>
	</entry>
</feed>