<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.2" -->
<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/"
	>

<channel>
	<title>:: the blog of geri-m ::</title>
	<link>http://www.madlmayr.at/blog</link>
	<description></description>
	<pubDate>Wed, 10 Apr 2013 08:41:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>
	<language>en</language>
			<item>
		<title>A1 Telekom PPP Configuration Files</title>
		<link>http://www.madlmayr.at/blog/?p=148</link>
		<comments>http://www.madlmayr.at/blog/?p=148#comments</comments>
		<pubDate>Wed, 10 Apr 2013 08:36:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.madlmayr.at/blog/?p=148</guid>
		<description><![CDATA[ 	If you are using a USB Modem on your Linux/OSX, you might want to use PPP for connecting to the host. For doing that, you require two files. On is the Conneciton (PPP)-File. It containts configuration information for the modem and connection. I&#8217;m using the following PPP File (Filename is &#8216;ppp&#8217;)

# usbserial device, some [...]]]></description>
			<content:encoded><![CDATA[<p> 	If you are using a USB Modem on your Linux/OSX, you might want to use PPP for connecting to the host. For doing that, you require two files. On is the Conneciton (PPP)-File. It containts configuration information for the modem and connection. I&#8217;m using the following PPP File (Filename is &#8216;ppp&#8217;)</p>
<pre>
# usbserial device, some options:
/dev/ttyUSB0
460800
idle 7200
lock
crtscts
modem
noauth
# dns, routing
usepeerdns
replacedefaultroute
defaultroute
noipdefault
# avoid compression:
noccp
nobsdcomp
novj
# usually doesnt matter for GPRS/UMTS connections:
user "ppp@a1plus.at"
password "ppp"
# connect script
connect "/usr/sbin/chat -V -f /etc/ppp/peers/A1-chat"</pre>
<p>At the End of the connection file, the Chat File is called. The Chat Files contains various AT-Commands for making the USB Modem ready to connect to the network. This is the Chat File I&#8217;m using. (the SIM has a disabled PIN). Filename is &#8216;A1-Chat&#8217;.</p>
<pre>
ABORT BUSY
ABORT 'NO CARRIER'
ABORT ERROR
REPORT CONNECT
TIMEOUT 120
#Display Modem Information
""   "ATI"
#Software Rest
""   "ATZ"
#Factory Default
""   "AT&amp;F"
#enable ECHO
OK    "ATE1"
#A1 Specific Stuff
OK    'AT+CGDCONT=1,"IP","A1.net"'
SAY "CGDCONT Done"
TIMEOUT 60
OK   "ATDT*99***1#"
CONNECT</pre>
<p>The two files are located in /etc/ppp/peers/. In order to establish the connection use
<pre>pppd call ppp</pre>
<p> or
<pre>pppd call ppp nodetach</pre>
<p> (for debug output). To close the connection use poff ppp.</p>
<p>If found the following sites  helpful:</p>
<ul>
<li>Link to Huawei Modem driver on OS X: <a href="http://forums.macrumors.com/showthread.php?t=1203213" target="_blank">http://forums.macrumors.com/showthread.php?t=1203213</a></li>
<li>Sample ppp and Chat-File: <a href="http://linux.frankenberger.at/Huawei_E220_V1.html" target="_blank">http://linux.frankenberger.at/Huawei_E220_V1.html</a></li>
<li>USB Configuration of the Modem: <a href="http://wiki.ubuntuusers.de/USB_ModeSwitch">http://wiki.ubuntuusers.de/USB_ModeSwitch </a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.madlmayr.at/blog/?feed=rss2&amp;p=148</wfw:commentRss>
		</item>
		<item>
		<title>Nokia&#8217;s MWC Video</title>
		<link>http://www.madlmayr.at/blog/?p=147</link>
		<comments>http://www.madlmayr.at/blog/?p=147#comments</comments>
		<pubDate>Sat, 16 Apr 2011 11:59:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.madlmayr.at/blog/?p=147</guid>
		<description><![CDATA[ 	Hey, I&#8217;m part of Nokia&#8217;s MWC Video  

 
]]></description>
			<content:encoded><![CDATA[<p> 	Hey, I&#8217;m part of Nokia&#8217;s MWC Video <img src='http://www.madlmayr.at/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><object height="300" width="450"></p>
<param name="PLAY" value="false"></param><embed src="http://nds2.fds.nokia.com/fdp/gdinterface/forum_nokia_str/flash/MWC_WrapUpVideo.flv.swf" type="application/x-shockwave-flash" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" bgcolor="#ffffff" allowscriptaccess="always" allowfullscreen="false" play="false" flashvars="play=false" align="middle" height="300" width="450"></embed> </object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.madlmayr.at/blog/?feed=rss2&amp;p=147</wfw:commentRss>
		</item>
		<item>
		<title>This was MWC 2011</title>
		<link>http://www.madlmayr.at/blog/?p=146</link>
		<comments>http://www.madlmayr.at/blog/?p=146#comments</comments>
		<pubDate>Sat, 19 Feb 2011 14:20:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.madlmayr.at/blog/?p=146</guid>
		<description><![CDATA[ 	Great show, great people, great technology. MWC again was a very nice event with lot of new things to see.  You can find a very comprehensive review at Heise.
I actually fancied all the Android activities which show that Google&#8217;s mobile phone platform is gaining more and more influence. And as Gingerbread (Android 2.3) is [...]]]></description>
			<content:encoded><![CDATA[<p> 	Great show, great people, great technology. MWC again was a very nice event with lot of new things to see.  You can find a very comprehensive review <a href="http://www.heise.de/newsticker/meldung/Mobilfunk-Messe-schliesst-mit-neuem-Besucherrekord-1191388.html" title="Heise">at Heise</a>.</p>
<p>I actually fancied all the Android activities which show that Google&#8217;s mobile phone platform is gaining more and more influence. And as Gingerbread (Android 2.3) is now supporting NFC as well, this will help the industry to move into contactless payment and ticketing using a mobile phone. <a href="http://www.comprion.com/" title="www.comprion.com/">Comprion </a>&#8211; a German Test Tool Manufacturer &#8212; also showed a Nexus S with Single Wire Protocol (SWP) support. At the NTTDocomo booth an NFC-demo with the upcoming Galaxy S II and  a Gemalto UICC was demonstrated. So I&#8217;m pretty sure we will see more Android NFC phones with card emulation very soon, as Samsung called NFC &#8220;the next business experience&#8221; on some banners. This trend is out pinned as well by G&amp;D and NXP who announced a <a href="http://www.nxp.com/news/content/file_1828.html" target="_blank">cooperation on the NFC/SEEK Stack for Android</a> (just as expected).</p>
<p>At the app planet &#8220;WAC&#8221; was to most mentioned buzz-word. Although every handset manufacturer counts on its native platform, most of them (also Android) support WAC. From my personal experience, I only see WAC as a second J2ME, which never took off (will take off).</p>
<p>In the end, MWC 2011 was a big show for Android, Apps and a lot of talking about the Microsoft-Nokia cooperation agreement.</p>
<div class="mypicsgallery"><a rel="lightbox[2011_02_16_mwc]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2011_02_16_mwc/android_booth.jpg"  title=""><img  width="100" height="75" src="http://www.madlmayr.at/blog/wp-content/myfotos/2011_02_16_mwc/tumbs/tmb_android_booth.jpg" alt="" title="" /></a><a rel="lightbox[2011_02_16_mwc]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2011_02_16_mwc/android_everywhere.jpg"  title=""><img  width="100" height="75" src="http://www.madlmayr.at/blog/wp-content/myfotos/2011_02_16_mwc/tumbs/tmb_android_everywhere.jpg" alt="" title="" /></a><a rel="lightbox[2011_02_16_mwc]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2011_02_16_mwc/blackberry_playpad.jpg"  title=""><img  width="100" height="75" src="http://www.madlmayr.at/blog/wp-content/myfotos/2011_02_16_mwc/tumbs/tmb_blackberry_playpad.jpg" alt="" title="" /></a><a rel="lightbox[2011_02_16_mwc]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2011_02_16_mwc/comprion_swp_proof_nexus_s.jpg"  title=""><img  width="100" height="75" src="http://www.madlmayr.at/blog/wp-content/myfotos/2011_02_16_mwc/tumbs/tmb_comprion_swp_proof_nexus_s.jpg" alt="" title="" /></a><a rel="lightbox[2011_02_16_mwc]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2011_02_16_mwc/ntt_docomo_swp_samsung_gala.jpg"  title=""><img  width="100" height="100" src="http://www.madlmayr.at/blog/wp-content/myfotos/2011_02_16_mwc/tumbs/tmb_ntt_docomo_swp_samsung_gala.jpg" alt="" title="" /></a><a rel="lightbox[2011_02_16_mwc]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2011_02_16_mwc/samsung_galaxy_sII_nfc.jpg"  title=""><img  width="100" height="75" src="http://www.madlmayr.at/blog/wp-content/myfotos/2011_02_16_mwc/tumbs/tmb_samsung_galaxy_sII_nfc.jpg" alt="" title="" /></a><a rel="lightbox[2011_02_16_mwc]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2011_02_16_mwc/samsung_galaxy_sII_the_next.jpg"  title=""><img  width="100" height="75" src="http://www.madlmayr.at/blog/wp-content/myfotos/2011_02_16_mwc/tumbs/tmb_samsung_galaxy_sII_the_next.jpg" alt="" title="" /></a><a rel="lightbox[2011_02_16_mwc]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2011_02_16_mwc/wac_booth.jpg"  title=""><img  width="100" height="75" src="http://www.madlmayr.at/blog/wp-content/myfotos/2011_02_16_mwc/tumbs/tmb_wac_booth.jpg" alt="" title="" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.madlmayr.at/blog/?feed=rss2&amp;p=146</wfw:commentRss>
		</item>
		<item>
		<title>Nexus S and Nokia C7: NFC-Single Wire Phones for the Mass Market</title>
		<link>http://www.madlmayr.at/blog/?p=139</link>
		<comments>http://www.madlmayr.at/blog/?p=139#comments</comments>
		<pubDate>Thu, 10 Feb 2011 20:44:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[On the job]]></category>

		<guid isPermaLink="false">http://www.madlmayr.at/blog/?p=139</guid>
		<description><![CDATA[ 	These days the press is full of articles with rumors about NFC in the new Samsung phone as well as the upcoming Apple products. I actually was missing detailed reviews of the Nexus S but also the claimed NFC functionality of the Nokia C7. So colleague of mine —Christian Kantner &#8212; and I, we [...]]]></description>
			<content:encoded><![CDATA[<p> 	These days the press is full of articles with rumors about NFC in the new Samsung phone as well as the upcoming Apple products. I actually was missing detailed reviews of the Nexus S but also the claimed NFC functionality of the Nokia C7. So colleague of mine —Christian Kantner &#8212; and I, we spent some time on playing around with the phones and built a firmware for the Nexus S, <strong>that fully supports all NFC features, such as SWP</strong>.</p>
<p><strong>Nokia C7</strong></p>
<p>Let’s start off with the Nokia phone. We took the phone apart (see the pictures) to figure out, which chipset they use. The Nokia C7 comes with a <strong>PN544 from NXP</strong>. The device  is  ready for  <strong>Single Wire Protocol support</strong> in order to use the UICC as the secure element.</p>
<p><a href="http://www.madlmayr.at/blog/wp-content/nokia_c7_pn544.jpg" title="Nokia C7 Disassembled"><img src="http://www.madlmayr.at/blog/wp-content/nokia_c7_pn544.jpg" alt="Nokia C7 Disassembled" /></a></p>
<p>In order to enable this functionality, Nokia only needs to provide a firmware that comes with the according software stack. In this case, Nokia will use NXP’s FRI (Forum Reference Implementation), which is also used in the Google phone. Nokia has to provide the JSR257 (Java layer) in order to manage the reading/writing functionality of  tags as well as the peer-2-peer mode. Depending on the configuration of the FRI, the phone can support SWP (= card emulation using a UICC). The C7 already provides JSR177 for J2ME applications to communicate with the UICC. So hopefully we will see a Nokia firmware update on the device soon.</p>
<p><a href="http://www.madlmayr.at/blog/wp-content/nokia_c7_disassembled.jpg" title="Nokia C7 parts"><img src="http://www.madlmayr.at/blog/wp-content/nokia_c7_disassembled.jpg" alt="Nokia C7 parts" /></a></p>
<p><strong>Nexus S</strong></p>
<p>So the Nokia looks fine, but what we found out about the Nexus S is even better. The Nexus S comes with a<strong> PN65N from NXP</strong>. This chip is a combination of the <strong>PN544 and an embedded secure element </strong>(actually it’s a SmartMX).</p>
<p><a href="http://www.madlmayr.at/blog/wp-content/pn65n.gif" title="NXP PN65N"><img src="http://www.madlmayr.at/blog/wp-content/pn65n.gif" alt="NXP PN65N" /></a></p>
<p>You can see this on the picture in the Tear-Down of <a href="http://www.ifixit.com/Teardown/Nexus-S-Teardown/4365/1" title="iFititCom" target="_blank">iFixit.com</a>  (=&gt; Step 7, most right picture) very well. So the phone comes with everything we do need for card emulation – SWP and even a secure element within the phone.</p>
<p>But what about the software? Now, the good thing about Android is that everything is open source. This is also true for NXP’s FRI, which is a library in the <a href="http://android.git.kernel.org/?p=platform/external/libnfc-nxp.git;a=summary" title="Android GIT" target="_blank">GIT-Repository of Android</a>. There you can follow the implementation of the NFC Stack and how it is glued into the operating system. When browsing the source code you can see that the flags for the internal secure element as well as SWP are disabled. The same is true for some very interesting APIs such as “mNfcAdapter.getSecureElementList()” in the Java Layer.</p>
<p><strong>DIY-NFC Phone using the Nexus S</strong></p>
<p>What did we do next: download the source (actually <a href="http://www.cyanogenmod.com/" title="cyanogenmod">cyanogen mod 7</a>), make the appropriate changes to the code, recompile everything and put it back into the phone and – tatata – it works: <strong>Nexus S supports card emulation with SWP</strong>. This took about some evenings/weeksends to understand how to setup the build environment and build the firmware.</p>
<p><a href="http://www.madlmayr.at/blog/wp-content/nfc_stack.gif" title="NXPs FRI/NFC Stack"><img src="http://www.madlmayr.at/blog/wp-content/nfc_stack.gif" alt="NXPs FRI/NFC Stack" /></a></p>
<p>We are now able to control the PN65N from an Android-App, very nice – but not enough. We need more, actually an API for accessing the UICC (secure element)  – from an Android API. Luckily G&amp;D already supports the development of a smartcard stack on Android (SEEK – <a href="http://code.google.com/p/seek-for-android/" title="SEEK Android" target="_blank">Secure Element Evaluation Kit</a>). This one is available for Android 2.2 and requires some adaption in Gingerbread to fit.<strong> After these changes we can have a fully featured NFC phone using the Nexus S Hardware</strong>. Nice isn’t it?</p>
<p><strong>G^2 = G&amp;D and Google</strong></p>
<p>Now here is something interesting as well. When Android switched from 2.3.1 to 2.3.2, Google made some changes in the telephony API, which are required by G&amp;D’s smartcard stack. The telephony API is used to send the APDUs through the RIL (Radio Interface Layer) to the UICC. (Actually <a href="http://developer.android.com/sdk/android-2.3-highlights.html" title="Android 2.3.3" target="_blank">Android 2.3.3</a> is not yet available on GIT, therefore we could not check what additionally changes there are). Out of these changes we assume, that Google is planning to integrate G&amp;D’s smartcard stack in one of the upcoming version (2.4 or so).</p>
<p><a href="http://www.madlmayr.at/blog/wp-content/gd.gif" title="G&amp;D Smartcard Stack Integration"><img src="http://www.madlmayr.at/blog/wp-content/gd.gif" alt="G&amp;D Smartcard Stack Integration" /></a></p>
<p>We are happy to give a live demo of the device next week at the MWC 2011 in Barcelona.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.madlmayr.at/blog/?feed=rss2&amp;p=139</wfw:commentRss>
		</item>
		<item>
		<title>Quick Review of the Nexus S with NFC.</title>
		<link>http://www.madlmayr.at/blog/?p=138</link>
		<comments>http://www.madlmayr.at/blog/?p=138#comments</comments>
		<pubDate>Thu, 30 Dec 2010 15:07:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.madlmayr.at/blog/?p=138</guid>
		<description><![CDATA[ 	
Today I was in Munich also meeting a friend of mine working at Google. Google, whose office in Munich is right above Dallmayr in Munich City Center, recently released its new phone, the Nexus S with the newest Version of its operating System, Android 2.3 (“Gingerbread”). Whereas the last Nexus (“One”) was manufactured by [...]]]></description>
			<content:encoded><![CDATA[<p> 	<!--[if gte mso 9]><xml>  <w:WordDocument>   <w:View>Normal</w:View>   <w:Zoom>0</w:Zoom>   <w:TrackMoves/>   <w:TrackFormatting/>   <w:HyphenationZone>21</w:HyphenationZone>   <w:PunctuationKerning/>   <w:ValidateAgainstSchemas/>   <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>   <w:IgnoreMixedContent>false</w:IgnoreMixedContent>   <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>   <w:DoNotPromoteQF/>   <w:LidThemeOther>DE-AT</w:LidThemeOther>   <w:LidThemeAsian>X-NONE</w:LidThemeAsian>   <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>   <w:Compatibility>    <w:BreakWrappedTables/>    <w:SnapToGridInCell/>    <w:WrapTextWithPunct/>    <w:UseAsianBreakRules/>    <w:DontGrowAutofit/>    <w:SplitPgBreakAndParaMark/>    <w:DontVertAlignCellWithSp/>    <w:DontBreakConstrainedForcedTables/>    <w:DontVertAlignInTxbx/>    <w:Word11KerningPairs/>    <w:CachedColBalance/>   </w:Compatibility>   <m:mathPr>    <m:mathFont m:val="Cambria Math"/>    <m:brkBin m:val="before"/>    <m:brkBinSub m:val="&#45;-"/>    <m:smallFrac m:val="off"/>    <m:dispDef/>    <m:lMargin m:val="0"/>    <m:rMargin m:val="0"/>    <m:defJc m:val="centerGroup"/>    <m:wrapIndent m:val="1440"/>    <m:intLim m:val="subSup"/>    <m:naryLim m:val="undOvr"/>   </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml>  <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267">   <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal"/>   <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1"/>   <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/>   <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/>   <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/>   <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/>   <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/>   <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/>   <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/>   <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/>   <w:LsdException Locked="false" Priority="39" Name="toc 1"/>   <w:LsdException Locked="false" Priority="39" Name="toc 2"/>   <w:LsdException Locked="false" Priority="39" Name="toc 3"/>   <w:LsdException Locked="false" Priority="39" Name="toc 4"/>   <w:LsdException Locked="false" Priority="39" Name="toc 5"/>   <w:LsdException Locked="false" Priority="39" Name="toc 6"/>   <w:LsdException Locked="false" Priority="39" Name="toc 7"/>   <w:LsdException Locked="false" Priority="39" Name="toc 8"/>   <w:LsdException Locked="false" Priority="39" Name="toc 9"/>   <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/>   <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title"/>   <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/>   <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/>   <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong"/>   <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/>   <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid"/>   <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/>   <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/>   <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading"/>   <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List"/>   <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid"/>   <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1"/>   <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2"/>   <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1"/>   <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2"/>   <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1"/>   <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2"/>   <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3"/>   <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List"/>   <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading"/>   <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List"/>   <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid"/>   <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1"/>   <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1"/>   <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1"/>   <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/>   <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/>   <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/>   <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/>   <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/>   <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote"/>   <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/>   <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/>   <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/>   <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/>   <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/>   <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1"/>   <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/>   <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1"/>   <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/>   <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2"/>   <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2"/>   <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2"/>   <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/>   <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/>   <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/>   <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/>   <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/>   <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/>   <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/>   <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2"/>   <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/>   <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2"/>   <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/>   <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3"/>   <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3"/>   <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3"/>   <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/>   <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/>   <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/>   <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/>   <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/>   <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/>   <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/>   <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3"/>   <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/>   <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3"/>   <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/>   <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4"/>   <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4"/>   <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4"/>   <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/>   <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/>   <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/>   <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/>   <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/>   <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/>   <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/>   <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4"/>   <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/>   <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4"/>   <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/>   <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5"/>   <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5"/>   <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5"/>   <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/>   <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/>   <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/>   <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/>   <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/>   <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/>   <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/>   <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5"/>   <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/>   <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5"/>   <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/>   <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6"/>   <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6"/>   <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6"/>   <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/>   <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/>   <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/>   <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/>   <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/>   <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/>   <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/>   <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6"/>   <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/>   <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6"/>   <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/>   <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/>   <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/>   <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/>   <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/>   <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title"/>   <w:LsdException Locked="false" Priority="37" Name="Bibliography"/>   <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/>  </w:LatentStyles> </xml><![endif]--><!--[if gte mso 10]></p>
<style>  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Normale Tabelle"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin-top:0cm; 	mso-para-margin-right:0cm; 	mso-para-margin-bottom:10.0pt; 	mso-para-margin-left:0cm; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} </style>
<p> <![endif]--></p>
<p class="MsoNormal"><span lang="EN-GB">Today I was in Munich also meeting a friend of mine working at Google. Google, whose office in Munich is right above Dallmayr in Munich City Center, recently released its new phone, the Nexus S with the newest Version of its operating System, Android 2.3 (“Gingerbread”). Whereas the last Nexus (“One”) was manufactured by HTC, the new Nexus (“S”) is produced by Samsung. Thus the phone uses similar materials and form factors as the Galaxy S does. </span></p>
<p class="MsoNormal"><span lang="EN-GB">I actually do like the feel of the surface of the Nexus One more (!) than the one of the Nexus S, as the new one feels “too plastic” and cheap. The display is quite big (it’s a 4” one) and very bright and – that’s new &#8212; curved. &#8220;So why curved&#8221;, you may ask. Well, this avoids reflections (and it really does). The curved display does not have any influence on the interaction with the capacitive display we are already used to from other devices. </span></p>
<p class="MsoNormal"><span lang="EN-GB">The interaction speed of the phone is great. It’s actually the fastest Android I’ve ever seen so far. You never have the feeling, that the CPU is overloaded or that you have to wait. I’d call it “iPhone equivalent”. The phone features NFC (Near Field Communication) and the tags are read very fast (I really do like that in comparison to the NFC Phones seen so far). The Tags read are stored in an app called “Tags”, so that the information you read from the RFID Transponders is still available in the phone. (</span><a href="http://www.youtube.com/watch?v=wk5mUdeEF8c"><span lang="EN-GB">http://www.youtube.com/watch?v=wk5mUdeEF8c</span></a><span lang="EN-GB">)</span></p>
<p class="MsoNormal"><span lang="EN-GB">I actually was not yet able to experiment with different NDEF RTDs and Features of the Data-Format, but I suppose that Google did make up its mind and implement it in a solid way. The API for using the NFC Chip (“NFCAdapter”) for R/W operation is quite simple (</span><a href="http://developer.android.com/reference/android/nfc/package-descr.html"><span lang="EN-GB">http://developer.android.com/reference/android/nfc/package-descr.html</span></a><span lang="EN-GB">) </span></p>
<p class="MsoNormal"><span lang="EN-GB">The phone does not yet have tag emulation. The NFC Chip from NXP is closely located to the UICC Slot (&lt;</span><a href="http://www.ifixit.com/Teardown/Nexus-S-Teardown/4365/1"><span lang="EN-GB">http://www.ifixit.com/Teardown/Nexus-S-Teardown/4365/1</span></a><span lang="EN-GB">&gt; see Step 7, 2nd Detail) and the phone does not contain any other smartcard chip (as far as I have seen/was told). So I suppose that in the near future this feature (“SWP”) will be enabled thru a software update. (Which could also be MNO specific). I really fancy the phone and I’m looking forward to the tag emulation stuff as well. </span></p>
<p class="MsoNormal">
<div class="mypicsgallery"><a rel="lightbox[2010_12_30_google]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2010_12_30_google/muc_01.jpg"  title=""><img  width="100" height="75" src="http://www.madlmayr.at/blog/wp-content/myfotos/2010_12_30_google/tumbs/tmb_muc_01.jpg" alt="" title="" /></a><a rel="lightbox[2010_12_30_google]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2010_12_30_google/muc_02.jpg"  title=""><img  width="100" height="75" src="http://www.madlmayr.at/blog/wp-content/myfotos/2010_12_30_google/tumbs/tmb_muc_02.jpg" alt="" title="" /></a><a rel="lightbox[2010_12_30_google]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2010_12_30_google/muc_03.jpg"  title=""><img  width="100" height="75" src="http://www.madlmayr.at/blog/wp-content/myfotos/2010_12_30_google/tumbs/tmb_muc_03.jpg" alt="" title="" /></a><a rel="lightbox[2010_12_30_google]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2010_12_30_google/nexus_s_01.jpg"  title=""><img  width="100" height="66" src="http://www.madlmayr.at/blog/wp-content/myfotos/2010_12_30_google/tumbs/tmb_nexus_s_01.jpg" alt="" title="" /></a><a rel="lightbox[2010_12_30_google]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2010_12_30_google/nexus_s_02.jpg"  title=""><img  width="100" height="66" src="http://www.madlmayr.at/blog/wp-content/myfotos/2010_12_30_google/tumbs/tmb_nexus_s_02.jpg" alt="" title="" /></a><a rel="lightbox[2010_12_30_google]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2010_12_30_google/nexus_s_03.jpg"  title=""><img  width="100" height="66" src="http://www.madlmayr.at/blog/wp-content/myfotos/2010_12_30_google/tumbs/tmb_nexus_s_03.jpg" alt="" title="" /></a><a rel="lightbox[2010_12_30_google]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2010_12_30_google/nexus_s_04.jpg"  title=""><img  width="100" height="66" src="http://www.madlmayr.at/blog/wp-content/myfotos/2010_12_30_google/tumbs/tmb_nexus_s_04.jpg" alt="" title="" /></a><a rel="lightbox[2010_12_30_google]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2010_12_30_google/nexus_s_05.jpg"  title=""><img  width="100" height="66" src="http://www.madlmayr.at/blog/wp-content/myfotos/2010_12_30_google/tumbs/tmb_nexus_s_05.jpg" alt="" title="" /></a><a rel="lightbox[2010_12_30_google]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2010_12_30_google/nexus_s_06.jpg"  title=""><img  width="100" height="66" src="http://www.madlmayr.at/blog/wp-content/myfotos/2010_12_30_google/tumbs/tmb_nexus_s_06.jpg" alt="" title="" /></a></div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.madlmayr.at/blog/?feed=rss2&amp;p=138</wfw:commentRss>
		</item>
		<item>
		<title>Würdingsungspreis</title>
		<link>http://www.madlmayr.at/blog/?p=135</link>
		<comments>http://www.madlmayr.at/blog/?p=135#comments</comments>
		<pubDate>Fri, 26 Nov 2010 16:13:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Leisure]]></category>

		<guid isPermaLink="false">http://www.madlmayr.at/blog/?p=135</guid>
		<description><![CDATA[ 	After my promotion sub auspiciis I also got a Prize from the Ministry of Science and Research for my outstand performance during my whole academic career. Pretty nice as well  
Press (PDF)
University Report

]]></description>
			<content:encoded><![CDATA[<p> 	After my promotion sub auspiciis I also got a Prize from the Ministry of Science and Research for my outstand performance during my whole academic career. Pretty nice as well <img src='http://www.madlmayr.at/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><a href="20101209_tips_fr_fh_madlmayr" title="PDF" target="_blank">Press (PDF)</a></p>
<p><a href="http://www.jku.at/content/e274/e13428/e13423/e13422?apath=e32681/e65056/e102501/e105943" title="University Report" target="_blank">University Report</a></p>
<div class="mypicsgallery"><a rel="lightbox[2010_11_26_honary]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2010_11_26_honary/prize.jpg"  title=""><img  width="100" height="70" src="http://www.madlmayr.at/blog/wp-content/myfotos/2010_11_26_honary/tumbs/tmb_prize.jpg" alt="" title="" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.madlmayr.at/blog/?feed=rss2&amp;p=135</wfw:commentRss>
		</item>
		<item>
		<title>Back from Argentina</title>
		<link>http://www.madlmayr.at/blog/?p=134</link>
		<comments>http://www.madlmayr.at/blog/?p=134#comments</comments>
		<pubDate>Sun, 14 Nov 2010 16:12:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Leisure]]></category>

		<guid isPermaLink="false">http://www.madlmayr.at/blog/?p=134</guid>
		<description><![CDATA[ 	Back from Holiday, which were too short &#8212; obviously. We (Berndt and I) had a lot of awesome steaks, good wine and lot of fun. We had been to Cordoba, Bariloche, Mendozza, El Chalafate, El Chalten and Bueons Aires. (I missed Iguazu due to my Promotion). Actually I could write an endless article about [...]]]></description>
			<content:encoded><![CDATA[<p> 	Back from Holiday, which were too short &#8212; obviously. We (Berndt and I) had a lot of awesome steaks, good wine and lot of fun. We had been to Cordoba, Bariloche, Mendozza, El Chalafate, El Chalten and Bueons Aires. (I missed Iguazu due to my Promotion). Actually I could write an endless article about my holiday. In order not to bore anyone, just drop me a line and we head for some steak and wine and I’ll give you the details on our trip.</p>
<div class="mypicsgallery"><a rel="lightbox[2010_11_14_argentina]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2010_11_14_argentina/DSC02060.jpg"  title=""><img  width="100" height="75" src="http://www.madlmayr.at/blog/wp-content/myfotos/2010_11_14_argentina/tumbs/tmb_DSC02060.jpg" alt="" title="" /></a><a rel="lightbox[2010_11_14_argentina]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2010_11_14_argentina/DSC02066.jpg"  title=""><img  width="100" height="66" src="http://www.madlmayr.at/blog/wp-content/myfotos/2010_11_14_argentina/tumbs/tmb_DSC02066.jpg" alt="" title="" /></a><a rel="lightbox[2010_11_14_argentina]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2010_11_14_argentina/DSC02081.jpg"  title=""><img  width="100" height="75" src="http://www.madlmayr.at/blog/wp-content/myfotos/2010_11_14_argentina/tumbs/tmb_DSC02081.jpg" alt="" title="" /></a><a rel="lightbox[2010_11_14_argentina]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2010_11_14_argentina/DSC02088.jpg"  title=""><img  width="100" height="75" src="http://www.madlmayr.at/blog/wp-content/myfotos/2010_11_14_argentina/tumbs/tmb_DSC02088.jpg" alt="" title="" /></a><a rel="lightbox[2010_11_14_argentina]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2010_11_14_argentina/DSC02140.jpg"  title=""><img  width="100" height="75" src="http://www.madlmayr.at/blog/wp-content/myfotos/2010_11_14_argentina/tumbs/tmb_DSC02140.jpg" alt="" title="" /></a><a rel="lightbox[2010_11_14_argentina]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2010_11_14_argentina/DSC02183.jpg"  title=""><img  width="100" height="133" src="http://www.madlmayr.at/blog/wp-content/myfotos/2010_11_14_argentina/tumbs/tmb_DSC02183.jpg" alt="" title="" /></a><a rel="lightbox[2010_11_14_argentina]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2010_11_14_argentina/DSC02189.jpg"  title=""><img  width="100" height="133" src="http://www.madlmayr.at/blog/wp-content/myfotos/2010_11_14_argentina/tumbs/tmb_DSC02189.jpg" alt="" title="" /></a><a rel="lightbox[2010_11_14_argentina]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2010_11_14_argentina/DSC02222.jpg"  title=""><img  width="100" height="75" src="http://www.madlmayr.at/blog/wp-content/myfotos/2010_11_14_argentina/tumbs/tmb_DSC02222.jpg" alt="" title="" /></a><a rel="lightbox[2010_11_14_argentina]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2010_11_14_argentina/DSC02242.jpg"  title=""><img  width="100" height="75" src="http://www.madlmayr.at/blog/wp-content/myfotos/2010_11_14_argentina/tumbs/tmb_DSC02242.jpg" alt="" title="" /></a><a rel="lightbox[2010_11_14_argentina]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2010_11_14_argentina/DSC02261.jpg"  title=""><img  width="100" height="75" src="http://www.madlmayr.at/blog/wp-content/myfotos/2010_11_14_argentina/tumbs/tmb_DSC02261.jpg" alt="" title="" /></a><a rel="lightbox[2010_11_14_argentina]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2010_11_14_argentina/DSC02300.jpg"  title=""><img  width="100" height="133" src="http://www.madlmayr.at/blog/wp-content/myfotos/2010_11_14_argentina/tumbs/tmb_DSC02300.jpg" alt="" title="" /></a><a rel="lightbox[2010_11_14_argentina]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2010_11_14_argentina/DSC02362.jpg"  title=""><img  width="100" height="75" src="http://www.madlmayr.at/blog/wp-content/myfotos/2010_11_14_argentina/tumbs/tmb_DSC02362.jpg" alt="" title="" /></a><a rel="lightbox[2010_11_14_argentina]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2010_11_14_argentina/DSC02419.jpg"  title=""><img  width="100" height="75" src="http://www.madlmayr.at/blog/wp-content/myfotos/2010_11_14_argentina/tumbs/tmb_DSC02419.jpg" alt="" title="" /></a><a rel="lightbox[2010_11_14_argentina]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2010_11_14_argentina/DSC02482.jpg"  title=""><img  width="100" height="75" src="http://www.madlmayr.at/blog/wp-content/myfotos/2010_11_14_argentina/tumbs/tmb_DSC02482.jpg" alt="" title="" /></a><a rel="lightbox[2010_11_14_argentina]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2010_11_14_argentina/DSC02528.jpg"  title=""><img  width="100" height="133" src="http://www.madlmayr.at/blog/wp-content/myfotos/2010_11_14_argentina/tumbs/tmb_DSC02528.jpg" alt="" title="" /></a><a rel="lightbox[2010_11_14_argentina]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2010_11_14_argentina/DSC02645.jpg"  title=""><img  width="100" height="75" src="http://www.madlmayr.at/blog/wp-content/myfotos/2010_11_14_argentina/tumbs/tmb_DSC02645.jpg" alt="" title="" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.madlmayr.at/blog/?feed=rss2&amp;p=134</wfw:commentRss>
		</item>
		<item>
		<title>Promotion</title>
		<link>http://www.madlmayr.at/blog/?p=133</link>
		<comments>http://www.madlmayr.at/blog/?p=133#comments</comments>
		<pubDate>Thu, 28 Oct 2010 16:10:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Leisure]]></category>

		<guid isPermaLink="false">http://www.madlmayr.at/blog/?p=133</guid>
		<description><![CDATA[ 	Big day today. Today I received my &#8220;Promotion sub auspiciis presidentis rai republica&#8220;. This kind of promotion is given to PhD with an outstanding performance by the president of Austria. (approx. 10 PhDs per year, out of 2.500 who finish their studies). Honestly, It was one of the greatest days in my life. My [...]]]></description>
			<content:encoded><![CDATA[<p> 	Big day today. Today I received my <span lang="EN-GB">&#8220;<em>P</em></span><span lang="EN-GB"><em>romotion sub auspiciis presidentis rai republica</em>&#8220;</span>. This kind of promotion is given to PhD with an outstanding performance by the president of Austria. (approx. 10 PhDs per year, out of 2.500 who finish their studies). Honestly, It was one of the greatest days in my life. My whole family was there, my colleagues from work and of the course the president. (He is actually a very nice guy). Just have a look at the pictures to get an idea, what a great honour and pleasure this was for me.</p>
<p><a href="http://www.jku.at/content/e213/e63/e64134/e96097/" target="_blank">Invitation</a><a href="http://www.jku.at/content/e213/e63/e64134/e96097/"></a></p>
<p><a href="http://www.jku.at/content/e213/e63/e64134/e96097/">Report from University</a><a href="http://www.nachrichten.at/ratgeber/beruf_bildung/art121,497186" title="OÖN"></a></p>
<p><a href="http://www.nachrichten.at/ratgeber/beruf_bildung/art121,497186" title="OÖN">Press (online)<br />
</a></p>
<p><a href="http://www.madlmayr.at/blog/wp-content/docs/20101102_ooe_nachrichten_fh_Madlmayr.pdf" target="_blank">OÖN (Pdf)</a></p>
<p><a href="http://tinyurl.com/38yhqmo" title="Pictures" target="_blank">Pictures</a></p>
<div class="mypicsgallery"><a rel="lightbox[2010_10_28_Promotion]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2010_10_28_Promotion/family01.jpg"  title=""><img  width="100" height="66" src="http://www.madlmayr.at/blog/wp-content/myfotos/2010_10_28_Promotion/tumbs/tmb_family01.jpg" alt="" title="" /></a><a rel="lightbox[2010_10_28_Promotion]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2010_10_28_Promotion/family02.jpg"  title=""><img  width="100" height="66" src="http://www.madlmayr.at/blog/wp-content/myfotos/2010_10_28_Promotion/tumbs/tmb_family02.jpg" alt="" title="" /></a><a rel="lightbox[2010_10_28_Promotion]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2010_10_28_Promotion/IMG_20101028_091919.jpg"  title=""><img  width="100" height="75" src="http://www.madlmayr.at/blog/wp-content/myfotos/2010_10_28_Promotion/tumbs/tmb_IMG_20101028_091919.jpg" alt="" title="" /></a><a rel="lightbox[2010_10_28_Promotion]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2010_10_28_Promotion/IMG_20101028_131315.jpg"  title=""><img  width="100" height="133" src="http://www.madlmayr.at/blog/wp-content/myfotos/2010_10_28_Promotion/tumbs/tmb_IMG_20101028_131315.jpg" alt="" title="" /></a><a rel="lightbox[2010_10_28_Promotion]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2010_10_28_Promotion/ring01.jpg"  title=""><img  width="100" height="150" src="http://www.madlmayr.at/blog/wp-content/myfotos/2010_10_28_Promotion/tumbs/tmb_ring01.jpg" alt="" title="" /></a><a rel="lightbox[2010_10_28_Promotion]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2010_10_28_Promotion/Sub_Auspiciis_Promotion_234.jpg"  title=""><img  width="100" height="66" src="http://www.madlmayr.at/blog/wp-content/myfotos/2010_10_28_Promotion/tumbs/tmb_Sub_Auspiciis_Promotion_234.jpg" alt="" title="" /></a><a rel="lightbox[2010_10_28_Promotion]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2010_10_28_Promotion/Sub_Auspiciis_Promotion_268.jpg"  title=""><img  width="100" height="66" src="http://www.madlmayr.at/blog/wp-content/myfotos/2010_10_28_Promotion/tumbs/tmb_Sub_Auspiciis_Promotion_268.jpg" alt="" title="" /></a><a rel="lightbox[2010_10_28_Promotion]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2010_10_28_Promotion/Sub_Auspiciis_Promotion_291.jpg"  title=""><img  width="100" height="66" src="http://www.madlmayr.at/blog/wp-content/myfotos/2010_10_28_Promotion/tumbs/tmb_Sub_Auspiciis_Promotion_291.jpg" alt="" title="" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.madlmayr.at/blog/?feed=rss2&amp;p=133</wfw:commentRss>
		</item>
		<item>
		<title>Hello Mr. President</title>
		<link>http://www.madlmayr.at/blog/?p=132</link>
		<comments>http://www.madlmayr.at/blog/?p=132#comments</comments>
		<pubDate>Tue, 19 Oct 2010 16:09:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Leisure]]></category>

		<guid isPermaLink="false">http://www.madlmayr.at/blog/?p=132</guid>
		<description><![CDATA[ 	
Today I found two very nice letters in my post box. One was from the President of our country Dr. Heinz Fischer himself and the other one was from the Ministry of Science and Research Beatrix Karl. Both expressed their congratulations regarding my upcoming promotion.



]]></description>
			<content:encoded><![CDATA[<p> 	<!--[if gte mso 9]><xml>  <o:OfficeDocumentSettings>   <o:RelyOnVML/>   <o:AllowPNG/>  </o:OfficeDocumentSettings> </xml><![endif]--><!--[if gte mso 9]><xml>  <w:WordDocument>   <w:View>Normal</w:View>   <w:Zoom>0</w:Zoom>   <w:TrackMoves/>   <w:TrackFormatting/>   <w:HyphenationZone>21</w:HyphenationZone>   <w:PunctuationKerning/>   <w:ValidateAgainstSchemas/>   <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>   <w:IgnoreMixedContent>false</w:IgnoreMixedContent>   <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>   <w:DoNotPromoteQF/>   <w:LidThemeOther>DE-AT</w:LidThemeOther>   <w:LidThemeAsian>X-NONE</w:LidThemeAsian>   <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>   <w:Compatibility>    <w:BreakWrappedTables/>    <w:SnapToGridInCell/>    <w:WrapTextWithPunct/>    <w:UseAsianBreakRules/>    <w:DontGrowAutofit/>    <w:SplitPgBreakAndParaMark/>    <w:DontVertAlignCellWithSp/>    <w:DontBreakConstrainedForcedTables/>    <w:DontVertAlignInTxbx/>    <w:Word11KerningPairs/>    <w:CachedColBalance/>   </w:Compatibility>   <m:mathPr>    <m:mathFont m:val="Cambria Math"/>    <m:brkBin m:val="before"/>    <m:brkBinSub m:val="&#45;-"/>    <m:smallFrac m:val="off"/>    <m:dispDef/>    <m:lMargin m:val="0"/>    <m:rMargin m:val="0"/>    <m:defJc m:val="centerGroup"/>    <m:wrapIndent m:val="1440"/>    <m:intLim m:val="subSup"/>    <m:naryLim m:val="undOvr"/>   </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml>  <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267">   <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal"/>   <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1"/>   <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/>   <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/>   <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/>   <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/>   <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/>   <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/>   <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/>   <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/>   <w:LsdException Locked="false" Priority="39" Name="toc 1"/>   <w:LsdException Locked="false" Priority="39" Name="toc 2"/>   <w:LsdException Locked="false" Priority="39" Name="toc 3"/>   <w:LsdException Locked="false" Priority="39" Name="toc 4"/>   <w:LsdException Locked="false" Priority="39" Name="toc 5"/>   <w:LsdException Locked="false" Priority="39" Name="toc 6"/>   <w:LsdException Locked="false" Priority="39" Name="toc 7"/>   <w:LsdException Locked="false" Priority="39" Name="toc 8"/>   <w:LsdException Locked="false" Priority="39" Name="toc 9"/>   <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/>   <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title"/>   <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/>   <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/>   <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong"/>   <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/>   <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid"/>   <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/>   <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/>   <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading"/>   <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List"/>   <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid"/>   <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1"/>   <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2"/>   <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1"/>   <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2"/>   <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1"/>   <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2"/>   <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3"/>   <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List"/>   <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading"/>   <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List"/>   <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid"/>   <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1"/>   <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1"/>   <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1"/>   <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/>   <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/>   <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/>   <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/>   <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/>   <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote"/>   <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/>   <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/>   <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/>   <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/>   <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/>   <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1"/>   <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/>   <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1"/>   <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/>   <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2"/>   <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2"/>   <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2"/>   <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/>   <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/>   <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/>   <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/>   <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/>   <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/>   <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/>   <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2"/>   <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/>   <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2"/>   <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/>   <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3"/>   <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3"/>   <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3"/>   <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/>   <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/>   <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/>   <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/>   <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/>   <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/>   <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/>   <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3"/>   <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/>   <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3"/>   <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/>   <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4"/>   <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4"/>   <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4"/>   <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/>   <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/>   <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/>   <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/>   <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/>   <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/>   <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/>   <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4"/>   <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/>   <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4"/>   <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/>   <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5"/>   <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5"/>   <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5"/>   <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/>   <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/>   <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/>   <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/>   <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/>   <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/>   <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/>   <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5"/>   <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/>   <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5"/>   <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/>   <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6"/>   <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6"/>   <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6"/>   <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/>   <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/>   <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/>   <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/>   <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/>   <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/>   <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/>   <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6"/>   <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/>   <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6"/>   <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/>   <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/>   <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/>   <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/>   <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/>   <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title"/>   <w:LsdException Locked="false" Priority="37" Name="Bibliography"/>   <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/>  </w:LatentStyles> </xml><![endif]--><!--[if gte mso 10]></p>
<style>  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Normale Tabelle"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin-top:0cm; 	mso-para-margin-right:0cm; 	mso-para-margin-bottom:10.0pt; 	mso-para-margin-left:0cm; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} </style>
<p> <![endif]--></p>
<p class="MsoNormal"><span lang="EN-GB">Today I found two very nice letters in my post box. One was from the President of our country Dr. Heinz Fischer himself and the other one was from the Ministry of Science and Research Beatrix Karl. Both expressed their congratulations regarding my upcoming promotion.</span></p>
<p class="MsoNormal">
<div class="mypicsgallery"><a rel="lightbox[2010_10_19_post]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2010_10_19_post/post01.jpg"  title=""><img  width="100" height="75" src="http://www.madlmayr.at/blog/wp-content/myfotos/2010_10_19_post/tumbs/tmb_post01.jpg" alt="" title="" /></a><a rel="lightbox[2010_10_19_post]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2010_10_19_post/post02.jpg"  title=""><img  width="100" height="75" src="http://www.madlmayr.at/blog/wp-content/myfotos/2010_10_19_post/tumbs/tmb_post02.jpg" alt="" title="" /></a><a rel="lightbox[2010_10_19_post]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2010_10_19_post/post03.jpg"  title=""><img  width="100" height="133" src="http://www.madlmayr.at/blog/wp-content/myfotos/2010_10_19_post/tumbs/tmb_post03.jpg" alt="" title="" /></a></div>
<p><span lang="EN-GB"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.madlmayr.at/blog/?feed=rss2&amp;p=132</wfw:commentRss>
		</item>
		<item>
		<title>Amphiro</title>
		<link>http://www.madlmayr.at/blog/?p=131</link>
		<comments>http://www.madlmayr.at/blog/?p=131#comments</comments>
		<pubDate>Tue, 12 Oct 2010 11:08:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.madlmayr.at/blog/?p=131</guid>
		<description><![CDATA[ 	
How much water do you use during your shower? In order to answer this question, one of ETH start-ups, “Amphiro” has developed a system that allows you the measure your water consumption in very detail. I like the idea as well as the implementation of the product. Good Job Guys! 
 www.amphiro.com



]]></description>
			<content:encoded><![CDATA[<p> 	<!--[if gte mso 9]><xml>  <o:OfficeDocumentSettings>   <o:RelyOnVML/>   <o:AllowPNG/>  </o:OfficeDocumentSettings> </xml><![endif]--><!--[if gte mso 9]><xml>  <w:WordDocument>   <w:View>Normal</w:View>   <w:Zoom>0</w:Zoom>   <w:TrackMoves/>   <w:TrackFormatting/>   <w:HyphenationZone>21</w:HyphenationZone>   <w:PunctuationKerning/>   <w:ValidateAgainstSchemas/>   <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>   <w:IgnoreMixedContent>false</w:IgnoreMixedContent>   <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>   <w:DoNotPromoteQF/>   <w:LidThemeOther>DE-AT</w:LidThemeOther>   <w:LidThemeAsian>X-NONE</w:LidThemeAsian>   <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>   <w:Compatibility>    <w:BreakWrappedTables/>    <w:SnapToGridInCell/>    <w:WrapTextWithPunct/>    <w:UseAsianBreakRules/>    <w:DontGrowAutofit/>    <w:SplitPgBreakAndParaMark/>    <w:DontVertAlignCellWithSp/>    <w:DontBreakConstrainedForcedTables/>    <w:DontVertAlignInTxbx/>    <w:Word11KerningPairs/>    <w:CachedColBalance/>   </w:Compatibility>   <m:mathPr>    <m:mathFont m:val="Cambria Math"/>    <m:brkBin m:val="before"/>    <m:brkBinSub m:val="&#45;-"/>    <m:smallFrac m:val="off"/>    <m:dispDef/>    <m:lMargin m:val="0"/>    <m:rMargin m:val="0"/>    <m:defJc m:val="centerGroup"/>    <m:wrapIndent m:val="1440"/>    <m:intLim m:val="subSup"/>    <m:naryLim m:val="undOvr"/>   </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml>  <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267">   <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal"/>   <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1"/>   <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/>   <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/>   <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/>   <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/>   <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/>   <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/>   <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/>   <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/>   <w:LsdException Locked="false" Priority="39" Name="toc 1"/>   <w:LsdException Locked="false" Priority="39" Name="toc 2"/>   <w:LsdException Locked="false" Priority="39" Name="toc 3"/>   <w:LsdException Locked="false" Priority="39" Name="toc 4"/>   <w:LsdException Locked="false" Priority="39" Name="toc 5"/>   <w:LsdException Locked="false" Priority="39" Name="toc 6"/>   <w:LsdException Locked="false" Priority="39" Name="toc 7"/>   <w:LsdException Locked="false" Priority="39" Name="toc 8"/>   <w:LsdException Locked="false" Priority="39" Name="toc 9"/>   <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/>   <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title"/>   <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/>   <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/>   <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong"/>   <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/>   <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid"/>   <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/>   <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/>   <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading"/>   <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List"/>   <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid"/>   <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1"/>   <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2"/>   <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1"/>   <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2"/>   <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1"/>   <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2"/>   <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3"/>   <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List"/>   <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading"/>   <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List"/>   <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid"/>   <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1"/>   <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1"/>   <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1"/>   <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/>   <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/>   <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/>   <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/>   <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/>   <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote"/>   <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/>   <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/>   <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/>   <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/>   <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/>   <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1"/>   <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/>   <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1"/>   <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/>   <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2"/>   <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2"/>   <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2"/>   <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/>   <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/>   <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/>   <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/>   <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/>   <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/>   <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/>   <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2"/>   <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/>   <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2"/>   <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/>   <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3"/>   <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3"/>   <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3"/>   <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/>   <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/>   <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/>   <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/>   <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/>   <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/>   <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/>   <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3"/>   <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/>   <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3"/>   <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/>   <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4"/>   <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4"/>   <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4"/>   <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/>   <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/>   <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/>   <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/>   <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/>   <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/>   <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/>   <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4"/>   <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/>   <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4"/>   <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/>   <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5"/>   <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5"/>   <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5"/>   <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/>   <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/>   <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/>   <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/>   <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/>   <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/>   <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/>   <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5"/>   <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/>   <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5"/>   <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/>   <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6"/>   <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6"/>   <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6"/>   <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/>   <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/>   <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/>   <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/>   <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/>   <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/>   <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/>   <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6"/>   <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/>   <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6"/>   <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/>   <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/>   <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/>   <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/>   <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/>   <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title"/>   <w:LsdException Locked="false" Priority="37" Name="Bibliography"/>   <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/>  </w:LatentStyles> </xml><![endif]--><!--[if gte mso 10]></p>
<style>  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Normale Tabelle"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin-top:0cm; 	mso-para-margin-right:0cm; 	mso-para-margin-bottom:10.0pt; 	mso-para-margin-left:0cm; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} </style>
<p> <![endif]--></p>
<p class="MsoNormal"><span lang="EN-GB">How much water do you use during your shower? In order to answer this question, one of ETH start-ups, “Amphiro” has developed a system that allows you the measure your water consumption in very detail. I like the idea as well as the implementation of the product. Good Job Guys! </span></p>
<p class="MsoNormal"><a href="http://www.amphiro.com/" title="amphiro" target="_blank"> www.amphiro.com</a></p>
<p class="MsoNormal">
<div class="mypicsgallery"><a rel="lightbox[2010_10_12_Amphiro]" href="http://www.madlmayr.at/blog/wp-content/myfotos/2010_10_12_Amphiro/amphiro.jpg"  title=""><img  width="100" height="75" src="http://www.madlmayr.at/blog/wp-content/myfotos/2010_10_12_Amphiro/tumbs/tmb_amphiro.jpg" alt="" title="" /></a></div>
<p><span lang="EN-GB"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.madlmayr.at/blog/?feed=rss2&amp;p=131</wfw:commentRss>
		</item>
	</channel>
</rss>
