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

<channel>
	<title>Blog de Jean-Christophe Lavocat &#187; Sciences</title>
	<atom:link href="http://jice.lavocat.name/blog/category/sciences/feed/" rel="self" type="application/rss+xml" />
	<link>http://jice.lavocat.name/blog</link>
	<description>Mon Bioblog (humeurs, tendances et aventures en tout genres)</description>
	<lastBuildDate>Mon, 05 Dec 2011 20:51:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Un nanomoteur électrique</title>
		<link>http://jice.lavocat.name/blog/2010/11/un-nanomoteur-electrique/</link>
		<comments>http://jice.lavocat.name/blog/2010/11/un-nanomoteur-electrique/#comments</comments>
		<pubDate>Sat, 20 Nov 2010 10:18:11 +0000</pubDate>
		<dc:creator>Jice</dc:creator>
				<category><![CDATA[Nanosciences]]></category>
		<category><![CDATA[Sciences]]></category>
		<category><![CDATA[Moteur]]></category>
		<category><![CDATA[nanotechnology]]></category>

		<guid isPermaLink="false">http://jice.lavocat.name/blog/?p=1139</guid>
		<description><![CDATA[Une équipe de l'université de Delft en Hollande (où est récemment arrivé mon ami Pierre Bathelemy pour faire son Post-Doc) a récemment mis au point le concept de nanomoteur électrique. Celui-ci est encore théorique, mais pourrait voir le jour dans un proche futur. Le concept, mis au point par Johannes S. Seldenthuis et son équipe, [...]]]></description>
			<content:encoded><![CDATA[<p>Une équipe de l'<a title="TU Delft" href="http://www.tudelft.nl/en/" target="_blank">université de Delft</a> en Hollande (où est récemment arrivé mon ami <a title="Pierre Bathelemy" href="http://sites.google.com/site/barthelemyprofessional/" target="_blank">Pierre Bathelemy</a> pour faire son Post-Doc) a récemment mis au point le concept de nanomoteur électrique. Celui-ci est encore théorique, mais pourrait voir le jour dans un proche futur.</p>
<p>Le concept, mis au point par <strong>Johannes S. Seldenthuis</strong> et son équipe, se base sur une <strong>longue chaine moléculaire polaire</strong>. Lors de l'application d'un champs électrique altérnatif, le <a title="Dipole electrostatique" href="http://fr.wikipedia.org/wiki/Moment_dipolaire" target="_blank">dipôle</a> est attiré alternativement vers le haut ou le bas, mettant ainsi le moteur en rotation.</p>
<p>Comme une image vaut mieux qu'un long discours, je vous laisse comprendre le principe par vous même :</p>
<p style="text-align: center;"><img src="http://pubs.acs.org/appl/literatum/publisher/achs/journals/content/ancac3/0/ancac3.ahead-of-print/nn1021499/aop/images/medium/nn-2010-021499_0002.gif" alt="Nano-moteur" width="475" height="483" /></p>
<p style="text-align: justify;">Pour en savoir plus : <a title="Nanomoteur" href="http://pubs.acs.org/doi/full/10.1021/nn1021499" target="_blank">http://pubs.acs.org/doi/full/10.1021/nn1021499</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jice.lavocat.name/blog/2010/11/un-nanomoteur-electrique/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A script to plot GWL File (for the use of Nanoscribe)</title>
		<link>http://jice.lavocat.name/blog/2010/11/a-script-to-plot-gwl-file-for-the-use-of-nanoscribe/</link>
		<comments>http://jice.lavocat.name/blog/2010/11/a-script-to-plot-gwl-file-for-the-use-of-nanoscribe/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 09:54:14 +0000</pubDate>
		<dc:creator>Jice</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Sciences]]></category>
		<category><![CDATA[nanoscribe]]></category>
		<category><![CDATA[nanotechnology]]></category>
		<category><![CDATA[physics]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://jice.lavocat.name/blog/?p=1115</guid>
		<description><![CDATA[The focus of this article is really small. It will only interest people involved in Research, who own a Nanoscribe device. I was a little bit annoyed by the software, very heavy, and running only on windows. I wanted to design my structures on Linux (or any plateform actually), and I wanted to plot the [...]]]></description>
			<content:encoded><![CDATA[<p><img src="file:///tmp/moz-screenshot.png" alt="" /><img class="alignleft size-full wp-image-1121" style="margin-left: 10px; margin-right: 10px;" title="describe - nanoscribe language GWL" src="http://jice.lavocat.name/blog/wp-content/uploads/2010/11/describe1.png" alt="describe - nanoscribe language GWL" width="106" height="105" />The focus of this article is really small. It will only interest people involved in Research, who own a <a title="Nanoscribe" href="http://www.nanoscribe.de/" target="_blank">Nanoscribe</a> device.</p>
<p>I was a little bit annoyed by the software, very heavy, and running only on windows. I wanted to design my structures on Linux (or any plateform actually), and I wanted to plot the result with a light software.</p>
<p>I programmed a small script in Python to plot <strong>2D structures written in gwl</strong>. In order to run it, ou need to have Python 2.6, Matplotlib and SciPy (in order to have Numpy functions). You also have to use the preamble module I use and which is also included in the archive.</p>
<p>To use it, put the module, the script and the GWL file in the same folder. Then modify the script and include the name of your gwl file. Finally, open a consol, and type :</p>
<pre>python plot_gwl.py</pre>
<p>You can modify and improve this small script, and I would be happy to see the modifications (probably 3D would be a good step forward).</p>
<p>Download the archive : <a href="http://jice.lavocat.name/blog/wp-content/uploads/2010/11/Plot_GWL.1.0.zip">Plot_GWL.1.0.zip</a> (contains the script to plot and the module)</p>
<p> </p>
<p><em>Edit</em> 22 Nov. 2010 : I implemented the <strong>3D visualization</strong> . The same command is required to use it (modify line 26  <em>"open('your_filename.gwl','r')"</em> ) . Comments have been added to help you understading the script. A future addition will take in account an input parameter (instead of modifing the script every time to tell it which file to plot).</p>
<p>Download the new archive : <a href="http://jice.lavocat.name/blog/wp-content/uploads/2010/11/Plot_GWL.1.1.zip">Plot_GWL.1.1.zip</a></p>
<p>Example of a 3D plot :</p>
<p style="text-align: center;"><a href="http://jice.lavocat.name/blog/wp-content/uploads/2010/11/tour_eiffel.png"><img title="tour_eiffel" src="http://jice.lavocat.name/blog/wp-content/uploads/2010/11/tour_eiffel-300x222.png" alt="Tour Eiffel with Nanoscribe" width="300" height="222" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://jice.lavocat.name/blog/2010/11/a-script-to-plot-gwl-file-for-the-use-of-nanoscribe/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Mind Machine – Chapitre 4 – Les rythmes biologiques</title>
		<link>http://jice.lavocat.name/blog/2010/06/the-mind-machine-%e2%80%93-chapitre-4-%e2%80%93-les-rythmes-biologiques/</link>
		<comments>http://jice.lavocat.name/blog/2010/06/the-mind-machine-%e2%80%93-chapitre-4-%e2%80%93-les-rythmes-biologiques/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 14:12:59 +0000</pubDate>
		<dc:creator>Jice</dc:creator>
				<category><![CDATA[Neurosciences]]></category>
		<category><![CDATA[Lecture]]></category>
		<category><![CDATA[Mind Machine]]></category>
		<category><![CDATA[Rythmes Biologiques]]></category>

		<guid isPermaLink="false">http://jice.lavocat.name/blog/?p=961</guid>
		<description><![CDATA[Dans ce chapitre l'auteur parle des rythmes biologiques animaux. Il explique l'action des hormones jouant dans les mécanismes ciracadiens, et fournit des conseils pour faciliter des changements de rythmes forcés (Jet Lag , cycle entreprise 3-8, ...)  (Voir la liste des autres chapitres) Michel Siffre est le premier cobaye de tests sur les rythmes biologiques. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><em><a href="http://jice.lavocat.name/blog/wp-content/uploads/2009/09/biological-rythms.jpg"><img class="alignleft size-full wp-image-963" style="margin: 10px; float: left;" title="biological rythms" src="http://jice.lavocat.name/blog/wp-content/uploads/2009/09/biological-rythms.jpg" alt="biological rythms" width="200" height="167" /></a>Dans ce chapitre l'auteur parle des rythmes biologiques animaux. Il explique l'action des hormones jouant dans les mécanismes ciracadiens, et fournit des conseils pour faciliter des changements de rythmes forcés (Jet Lag , cycle entreprise 3-8, ...) <em> </em></em><span><span><em>(<a href="../2009/09/2009/08/the-mind-machine-notes-de-lecture/">Voir la liste des autres chapitres</a>)</em></span></span></p>
<p style="text-align: justify;"><span id="apture_prvw1"><a href="http://fr.wikipedia.org/wiki/Ivan%20Pavlov"><br /> </a></span><a id="aptureLink_e00Pzuh0v5" href="http://fr.wikipedia.org/wiki/Michel%20Siffre">Michel Siffre</a> est le premier cobaye de tests sur les rythmes biologiques. Il est resté <a href="http://presse.ffspeleo.fr/article.php3?id_article=1287" target="_blank">7 mois dans une cave du Texas sans horloge</a>.  On a put grâce à lui mettre à jour que le cycle naturelle d'un être humain est de 25h et non de 24h.</p>
<p style="text-align: justify;"><a id="aptureLink_Jn2qxkBgES" href="http://fr.wikipedia.org/wiki/Jean-Jacques%20Dortous%20de%20Mairan">Jean-Jacques Dortous de Mairan</a> a montré que les tournesols tournaient même dans l'obscurité.</p>
<p style="text-align: justify;"> </p>
<p style="text-align: justify;">.... article non finis. Ecrit en Aout 2009, je n'ai plus la ressource sous les yeux pour le finir. Désolé</p>
<p style="text-align: justify;"> </p>
]]></content:encoded>
			<wfw:commentRss>http://jice.lavocat.name/blog/2010/06/the-mind-machine-%e2%80%93-chapitre-4-%e2%80%93-les-rythmes-biologiques/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use the Scattered formalism using Comsol Multiphysics</title>
		<link>http://jice.lavocat.name/blog/2010/06/how-to-use-the-scattered-formalism-using-comsol-multiphysics/</link>
		<comments>http://jice.lavocat.name/blog/2010/06/how-to-use-the-scattered-formalism-using-comsol-multiphysics/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 08:30:03 +0000</pubDate>
		<dc:creator>Jice</dc:creator>
				<category><![CDATA[Sciences]]></category>
		<category><![CDATA[Scientific Computations]]></category>
		<category><![CDATA[Comsol]]></category>
		<category><![CDATA[RF module]]></category>
		<category><![CDATA[Scattered Field]]></category>

		<guid isPermaLink="false">http://jice.lavocat.name/blog/?p=1067</guid>
		<description><![CDATA[After my last post about 'getting the scattered far field using ComsolRF module ' a bunch of problems appeared. Actually, the definition of the incident field, using a line of current is wrong. It prevent the PML to work nicely, and thus, the overall field (and of course the scattered field) will be wrong. To [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">After my last post about '<a title="Far field Comsol" href="http://jice.lavocat.name/blog/2010/04/how-to-get-the-electromagnetic-scattered-far-field-using-comsol-rf-module/">getting the scattered far field using ComsolRF module</a> ' a bunch of problems appeared. Actually, the definition of the incident field, using a line of current is wrong. It prevent the PML to work nicely, and thus, the overall field (and of course the scattered field) will be wrong.</p>
<p style="text-align: justify;">To correct this behaviour, one should first start a problem by using the <em>Scattered Formalism Equation Resolution</em>. If you already have your setup, just go to <strong>Physics</strong> &gt; <strong>Properties</strong> and change the <strong>Field Type</strong> to 'Scattered xxxxx waves' (where xxxxx is your polarization system : TE, TM or hybrid).</p>
<p style="text-align: justify;">Now, instead of including a source inside your setup, Comsol will use a theoretical field that we have to define. With this formalism, no boundaries problem can appear again.</p>
<p style="text-align: justify;">First create your setup, and add your PML. As an exeternal boundary condition, choose <strong>Scattering Boundary Condition </strong>(and specify the type of field you want to use).  For a regular geometry there is no difference with the initial condition (ie. Perfect Electrice Conductor), but I guess that differences could appear if your domain is a little bit tricky.</p>
<p style="text-align: justify;">Now you have to tell Comsol what is the field that you want to use. For that, just go to<strong> Physics</strong> &gt; <strong>Scalar Variables</strong> and change <strong>H0iz_rfweh. </strong>Now, you should want to use a plane wave or a cylindrical wave :</p>
<ul>
<li>Plane wave :  use <strong>exp(-j*k0_rfweh*(cos(alpha)*x+sin(alpha)*y))</strong></li>
</ul>
<p style="padding-left: 60px;">- you have to define alpha \in (0, 2*pi), the angle of incidence in <strong>Options &gt; Expressions &gt; Global Expressions</strong>.</p>
<ul>
<li>Cylindrical wave : use<strong> besselj(0,k0_rfweh*(r))</strong></li>
</ul>
<p style="padding-left: 60px;">- you have to define r = sqrt((x-xc)^2+(y-yc)^2), the center of your source in <strong>Options &gt; Expressions &gt; Global Expressions</strong>.</p>
<p style="padding-left: 60px;">- you have to define xc and yc, the coordinates of your source, in <strong>Options &gt; Expressions &gt; Global Expressions</strong>.</p>
<p style="padding-left: 60px;"><a href="http://jice.lavocat.name/blog/wp-content/uploads/2010/06/comsol_plane.png"><img class="aligncenter size-medium wp-image-1077" title="Field Definition Comsol" src="http://jice.lavocat.name/blog/wp-content/uploads/2010/06/comsol_plane-300x220.png" alt="" width="300" height="220" /></a></p>
<p style="padding-left: 60px;"> </p>
<p style="padding-left: 60px;"> </p>
<p>Hope this will help.</p>
<p>Any feedback appreciated.</p>
]]></content:encoded>
			<wfw:commentRss>http://jice.lavocat.name/blog/2010/06/how-to-use-the-scattered-formalism-using-comsol-multiphysics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-to get the electromagnetic scattered far field using Comsol RF Module</title>
		<link>http://jice.lavocat.name/blog/2010/04/how-to-get-the-electromagnetic-scattered-far-field-using-comsol-rf-module/</link>
		<comments>http://jice.lavocat.name/blog/2010/04/how-to-get-the-electromagnetic-scattered-far-field-using-comsol-rf-module/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 10:06:53 +0000</pubDate>
		<dc:creator>Jice</dc:creator>
				<category><![CDATA[Informatique]]></category>
		<category><![CDATA[Sciences]]></category>
		<category><![CDATA[Scientific Computations]]></category>
		<category><![CDATA[Comsol]]></category>
		<category><![CDATA[Electromagnetism]]></category>
		<category><![CDATA[Scattered Field]]></category>

		<guid isPermaLink="false">http://jice.lavocat.name/blog/?p=1045</guid>
		<description><![CDATA[If you use Comsol Multiphysics - RF Module, you may have noticed that there is a far field option when you edit any Boundary settings. This feature will allow you to compute the scattered far field of an object using some tricks. Initial Setting : Simple simulation using Comsol This tutorial will allow you to [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">If you use Comsol Multiphysics - RF Module, you may have noticed that there is a far field option when you edit any Boundary settings. This feature will allow you to compute the <strong>scattered far field</strong> of an object using some tricks.</p>
<h2 style="text-align: justify;">Initial Setting : Simple simulation using Comsol</h2>
<p style="text-align: justify;">This tutorial will allow you to compute the scattered field of an ideal magnetic conducting circle in 2D. First, let's design a square with PML around to absorb the outgoing light. Create a problem using <strong>Plane TM waves</strong> (we will change this latter to scattered TM waves, but the tutorial was made for an initial TM problem, and not for Scattered TM). We will assume you know how to use Comsol as a beginner user, so you know how to design the following structure :</p>
<ul>
<li>a square centered in (0,0), of length 0.2</li>
<li>4 additional rectangular borders to this square, of thickness 0.02</li>
<li>a centered circle of radius 0.01</li>
<li>a centered circle of radius 0.8</li>
</ul>
<p> </p>
<p> </p>
<p> </p>
<p><div id="attachment_1053" class="wp-caption aligncenter" style="width: 310px"><a href="http://jice.lavocat.name/blog/wp-content/uploads/2010/04/setting_base.png"><img class="size-medium wp-image-1053" title="setting_base" src="http://jice.lavocat.name/blog/wp-content/uploads/2010/04/setting_base-300x220.png" alt="" width="300" height="220" /></a><p class="wp-caption-text">Basic Setting</p></div>
<p style="text-align: justify;"> </p>
<p style="text-align: justify;">Now you should modify the design a little bit in terms of properties. First, select the big circle, and transform it to a curve ("Coerce to curve"). You should also remove the small circle from the main substrate to latter change its properties. In order to do that, select the small circle and the main square, and click on "difference". Then, add some cartesian PML to the 4 rectangles : <strong>Physics </strong>&gt; <strong>Subdomain settings</strong> &gt; <em>select the areas</em> &gt; <strong>PML</strong> &gt;<strong><em> </em>Cartesian</strong> <em>&gt;  Try to figure out which PML you need to inser</em> (left/righ absorb along <strong>x</strong>, top and bottom along <strong>y</strong>, corners along <strong>x</strong> and <strong>y</strong> directions)).</p>
<p style="text-align: justify;">The following image shows the resulting construction. In order to highlight the construction I changed my <strong>Options </strong>&gt; <strong>Preferences </strong>&gt; <strong>Visualization</strong>, and checked the "Render Face" button.</p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p><div id="attachment_1055" class="wp-caption aligncenter" style="width: 310px"><a href="http://jice.lavocat.name/blog/wp-content/uploads/2010/04/Setting_normal.png"><img class="size-medium wp-image-1055" title="Setting_normal" src="http://jice.lavocat.name/blog/wp-content/uploads/2010/04/Setting_normal-300x220.png" alt="" width="300" height="220" /></a><p class="wp-caption-text">Normal Setting</p></div>
<p> </p>
<h2>Collecting the Far-Field</h2>
<p style="text-align: justify;">In order to collect the far field using Comsol Multiphysics, you need to change some "Physics" values. First, let's explain what will be our simulation case. A plane wave will come from the inner-left boundary of the small square. We will use TM waves, with Hz=1 A (magnetic field) emerging from this inner boundary. So the source is located on <strong>x=-0.1</strong>. We thus need to indicate this to comsol. Go to <strong>Physics </strong>&gt; <strong>Scalar variables</strong> &gt; <em>Change the value of </em><strong>H0iz_rfwh</strong><em> to</em> <strong>exp(-j*k0_rfwh*(x+0.1)).</strong></p>
<p style="text-align: justify;">Now we need to indicate Comsol that we want to integrate the far field on the big circle we draw during the first step. Modify the <strong>Boundary settings</strong> to add a far fiel value, called <strong>Efar</strong> on the curves representing the circle.</p>
<p style="text-align: justify;"> </p>
<p> </p>
<p> </p>
<p><div id="attachment_1057" class="wp-caption aligncenter" style="width: 310px"><a href="http://jice.lavocat.name/blog/wp-content/uploads/2010/04/Efar.png"><img class="size-medium wp-image-1057" title="Efar" src="http://jice.lavocat.name/blog/wp-content/uploads/2010/04/Efar-300x220.png" alt="" width="300" height="220" /></a><p class="wp-caption-text">Efar is defined on the big circle</p></div>
<p style="text-align: justify;">Note that you just need to write the name of the variable <strong>Efar</strong>, and comsol will automatically create resulting variables.</p>
<p style="text-align: justify;">Next you need to inser a relation to get <strong>Hfar</strong> from <strong>Efar. </strong>Indeed, we are looking at the magnetic field, Hz, and not at Ez. Go to <strong>Options</strong> &gt; <strong>Expressions &gt; Global Expressions.</strong> Add the following expressions :</p>
<ul>
<li>r : sqrt(x^2+y^2)</li>
<li>Hfar : (x/r*Efary-y/r*Efarx)*sqrt(epsilon0_rfwh/mu0_rfwh)</li>
</ul>
<p>Now you are almost done. To get a better scattered result, you need to change the way comsol solve the problem. go to <strong>Physics &gt; Properties &gt; </strong>change <strong>Field type</strong> to <strong>Scattered TM.</strong></p>
<p>You can finally start the solving process.</p>
<h2>Visualizing the scattered far-field</h2>
<p style="text-align: justify;">You can now visualize the scattered field in the <strong>Plot paramaters</strong> &gt; <strong>Surface </strong>section (Scattered Magnetic Field, z component). Nevertheless, the great feature is that you can now plot an angular far field plot using matlab.</p>
<p style="text-align: justify;">First, in Comsol, <strong>Postprocessing</strong> &gt; <strong>Domain Plot Parameters</strong> &gt; <strong>Line/ Extrusion</strong> &gt; <em>select the big circle's curves</em>. In the <strong>y-axis data</strong>, change the expression to <strong>abs(Hfar)</strong>. In the <strong>x-axis data</strong>, select "<strong>Expression" </strong>and inser the following expression "<strong>atan2(y,x)</strong>". It is used to display the data along the circle, using an angular representation. Clik <strong>Ok</strong>, you should get something similar to the following.</p>
<p> </p>
<p> </p>
<p><div id="attachment_1061" class="wp-caption aligncenter" style="width: 310px"><a href="http://jice.lavocat.name/blog/wp-content/uploads/2010/04/Hfar_Comsol1.png"><img class="size-medium wp-image-1062" title="Hfar_Comsol" src="http://jice.lavocat.name/blog/wp-content/uploads/2010/04/Hfar_Comsol1-300x261.png" alt="" width="300" height="261" /></a><p class="wp-caption-text">Hfar using comsol</p></div>
<p style="text-align: justify;">In order to visualize this with Matlab, click on th <strong>ASCII</strong> button, and save the plot data on your computer. Let's call it <em>scat_circ.txt</em>. Open Matlab. Import this data : <strong>File &gt; Import Data &gt; </strong><em>select scat_circ.txt (then </em><strong>Next </strong><em>, then </em><strong>Finish</strong><em>).</em></p>
<p style="text-align: justify;">Now, just use the following command lines :<em> </em></p>
<ul>
<li>scat_data=sortrows(scatt_circ); </li>
<li>rho=scat_data(:,2); </li>
<li>theta=scat_data(:,1); </li>
<li>polar(theta,abs(rho))</li>
</ul>
<p>You should get the resulting :</p>
<p style="text-align: justify;"><em><div id="attachment_1064" class="wp-caption aligncenter" style="width: 310px"><em><a href="http://jice.lavocat.name/blog/wp-content/uploads/2010/04/Hafr_Matlab.png"><img class="size-medium wp-image-1064" title="Hafr_Matlab" src="http://jice.lavocat.name/blog/wp-content/uploads/2010/04/Hafr_Matlab-300x219.png" alt="" width="300" height="219" /></a></em><p class="wp-caption-text">Hfar of a scattering circle using Matlab</p></div></em></p>
<p style="text-align: justify;"> </p>
<p style="text-align: justify;"><em>To follow</em> : You can also compared the resulting field with a theoretical diffracted circle. In the following article, I will explain how to compute the scattered field of a circle theoretically.</p>
]]></content:encoded>
			<wfw:commentRss>http://jice.lavocat.name/blog/2010/04/how-to-get-the-electromagnetic-scattered-far-field-using-comsol-rf-module/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Impatient Learning and sub/sup Majority Problem</title>
		<link>http://jice.lavocat.name/blog/2009/09/impatient-learning-and-subsup-majority-problem/</link>
		<comments>http://jice.lavocat.name/blog/2009/09/impatient-learning-and-subsup-majority-problem/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 05:14:51 +0000</pubDate>
		<dc:creator>Jice</dc:creator>
				<category><![CDATA[Quantum Learning]]></category>

		<guid isPermaLink="false">http://jice.lavocat.name/blog/?p=939</guid>
		<description><![CDATA[In this article I present some probabilities of 1-step learning optimized by Impatient Learning (http://www.citebase.org/abstract?id=oai:arXiv.org:quant-ph/0309059) for the sub/sup Majority Learning. The (Sub/Sup) Majority Learning Take a bitstring a, and an integer . The oracle will respond 0 if   if queried with x and 1 otherwise. In other terms this oracle reply yes if two [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">In this article I present some probabilities of 1-step learning optimized by Impatient Learning (<a href="http://www.citebase.org/abstract?id=oai:arXiv.org:quant-ph/0309059" target="_blank">http://www.citebase.org/abstract?id=oai:arXiv.org:quant-ph/0309059</a>) for the sub/sup Majority Learning.</p>
<h2 style="text-align: justify;">The (Sub/Sup) Majority Learning</h2>
<p style="text-align: justify;">Take a bitstring <em>a</em>, and an integer <span class='MathJax_Preview'><img src='http://jice.lavocat.name/blog/wp-content/plugins/latex/cache/tex_2554a2bb846cffd697389e5dc8912759.gif' style='vertical-align: middle; border: none; padding-bottom:1px;' class='tex' alt="\theta" /></span><script type='math/tex'>\theta</script>. The oracle will respond 0 if <span class='MathJax_Preview'><img src='http://jice.lavocat.name/blog/wp-content/plugins/latex/cache/tex_e0b1dc2fde8ec1c28f471cfc6ae763ad.gif' style='vertical-align: middle; border: none; ' class='tex' alt="d(a,x)\leq \theta" /></span><script type='math/tex'>d(a,x)\leq \theta</script>  if queried with <em>x</em> and 1 otherwise. In other terms this oracle reply yes if two bitstrings agree on at least <span class='MathJax_Preview'><img src='http://jice.lavocat.name/blog/wp-content/plugins/latex/cache/tex_2554a2bb846cffd697389e5dc8912759.gif' style='vertical-align: middle; border: none; padding-bottom:1px;' class='tex' alt="\theta" /></span><script type='math/tex'>\theta</script> bit.</p>
<p style="text-align: justify;">Here are the probability with a simple membership oracle (used with the usual phase kickback trick). Only even <em>n</em> gives an invertible matrix for the use of impatient learning.</p>
<table style="width: 100%;" border="0" align="center">
<tbody>
<tr style="text-align: center;">
<td>n \ theta</td>
<td>0</td>
<td>1</td>
<td>2</td>
<td>3</td>
<td>4</td>
</tr>
<tr style="text-align: center;">
<td>2</td>
<td style="text-align: center;">1</td>
<td style="text-align: center;"><strong>1</strong></td>
<td style="text-align: center;">X</td>
<td>X</td>
<td>X</td>
</tr>
<tr style="text-align: center;">
<td style="text-align: center;">4</td>
<td style="text-align: center;">0.6875</td>
<td>0.875</td>
<td><strong>0.875</strong></td>
<td>0.6875</td>
<td>X</td>
</tr>
<tr style="text-align: center;">
<td>6</td>
<td>0.3671875</td>
<td>0.6171875</td>
<td>0.75</td>
<td><strong>0.75</strong></td>
<td>0.6171875</td>
</tr>
<tr style="text-align: center;">
<td>8</td>
<td>0.1865234</td>
<td>0.36132812</td>
<td>0.520508</td>
<td>0.6484</td>
<td><strong>0.6484</strong></td>
</tr>
<tr style="text-align: center;">
<td>10</td>
<td>0.0936279</td>
<td>0.1990967</td>
<td>0.312499</td>
<td>0.448241</td>
<td>0.5703125</td>
</tr>
</tbody>
</table>
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: justify;">For all these value, the optimum is achieved when the phase kickback takes value in {-1 ; 1}.</p>
<p><br class="_mce_marker" /></p>
]]></content:encoded>
			<wfw:commentRss>http://jice.lavocat.name/blog/2009/09/impatient-learning-and-subsup-majority-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Mind Machine – Chapitre 3 – Développement de la mémoire</title>
		<link>http://jice.lavocat.name/blog/2009/09/the-mind-machine-%e2%80%93-chapitre-3-%e2%80%93-developpement-de-la-memoire/</link>
		<comments>http://jice.lavocat.name/blog/2009/09/the-mind-machine-%e2%80%93-chapitre-3-%e2%80%93-developpement-de-la-memoire/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 19:58:25 +0000</pubDate>
		<dc:creator>Jice</dc:creator>
				<category><![CDATA[Neurosciences]]></category>
		<category><![CDATA[Cerveau]]></category>
		<category><![CDATA[Lecture]]></category>
		<category><![CDATA[Mémoire]]></category>
		<category><![CDATA[Mind Machine]]></category>
		<category><![CDATA[neurosciences]]></category>

		<guid isPermaLink="false">http://jice.lavocat.name/blog/?p=924</guid>
		<description><![CDATA[Dans ce chapitre sont introduits les modèles concernant la formation de la mémoire et les différents processus qui permettent de la conserver plus ou moins active. On y apprend en particulier qu'il existe deux types de mémoire (court terme et long terme) et que leur création n'est pas similaire. (Voir la liste des autres chapitres) [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://jice.lavocat.name/blog/wp-content/uploads/2009/09/MemoryB.jpg"><img class="alignleft size-thumbnail wp-image-925" style="margin: 10px;" title="Mémoire" src="http://jice.lavocat.name/blog/wp-content/uploads/2009/09/MemoryB-150x150.jpg" alt="Mémoire" width="150" height="150" /></a><em>Dans ce chapitre sont introduits les modèles concernant la formation de la mémoire et les différents processus qui permettent de la conserver plus ou moins active. <em>On y apprend en particulier qu'il existe deux types de mémoire (court terme et long terme) et que leur création n'est pas similaire. </em></em><span><span><em>(<a href="../2009/08/the-mind-machine-notes-de-lecture/">Voir la liste des autres chapitres</a>)</em></span></span></p>
<p style="text-align: justify;"><a id="aptureLink_g2JT8Fyp6e" href="http://fr.wikipedia.org/wiki/Ivan%20Pavlov"><br />
Ivan Pavlov</a> a mis à jour le phénomène de <a id="aptureLink_Sr6c35nQax" href="http://fr.wikipedia.org/wiki/R%C3%A9flexes%20conditionn%C3%A9s">réflexes conditionnés</a>. On a pu montrer qu'il y avait création de nouvelles liaisons neuronales lors de l'apparition de ces réflexes pavloviens.</p>
<p style="text-align: justify;">Les abeilles possèdent une mémoire du passé pour décrire l'emplacement d'une fleur dont elles reviennent. La description qu'elles en font (<a id="aptureLink_oNE5zhMPvJ" href="http://fr.wikipedia.org/wiki/Abeille#La_danse_des_abeilles">danse de l'abeille</a>) se base sur le soleil et change donc en fonction de la journée. Les abeilles ont conscience du temps qui passe car si elle rentre la nuit et n'effectue sa dance que le lendemain, l'abeille aura mis à jour la danse qu'elle aurait effectué la veille. De nombreux sites très intéressant évoquent les capacités étonnantes des abeilles, et un livre recencent ce genre de fait pour d'autres animaux : <a id="aptureLink_Bkr3ccsbY7" href="http://www.amazon.com/gp/product/0716750465">The Animal Mind</a>.</p>
<p style="text-align: justify;">La <a id="aptureLink_EllSPpKBCB" href="http://fr.wikipedia.org/wiki/Phr%C3%A9nologie">phrénologie</a> est la science à l'origine des neurosciences. Elle est apparue au XIXe siècle et postule que les capacités cérébrales d'un individu s'inscrivent dans la forme du crâne de celui-ci. En effet, ils pensaient que certaines fonctions cognitives se trouvaient localisées sous le crâne, et que si l'individu les développait, alors cette zone enflerait comme un muscle, et mettrait à jour des bosses. Inventée par <a id="aptureLink_qB4YvEFh7y" href="http://fr.wikipedia.org/wiki/Franz%20Joseph%20Gall">F.J. Gall</a>.</p>
<p style="text-align: justify;"><a id="aptureLink_W6f6e9KBTJ" href="http://fr.wikipedia.org/wiki/Donald%20Hebb">Donal Hebb</a> (<a id="aptureLink_g7D95e6CXE" href="http://www.amazon.com/gp/product/0805843000">The Organization of Behavior</a>) décrit la mémoire en terme de rétroaction renforçant les chemins déjà rencontrés pour améliorer la mémoire. C'est son modèle d'apprentissage qui sert à l'intelligence artificielle (<a id="aptureLink_XVsbkcJwFR" href="http://en.wikipedia.org/wiki/Hebbian%20theory">Hebbian Learning</a>).</p>
<p style="text-align: justify;">Lors d'un K.O. (durant un combat de boxe par exemple) des millions de neuronnes ont perturbés et les liaisons modifiées. Un K.O. entraine généralement une perte de la mémoire des dernières heures (mais pas de la mémoire long terme).</p>
<p style="text-align: justify;"><a id="aptureLink_lhEEadpRHQ" href="http://fr.wikipedia.org/wiki/Wilder%20Penfield">Wilder Penfield</a> a découvert que l'<a id="aptureLink_XwZRUmLAkP" href="http://fr.wikipedia.org/wiki/%C3%89pilepsie">épilepsie</a> corespondait à des décharges électriques incontrollées dans le cerveau. Il invente donc une méthode pour simuler les crises d'épilepsie : il va simuler le cerveau avec des aiguilles chargées électriquement. Il repère des zones dans lesquels sont situées des souvenirs.</p>
<p style="text-align: justify;">Il existe deux types de mémoires longue : une inconsciente (reflexes moteurs) et une consciente (reconnaissance visages et noms).</p>
<p style="text-align: justify;"><a title="Gary Lynch" href="http://www.faculty.uci.edu/profile.cfm?faculty_id=2658" target="_blank">Gary Lynch</a> a montré qu'un signal électrique dans les synapses de l'hyppocampe changeaient les liaisons synaptiques. On pense donc que le processus de mémorisation est relié au branchement entre neuronnes.</p>
<p style="text-align: justify;"><em><br />
</em></p>
<p style="text-align: justify;"><em>[Note] Je n'ai pas beaucoup documenté ce chapitre. J'espère lire prochainement d'autre ouvrages sur la mémoire, et vous en saurez plus.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://jice.lavocat.name/blog/2009/09/the-mind-machine-%e2%80%93-chapitre-3-%e2%80%93-developpement-de-la-memoire/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Mind Machine – Chapitre 2 – L&#039;enfance et l&#039;Apprentissage</title>
		<link>http://jice.lavocat.name/blog/2009/08/the-mind-machine-%e2%80%93-chapitre-2-%e2%80%93-lenfance-et-lapprentissage/</link>
		<comments>http://jice.lavocat.name/blog/2009/08/the-mind-machine-%e2%80%93-chapitre-2-%e2%80%93-lenfance-et-lapprentissage/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 01:23:52 +0000</pubDate>
		<dc:creator>Jice</dc:creator>
				<category><![CDATA[Neurosciences]]></category>
		<category><![CDATA[Embryon]]></category>
		<category><![CDATA[Mémoire]]></category>
		<category><![CDATA[Mind Machine]]></category>
		<category><![CDATA[neurosciences]]></category>

		<guid isPermaLink="false">http://jice.lavocat.name/blog/?p=876</guid>
		<description><![CDATA[Ce chapitre se consacre au développement du cerveau de l'embryon, et à son système nerveux. Il présente certaines causes qui impliquent des troubles du développement de l'embryon. La suite du chapitre est ensuite dédié à l'apprentissage et aux différentes phases de développement d'un enfant (logique, représentation du monde, distinction de formes etc.) . (Voir la [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><span><em><a href="http://jice.lavocat.name/blog/wp-content/uploads/2009/08/Embryon.jpg"><img class="alignleft size-full wp-image-879" style="margin: 20px;" title="Embryon" src="http://jice.lavocat.name/blog/wp-content/uploads/2009/08/Embryon.jpg" alt="Embryon" width="93" height="93" /></a>Ce chapitre se consacre au développement du cerveau de l'embryon, et à son système nerveux. Il présente certaines causes qui impliquent des troubles du développement de l'embryon. La suite du chapitre est ensuite dédié à l'apprentissage et aux différentes phases de développement d'un enfant (logique, représentation du monde, distinction de formes etc.) . (<a href="http://jice.lavocat.name/blog/2009/08/the-mind-machine-notes-de-lecture/">Voir la liste des autres chapitres</a>)<br />
</em></span></p>
<p style="text-align: justify;">Le mécanisme de <a id="aptureLink_Qz7tD7Kx6G" href="http://fr.wikipedia.org/wiki/Diff%C3%A9renciation%20cellulaire">différenciation</a> des <a id="aptureLink_4PwWHRD3BG" href="http://fr.wikipedia.org/wiki/Cellule%20souche">cellules souches</a> est toujours incompris (même si on a <a title="Mécanisme de différenciation des cellules souches" href="http://vulgariz.com/medecine-sante/cellules-souches/decouverte-dun-mecanisme-qui-oriente-la-differenciation-des-cellules-souches-du-sang/" target="_blank">des pistes</a>).</p>
<p style="text-align: justify;">Le <strong>cerveau d'un embryon</strong> est dans son stade le plus fragile entre 8 et 16 semaines. Il faut alors éviter l'<strong>exposition aux agents mutagènes</strong> (radiations etc.) et alcool. Lors de cette période, <strong>250 000 cellules nerveuses sont créées par minute</strong>.</p>
<p style="text-align: justify;">Les trois anomalies de naissance les plus rencontrées sont :</p>
<ol style="text-align: justify;">
<li><a id="aptureLink_sXBt9R5qG9" href="http://en.wikipedia.org/wiki/Neural%20tube%20defect">Défaut</a> du <a id="aptureLink_1xept0Vqq4" href="http://fr.wikipedia.org/wiki/Tube%20neural">Tube Neural</a> (médicaments pour l'epilepsie et mycotoxines peuvent être la cause... parmis d'autres. Un cas connu de défaut de tube neural est la <a id="aptureLink_ZPNC7BmK62" href="http://fr.wikipedia.org/wiki/Spina%20bifida">spina bifida</a> qui provoque la création de <a id="aptureLink_Xx6KPWNxm6" href="http://www.scienceclarified.com/images/uesc_02_img0090.jpg">cellules nerveuses dans une poche dorsale</a>. L'<a id="aptureLink_DD6iH8FOfk" href="http://fr.wikipedia.org/wiki/Vitamine%20B9">acide folique</a>=Vitamine B9 aide à prévenir les risques de formation)</li>
<li><a id="aptureLink_UubbY95wGa" href="http://fr.wikipedia.org/wiki/Syndrome%20de%20Down">Syndrome de Down</a> / Trisomie 21 (causes génétiques)</li>
<li><a id="aptureLink_3qCpZHiwCi" href="http://fr.wikipedia.org/wiki/Syndrome%20d%27alcoolisation%20f%C5%93tale">Syndrome d'alcoolisation foetale</a> (si la mère consome de l'alcool pendant certains mois de la grossesse, provoque une <a id="aptureLink_VOzzGvLOSe" href="http://www.quotimed.com/DocumentRoot/QDM/WebArticle/ENDIRECT/2009-07/F_600x_77257_IMG_17185_1247493169536.jpg">croissance anormale du cerveau</a>)</li>
</ol>
<p style="text-align: justify;">Le <a id="aptureLink_3GMMIonTyZ" href="http://en.wikipedia.org/wiki/Corpus%20callosum">Corpus Callosum</a> / <a id="aptureLink_slGoHjxBZr" href="http://fr.wikipedia.org/wiki/Corps%20calleux">Corps Calleux</a>: ensemble de millions de fibres reliants les deux hémisphères</p>
<p style="text-align: justify;">Le lait humain (<a id="aptureLink_NdNhj38VDB" href="http://fr.wikipedia.org/wiki/Colostrum">colostrum</a>) est riche en protéines, et aide la construction du système immunitaire de l'enfant. En têtant, le nourisson provoque chez la mère la libération de l'hormone <a id="aptureLink_CAN1dQ6OZ8" href="http://fr.wikipedia.org/wiki/Ocytocine">ocytocine</a> (hormone de l'amour) ce qui aide l'uterus de la mère à reprendre une forme normale.</p>
<p style="text-align: justify;">Un bébé peut être encouragé à têter par la voie d'un homme ou d'une femme (voie douce l'encouragera, une voie sévère le fera s'arêter) mais préferera la voie de sa mère. Plus étonnant (en fait non), il préférera la voie de sa mère enregistrée avant naissance à travers l'uterus à sa voie hors uterus. Ce qui veut dire que la mémoire du foetus a commencé à se former avant la naissance.</p>
<p style="text-align: justify;">Un bébé peut commencer à <strong>reconnaitre les visages</strong> à partir de 3 mois.</p>
<p style="text-align: justify;">La formation physique de certaines structures macroscopiques au niveau du cerveau dépendent des capteurs sensoriels. <strong>Si un bébé grandit avec une conjonctivite il sera mal voyant</strong> et rien ne pourra y changer.</p>
<p style="text-align: justify;">Un bébé peut reconnaitre les différences de son entre 2 syllabes de différents langages jusqu'à 8 mois. Après un an, il lui est impossible de faire la différence entre deux prononciation particulière, et il ne pourra parler que sa langue maternelle.</p>
<p style="text-align: justify;"><a id="aptureLink_F0W5iThCF4" href="http://fr.wikipedia.org/wiki/Jean%20Piaget">Jean Piaget</a> (Suisse, Psychologue) a mis au point un schéma de 4 phases de développement de l'enfant.</p>
<ol>
<li>Intelligence Sensori-Motrice (0 à 2 ans) : l'enfant comprend le monde en terme de sensations</li>
<li>Intelligence pré-Opératoire (2 à 7 ans) : bribes de langage, symboles, mais pas de raisonnements logiques pures</li>
<li>Intelligence Opératoire (7 à 11 ans) : peut comprendre les stats et les probabilités que des évènements se produisent</li>
<li>Intelligence Formelle (après) : l'enfant a la même intelligence qu'un adulte, il lui manque la connaissance (livre et éducation)</li>
</ol>
<p style="text-align: justify;">
]]></content:encoded>
			<wfw:commentRss>http://jice.lavocat.name/blog/2009/08/the-mind-machine-%e2%80%93-chapitre-2-%e2%80%93-lenfance-et-lapprentissage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Mind Machine - Chapitre 1 - Le Langage et la Conscience</title>
		<link>http://jice.lavocat.name/blog/2009/08/the-mind-machine-chapitre-1-le-langage-et-la-conscience/</link>
		<comments>http://jice.lavocat.name/blog/2009/08/the-mind-machine-chapitre-1-le-langage-et-la-conscience/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 19:12:38 +0000</pubDate>
		<dc:creator>Jice</dc:creator>
				<category><![CDATA[Neurosciences]]></category>
		<category><![CDATA[Lecture]]></category>
		<category><![CDATA[Mind Machine]]></category>

		<guid isPermaLink="false">http://jice.lavocat.name/blog/?p=858</guid>
		<description><![CDATA[Résumé des points importants du Chapitre 1 Ce chapitre se consacre à l'existence du langage chez l'homme et pas chez d'autres animaux, même si les singes peuvent utiliser la langue des signes. De plus on y parle un peu de ce que peux être la conscience : un phénomène purement biologique, résultant de l'évolution Darwinienne. [...]]]></description>
			<content:encoded><![CDATA[<h2><img class="alignleft" style="margin: 10px;" title="Family Talking" src="http://www.betterhearing.org/images/family_talking.jpg" alt="" width="250" height="166" />Résumé des points importants du Chapitre 1</h2>
<p style="padding-left: 30px; text-align: justify;"><em>Ce chapitre se consacre à l'existence du langage chez l'homme et pas chez d'autres animaux, même si les singes peuvent utiliser la langue des signes. De plus on y parle un peu de ce que peux être la conscience : un phénomène purement biologique, résultant de l'évolution Darwinienne. </em><span><em> (<a href="../2009/08/the-mind-machine-notes-de-lecture/">Voir la liste des autres chapitres</a>)</em></span></p>
<p>La partie du cerveau associée au <span style="text-decoration: underline;">langage</span> se nomme l'<a id="aptureLink_mnnGGaAhon" href="http://fr.wikipedia.org/wiki/Aire%20de%20Broca">aire de Broca</a>.</p>
<p>Nom de la forme  du cerveau (les méandres etc) : <a id="aptureLink_XPbNDem1qY" href="http://en.wikipedia.org/wiki/Endocranial%20cast">forme endocranienne</a></p>
<p>Les singes n'ont pas de <strong>zone de Broca</strong></p>
<p><a id="aptureLink_yYasLvN8VX" href="http://fr.wikipedia.org/wiki/Jane%20Goodall">Jane Goodall</a> (Cambridge) a étudié les gorilles en Tanzanie. Elle a découvert qu'ils utilisaient des outils (batons pour attraper les termites).</p>
<p>Les singes peuvent utiliser des symboles pour communiquer (<a id="aptureLink_hqlfyz1NZv" href="http://en.wikipedia.org/wiki/David%20Premack">David Premack</a>).</p>
<ul>
<li>Question : serait-il possible d'apprendre a communiquer à une pieuvre (octopus) qui a un cerveau très développé? Auraient-elles des pensées abstraites? La pieuvre a2/3  de son cerveau ... dans ses tentacules. <a id="aptureLink_NzQGmyCEFQ" href="http://www.youtube.com/watch?v=OyoeBbLxXZg">Vidéo résumé sur les octopus</a></li>
<li>Si un homme dessine, on dit qu'il a une conscience car il peut représenter des scènes extérieures. Existe-t-il des animaux qui dessinent?</li>
</ul>
<p>La <a id="aptureLink_4arrCfPPqU" href="http://fr.wikipedia.org/wiki/Schizophr%C3%A9nie">Schizophrénie</a> peut être causée par une irrégularité du système <a id="aptureLink_GmlKXRq19W" href="http://fr.wikipedia.org/wiki/Dopamine">dopamine</a>.</p>
<p><a id="aptureLink_mvSPY1aNeO" href="http://fr.wikipedia.org/wiki/John%20Searl">John Searl</a> (Philosophe Berkeley) :  " Mind is a process, not a thing, caused by physiological event in the Brain"  (ps : bizarre le gars en question sur wikipedia... peut être un homonyme)</p>
<p><a id="aptureLink_KAGnkH1vdT" href="http://en.wikipedia.org/wiki/Nicholas%20Humphrey">Nicolas Humphrey</a> (Philosophe) : l'esprit est le résultat de l'évolution. Il est peut être du à une adaptation à la vie en société afin d'essayer de prédire le comportement des autres.</p>
]]></content:encoded>
			<wfw:commentRss>http://jice.lavocat.name/blog/2009/08/the-mind-machine-chapitre-1-le-langage-et-la-conscience/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Mind Machine - Notes de lecture</title>
		<link>http://jice.lavocat.name/blog/2009/08/the-mind-machine-notes-de-lecture/</link>
		<comments>http://jice.lavocat.name/blog/2009/08/the-mind-machine-notes-de-lecture/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 02:01:07 +0000</pubDate>
		<dc:creator>Jice</dc:creator>
				<category><![CDATA[Neurosciences]]></category>
		<category><![CDATA[Lecture]]></category>
		<category><![CDATA[Mind Machine]]></category>

		<guid isPermaLink="false">http://jice.lavocat.name/blog/?p=840</guid>
		<description><![CDATA[Dans les billets qui vont suivre et s'intituler 'The Mind Machine - Chapitre x' je ferai un petit compte-rendu des informations apprises en lisant le livre 'The Mind Machine' de Colin Blackemore. Ces notes seront concises à l'excès. Ma volonté est d'apporter de manière brêve et rapide des informations extraites du livre. Je prie donc [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img style="margin: 10px 25px; float: left;" src="http://www.liv.ac.uk/news/news-images/press_releases/2004/02/colin_blakemore.jpg" alt="Colin Blakemore" width="117" height="175" />Dans les billets qui vont suivre et s'intituler 'The Mind Machine - Chapitre x' je ferai un petit compte-rendu des informations apprises en lisant le livre '<a href="http://www.amazon.fr/gp/product/0563209011?ie=UTF8&amp;tag=jicelavo-21&amp;linkCode=as2&amp;camp=1642&amp;creative=19458&amp;creativeASIN=0563209011">The Mind Machine</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.fr/e/ir?t=jicelavo-21&amp;l=as2&amp;o=8&amp;a=0563209011" border="0" alt="" width="1" height="1" />' de <a title="Colin Blakemore" href="http://en.wikipedia.org/wiki/Colin_Blakemore" target="_blank">Colin Blackemore</a>.</p>
<p style="text-align: justify;">Ces notes seront concises à l'excès. Ma volonté est d'apporter de manière brêve et rapide des informations extraites du livre.</p>
<p style="text-align: justify;">Je prie donc d'excuser ceux qui voudraient un résumé plus complet.  Ceux qui seront intéressés par avoir plus d'informations devront se pencher sur les notes et liens wikipedia laissés dans les différents articles.</p>
<p style="text-align: justify;">Vous pouvez aussi vous procurer le livre, qui ne coute vraiment pas cher sur Amazon.</p>
<p><span style="text-decoration: underline;">Liste des chapitres déjà traités :</span></p>
<ul>
<li>Chapitre 1 : <a title="The Mind Machine – Chapitre 1 – Le Langage et la Conscience" href="../2009/08/the-mind-machine-chapitre-1-le-langage-et-la-conscience/"> Le Langage et la Conscience</a></li>
<li>Chapitre 2 : <a title="L'enfance et l'apprentissage" href="http://jice.lavocat.name/blog/2009/08/the-mind-machine-%E2%80%93-chapitre-2-%E2%80%93-lenfance-et-lapprentissage/">L'enfance et l'Apprentissage</a></li>
<li>Chapitre 3 : <a title="Développement de la mémoire" href="http://jice.lavocat.name/blog/2009/09/the-mind-machine-%E2%80%93-chapitre-3-%E2%80%93-developpement-de-la-memoire/">La mémoire</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jice.lavocat.name/blog/2009/08/the-mind-machine-notes-de-lecture/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

