<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Open Minded</title>
	<atom:link href="http://studies.k-jahn.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://studies.k-jahn.de</link>
	<description>Karsten Jahn</description>
	<lastBuildDate>Wed, 22 Feb 2012 12:12:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Exporting a Word Library to LaTeX/BibTex</title>
		<link>http://studies.k-jahn.de/2012/02/22/exporting-a-word-library-to-latexbibtex/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=exporting-a-word-library-to-latexbibtex</link>
		<comments>http://studies.k-jahn.de/2012/02/22/exporting-a-word-library-to-latexbibtex/#comments</comments>
		<pubDate>Tue, 21 Feb 2012 23:16:07 +0000</pubDate>
		<dc:creator>Karsten</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[bibliography]]></category>
		<category><![CDATA[bibtex]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[references]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[word]]></category>

		<guid isPermaLink="false">http://studies.k-jahn.de/?p=306</guid>
		<description><![CDATA[Writing a thesis is fun. But you want to minimize the risks that might force you to start over. One of which is the choice of tool. I am a fan of MS Word and started writing it there. But apparently I am facing it’s limits… My thesis currently has around 100 pages, yet a [...]]]></description>
			<content:encoded><![CDATA[<p>Writing a thesis is fun. But you want to minimize the risks that might force you to start over. One of which is the choice of tool. I am a fan of MS Word and started writing it there. But apparently I am facing it’s limits…</p>
<p>My thesis currently has around 100 pages, yet a few chapters to come. It is constructed through several different documents that are included into one. All that worked fine so far, but I started noticing some hick-ups. The creation of the complete document and its indexes takes longer and longer. And one time, the structure messed up and I had to rework the master document.</p>
<p>Finishing my thesis with word is surely possible. But I don’t want to risk troubles. I therefore began having a look at Latex. Seems legit. It’s always good to have options.</p>
<p>Now, I have to confess, that I never worked with Latex until recently. Converting my Word-documents into Latex-files took some effort. The main problem for me was the library of my references. I handled the sources of my work in Word. There are probably better solutions, but it’s easy to use and provides everything I need.<br />
Except for an export feature…</p>
<p>No way I would create all the entries manually for my Latex bibliography. Instead I wrote a stylesheet that makes Word create a bibliography in BibTex format (Details regarding the <a href="http://en.wikibooks.org/wiki/LaTeX/Bibliography_Management">Bibliography Management</a>). Now I can simply copy and paste my library from one system to the other. The only problem is, that the library is full of characters that have to be escaped in Latex. Because I didn’t want to do that manually either, I created a script for that, too.<br />
Here’s how you can export your MS Word sources and references and import them to a BibTex library:</p>
<ol>
<li>Download this stylesheet:  <a href="http://www.k-jahn.de/stuff/bibtex.xsl">Word2Bibtex</a></li>
<li>Save it here: C:\Program Files\Microsoft Office\Office14\Bibliography\Style</li>
<li>Start Word and change the style of your bibliography to “Bibtex Export”.</li>
<li>Copy the bibliography that word creates for you.</li>
<li>Substitute the special characters using this script: <a href="http://www.k-jahn.de/stuff/substitute.html">The Substitutor</a></li>
<li>Use the result for your BibTex library.</li>
<li>Done.</li>
</ol>
<p>I hope it helps you, as it helped me. Find both also on my <a href="http://www.k-jahn.de/stuff/">stuff-page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://studies.k-jahn.de/2012/02/22/exporting-a-word-library-to-latexbibtex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Wiki Way</title>
		<link>http://studies.k-jahn.de/2011/05/09/the-wiki-way/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-wiki-way</link>
		<comments>http://studies.k-jahn.de/2011/05/09/the-wiki-way/#comments</comments>
		<pubDate>Mon, 09 May 2011 19:12:15 +0000</pubDate>
		<dc:creator>Karsten</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[cunningham]]></category>
		<category><![CDATA[story]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://studies.k-jahn.de/?p=141</guid>
		<description><![CDATA[Ward Cunningham was searching for a new way of collaboration while he was cooperating on the Design Patters book by the Gang of Four. He came up with a very simple web application for collaboration. Legend has it that Cunningham attended a conference in Honolulu while he was working on his system. And when the [...]]]></description>
			<content:encoded><![CDATA[<p>Ward Cunningham was searching for a new way of collaboration while he was cooperating on the Design Patters book by the Gang of Four. He came up with a very simple web application for collaboration. Legend has it that Cunningham attended a conference in Honolulu while he was working on his system. And when the shuttle bus at the airport arrived, he had a name for it. The bus transfer is called &#8220;wiki wiki&#8221;, after the Hawaiian word for very quick.<br />
That&#8217;s how he called his system: The wiki wiki web.</p>
<p><img src="http://studies.k-jahn.de/wp-content/uploads/wiki-flow.png" alt="" title="Wiki-Flow" width="206" height="150" class="alignright size-full wp-image-272" />Anyhow, a wiki system, as it is called now, allows users to add and edit content of web pages in a very easy and quick way. The users however do not have to be afraid that any changes might delete content. Every saved version of a page is stored in a history and users can easily step back to an older state of the page.<br />
This carefree editing became known as the <em>wiki way</em>, a term that stands for simplistic collaboration without demands of page ownership or other restricting principles.</p>
<p>While the original wiki is still online (the <a href="http://c2.com/cgi/wiki?WikiWikiWeb">WikiWikiWeb</a>), other people and organizations published systems on their own and developed the idea to further levels (find an overview in the <a href="http://www.wikimatrix.org/">wiki matrix</a>). Especially in the open source community wikis were often used for group collaboration. But soon the industry discovered the power of this simple tool. Today, wikis are commonly used for knowledge sharing and information exchange in many organizations. There&#8217;s a nice introduction to <a href="http://arstechnica.com/business/news/2009/11/welcome-to-the-wiki-party.ars/">wikis in the workplace</a>, even best practices are described in <a href="http://www.wikipatterns.com/">wiki patterns</a>.</p>
<p>When I talk to people about wikis, coming from industry, one concern is formulated way more often than anything else. The management level is often really afraid of wiki vandalism, i.e., users posting wrong information. There are usually two replies to that:</p>
<ol>
<li>Users in a corporate wiki have to log in. Hence every change carries the name. And usually people don&#8217;t like being spotted as vandals.</li>
<li>Different studies (e.g., by <a href="http://www.research.ibm.com/visual/projects/history_flow/results.htm">IBM Research</a>) on the english <a href="http://en.wikipedia.org/">Wikipedia</a> show that other users fix wrong information on pages, within minutes.</li>
</ol>
<p>Especially the first argument shows that wikipedia is not a good example for a wiki in an organization. It is by far the most popular one, but hardly any of the users have ever edited a page. The second one however shows that the community effect is strengthened through a wiki. And even though statistics show that Wikipedia is of higher quality than traditional dictionaries, there is always a degree of uncertainty. I want to tell the story of one of these, beacause I actually find it hilarious. It also describes the danger of wikis that is sometimes overlooked.</p>
<p><a href="http://de.wikipedia.org/wiki/Berolinismus">Berolinism</a> is more than just a dialect, it covers also specific words for buildings or sign, like &#8220;washing machine&#8221; for the chancellor building or the &#8220;palace of tears&#8221; for the buildings of the border crossing Friedrichstraße. Many of these, claiming insiders, are used by the tourism industry only. One of these insiders is Andreas Kopietz, journalist for the Berlin news paper &#8220;Berliner Zeitung&#8221;.</p>
<p>On February 16, 2009, his &#8220;second glas of red wine&#8221; entered the following fact:<br />
<strong>Before the Berlin wall came down, the Karl-Marx-Allee was known as Stalin&#8217;s Bathroom, due to its significant tiles.</strong></p>
<p>He decided to leave the <em>joke</em> and observes what happens. It got approved by a content administrator from another part of Germany and since then the term began to spread. In the beginning it was mostly tourism companies that used it, later blogs and travel guides jumped in. Then in 2010 even the bigger news portals mentioned the term. But when his own paper used it in early 2011, the author tried to correct his hoax, it was not allowed. Wikipedia admins undid his changes with the reason: That term can be found everywhere, it is true!</p>
<p>His article in the Berliner Zeitung: <a href="http://www.berlinonline.de/berliner-zeitung/berlin/337069/337070.php">Wie ich Stalins Badezimmer erschuf</a> <em>German</em><br />
The Wikipedia page: <a href="http://de.wikipedia.org/wiki/Karl-Marx-Allee">Karl-Marx-Allee</a> <em>German</em></p>
<p>There is a nice cartoon summing up the process: <a href="http://xkcd.com/978/">xkcd &#8211; Citogenesis</a></p>
]]></content:encoded>
			<wfw:commentRss>http://studies.k-jahn.de/2011/05/09/the-wiki-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Experience Factory</title>
		<link>http://studies.k-jahn.de/2011/04/19/the-experience-factory/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-experience-factory</link>
		<comments>http://studies.k-jahn.de/2011/04/19/the-experience-factory/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 13:21:39 +0000</pubDate>
		<dc:creator>Karsten</dc:creator>
				<category><![CDATA[Readings]]></category>
		<category><![CDATA[Basili]]></category>
		<category><![CDATA[experience]]></category>
		<category><![CDATA[experience base]]></category>
		<category><![CDATA[experience factory]]></category>
		<category><![CDATA[learn]]></category>
		<category><![CDATA[paper]]></category>

		<guid isPermaLink="false">http://studies.k-jahn.de/?p=220</guid>
		<description><![CDATA[During the literature study of my Ph.D. thesis I came across an interesting concept, which I would like to briefly write about here. Even before the term knowledge management became popular, Victor R. Basili presented his experience factory [1]. The principle behind that is that a software developing organization should gather the gained experience and [...]]]></description>
			<content:encoded><![CDATA[<p>During the literature study of my Ph.D. thesis I came across an interesting concept, which I would like to briefly write about here. Even before the term knowledge management became popular, Victor R. Basili presented his experience factory [1]. </p>
<p>The principle behind that is that a software developing organization should gather the gained experience and make it accessible to learn from it in the future. To archive that, the whole idea builds upon a division of responsibilities. On the one hand there is the project organization, which covers the project work and tasks. On the other hand is the experience factory, which encapsulates the whole experience recording and leveraging for the whole organization.</p>
<p><img src="http://studies.k-jahn.de/wp-content/uploads/Basili.png" alt="" title="The Experience Factory" width="476" height="310" class="aligncenter size-full wp-image-229" /></p>
<p>In the experience factory all kinds of experience that can be externalized and made available are analysed and synthesised. That includes the outcome of project reviews or documentation. This is then taken and bundled into standardized packages, in order to make the experience easier to access. Developers can thus access these experience packages in the experience base, once they feel the need for further input. At the end of every learning process, the developer has to feed the gained insights back into the experience base, to make it richer. The methodology thus applies the two basic activities in knowledge management: collecting experience and learning to improve.</p>
<p>The experience factory is a widely known concept and implemented in different organizations. The most famous one is the Software Engineering Laboratory at the NASA Goddard Space Flight Center, which documents a dramatic increase of reuse across different projects [2]. It can be seen though, that it is difficult to implement and contains a huge organizational overhead. But the principles applied make a lot of sense. It is worth thinking about it, I suppose.</p>
<p>[1] Victor R. Basili. »Software Development: A Paradigm for the Future«, Proceedings of the 13th Annual International Computer Software and Applications Conference (COMPSAC 89), 1989.</p>
<p>[2] Victor R. Basili and Gianluigi Caldiera. »Improve Software Quality by Reusing Knowledge and Experience«, Sloan Management Review, Fall 1995.</p>
]]></content:encoded>
			<wfw:commentRss>http://studies.k-jahn.de/2011/04/19/the-experience-factory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The KiWi Project</title>
		<link>http://studies.k-jahn.de/2011/04/06/the-kiwi-project/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-kiwi-project</link>
		<comments>http://studies.k-jahn.de/2011/04/06/the-kiwi-project/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 09:04:03 +0000</pubDate>
		<dc:creator>Karsten</dc:creator>
				<category><![CDATA[Trips]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[kiwi]]></category>
		<category><![CDATA[kiwiknows]]></category>
		<category><![CDATA[meeting]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[semantic web]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://studies.k-jahn.de/?p=241</guid>
		<description><![CDATA[My PhD studies were held within a project, funded by the European Commission: The KiWi Project – Knowledge in a Wiki Within this project the participants created a wiki-based collaboration system, utilizing the theories of the semantic web. The consortium consisted from Brno University of Technology (Czech Republic), Logica (Aalborg, Denmark), Ludwig-Maximilians-University Munich (Germany), Oracle/Sun [...]]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://www.kiwi-project.eu/"><img src="http://studies.k-jahn.de/wp-content/uploads/kiwi_logo.png" alt="" title="KiWi" width="219" height="94" class="alignleft size-full wp-image-189" /></a>My PhD studies were held within a project, funded by the <a href="http://ec.europa.eu/research/fp7/" target="_blank">European Commission</a>: <strong><a href="http://www.kiwi-project.eu/" target="_blank">The KiWi Project – Knowledge in a Wiki</a></strong><br />
Within this project the participants created a wiki-based collaboration system, utilizing the theories of the semantic web. The consortium consisted from <a href="http://www.fit.vutbr.cz/" target="_blank">Brno University of Technology</a> (Czech Republic), <a href="http://www.logica.dk/" target="_blank">Logica</a> (Aalborg, Denmark), <a href="http://www.pms.ifi.lmu.de/" target="_blank">Ludwig-Maximilians-University Munich</a> (Germany), <a href="http://www.oracle.com" target="_blank">Oracle/Sun</a> (Prague, Czech Republic), <a href="http://www.salzburgresearch.at/" target="_blank">Salzburg Research</a> (Austria), <a href="http://www.semantic-web.at/" target="_blank">Semantic Web Company</a> (Vienna, Austria) and <a href="http://www.cs.aau.dk/" target="_blank">Aalborg University</a> (Denmark). The project was organized in the developing branch and two use cases, where the possibilities and benefits in two companies should be investigated. My research was located in one of these, the Use Case on Software Project Management Knowledge with Logica.</p>
<p>Parts of the KiWi core development were the so called Enabling Technologies. These provide certain features to the KiWi platform, namely Information Extraction, Personalization &amp; Adaptation, Querying &amp; Reasoning and Reason Maintenance.</p>
<p><img class="aligncenter size-full wp-image-242" title="Final KiWi Review Meeting" src="http://studies.k-jahn.de/wp-content/uploads/final_review.jpg" alt="" width="500" height="151" /></p>
<p>Since March 1st is the project over. The KiWi has landed. I was part of the consortium’s representatives at the final review meeting on Monday at the European Union’s buildings in Luxembourg. And even though their final official statements will be part of a report that is yet to come, I believe that generally the project can be valued quite positive and successful.</p>
<p>Not only has the KiWi project been very exciting, it also provided a lot of opportunities. I was able to meet and work with all these interesting people across Europe. And I also got in touch with (for me) new and fascinating topics. I’m grateful for that and say: Thank you KiWi!</p>
<p>The KiWi however is far from dead. During the project a community began to be formed. Moderated by the people at Salzburg Research the KiWi system takes off to its second version soon. If you want to participate in the open source world, have a look at the <a href="http://www.kiwi-community.eu/" target="_blank">KiWi Community</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://studies.k-jahn.de/2011/04/06/the-kiwi-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Knowledge&#8230; what is that?</title>
		<link>http://studies.k-jahn.de/2010/11/04/knowledge-what-is-that/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=knowledge-what-is-that</link>
		<comments>http://studies.k-jahn.de/2010/11/04/knowledge-what-is-that/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 11:08:40 +0000</pubDate>
		<dc:creator>Karsten</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[definition]]></category>
		<category><![CDATA[epistemology]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[knowledge]]></category>

		<guid isPermaLink="false">http://studies.k-jahn.de/?p=208</guid>
		<description><![CDATA[You can’t really be involved with knowledge management without asking: What is knowledge? Well, knowledge is probably one of the oldest concepts of mankind. Ancient philosophers already tried to define it and built a whole theory (epistemology) around. I would like to point out a very nice description by Davenport &#038; Pruzak in their book [...]]]></description>
			<content:encoded><![CDATA[<p>You can’t really be involved with knowledge management without asking: What is knowledge? Well, <a target="_blank" href="http://en.wikipedia.org/wiki/Knowledge">knowledge</a> is probably one of the oldest concepts of mankind. Ancient philosophers already tried to define it and built a whole theory (<a target="_blank" href="http://en.wikipedia.org/wiki/Epistemology">epistemology</a>) around. I would like to point out a very nice description by Davenport &#038; Pruzak in their book “Working Knowledge” [1]. This blog post however is my own explanation of knowledge.</p>
<p>In the field of my studies, knowledge is hardly defined, but described and delimited from information and data; you can’t really separate one from the other. That is also why it is commonly referred to as the pyramid of knowledge, as one builds up to the other.  </p>
<p><strong>Data</strong> is raw information. When you fill out a form, you insert data; numbers and values. Data is usually handled in tables or lists, be it in databases, in spread sheets or form-based applications. Note that data is always pure. It can be the measurement results, without being aware of the context. The data itself does not contain any hint on what was measured, how or why that was done.</p>
<p><strong>Information</strong> is data in a context. When you draw a diagram utilizing data, you create information; data sets with their connection and meaning. In order to make sense out of data a background or a context is needed. This correlation can be expressed in articles or diagrams, but also speeches.  Note that though the content of a piece of information might be subjective, information as such is the same for anyone and thus objective. It presents description of the data.</p>
<p><strong>Knowledge</strong> is processed information. When you access information and understand it, you create knowledge; personal insight. Knowledge is always something individual, which you sometimes cannot even express (<a href="http://studies.k-jahn.de/2010/08/10/polanyis-tacit-dimension/">tacit knowledge</a>). Relating information to personal experience or understanding creates new knowledge, this process has names like learning, practicing, organizing or judging. Note that knowledge always happens within or between human beings. It is therefore always subjective and cannot be shared or transferred directly.</p>
<p>The data-information-knowledge chain can be accessed in both ways. Contextualizing will get you from data to information and from information to knowledge, while abstraction will get you back.<br />
Generally is the use of language restricting, when we use the concept of knowledge. The English grammar forces us to use knowledge as something you can own. But knowledge should be seen more as a process that needs to be used.</p>
<p>[1] Thomas H. Davenport and Laurence Pruzak. »Working Knowledge: How Organizations Manage What They Know«, Boston: Harvard Business School Press, 1998.</p>
]]></content:encoded>
			<wfw:commentRss>http://studies.k-jahn.de/2010/11/04/knowledge-what-is-that/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KiWi Release Party</title>
		<link>http://studies.k-jahn.de/2010/10/18/kiwi-release-party/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=kiwi-release-party</link>
		<comments>http://studies.k-jahn.de/2010/10/18/kiwi-release-party/#comments</comments>
		<pubDate>Mon, 18 Oct 2010 07:05:48 +0000</pubDate>
		<dc:creator>Karsten</dc:creator>
				<category><![CDATA[Trips]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[kiwiknows]]></category>
		<category><![CDATA[knowledge management]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[platform]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://studies.k-jahn.de/?p=188</guid>
		<description><![CDATA[The 14th of October 2010 was a very special date for the KiWi project: After more than two and a half years of development version 1.0 of our collaborative knowledge management software was published. To celebrate that, the project organized a release party in the planetarium in Vienna, Austria. It was a very nice evening [...]]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://www.kiwi-project.eu/"><img src="http://studies.k-jahn.de/wp-content/uploads/kiwi_logo.png" alt="" title="KiWi" width="219" height="94" class="alignleft size-full wp-image-189" /></a>The 14th of October 2010 was a very special date for the <a target="_blank" href="http://www.kiwi-project.eu/">KiWi project</a>: After more than two and a half years of development version 1.0 of our collaborative knowledge management software was published. To celebrate that, the project organized a <a target="_blank" href="http://kiwi-community.eu/display/about/Release+Party+14+October+2010%2C+Planetarium+Vienna">release party</a> in the planetarium in Vienna, Austria.<br />
It was a very nice evening that featured speeches of Ross Gardler (Vice President Community, Apache Software Foundation) and David Ayers (Free Software Foundation Europe), followed by a demonstration of KiWi by <a target="_blank" href="http://www.schaffert.eu/2010/10/18/kiwi-release-party-vienna-14102010/">Sebastian Schaffert</a> (KiWi Project Lead). After the official part, the guests and the project participants mixed and there was time and space for many interesting conversations.</p>
<p><img src="http://studies.k-jahn.de/wp-content/uploads/kiwi_release.jpg" alt="" title="KiWi Release Party" width="500" height="115" class="aligncenter size-full wp-image-198" /></p>
<p>KiWi is a wiki that combines technologies like the semantic web, information extraction, a recommendation component and a rules engine. The project’s target was knowledge management for software companies; the system addresses the domain problems and assists in solving common problems. But during the development KiWi became much more than that. It is now an open-source development platform for building semantic social media applications.</p>
<p>To make sure, that KiWi does not die, once the funding is over, the project makes some effort to form a community. The release party was thus also an opportunity to get in touch with the project team. We want everybody to be part of KiWi. So, if you feel like, use your creativity and skills to make that bird fly or simply use it, we are here to motivate and support you.</p>
<p>Visit: <a target="_blank" href="http://www.kiwi-community.eu/">http://www.kiwi-community.eu/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://studies.k-jahn.de/2010/10/18/kiwi-release-party/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Engaged Scholarship</title>
		<link>http://studies.k-jahn.de/2010/09/20/engaged-scholarship/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=engaged-scholarship</link>
		<comments>http://studies.k-jahn.de/2010/09/20/engaged-scholarship/#comments</comments>
		<pubDate>Mon, 20 Sep 2010 15:38:10 +0000</pubDate>
		<dc:creator>Karsten</dc:creator>
				<category><![CDATA[Readings]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[engaged scholarship]]></category>
		<category><![CDATA[information systems]]></category>
		<category><![CDATA[paper]]></category>
		<category><![CDATA[scandinavia]]></category>
		<category><![CDATA[van de ven]]></category>

		<guid isPermaLink="false">http://studies.k-jahn.de/?p=142</guid>
		<description><![CDATA[During the summer school and the conference I recently attended, the topic was engaged scholarship. Since Van de Ven published his book [1] in 2007, this topic has been broadly discussed, especially in the Scandinavia information systems community. Reason enough for me to take a closer look at the book and a brief explanation, why [...]]]></description>
			<content:encoded><![CDATA[<p>During the <a target="_blank" href="http://studies.k-jahn.de/2010/05/10/darsis-summer-school-2010/">summer school</a> and the <a target="_blank" href="http://studies.k-jahn.de/2010/08/24/scis-iris-2010/">conference</a> I recently attended, the topic was engaged scholarship. Since Van de Ven published his book [1] in 2007, this topic has been broadly discussed, especially in the Scandinavia information systems community. Reason enough for me to take a closer look at the book and a brief explanation, why it makes a lot of noise in northern Europe.</p>
<p>Any researcher’s target is to advance the body of knowledge, but also to enlighten practice of a profession. The gap between theory and practice is a sign that this did not always work satisfactorily. With engaged scholarship Van de Ven describes an approach that should help this dilemma. He wants to support the collaboration between researchers and practitioners. Engaged scholarship does not understand research as a solitary exercise, but as a combined effort.</p>
<blockquote><p><strong>the more complex the problem or the bigger the research question, the greater the level of engagement is required of researchers from different disciplines and practitioners with different functional experiences.</strong><br />
Page 18</p></blockquote>
<p>Four research activities should take part during a research, according to his ideas: problem formulation, theory building, research design and problem solving. He points out that these are not held in any specific order. Sometimes, it even makes sense to have a two in parallel. Additionally it can be beneficial or even required to conduct several iterations and revisions of the research activities. </p>
<p>As space is very limited here, I can only provide a brief overview and point out to read the book. It&#8217;s worth it!</p>
<p><a target="_blank" href="http://studies.k-jahn.de/wp-content/uploads/engaged_scholarship.png"><img src="http://studies.k-jahn.de/wp-content/uploads/engaged_scholarship-300x236.png" alt="" title="Engaged Scholarship" width="300" height="236" class="alignright size-medium wp-image-147" /></a><strong>Problem Formulation.</strong> To describe the problem properly is a vital part of every research. The target of any problem formulation should be the research question. It provides the implications for the next steps and can be used later to evaluate the work. Not only is this commonly the first task in the engaged scholarship process, but also influences it the following ones strongly.</p>
<p><strong>Theory Building.</strong> As the theory in engaged scholarship has to be connected to reality, it is very important to choose a fitting one. This usually involves three activities: Conceiving or creating a theory, constructing or elaborating a theory and justifying or evaluating a theory.</p>
<p><strong>Research Design.</strong> It is important to understand, that the theory is not the same as the model. A research model instead acts like an instrument to link data with the theory. As theory cannot be observed directly, a research model is designed instead. Dependent on the research question two basic epistemologies  can be used. One is the variance model, which is outcome-driven, and the other one is the process model, which is event-driven. </p>
<p><strong>Problem Solving.</strong> The researcher&#8217;s present is organized that every research leads to a form of written and/or presentation. It is assumed that work will be used, if it is good/influential enough. It can be observed, that much research is hardly used by other researchers (low citations is common) and in practice (difficulties to find and to adopt). The important thing is thus to find appropriate ways to communicate the findings of a research by engaging the intended audience.</p>
<p>While the kind of research that Van de Ven describes as engaged scholarship might be a bit revolutionary for the American information systems research community, this is actually common practice in Scandinavia. Lars Mathiassen and Peter Axel Nielsen analyzed the articles in the <a target="_blank" href="http://sjis.scandinavian-iris.org/">Scandinavian Journal of Information Systems (SJIS)</a> and compare their research process to the engaged scholarship process [2]. They found that the Scandinavian IS research tradition is in line with engaged scholarship and many papers applied its values and principles long before the book was published. For further information I would like to refer to the author and his <a target="_blank" href="http://www.cs.aau.dk/~pan/blog/?p=15">blog entry</a>.</p>
<p>Personally, I enjoyed reading the book. Not only because I noticed to be in an engaged scholarship myself, but also because Van de Ven describes the details of conducting the process in depth and comprehensive.</p>
<p>[1] Andrew H. Van de Ven. »Engaged Scholarship: A Guide for Organizational and Social Research«, Oxford: Oxford University Press, 2007.</p>
<p>[2] Lars Mathiassen and Peter Axel Nielsen. »Engaged Scholarship in IS Research«, <em>Scandinavian Journal of Information Systems</em>, Vol. 20, No. 2, Pages 3-20, 2008.</p>
]]></content:encoded>
			<wfw:commentRss>http://studies.k-jahn.de/2010/09/20/engaged-scholarship/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>EuroSPI 2010</title>
		<link>http://studies.k-jahn.de/2010/09/06/eurospi-2010/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=eurospi-2010</link>
		<comments>http://studies.k-jahn.de/2010/09/06/eurospi-2010/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 12:54:34 +0000</pubDate>
		<dc:creator>Karsten</dc:creator>
				<category><![CDATA[Trips]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[eurospi]]></category>
		<category><![CDATA[kiwi]]></category>
		<category><![CDATA[kiwiknows]]></category>
		<category><![CDATA[knowledge management]]></category>
		<category><![CDATA[paper]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[software process improvement]]></category>

		<guid isPermaLink="false">http://studies.k-jahn.de/?p=92</guid>
		<description><![CDATA[Last week (September 1 &#8211; 3, 2010) I have been in Grenoble, France. That was the location for the 17th Conference of European Systems &#038; Software Process Improvement and Innovation (EuroSPI² 2010). The organizers focus on embracing industry, with speakers and audience equally being researchers and practitioners (Keynotes by Ivar Jacobson, Andreas Riel and Cristina [...]]]></description>
			<content:encoded><![CDATA[<p>Last week (September 1 &#8211; 3, 2010) I have been in Grenoble, France. That was the location for the 17th Conference of European Systems &#038; Software Process Improvement and Innovation (<a target="_blank" href="http://2010.eurospi.net/">EuroSPI² 2010</a>). The organizers focus on embracing industry, with speakers and audience equally being researchers and practitioners (Keynotes by <a target="_blank" href="http://blog.ivarjacobson.com/ivarblog/">Ivar Jacobson</a>, <a target="_blank" href="http://www.vrl-kcip.org/spip.php?page=technion&#038;dest=Users_1415.htm&#038;lang=en">Andreas Riel</a> and <a target="_blank" href="http://de.linkedin.com/pub/cristina-romcea/12/418/74">Cristina Romcea</a>). </p>
<p><img src="http://studies.k-jahn.de/wp-content/uploads/euroSPI2010.jpg" alt="" title="EuroSPI 2010" width="500" height="122" class="aligncenter size-full wp-image-100" /></p>
<p>At this conference I presented a paper that I wrote together with my supervisor: <strong>Codified vs. Personalized – A Vertical Approach to the Dilemma of the Knowledge Management Strategies</strong>.<br />
We introduce the principle and a prototype (based on <a target="_blank" href="http://www.kiwi-project.eu/">KiWi</a>) to make use of both knowledge management strategies in the same company, but each on different vertical organizational layers. While the top management level follows a codified knowledge management strategy is the development team able to apply a personalized approach [1].</p>
<p>It was my very first paper, so I was a bit nervous. This might also be the reason why I unintendedly extended the scheduled ten minutes for the presentation (see the slides below) slightly. The 32 people audience however seemed very interested and we had a nice discussion about the feasibility of a Wiki in a professional context afterwards.</p>
<div style="width:100%; text-align:center;" id="__ss_5128097"><object id="__sse5128097" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=eurospi2010-100904051859-phpapp01&#038;stripped_title=personalizes-vs-c" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed name="__sse5128097" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=eurospi2010-100904051859-phpapp01&#038;stripped_title=personalizes-vs-c" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object></div>
<p>The conference in general was a success for me. Not only gained I important experience of my first paper presentation for my PhD, but I also got to know many interesting people and had a number of fruitful discussions. Plus I had the opportunity to see the sun again. </p>
<p>[1] Karsten Jahn &#038; Peter Axel Nielsen. »Codified vs. Personalized – A Vertical Approach to the Dilemma of the Knowledge Management Strategies«, <em>17th EuroSPI² Conference Industrial Proceedings</em>, pages 3.11 &#8211; 3.20. Delta, 2010.</p>
]]></content:encoded>
			<wfw:commentRss>http://studies.k-jahn.de/2010/09/06/eurospi-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCIS &amp; IRIS 2010</title>
		<link>http://studies.k-jahn.de/2010/08/24/scis-iris-2010/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=scis-iris-2010</link>
		<comments>http://studies.k-jahn.de/2010/08/24/scis-iris-2010/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 16:20:17 +0000</pubDate>
		<dc:creator>Karsten</dc:creator>
				<category><![CDATA[Trips]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[information systems]]></category>
		<category><![CDATA[iris]]></category>
		<category><![CDATA[paper]]></category>
		<category><![CDATA[scis]]></category>

		<guid isPermaLink="false">http://studies.k-jahn.de/?p=67</guid>
		<description><![CDATA[The last few days (August 20 &#8211; 24, 2010) I spent participating the Scandinavian Conference of IS &#038; IRIS Seminar in Rebild, a few kilometers outside Aalborg, Denmark. The time was divided into two parts, the first two days were the 1st Scandinavian Conference of IS (SCIS 2010), while the rest of the time was [...]]]></description>
			<content:encoded><![CDATA[<p>The last few days (August 20 &#8211; 24, 2010) I spent participating the <a target="_blank" href="http://scandinavian-iris.org/2010/">Scandinavian Conference of IS &#038; IRIS Seminar</a> in Rebild, a few kilometers outside Aalborg, Denmark. The time was divided into two parts, the first two days were the <strong>1st Scandinavian Conference of IS (SCIS 2010)</strong>, while the rest of the time was the <strong>33rd IRIS Seminar (IRIS 2010)</strong>. Even though many people participated both, the two parts were quite different in many aspects.</p>
<p><img src="http://studies.k-jahn.de/wp-content/uploads/iris.jpg" alt="" title="SCIS &amp; IRIS 2010" width="500" height="131" class="aligncenter size-full wp-image-85" /></p>
<p><strong>SCIS</strong><br />
The 1st Scandinavian Conference of Information Systems had the focus on engaged scholarship and was held in single track. Keynote speeches (by <a href="http://www.csis.ul.ie/staff/bf/">Brian Fitzgerald</a> and <a href="http://rucforsk.ruc.dk/site/da/persons/jan-priesheje_6dbca1cc-ed5b-479e-be59-0cf0ae86a2a8.html">Jan Pries-Heje</a>), a panel discussion and paper presentations. For each presentation there was an opponent, that prepared comments and a discussion. <a target="_blank" href="http://scandinavian-iris.org/2010/archives/76">Papers</a>.</p>
<p><strong>IRIS</strong><br />
The 33rd Seminar for Information Systems Research in Scandinavia (IRIS) was divided into workgroups. Each participant had a paper handed in which was then discussed in the groups, consisting of one (or more) senior and the authors of six papers. Each paper was then discussed by a main opponent followed by a group discussion. Additionally, there were the experiences of recent PhDs presented. These provided a great insight into the doctoral-studies from the other side of the big deadline.<br />
<a target="_blank" href="http://scandinavian-iris.org/2010/archives/277">Proceedings</a>.</p>
<p>Personally, I really appreciated the combination of a conference and a workshop like done here. As a junior researcher, that needs a lot of feedback, but also new input from different topics and views, I could obtain both, from the same community and in a short period of time. These four days were filled with interesting input, discussions and views. I got to know many interesting researchers from across Scandinavia and beyond, gained many new insights to and on the field of information systems and received a lot of feedback on my work.</p>
]]></content:encoded>
			<wfw:commentRss>http://studies.k-jahn.de/2010/08/24/scis-iris-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Polanyi&#8217;s Tacit Dimension</title>
		<link>http://studies.k-jahn.de/2010/08/10/polanyis-tacit-dimension/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=polanyis-tacit-dimension</link>
		<comments>http://studies.k-jahn.de/2010/08/10/polanyis-tacit-dimension/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 20:31:38 +0000</pubDate>
		<dc:creator>Karsten</dc:creator>
				<category><![CDATA[Readings]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[knowledge]]></category>
		<category><![CDATA[polanyi]]></category>
		<category><![CDATA[tacit knowledge]]></category>

		<guid isPermaLink="false">http://www.k-jahn.de/?p=57</guid>
		<description><![CDATA[Most of the research regarding knowledge management has some relation, be it directly or not, to Michael Polanyi’s book »The Tacit Dimension«[1], published in 1966. He was a polymath born in Hungary, who published thoughts and works in fields across economics, philosophy and physical chemistry. »The Tacit Dimension« is divided into three different lectures. The [...]]]></description>
			<content:encoded><![CDATA[<p>Most of the research regarding knowledge management has some relation, be it directly or not, to <a target="_blank" href="http://en.wikipedia.org/wiki/Michael_Polanyi">Michael Polanyi</a>’s book »The Tacit Dimension«[1], published in 1966. He was a polymath born in Hungary, who published thoughts and works in fields across economics, philosophy and physical chemistry.<br />
»The Tacit Dimension« is divided into three different lectures. The first one is called <em>Tacit Knowing</em> and the author explains that all knowledge is rooted in and consists of comprehension. The second lecture with the title <em>Emergence</em> deals with the structure of tacit knowledge and that it determines the structure of comprehensive entities. In the final part with the name <em>Society of Explorers</em> he discusses the major influence of the scientific skepticism and the moral perfectionism, which was suppressed by religious movements until the 20th century, to the intellectual, moral and social progress.</p>
<p>As I mentioned before the whole book is very interesting and nice to read. I strongly recommend it to anyone interested in this field. For this entry I would like to focus on the first lecture in the book, as that is a strong influence to my studies. </p>
<blockquote><p><strong>we can know more than we can tell.</strong><br />
Page 4</p></blockquote>
<p>Polanyi has a simple example what tacit knowledge is: When you walk around in the city, you might meet hundreds of people you have never seen before. But still, the moment there is someone you know, you recognize the person. Have you ever asked yourself how or why?</p>
<p>Polanyi defines four different aspects of tacit knowing:</p>
<ol>
<li>The <em>functional structure of tacit knowing</em> is the attendance from features to a target. We recognize people (target), because we are aware of their looks (features).</li>
<li>The <em>phenomenal structure of tacit knowing</em> has a lot to do with apprehension. We are aware that we would recognize people on the street, if we meet them. </li>
<li>The <em>semantic aspect of tacit knowing</em> tends to displace all meaning away from ourselves. If we use a tool, and we are accustomed to it, we locate the tool’s effect (the meaning of its impact) on ourselves (e.g., our hand).</li>
<li>The <em>ontological aspect of tacit knowing</em> establishes the relation of what the knowledge the tacit knowledge is. This helps us understanding the comprehensive entity from relying on our awareness of its particulars. Once we recognize someone, we are aware to know that person.</li>
</ol>
<p>Then Polanyi continues and explains that we can influence our tacit knowledge by practicing. If you start learning to play the piano, you have to concentrate to push the right keys with the right pressure and timing. Professional piano players push the right keys on the piano in an incredible speed while playing a piece. Musicians refer to it as “the fingers know their way”. If the player tries to focus on every aspect and to conscious play the piano, mistakes of many different kinds would arise. The player would lose (temporally) the naturalness. That counts for many thing we do in our everyday life: Walking, driving a car, typing on a key board, etc.<br />
This action of rehearsing until something becomes tacit knowledge is called internalization. We gain the naturalness by practicing and comprehending the actions. There are many examples in our everyday life for this, like riding a bike or throwing a ball.</p>
<p>Throughout the whole book Polanyi adds many different views on the tacit knowledge. It is extremely well and interesting written; theories and ideas are explained in very colorful examples that are easy to comprehend.</p>
<p>[1] Michael Polanyi, »The Tacit Dimension«. London: Routlefge &#038; Kegan Paul, 1966.</p>
]]></content:encoded>
			<wfw:commentRss>http://studies.k-jahn.de/2010/08/10/polanyis-tacit-dimension/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>DaRSIS Summer School 2010</title>
		<link>http://studies.k-jahn.de/2010/05/10/darsis-summer-school-2010/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=darsis-summer-school-2010</link>
		<comments>http://studies.k-jahn.de/2010/05/10/darsis-summer-school-2010/#comments</comments>
		<pubDate>Mon, 10 May 2010 12:23:29 +0000</pubDate>
		<dc:creator>Karsten</dc:creator>
				<category><![CDATA[Trips]]></category>
		<category><![CDATA[course]]></category>
		<category><![CDATA[darsis]]></category>
		<category><![CDATA[information systems]]></category>

		<guid isPermaLink="false">http://www.k-jahn.de/?p=19</guid>
		<description><![CDATA[I spent the last week (May 2- 8, 2010) as one of 20 PhD students from Denmark, Greece, New Zealand, Nigeria, Norway, Pakistan, Poland, Sweden and Germany in a former monastery called Magleås, not far from Copenhagen, Denmark. It was a summer school organized by the Danish Research School for Information Systems (DaRSIS). The fact [...]]]></description>
			<content:encoded><![CDATA[<p>I spent the last week (May 2- 8, 2010) as one of 20 PhD students from Denmark, Greece, New Zealand, Nigeria, Norway, Pakistan, Poland, Sweden and Germany in a former monastery called <a href="http://www.magleaas.dk/" target="_blank">Magleås</a>, not far from Copenhagen, Denmark. It was a <a href="http://www.darsis.dk/index.php?id=36" target="_blank">summer school</a> organized by the Danish Research School for Information Systems (<a href="http://www.darsis.dk/" target="_blank">DaRSIS</a>).<br />
The fact that we were too far from the city to leave our very nice place for a few hours made that week rather intense. Our program included lectures in the morning and group work afterwards. During these group sessions everybody’s project was discussed in detail. Additionally we could sign up for one-on-one discussions with the faculty members in the evening.</p>
<p><img class="aligncenter size-full wp-image-23" title="Lecture Panorama" src="http://studies.k-jahn.de/wp-content/uploads/lecture_fit.jpg" alt="" width="500" height="100" /></p>
<p>The two guests were <a href="http://www.jbs.cam.ac.uk/research/faculty/walshamg.html" target="_blank">Geoff Walsham</a> (Cambridge Judge Business School, University of Cambridge) and <a href="http://www.issti.ed.ac.uk/people/person/11" target="_blank">Robin Williams</a> (Research Centre for Social Sciences, The University of Edinburgh). Apart from their lectures (two each) they mixed with the rest of the faculty members, namely:</p>
<ul>
<li><a href="http://www.cbs.dk/forskning/institutter_centre/institutter/caict/menu/medarbejdere/menu/videnskabelige_medarbejdere/videnskabelige_medarbejdere/professor/pl" target="_blank">Kim Normann Andersen</a> (Center of Applied IT, Copenhagen Business School)</li>
<li><a href="http://akira.ruc.dk/~keldb/" target="_blank">Keld Bødker</a> (Department of Communication, Roskilde University)</li>
<li><a href="http://www.dtu.dk/Service/Telefonbog.aspx?lg=showcommon&amp;id=851&amp;type=person" target="_blank">Erling Havn</a> (Department of Management Engineering Work, Technology and Organisation, Technical University of Denmark)</li>
<li><a href="http://uk.cbs.dk/research/departments_centres/institutter/node_8155/menu/staff/menu/academic_staff/videnskabelige_medarbejdere/adjunkter/blegind" target="_blank">Tina Blegind Jensen</a> (Department of Informatics, Copenhagen Business School)</li>
<li><a href="http://www.itu.dk/people/kensing/" target="_blank">Finn Kensing</a> (Center for IT Innovation University of Copenhagen)</li>
<li><a href="http://personprofil.aau.dk/profil/108034" target="_blank">Pernille Kræmmergaard</a> (Center for IT-Management, Aalborg University)</li>
<li><a href="http://www.cs.aau.dk/~pan" target="_blank">Peter Axel Nielsen</a> (Department of Computer Science, Aalborg University)</li>
</ul>
<p>I managed to talk to most of the faculty members and the other students in detail. The feedback that I gained was quite enormous and I actually learned a lot during that time. </p>
<p>One of the core statements that followed us for the whole week was a question asked by Geoff Walsham on the first day: <strong>So what?!</strong><br />
Researchers should always be able to justify their choices and be able to point out their contributions. Based on these thoughts were we discussing about methods and theory. I gained a lot of insights from different perspectives. The whole course led to a rather long list of fascinating topics, many interesting contacts and conversations and, not to be forgotten, to the idea of this blog.</p>
<p>Now I will work my way through the notes I made through the last week and start reading… </p>
]]></content:encoded>
			<wfw:commentRss>http://studies.k-jahn.de/2010/05/10/darsis-summer-school-2010/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Welcome</title>
		<link>http://studies.k-jahn.de/2010/05/09/welcome/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=welcome</link>
		<comments>http://studies.k-jahn.de/2010/05/09/welcome/#comments</comments>
		<pubDate>Sun, 09 May 2010 14:11:47 +0000</pubDate>
		<dc:creator>Karsten</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[research]]></category>

		<guid isPermaLink="false">http://www.k-jahn.de/?p=13</guid>
		<description><![CDATA[This is my brand new professional blog. From now on this page becomes the mouthpiece of my research and the related thoughts that I want to share with… well, with everybody who might be interested. I sincerely hope to gain new insights and get the opportunity to exchange ideas with others. So in case you [...]]]></description>
			<content:encoded><![CDATA[<p>This is my brand new professional blog. From now on this page becomes the mouthpiece of my research and the related thoughts that I want to share with… well, with everybody who might be interested. I sincerely hope to gain new insights and get the opportunity to exchange ideas with others.</p>
<p>So in case you will find something appealing, I would be delighted if you left a comment and share your opinion, whether you agree or not.</p>
<p>Let&#8217;s communicate! <img src='http://studies.k-jahn.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers,<br />
Karsten Jahn</p>
]]></content:encoded>
			<wfw:commentRss>http://studies.k-jahn.de/2010/05/09/welcome/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

