<?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>Informatica.unime.it</title>
	<atom:link href="http://informatica.unime.it/html/informatica/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://informatica.unime.it</link>
	<description>Sito web del CDL in informatica dell&#039;Università degli Studi di Messina</description>
	<lastBuildDate>Wed, 16 May 2012 08:47:47 +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>Programmazione III</title>
		<link>http://informatica.unime.it/?p=333</link>
		<comments>http://informatica.unime.it/?p=333#comments</comments>
		<pubDate>Thu, 03 May 2012 10:55:52 +0000</pubDate>
		<dc:creator>Pasquale De Meo</dc:creator>
				<category><![CDATA[Materie]]></category>

		<guid isPermaLink="false">http://informatica.unime.it/?p=333</guid>
		<description><![CDATA[<p>Materiale Didattico per il corso di Programmazione III (A.A. 2011-2012)</p> <p>&#160;</p> <p>&#160;</p> Classificazione: Argomento Note Slides Video Homework / Implementazione k-Nearest Neighbor Amos Storkey Amos Storkey Antal van den Bosch [B12]: Studiare il Capitolo 14 Naive Bayes David Barber Amos Storkey Kevin Murphy Esercizi: Amos StorkeyLetture Consigliate: Tom Mitchell Logistic Regression David Barber Amos Storkey [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Materiale Didattico per il corso di Programmazione III (A.A. 2011-2012)</strong></p>
<p>&nbsp;</p>
<hr />
<p>&nbsp;</p>
<h4>Classificazione:</h4>
<table border="1">
<tbody>
<tr>
<th>Argomento</th>
<th>Note</th>
<th>Slides</th>
<th>Video</th>
<th>Homework / Implementazione</th>
</tr>
<tr>
<td>k-Nearest Neighbor</td>
<td style="text-align: center;"><!--Notes--><br />
<a href="http://www.inf.ed.ac.uk/teaching/courses/lfd/lectures/lfd_2005_nearest_neighbour.pdf"> Amos Storkey </a></td>
<td style="text-align: center;"><!--Slides--><br />
<a href="http://www.inf.ed.ac.uk/teaching/courses/lfd/lectures/nearestneighbour-print.pdf"> Amos Storkey </a></td>
<td style="text-align: center;"><!--Video--><br />
<a href="http://videolectures.net/aaai07_bosch_knnc/"> Antal van den Bosch </a></td>
<td><!--Homework--><br />
[B12]: Studiare il Capitolo 14</td>
</tr>
<tr>
<td>Naive Bayes</td>
<td style="text-align: center;"><a href="http://www.inf.ed.ac.uk/teaching/courses/lfd/lectures/lfd_2005_naive.pdf"> David Barber </a></td>
<td>
<ul>
<li><a href="http://www.inf.ed.ac.uk/teaching/courses/lfd/lectures/naivebayes-print.pdf"> Amos Storkey </a></li>
<li><a href="http://www.cs.ubc.ca/%7Emurphyk/Teaching/CS340-Fall06/lectures/naiveBayes.pdf"> Kevin Murphy </a></li>
</ul>
</td>
<td></td>
<td>Esercizi:<a href="http://homepages.inf.ed.ac.uk/amos/lfd/tutorials/w6.pdf"> Amos Storkey</a>Letture Consigliate: <a href="http://www.cs.cmu.edu/%7Etom/mlbook/NBayesLogReg.pdf">Tom Mitchell</a></td>
</tr>
<tr>
<td>Logistic Regression</td>
<td style="text-align: center;"><a href="http://www.inf.ed.ac.uk/teaching/courses/lfd/lectures/lfd_2005_log_reg.pdf"> David Barber </a></td>
<td style="text-align: center;"><a href="http://www.inf.ed.ac.uk/teaching/courses/lfd/lectures/logistic-print.pdf">Amos Storkey </a></td>
<td></td>
<td><a href="http://homepages.inf.ed.ac.uk/amos/lfd/tutorials/w7.pdf"> Amos Storkey </a>Letture Consigliate: <a href="http://www.cs.cmu.edu/%7Etom/mlbook/NBayesLogReg.pdf">Tom Mitchell</a></td>
</tr>
<tr>
<td>SVM (Opzionale)</td>
<td style="text-align: center;"><a href="http://www.stanford.edu/class/cs229/notes/cs229-notes3.pdf"> Andrew Ng </a></td>
<td>
<ul>
<li><a href="http://www.autonlab.org/tutorials/svm15.pdf"> Andrew Moore </a></li>
<li><a href="http://www.cs.cmu.edu/%7Eguestrin/Class/10701-F07/slides/instancebased-svms.pdf"> Carlos Guestrin (parte 1) </a><a href="http://www.cs.cmu.edu/%7Eguestrin/Class/10701-F07/slides/svms-kernels.pdf">(parte 2) </a></li>
</ul>
</td>
<td></td>
<td>
<ul>
<li><a href="http://www.stanford.edu/class/cs229/materials/ps2.pdf"> Andrew Ng </a></li>
<li><a href="http://www.cs.cmu.edu/afs/cs.cmu.edu/project/theo-20/www/mlc/hw4/a4.pdf"> Tom Mitchell </a></li>
<li><a href="http://www.ai.mit.edu/courses/6.867-f03/hw/hw3.pdf">Tommi Jaakkola </a></li>
</ul>
<p>Letture Consigliate: <a href="http://www.kernel-machines.org/papers/Burges98.ps.gz">Chris Burges</a></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<h4>Clustering:</h4>
<table border="1">
<tbody>
<tr>
<th>Argomento</th>
<th>Note</th>
<th>Slides</th>
<th>Video</th>
<th>Homework/Implementazione</th>
</tr>
<tr>
<td>Clustering</td>
<td><a href="http://www.dcs.gla.ac.uk/%7Egirolami/Machine_Learning_Module_2006/week_8/Lectures/wk_8.pdf"> Mark  Girolami </a></td>
<td>
<ul>
<li><a href="http://www.cs.cornell.edu/Courses/cs4780/2009fa/lecture/12-clustering.pdf"> Thorsten Joachims </a></li>
<li><a href="http://www.ai.mit.edu/courses/6.867-f03/lectures/lecture-16.pdf"> Tommi Jaakkola </a></li>
</ul>
</td>
<td>K-Means: <a title="YouTube Tutorial" href="http://www.youtube.com/watch?v=gSt4_kcZPxEhttp://">YouTube</a>Tutorial: <a href="http://www.youtube.com/watch?v=aYzjenNNOcc">http://www.youtube.com/watch?v=aYzjenNNOcc</a></td>
<td>
<ul>
<li><a href="http://www.cs.berkeley.edu/%7Easimma/294-fall06/homework/rev_hw3.pdf"> Michael Jordan </a></li>
<li><a href="http://www.cs.cmu.edu/afs/cs.cmu.edu/project/theo-20/www/mlc/hw7.pdf"> Tom Mitchell </a></li>
<li>Letture Consigliate: <a href="http://www.cs.rutgers.edu/%7Emlittman/courses/lightai03/jain99data.pdf">Jain et al</a></li>
</ul>
</td>
</tr>
</tbody>
</table>
<h4>Mining di Regole Associative:</h4>
<table border="1">
<tbody>
<tr>
<th>Argomento</th>
<th>Note</th>
<th>Slides</th>
<th>Video</th>
<th>Homework/Implementazione</th>
</tr>
<tr>
<td>Mining di Regole Associative</td>
<td> <a href="http://infolab.stanford.edu/~ullman/mining/assocrules.pdf">Association Rules </a></td>
<td> <a href="http://www.inf.ed.ac.uk/teaching/courses/dme/slides/intro4up.pdf">Amos Storkey </a></td>
<td></td>
<td> Studiare [HTF11]: Paragrafo 14.2 (pag. 487-500)</td>
</tr>
</tbody>
</table>
<p><strong>Information Retrieval</strong>:</p>
<table border="1">
<tbody>
<tr>
<th>Argomento</th>
<th>Note</th>
<th>Slides</th>
<th>Video</th>
<th>Homework/Implementazione</th>
</tr>
<tr>
<td>Introduzione all&#8217;Information Retrieval</td>
<td><a title="Cosma Shalizi" href="http://www.stat.cmu.edu/~cshalizi/350/lectures/01/lecture-01.pdfhttp://">Cosma Shalizi</a></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>Multidimensional Scaling</td>
<td><a title="Cosma Shalizi" href="http://www.stat.cmu.edu/~cshalizi/350/lectures/02/lecture-02.pdfhttp://">Cosma Shalizi</a></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>Ricerca delle Informazioni su Web e PageRank</td>
<td><a title="Cosma Shalizi" href="http://www.stat.cmu.edu/~cshalizi/350/lectures/03/03.pdf">Cosma Shaliz</a>i</td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<p><strong>Libri Consigliati</strong>:</p>
<p>[B12] D. Barber. <em> Bayesian Reasoning and Machine Learning </em>. Cambridge University Press, 2012.<br />
Disponibile gratuitamente al seguente URL: <a href="http://www.cs.ucl.ac.uk/staff/d.barber/brml/"> http://www.cs.ucl.ac.uk/staff/d.barber/brml/ </a></p>
<p>[HTF11] T. Hastie, R. Tibshirani, J.H. Friedman. <em>The Elements of Statistical Learning</em>, Springer Verlag, 2011. Disponibile gratuitamente al seguente URL: <a title="http://www-stat.stanford.edu/~tibs/ElemStatLearn/" href="http://www-stat.stanford.edu/~tibs/ElemStatLearn/">http://www-stat.stanford.edu/~tibs/ElemStatLearn/</a></p>
<p><strong>Link utili</strong>:</p>
<p>Andrew Ng.  <em>Machine Learning</em> (Corso Erogato Online). Stanford University.<a title="https://www.coursera.org/course/ml" href="https://www.coursera.org/course/ml"> https://www.coursera.org/course/ml</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://informatica.unime.it/?feed=rss2&#038;p=333</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ingegneria del Software</title>
		<link>http://informatica.unime.it/?p=316</link>
		<comments>http://informatica.unime.it/?p=316#comments</comments>
		<pubDate>Thu, 03 May 2012 09:58:01 +0000</pubDate>
		<dc:creator>nathalie</dc:creator>
				<category><![CDATA[Materie]]></category>

		<guid isPermaLink="false">http://informatica.unime.it/?p=316</guid>
		<description><![CDATA[<p>Programma</p> <p>Presentazione Introduzione all&#8217;ingegneria del software; motivi; esempi di fallimento;</p> <p>Processi software Il ciclo di vita dei sistemi software; prodotto software e modelli di processo; Analisi dei requisiti e specifiche Processo per l&#8217;elaborazione dei requisiti del software; raccolta dei bisogni; metodi per l&#8217;analisi dei requisiti; il documento dei requisiti (SRS); validazione dei requisiti del software;</p> [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://informatica.unime.it/wp-content/uploads/2012/05/programma.pdf">Programma</a></p>
<p><a href="http://informatica.unime.it/wp-content/uploads/2012/05/Cours1-Presentazione.pdf">Presentazione</a><br />
<em>Introduzione all&#8217;ingegneria del software; motivi; esempi di fallimento;</em></p>
<p><a href="http://informatica.unime.it/wp-content/uploads/2012/05/Cours2-Processo1.pdf">Processi software</a><br />
<em>Il ciclo di vita dei sistemi software; prodotto software e modelli di processo;</em> Analisi dei requisiti e specifiche <em>Processo per l&#8217;elaborazione dei requisiti del software; raccolta dei bisogni; metodi per l&#8217;analisi dei requisiti; il documento dei requisiti (SRS); validazione dei requisiti del software;</em></p>
<p><a href="http://informatica.unime.it/wp-content/uploads/2012/05/Cours4-Progettazione.pdf">Progettazione</a> <em>Tecniche e strumenti; progettazione architettonica; decomposizione e modularità; qualità e metriche per la progettazione; progettare per il riuso;</em></p>
<p><a href="http://informatica.unime.it/wp-content/uploads/2012/05/Cours5-Collaudo.pdf">Collaudo</a><br />
<em>Gli errori; fasi di test; metodi di test: white-box, black-box; test di regressione; verifica e validazione;</em></p>
<p><a href="http://informatica.unime.it/wp-content/uploads/2012/05/Cours6-Mantenimento.pdf">Mantenimento</a><br />
E<em>voluzione dei sistemi informatici; il costo del mantenimento; attività di mantenimento; re- engineering; reverse-engineering;</em></p>
<p><a href="http://informatica.unime.it/wp-content/uploads/2012/05/Cours8-Qualità1.pdf">Qualità</a><br />
Gestione della qualità; organizzazione, norme, standard, metriche per la qualità; equipe SQA;</p>
<p>UML<br />
Il linguaggio di modellazione UML verrà presentato con l&#8217;applicazione ArgUML che si raccomanda di scaricare per seguire gli esercizi.<br />
Presentazione generale di UML<br />
<a href="http://informatica.unime.it/wp-content/uploads/2012/05/casiDUso2.pdf">Costruzione dei casi d&#8217;uso</a></p>
]]></content:encoded>
			<wfw:commentRss>http://informatica.unime.it/?feed=rss2&#038;p=316</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Calcolo Numerico III</title>
		<link>http://informatica.unime.it/?p=307</link>
		<comments>http://informatica.unime.it/?p=307#comments</comments>
		<pubDate>Wed, 02 May 2012 11:40:57 +0000</pubDate>
		<dc:creator>gina</dc:creator>
				<category><![CDATA[Materie]]></category>
		<category><![CDATA[2011-2012]]></category>

		<guid isPermaLink="false">http://informatica.unime.it/?p=307</guid>
		<description><![CDATA[<p>Docente: Gina Puccio</p> <p>&#160;</p> ]]></description>
			<content:encoded><![CDATA[<p>Docente: <a href="http://informatica.unime.it/?p=186">Gina Puccio</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://informatica.unime.it/?feed=rss2&#038;p=307</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programmazione I + Lab. di Programmazione</title>
		<link>http://informatica.unime.it/?p=299</link>
		<comments>http://informatica.unime.it/?p=299#comments</comments>
		<pubDate>Wed, 02 May 2012 11:33:53 +0000</pubDate>
		<dc:creator>Pasquale De Meo</dc:creator>
				<category><![CDATA[Materie]]></category>

		<guid isPermaLink="false">http://informatica.unime.it/?p=299</guid>
		<description><![CDATA[<p>eserciziario</p> ]]></description>
			<content:encoded><![CDATA[<p><a href="http://informatica.unime.it/wp-content/uploads/2012/05/eserciziario.pdf">eserciziario</a></p>
]]></content:encoded>
			<wfw:commentRss>http://informatica.unime.it/?feed=rss2&#038;p=299</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Inizio Lezioni II Semestre &#8211; LM</title>
		<link>http://informatica.unime.it/?p=264</link>
		<comments>http://informatica.unime.it/?p=264#comments</comments>
		<pubDate>Wed, 07 Mar 2012 09:22:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Avvisi]]></category>

		<guid isPermaLink="false">http://informatica.unime.it/?p=264</guid>
		<description><![CDATA[<p>Le lezioni per il II semestre della Laurea Magistrale inizieranno a breve.</p> ]]></description>
			<content:encoded><![CDATA[<p>Le lezioni per il II semestre della Laurea Magistrale inizieranno a breve.</p>
]]></content:encoded>
			<wfw:commentRss>http://informatica.unime.it/?feed=rss2&#038;p=264</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vocaturo, Alberto</title>
		<link>http://informatica.unime.it/?p=198</link>
		<comments>http://informatica.unime.it/?p=198#comments</comments>
		<pubDate>Tue, 31 Jan 2012 19:24:03 +0000</pubDate>
		<dc:creator>alessandro.scarcella</dc:creator>
				<category><![CDATA[Docenti]]></category>

		<guid isPermaLink="false">http://tav.unime.it/html/informatica/?p=198</guid>
		<description><![CDATA[<p>email: avocaturo@unime.it</p> <p>Pubblicazioni</p> <p>&#160;</p> <p>Insegnamenti:</p> <p>Informatica applicata suono e multimedialità</p> ]]></description>
			<content:encoded><![CDATA[<p>email: <a href="mailto:avocaturo@unime.it">avocaturo@unime.it</a></p>
<p><a href="http://catalogoweb.unime.it/cerca_prodotto.php?info=---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------&amp;cf=VCTLRT81D15F158E">Pubblicazioni</a></p>
<p>&nbsp;</p>
<p>Insegnamenti:</p>
<p>Informatica applicata suono e multimedialità</p>
]]></content:encoded>
			<wfw:commentRss>http://informatica.unime.it/?feed=rss2&#038;p=198</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tusa, Francesco</title>
		<link>http://informatica.unime.it/?p=195</link>
		<comments>http://informatica.unime.it/?p=195#comments</comments>
		<pubDate>Tue, 31 Jan 2012 19:22:05 +0000</pubDate>
		<dc:creator>alessandro.scarcella</dc:creator>
				<category><![CDATA[Docenti]]></category>

		<guid isPermaLink="false">http://tav.unime.it/html/informatica/?p=195</guid>
		<description><![CDATA[<p>email: ftusa@unime.it</p> <p>Pubblicazioni</p> <p>&#160;</p> <p>Insegnamenti:</p> <p>Programmazione + laboratorio (modulo II)</p> ]]></description>
			<content:encoded><![CDATA[<p>email: <a href="mailto:ftusa@unime.it">ftusa@unime.it</a></p>
<p><a href="http://catalogoweb.unime.it/cerca_prodotto.php?info=---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------&amp;cf=TSUFNC83B05F158J">Pubblicazioni</a></p>
<p>&nbsp;</p>
<p>Insegnamenti:</p>
<p>Programmazione + laboratorio (modulo II)</p>
]]></content:encoded>
			<wfw:commentRss>http://informatica.unime.it/?feed=rss2&#038;p=195</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trozzi, Adriana</title>
		<link>http://informatica.unime.it/?p=190</link>
		<comments>http://informatica.unime.it/?p=190#comments</comments>
		<pubDate>Tue, 31 Jan 2012 19:19:59 +0000</pubDate>
		<dc:creator>alessandro.scarcella</dc:creator>
				<category><![CDATA[Docenti]]></category>

		<guid isPermaLink="false">http://tav.unime.it/html/informatica/?p=190</guid>
		<description><![CDATA[<p>email: atrozzi@unime.it</p> <p>Tel. 090 676 5653</p> <p>Dipartimento di Studi Politici, Internazionali, Comunitari, Inglesi e Angloamericani Facoltà di Scienze MM.FF.NN.</p> <p>&#160;</p> <p>Insegnamenti:</p> <p>Lingua Inglese</p> ]]></description>
			<content:encoded><![CDATA[<p>email:<a href="mailto:atrozzi@unime.it"> atrozzi@unime.it</a></p>
<p>Tel. 090 676 5653</p>
<p><span style="font-family: Arial,Helvetica,sans-serif;">Dipartimento di Studi Politici, Internazionali, Comunitari, Inglesi e Angloamericani<br />
</span><span style="font-family: Arial,Helvetica,sans-serif;">Facoltà di Scienze MM.FF.NN.</span></p>
<p>&nbsp;</p>
<p>Insegnamenti:</p>
<p>Lingua Inglese</p>
]]></content:encoded>
			<wfw:commentRss>http://informatica.unime.it/?feed=rss2&#038;p=190</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Puccio, Luigia</title>
		<link>http://informatica.unime.it/?p=186</link>
		<comments>http://informatica.unime.it/?p=186#comments</comments>
		<pubDate>Tue, 31 Jan 2012 19:18:03 +0000</pubDate>
		<dc:creator>gina</dc:creator>
				<category><![CDATA[Docenti]]></category>

		<guid isPermaLink="false">http://tav.unime.it/html/informatica/?p=186</guid>
		<description><![CDATA[<p>E mail: gina@dipmat.unime.it</p> <p>Tel 0906765056 Fax 090 393502</p> <p>Dipartimento di Matematica Fac. Scienze mm.ff.nn.</p> <p>Curriculum</p> <p>&#160;</p> <p>Insegnamenti:</p> <p>Ricerca operativa</p> <p>Calcolo numerico 1</p> <p>Metodi numerici per la grafica</p> <p>Calcolo numerico II (LM)</p> ]]></description>
			<content:encoded><![CDATA[<p>E mail: <a href="http://scienzemfn.unime.it/informatica/gina@dipmat.unime.it">gina@dipmat.unime.it</a></p>
<p>Tel 0906765056<br />
Fax 090 393502</p>
<p>Dipartimento di Matematica<br />
Fac. Scienze mm.ff.nn.</p>
<p><a href="http://catalogoweb.unime.it/curriculum.php?info=---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------&amp;cognome=PUCCIO&amp;nome=Luigia&amp;cf=PCCLGU52L71F158H&amp;fascia=PA">Curriculum</a></p>
<p>&nbsp;</p>
<p>Insegnamenti:</p>
<p>Ricerca operativa</p>
<p>Calcolo numerico 1</p>
<p>Metodi numerici per la grafica</p>
<p>Calcolo numerico II (LM)</p>
]]></content:encoded>
			<wfw:commentRss>http://informatica.unime.it/?feed=rss2&#038;p=186</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Primerano, Patrizia</title>
		<link>http://informatica.unime.it/?p=183</link>
		<comments>http://informatica.unime.it/?p=183#comments</comments>
		<pubDate>Tue, 31 Jan 2012 19:16:26 +0000</pubDate>
		<dc:creator>alessandro.scarcella</dc:creator>
				<category><![CDATA[Docenti]]></category>

		<guid isPermaLink="false">http://tav.unime.it/html/informatica/?p=183</guid>
		<description><![CDATA[<p>Email: Patrizia.Primerano@unime.it</p> <p>Tel: 090 676 5608 Fax: 090 391518</p> <p>Dip. Chimica Industriale e Ingegneria dei Materiali Fac. Scienze mm.ff.nn.</p> <p>Tel: 090 676 5608</p> <p>Pubblicazioni</p> <p>&#160;</p> <p>Insegnamenti:</p> <p>Tecnologia dei cicli produttivi</p> ]]></description>
			<content:encoded><![CDATA[<p>Email: <a href="mailto:Patrizia.Primerano@unime.it">Patrizia.Primerano@unime.it</a></p>
<p>Tel:  090 676 5608<br />
Fax: 090 391518</p>
<p>Dip. Chimica Industriale e Ingegneria dei Materiali<br />
Fac. Scienze mm.ff.nn.</p>
<p>Tel: 090 676 5608</p>
<p><a href="http://catalogoweb.unime.it/cerca_prodotto.php?info=---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------&amp;cf=PRMPRZ56C54C710P">Pubblicazioni</a></p>
<p>&nbsp;</p>
<p>Insegnamenti:</p>
<p>Tecnologia dei cicli produttivi</p>
]]></content:encoded>
			<wfw:commentRss>http://informatica.unime.it/?feed=rss2&#038;p=183</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

