D7net Mini Sh3LL v1
Current File : /var/../cdrom/../home/ubuntu/sql-dump/dist.sql |
-- MySQL dump 10.15 Distrib 10.0.35-MariaDB, for Linux (x86_64)
--
-- Host: localhost Database: dist
-- ------------------------------------------------------
-- Server version 10.0.35-MariaDB
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `anagrafe_pr`
--
DROP TABLE IF EXISTS `anagrafe_pr`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `anagrafe_pr` (
`IdRiga` int(11) NOT NULL AUTO_INCREMENT,
`DataOra` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`Utente` varchar(40) NOT NULL,
`Utente_struttura` varchar(50) NOT NULL,
`Progetto_titolo` varchar(500) NOT NULL,
`Progetto_avviso` varchar(300) NOT NULL,
`Progetto_ente_finanziatore` varchar(150) NOT NULL,
`Progetto_struttura_presentante` varchar(200) NOT NULL,
`Progetto_afferenza` varchar(200) NOT NULL,
`Progetto_estremi` varchar(100) NOT NULL,
`Progetto_responsabile_scientifico` varchar(75) NOT NULL,
`Progetto_responsabile_ammvo` varchar(75) NOT NULL,
`Progetto_data_presentazione_proposta` varchar(10) NOT NULL,
`Progetto_tipologia` varchar(1) NOT NULL,
`Progetto_abstract` varchar(400) NOT NULL,
`Progetto_risultati` varchar(250) NOT NULL,
`Progetto_composizione` varchar(300) NOT NULL,
`Durata_dal` varchar(10) NOT NULL,
`Durata_al` varchar(10) NOT NULL,
`Progetto_personale_interno` varchar(300) NOT NULL,
`Progetto_costo_complessivo` float NOT NULL,
`Progetto_agevolazione_complessiva` float NOT NULL,
`Progetto_costo_compl_ateneo` float NOT NULL,
`Progetto_agevolazione_compl_ateneo` float NOT NULL,
`Oneri_figurativi` float NOT NULL,
`Esborso_risorse_finanziarie` float NOT NULL,
`Ammesso` varchar(1) NOT NULL COMMENT '0=No;1=Si;2=Da valorizzare;',
PRIMARY KEY (`IdRiga`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `anagrafe_pr`
--
LOCK TABLES `anagrafe_pr` WRITE;
/*!40000 ALTER TABLE `anagrafe_pr` DISABLE KEYS */;
/*!40000 ALTER TABLE `anagrafe_pr` ENABLE KEYS */;
UNLOCK TABLES;
/*!50003 SET @saved_cs_client = @@character_set_client */ ;
/*!50003 SET @saved_cs_results = @@character_set_results */ ;
/*!50003 SET @saved_col_connection = @@collation_connection */ ;
/*!50003 SET character_set_client = utf8 */ ;
/*!50003 SET character_set_results = utf8 */ ;
/*!50003 SET collation_connection = utf8_general_ci */ ;
/*!50003 SET @saved_sql_mode = @@sql_mode */ ;
/*!50003 SET sql_mode = 'NO_AUTO_VALUE_ON_ZERO' */ ;
DELIMITER ;;
/*!50003 CREATE*/ /*!50017 DEFINER=`scienze`@`localhost`*/ /*!50003 TRIGGER `INS_progetto` AFTER INSERT ON `anagrafe_pr`
FOR EACH ROW INSERT INTO `TRIGGER_anagrafe_pr`
(
`Operazione`,
`NEW_IdRiga`,
`NEW_Utente`,
`NEW_Utente_struttura`,
`NEW_Progetto_titolo`,
`NEW_Progetto_avviso`,
`NEW_Progetto_ente_finanziatore`,
`NEW_Progetto_Struttura_presentante`,
`NEW_Progetto_afferenza`,
`NEW_Progetto_estremi`,
`NEW_Progetto_responsabile_scientifico`,
`NEW_Progetto_responsabile_ammvo`,
`NEW_Progetto_data_presentazione_proposta`,
`NEW_Progetto_tipologia`,
`NEW_Progetto_abstract`,
`NEW_Progetto_risultati`,
`NEW_Progetto_composizione`,
`NEW_Durata_dal`,
`NEW_Durata_al`,
`NEW_Progetto_personale_interno`,
`NEW_Progetto_costo_complessivo`,
`NEW_Progetto_agevolazione_complessiva`,
`NEW_Progetto_costo_compl_ateneo`,
`NEW_Progetto_agevolazione_compl_ateneo`,
`NEW_Oneri_figurativi`,
`NEW_Esborso_risorse_finanziarie`,
`NEW_Ammesso`
)
VALUES
(
'INSERT',
NEW.IdRiga,
NEW.Utente,
NEW.Utente_struttura,
NEW.Progetto_titolo,
NEW.Progetto_avviso,
NEW.Progetto_ente_finanziatore,
NEW.Progetto_Struttura_presentante,
NEW.Progetto_afferenza,
NEW.Progetto_estremi,
NEW.Progetto_responsabile_scientifico,
NEW.Progetto_responsabile_ammvo,
NEW.Progetto_data_presentazione_proposta,
NEW.Progetto_tipologia,
NEW.Progetto_abstract,
NEW.Progetto_risultati,
NEW.Progetto_composizione,
NEW.Durata_dal,
NEW.Durata_al,
NEW.Progetto_personale_interno,
NEW.Progetto_costo_complessivo,
NEW.Progetto_agevolazione_complessiva,
NEW.Progetto_costo_compl_ateneo,
NEW.Progetto_agevolazione_compl_ateneo,
NEW.Oneri_figurativi,
NEW.Esborso_risorse_finanziarie,
NEW.Ammesso
) */;;
DELIMITER ;
/*!50003 SET sql_mode = @saved_sql_mode */ ;
/*!50003 SET character_set_client = @saved_cs_client */ ;
/*!50003 SET character_set_results = @saved_cs_results */ ;
/*!50003 SET collation_connection = @saved_col_connection */ ;
/*!50003 SET @saved_cs_client = @@character_set_client */ ;
/*!50003 SET @saved_cs_results = @@character_set_results */ ;
/*!50003 SET @saved_col_connection = @@collation_connection */ ;
/*!50003 SET character_set_client = utf8 */ ;
/*!50003 SET character_set_results = utf8 */ ;
/*!50003 SET collation_connection = utf8_general_ci */ ;
/*!50003 SET @saved_sql_mode = @@sql_mode */ ;
/*!50003 SET sql_mode = 'NO_AUTO_VALUE_ON_ZERO' */ ;
DELIMITER ;;
/*!50003 CREATE*/ /*!50017 DEFINER=`scienze`@`localhost`*/ /*!50003 TRIGGER `UPD_progetto` AFTER UPDATE ON `anagrafe_pr`
FOR EACH ROW INSERT INTO `TRIGGER_anagrafe_pr`
(
`Operazione`,
`OLD_IdRiga`,
`NEW_IdRiga`,
`OLD_Utente`,
`NEW_Utente`,
`OLD_Utente_struttura`,
`NEW_Utente_struttura`,
`OLD_Progetto_titolo`,
`NEW_Progetto_titolo`,
`OLD_Progetto_avviso`,
`NEW_Progetto_avviso`,
`OLD_Progetto_ente_finanziatore`,
`NEW_Progetto_ente_finanziatore`,
`OLD_Progetto_Struttura_presentante`,
`NEW_Progetto_Struttura_presentante`,
`OLD_Progetto_afferenza`,
`NEW_Progetto_afferenza`,
`OLD_Progetto_estremi`,
`NEW_Progetto_estremi`,
`OLD_Progetto_responsabile_scientifico`,
`NEW_Progetto_responsabile_scientifico`,
`OLD_Progetto_responsabile_ammvo`,
`NEW_Progetto_responsabile_ammvo`,
`OLD_Progetto_data_presentazione_proposta`,
`NEW_Progetto_data_presentazione_proposta`,
`OLD_Progetto_tipologia`,
`NEW_Progetto_tipologia`,
`OLD_Progetto_abstract`,
`NEW_Progetto_abstract`,
`OLD_Progetto_risultati`,
`NEW_Progetto_risultati`,
`OLD_Progetto_composizione`,
`NEW_Progetto_composizione`,
`OLD_Durata_dal`,
`NEW_Durata_dal`,
`OLD_Durata_al`,
`NEW_Durata_al`,
`OLD_Progetto_personale_interno`,
`NEW_Progetto_personale_interno`,
`OLD_Progetto_costo_complessivo`,
`NEW_Progetto_costo_complessivo`,
`OLD_Progetto_agevolazione_complessiva`,
`NEW_Progetto_agevolazione_complessiva`,
`OLD_Progetto_costo_compl_ateneo`,
`NEW_Progetto_costo_compl_ateneo`,
`OLD_Progetto_agevolazione_compl_ateneo`,
`NEW_Progetto_agevolazione_compl_ateneo`,
`OLD_Oneri_figurativi`,
`NEW_Oneri_figurativi`,
`OLD_Esborso_risorse_finanziarie`,
`NEW_Esborso_risorse_finanziarie`,
`OLD_Ammesso`,
`NEW_Ammesso`
)
VALUES
(
'UPDATE',
OLD.IdRiga,
NEW.IdRiga,
OLD.Utente,
NEW.Utente,
OLD.Utente_struttura,
NEW.Utente_struttura,
OLD.Progetto_titolo,
NEW.Progetto_titolo,
OLD.Progetto_avviso,
NEW.Progetto_avviso,
OLD.Progetto_ente_finanziatore,
NEW.Progetto_ente_finanziatore,
OLD.Progetto_Struttura_presentante,
NEW.Progetto_Struttura_presentante,
OLD.Progetto_afferenza,
NEW.Progetto_afferenza,
OLD.Progetto_estremi,
NEW.Progetto_estremi,
OLD.Progetto_responsabile_scientifico,
NEW.Progetto_responsabile_scientifico,
OLD.Progetto_responsabile_ammvo,
NEW.Progetto_responsabile_ammvo,
OLD.Progetto_data_presentazione_proposta,
NEW.Progetto_data_presentazione_proposta,
OLD.Progetto_tipologia,
NEW.Progetto_tipologia,
OLD.Progetto_abstract,
NEW.Progetto_abstract,
OLD.Progetto_risultati,
NEW.Progetto_risultati,
OLD.Progetto_composizione,
NEW.Progetto_composizione,
OLD.Durata_dal,
NEW.Durata_dal,
OLD.Durata_al,
NEW.Durata_al,
OLD.Progetto_personale_interno,
NEW.Progetto_personale_interno,
OLD.Progetto_costo_complessivo,
NEW.Progetto_costo_complessivo,
OLD.Progetto_agevolazione_complessiva,
NEW.Progetto_agevolazione_complessiva,
OLD.Progetto_costo_compl_ateneo,
NEW.Progetto_costo_compl_ateneo,
OLD.Progetto_agevolazione_compl_ateneo,
NEW.Progetto_agevolazione_compl_ateneo,
OLD.Oneri_figurativi,
NEW.Oneri_figurativi,
OLD.Esborso_risorse_finanziarie,
NEW.Esborso_risorse_finanziarie,
OLD.Ammesso,
NEW.Ammesso
) */;;
DELIMITER ;
/*!50003 SET sql_mode = @saved_sql_mode */ ;
/*!50003 SET character_set_client = @saved_cs_client */ ;
/*!50003 SET character_set_results = @saved_cs_results */ ;
/*!50003 SET collation_connection = @saved_col_connection */ ;
/*!50003 SET @saved_cs_client = @@character_set_client */ ;
/*!50003 SET @saved_cs_results = @@character_set_results */ ;
/*!50003 SET @saved_col_connection = @@collation_connection */ ;
/*!50003 SET character_set_client = utf8 */ ;
/*!50003 SET character_set_results = utf8 */ ;
/*!50003 SET collation_connection = utf8_general_ci */ ;
/*!50003 SET @saved_sql_mode = @@sql_mode */ ;
/*!50003 SET sql_mode = 'NO_AUTO_VALUE_ON_ZERO' */ ;
DELIMITER ;;
/*!50003 CREATE*/ /*!50017 DEFINER=`scienze`@`localhost`*/ /*!50003 TRIGGER `DEL_progetto` AFTER DELETE ON `anagrafe_pr`
FOR EACH ROW INSERT INTO `TRIGGER_anagrafe_pr`
(
`Operazione`,
`OLD_IdRiga`,
`OLD_Utente`,
`OLD_Utente_struttura`,
`OLD_Progetto_titolo`,
`OLD_Progetto_avviso`,
`OLD_Progetto_ente_finanziatore`,
`OLD_Progetto_Struttura_presentante`,
`OLD_Progetto_afferenza`,
`OLD_Progetto_estremi`,
`OLD_Progetto_responsabile_scientifico`,
`OLD_Progetto_responsabile_ammvo`,
`OLD_Progetto_data_presentazione_proposta`,
`OLD_Progetto_tipologia`,
`OLD_Progetto_abstract`,
`OLD_Progetto_risultati`,
`OLD_Progetto_composizione`,
`OLD_Durata_dal`,
`OLD_Durata_al`,
`OLD_Progetto_personale_interno`,
`OLD_Progetto_costo_complessivo`,
`OLD_Progetto_agevolazione_complessiva`,
`OLD_Progetto_costo_compl_ateneo`,
`OLD_Progetto_agevolazione_compl_ateneo`,
`OLD_Oneri_figurativi`,
`OLD_Esborso_risorse_finanziarie`,
`OLD_Ammesso`
)
VALUES
(
'DELETE',
OLD.IdRiga,
OLD.Utente,
OLD.Utente_struttura,
OLD.Progetto_titolo,
OLD.Progetto_avviso,
OLD.Progetto_ente_finanziatore,
OLD.Progetto_Struttura_presentante,
OLD.Progetto_afferenza,
OLD.Progetto_estremi,
OLD.Progetto_responsabile_scientifico,
OLD.Progetto_responsabile_ammvo,
OLD.Progetto_data_presentazione_proposta,
OLD.Progetto_tipologia,
OLD.Progetto_abstract,
OLD.Progetto_risultati,
OLD.Progetto_composizione,
OLD.Durata_dal,
OLD.Durata_al,
OLD.Progetto_personale_interno,
OLD.Progetto_costo_complessivo,
OLD.Progetto_agevolazione_complessiva,
OLD.Progetto_costo_compl_ateneo,
OLD.Progetto_agevolazione_compl_ateneo,
OLD.Oneri_figurativi,
OLD.Esborso_risorse_finanziarie,
OLD.Ammesso
) */;;
DELIMITER ;
/*!50003 SET sql_mode = @saved_sql_mode */ ;
/*!50003 SET character_set_client = @saved_cs_client */ ;
/*!50003 SET character_set_results = @saved_cs_results */ ;
/*!50003 SET collation_connection = @saved_col_connection */ ;
--
-- Table structure for table `cev01`
--
DROP TABLE IF EXISTS `cev01`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cev01` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`id_docente` int(11) DEFAULT NULL,
`nominativo` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
`sino` varchar(1) COLLATE utf8_unicode_ci DEFAULT NULL,
`2600` int(11) DEFAULT NULL,
`3510` varchar(1) COLLATE utf8_unicode_ci DEFAULT 'N',
`3520` varchar(1) COLLATE utf8_unicode_ci DEFAULT 'N',
`3521` varchar(1) COLLATE utf8_unicode_ci DEFAULT 'N',
`3522` varchar(1) COLLATE utf8_unicode_ci DEFAULT 'N',
`3523` varchar(1) COLLATE utf8_unicode_ci DEFAULT 'N',
`3524` varchar(1) COLLATE utf8_unicode_ci DEFAULT 'N',
`3525` varchar(1) COLLATE utf8_unicode_ci DEFAULT 'N',
`3526` varchar(1) COLLATE utf8_unicode_ci DEFAULT 'N',
`3530` varchar(1) COLLATE utf8_unicode_ci DEFAULT 'N',
`3531` varchar(1) COLLATE utf8_unicode_ci DEFAULT 'N',
`3532` varchar(1) COLLATE utf8_unicode_ci DEFAULT 'N',
`3533` varchar(1) COLLATE utf8_unicode_ci DEFAULT 'N',
`3540` varchar(1) COLLATE utf8_unicode_ci DEFAULT 'N',
`3550` varchar(1) COLLATE utf8_unicode_ci DEFAULT 'N',
`3560` varchar(1) COLLATE utf8_unicode_ci DEFAULT 'N',
`3561` varchar(1) COLLATE utf8_unicode_ci DEFAULT 'N',
`3562` varchar(1) COLLATE utf8_unicode_ci DEFAULT 'N',
`3570` varchar(1) COLLATE utf8_unicode_ci DEFAULT 'N',
`3580` varchar(1) COLLATE utf8_unicode_ci DEFAULT 'N',
`3590` varchar(1) COLLATE utf8_unicode_ci DEFAULT 'N',
`numero` int(11) DEFAULT NULL,
`anno_in` varchar(16) COLLATE utf8_unicode_ci DEFAULT NULL,
`anno_fi` varchar(16) COLLATE utf8_unicode_ci DEFAULT NULL,
`dettaglio` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
`descri_evento` mediumtext COLLATE utf8_unicode_ci,
`note` varchar(256) COLLATE utf8_unicode_ci DEFAULT NULL,
`user_doc` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=373 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cev01`
--
LOCK TABLES `cev01` WRITE;
/*!40000 ALTER TABLE `cev01` DISABLE KEYS */;
INSERT INTO `cev01` VALUES (1,NULL,'COTRONEO Yuri','S',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2016','2018',NULL,'3.5.7 Fellow di società scientifiche internazionali','EGU member','yuri.cotroneo'),(2,NULL,'COTRONEO Yuri','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2009','2018',NULL,'3.5.7 Fellow di società scientifiche internazionali','IAPSO International Association for the Physical Sciences of the Oceans','yuri.cotroneo'),(3,NULL,'COTRONEO Yuri','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2009','2018',NULL,'3.5.7 Fellow di società scientifiche internazionali','APECS Association of Polar Early Career Scientists','yuri.cotroneo'),(23,NULL,'TROISI Salvatore','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017','2017',NULL,'3.5.2.6 Responsabilita\' scientifica per coordinamento progetti bandi altri Enti regionali ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','SEGNALAMENTO MARITTIMO DI ACCESSO AI PORTI DI VENEZIA E CHIOGGIA: “ASSESSMENT DELLA SITUAZIONE ATTUALE E IPOTESI DI OTTIMIZZAZIONE E RAZIONALIZZAZIONE”','salvatore.troisi'),(112,NULL,'MAZZEO Filomena','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,' 01-01-2015','oggi',NULL,'3.5.3.3 Direzione di altri comitati editoriali','SCIENTIFIC REVIEW : The Journal of Sports Medicine and Physical Fitness. P.ISSN 0022-470- E.ISSN 1827-1928. Edizioni Minerva Medica dal 01-01-2015 a oggi','filomena.mazzeo'),(6,NULL,'COTRONEO Yuri','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2016','2019',NULL,'3.5.2.3 Coordinamento progetti bandi MIUR','Progetto MOMA PNRA16_00196 - B Titolo del progetto “MULTIPLATFORM OBSERVATIONS AND MODELLING IN A SECTOR OF THE ANTARCTIC CIRCUMPOLAR CURRENT - MOMA”','yuri.cotroneo'),(7,NULL,'COTRONEO Yuri','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017','2018',NULL,'3.5.2.2 Coordinamento progetti bandi Unione Europea','ABACUS 4 - Algerian Basinc Circulation Unmanned Survey European Commission – H2020 Framework Programme, JERICO NEXT under grant agreement No. 654410','yuri.cotroneo'),(8,NULL,'COTRONEO Yuri','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2018','2019',NULL,'3.5.2.2 Coordinamento progetti bandi Unione Europea','ABACUS 5 - Algerian Basinc Circulation Unmanned Survey European Commission – H2020 Framework Programme, JERICO NEXT under grant agreement No. 654410','yuri.cotroneo'),(9,NULL,'COTRONEO Yuri','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,NULL,NULL,NULL,'3.5.3.1 Direzione o partecipazione a comitati editoriali di riviste Q1 e Q2 (SJR)',NULL,'yuri.cotroneo'),(10,NULL,'COTRONEO Yuri','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,NULL,NULL,NULL,'3.5.3.2 Partecipazione a comitati editoriali di riviste Q1 e Q2 (SJR)',NULL,'yuri.cotroneo'),(11,NULL,'ROTUNDI Alessandra','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',3,'2018','2018',NULL,'2.6 Numero di giornate di studio, convegni nazionali e internazionali organizzati in ateneo','Rosetta Dust Workshop','alessandra.rotundi'),(12,NULL,'ROTUNDI Alessandra','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2007','2007',NULL,'3.5.5 Premi e riconoscimenti per l\'attivita\' scientifica, inclusi l\'affiliazione ad accademie di riconosciuto prestigio di settore','“Premio Leonardo Renaissance Mediterraneo”, assegnato a persone, nei diversi campi del lavoro, che hanno contribuito a portare la Regione Campania all’attenzione mondiale o stimolato processi economici ed occupazionali nel suo territorio.','alessandra.rotundi'),(13,NULL,'ROTUNDI Alessandra','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017','2017',NULL,'3.5.5 Premi e riconoscimenti per l\'attivita\' scientifica, inclusi l\'affiliazione ad accademie di riconosciuto prestigio di settore','Il “Corriere della Sera” mi inserisce tra le 50 donne al mondo che si sono distinte per i risultati professionali ottenuti, http://www.corriere.it/eventi-2017/donne-del-2017/index.shtml#0. ','alessandra.rotundi'),(14,NULL,'MONTELLA Raffaele','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2015','2016',NULL,'3.5.8 Attribuzione di incarichi ufficiali di insegnamento o di ricerca presso atenei e centri di ricerca pubblici o privati internazionali','Visiting Assistant Professor - Dept. of Computer Science / Computation Institute - University of Chicago - Chicago - IL - USA','raffaele.montella'),(15,NULL,'FERRAIOLI Giampaolo','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017','in corso',NULL,'3.5.3.1 Direzione o partecipazione a comitati editoriali di riviste Q1 e Q2 (SJR)','Associate Editor IEEE Geoscience and Remote Sensing Letter','giampaolo.ferraioli'),(16,NULL,'FERRAIOLI Giampaolo','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017','2018',NULL,'3.5.3.1 Direzione o partecipazione a comitati editoriali di riviste Q1 e Q2 (SJR)','Guest Editor per Remote Sensing - Special Issue: \"Analysis of Multi-temporal Remote Sensing Images\" ','giampaolo.ferraioli'),(17,NULL,'FERRAIOLI Giampaolo','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',4,'2009','in corso',NULL,'3.5.3.2 Partecipazione a comitati editoriali di riviste Q1 e Q2 (SJR)','Revisore per','giampaolo.ferraioli'),(18,NULL,'FERRAIOLI Giampaolo','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',4,'2009','in corso',NULL,'3.5.3.2 Partecipazione a comitati editoriali di riviste Q1 e Q2 (SJR)','Revisore per IEEE Transactions on Geoscience and Remote Sensing, IEEE Geoscience and Remote Sensing Letters, IEEE Journal of Selected Topics in Applied Earth, ISPRS Journal of Photogrammetry and Remote Sensing ','giampaolo.ferraioli'),(19,NULL,'FERRAIOLI Giampaolo','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017','2017',NULL,'2.6 Numero di giornate di studio, convegni nazionali e internazionali organizzati in ateneo','Italian Radar and Remote Sensing Workshop','giampaolo.ferraioli'),(20,NULL,'FERRAIOLI Giampaolo','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2014','2014',NULL,'3.5.4 Incarichi di insegnamento o di ricerca (fellowship) presso qualificati atenei e istituti di ricerca esteri e sovranazionali','Fellowship per attività di Ricerca, ricevuta da Télécom ParisTech','giampaolo.ferraioli'),(21,NULL,'FERRAIOLI Giampaolo','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2014','2014',NULL,'3.5.8 Attribuzione di incarichi ufficiali di insegnamento o di ricerca presso atenei e centri di ricerca pubblici o privati internazionali','Fellowship per attività di Ricerca, ricevuta da Télécom ParisTech','giampaolo.ferraioli'),(22,NULL,'FERRAIOLI Giampaolo','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017','in corso',NULL,'3.5.5 Premi e riconoscimenti per l\'attivita\' scientifica, inclusi l\'affiliazione ad accademie di riconosciuto prestigio di settore','IEEE Senior Member','giampaolo.ferraioli'),(24,NULL,'DI DONATO Paola','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2018',NULL,NULL,'3.5.3.2 Partecipazione a comitati editoriali di riviste Q1 e Q2 (SJR)',NULL,'paola.didonato'),(25,NULL,NULL,'N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017','2019',NULL,'3.5.2.3 Responsabilita\' scientifica per coordinamento progetti bandi MIUR ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','PNRA bando 2016','paola.didonato'),(26,NULL,'DI DONATO Paola','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017','2019',NULL,'3.5.2.3 Responsabilita\' scientifica per coordinamento progetti bandi MIUR ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','progetto PNRA16_00274','paola.didonato'),(28,NULL,'SANDULLI Roberto','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',5,'2016','2016',NULL,'3.5.4 Incarichi di insegnamento o di ricerca (fellowship) presso qualificati atenei e istituti di ricerca esteri e sovranazionali','Serie di 5 seminari presso l\'Università di Lille (Francia) Dep. Sciences et Technologie','roberto.sandulli'),(29,NULL,'SANDULLI Roberto','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2016','2016',NULL,'3.5.5 Premi e riconoscimenti per l\'attivita\' scientifica, inclusi l\'affiliazione ad accademie di riconosciuto prestigio di settore','Premio FISA (Federazione Italiana Sport e Ambiente) \'ARCI PESCA E AMBIENTE\' per meriti nel campo della ricerca e divulgazione in Biologia Marina','roberto.sandulli'),(30,NULL,'SANDULLI Roberto','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'1984','2019',NULL,'3.5.7 Fellow di società scientifiche internazionali','Fellow della IAM International Association of Meiobenthologists','roberto.sandulli'),(31,NULL,'OLIVA Romina','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2014','2017',NULL,'3.5.2.5 Responsabilita\' scientifica per coordinamento progetti bandi regionali ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','Responsabile scientifico del progetto: \"Un approccio multidisciplinare al riconoscimento molecolare tra auto-anticorpi e tTG nella malattia celiaca\", finanziato dalla Regione Campania (Legge Regionale 5, AF 2008), con DD n. 59 del 23/12/2013.','romina.oliva'),(32,NULL,'PALUMBO Pasquale','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',2,'2018','2018',NULL,'2.6 Numero di giornate di studio, convegni nazionali e internazionali organizzati in ateneo','Team meeting JANUS for JUICE mission','pasquale.palumbo'),(33,NULL,'OLIVA Romina','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',5,'2014','2019',NULL,'3.5.4 Incarichi di insegnamento o di ricerca (fellowship) presso qualificati atenei e istituti di ricerca esteri e sovranazionali','Visiting Scientist presso KAUST - King Abdullah University of Science and Technology, Thuwal (Arabia Saudita)','romina.oliva'),(111,NULL,'MAZZEO Filomena','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'01-01-2014','oggi',NULL,'3.5.3.3 Direzione di altri comitati editoriali','SCIENTIFIC REVIEW BOARD - MEDICINA SPORTIVA - Journal of Romanian Sports Medicine Society - ISSN 1841-0162 (2014) dal 01-01-2014 a oggi','filomena.mazzeo'),(34,NULL,'RUSSO Giovanni Fulvio','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',2,'2013','2016',NULL,'3.5.2.3 Responsabilita\' scientifica per coordinamento progetti bandi MIUR ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','Responsabile di unità operativa progetto PRIN','giovanni.russo'),(35,NULL,'PALUMBO Pasquale','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2013','2033',NULL,'3.5.2.1 Responsabilita\' scientifica per coordinamento progetti bandi internazionali ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','Selezione da parte dell\'ESA del progetto JANUS per la missione planetaria JUICE','pasquale.palumbo'),(36,NULL,'PALUMBO Pasquale','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2015','2018',NULL,'3.5.8 Attribuzione di incarichi ufficiali di insegnamento o di ricerca presso atenei e centri di ricerca pubblici o privati internazionali','Incarico gratuito di ricerca presso INAF-IAPS per la gestione di progetti spaziali finanziati da ASI','pasquale.palumbo'),(37,NULL,'OLIVA Romina','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2014','2015',NULL,'3.5.7 Fellow di società scientifiche internazionali','Member of the America Chemical Society (ACS)','romina.oliva'),(38,NULL,'RUSSO Giovanni Fulvio','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017',NULL,NULL,'3.5.5 Premi e riconoscimenti per l\'attivita\' scientifica, inclusi l\'affiliazione ad accademie di riconosciuto prestigio di settore','Premio Nazionale di Giornalismo e Multimedialità, Cilento Vallo di Diano e Alburni, per le attività di divulgazione scientifica sul tema delle aree naturali protette','giovanni.russo'),(39,NULL,'OLIVA Romina','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',3,'2014','2018',NULL,'3.5.7 Fellow di società scientifiche internazionali','Member of the International Society for Computational Biology (ISCB)','romina.oliva'),(40,NULL,'PALUMBO Pasquale','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2018','2021',NULL,'3.5.2.3 Responsabilita\' scientifica per coordinamento progetti bandi MIUR ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','responsabile Parthenope progetto DORA (bando per progetti di ricerca industriale e sviluppo sperimentale nelle 12 aree di specializzazione individuate dal PNR 2015-2020)','pasquale.palumbo'),(41,NULL,'RUSSO Giovanni Fulvio','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2009','in corso',NULL,'3.5.3.3 Direzione di altri comitati editoriali','Direttore scientifico della rivista \"Uomo e Natura\",semestrale sulle aree naturale protette del Mediterraneo','giovanni.russo'),(42,NULL,'RICCIO Angelo','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2018','2018',NULL,'3.5.3.1 Direzione o partecipazione a comitati editoriali di riviste Q1 e Q2 (SJR)','Guest editor per Ecological Modeling','angelo.riccio'),(43,NULL,'RUSSO Giovanni Fulvio','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2010','in corso',NULL,'3.5.3.2 Partecipazione a comitati editoriali di riviste Q1 e Q2 (SJR)',NULL,'giovanni.russo'),(44,NULL,'RICCIO Angelo','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2018','2018',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Membro del comitato scientifico del convegno internazionale \"Air Pollution 2018\"','angelo.riccio'),(45,NULL,'RICCIO Angelo','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2018','2018',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Membro del comitato scientifico del convegno internazionale \"Environmental Impact 2018\"','angelo.riccio'),(46,NULL,'RICCIO Angelo','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2018','2018',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Membro del comitato scientifico della conferenza internazionale AEROSOLS2018','angelo.riccio'),(47,NULL,'METALLO Concetta','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',3,'2011','2011',NULL,'2.6 Numero di giornate di studio, convegni nazionali e internazionali organizzati in ateneo','Chair della Track “Generazione ICT: nuovi modi di lavorare ed interagire dei digital native”, XII Workshop di Organizzazione Aziendale','concetta.metallo'),(48,NULL,'METALLO Concetta','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2015','2015',NULL,'2.6 Numero di giornate di studio, convegni nazionali e internazionali organizzati in ateneo','Componente del Comitato scientifico del convegno “Information Systems in an open society: emerging trends and issues” organizzato da “SIDREA International Workshop (SIW)”','concetta.metallo'),(49,NULL,'METALLO Concetta','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2013','2013',NULL,'2.6 Numero di giornate di studio, convegni nazionali e internazionali organizzati in ateneo','Seminario “Apprendimento individuale e di gruppo in un ambiente wiki”','concetta.metallo'),(50,NULL,'METALLO Concetta','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2018','2018',NULL,'2.6 Numero di giornate di studio, convegni nazionali e internazionali organizzati in ateneo','Seminario \'I comportamenti dei nativi digitali sui siti di social networking\', nell’ambito dell’evento \'Giovani, informazione e new media: giornalisti e studenti a confronto\'','concetta.metallo'),(51,NULL,'METALLO Concetta','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2016','2016',NULL,'2.6 Numero di giornate di studio, convegni nazionali e internazionali organizzati in ateneo','Giornata di Studio \'Sistemi ERP e di Business Intelligence. Overview degli applicativi SAP\'','concetta.metallo'),(52,NULL,'FRANZESE Pier Paolo','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2015','2018',NULL,'3.5.3.1 Direzione o partecipazione a comitati editoriali di riviste Q1 e Q2 (SJR)','Subject Editor della rivista Elsevier \"Ecological Modelling\"','pierpaolo.franzese'),(53,NULL,'FRANZESE Pier Paolo','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2016','2018',NULL,'3.5.7 Fellow di società scientifiche internazionali','President-elect International Society for the Advancement of Emergy Research (ISAER)','pierpaolo.franzese'),(54,NULL,'FRANZESE Pier Paolo','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2014','2014',NULL,'3.5.8 Attribuzione di incarichi ufficiali di insegnamento o di ricerca presso atenei e centri di ricerca pubblici o privati internazionali','Incarico di ricerca (ricercatore a contratto) sul tema \"contabilità ambientale e bioenergia\" presso il Department of Energy and Process Engineering della Norwegian University of Science and Technology','pierpaolo.franzese'),(55,NULL,'METALLO Concetta','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2012','2012',NULL,'2.6 Numero di giornate di studio, convegni nazionali e internazionali organizzati in ateneo','Giornata studio \'Competenze manageriali e strategie di internazionalizzazione\' nell\'ambito del \'Laboratorio di Organizzazione Aziendale ','concetta.metallo'),(56,NULL,'METALLO Concetta','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2013','2013',NULL,'2.6 Numero di giornate di studio, convegni nazionali e internazionali organizzati in ateneo','Giornata di studio \'Le iniziative di Crowdfunding con DeRev\'','concetta.metallo'),(57,NULL,NULL,'N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',3,'2012','2017',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Membro del International Scientific Advisory Committee del Biennial International Workshop \"Advances in Energy Studies\"','pierpaolo.franzese'),(58,NULL,'FRANZESE Pier Paolo','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',3,'2012','2017',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Membro dello International Scientific Advisory/Organizing Committee del Biennial International Workshop \"Advances in Energy Studies\"','pierpaolo.franzese'),(59,NULL,'METALLO Concetta','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2016',NULL,NULL,'3.5.5 Premi e riconoscimenti per l\'attivita\' scientifica, inclusi l\'affiliazione ad accademie di riconosciuto prestigio di settore','European Group for Organizational Studies (EGOS)','concetta.metallo'),(60,NULL,'DUMONTET Stefano','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',4,'2011','2017',NULL,'2.6 Numero di giornate di studio, convegni nazionali e internazionali organizzati in ateneo',NULL,'stefano.dumontet'),(61,NULL,'METALLO Concetta','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2011','2011',NULL,'3.5.5 Premi e riconoscimenti per l\'attivita\' scientifica, inclusi l\'affiliazione ad accademie di riconosciuto prestigio di settore','\'Best Conference Paper\' - VII Conference of itAIS “Information Technology and Innovation Trends in Organizations”','concetta.metallo'),(62,NULL,'METALLO Concetta','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2011','2011',NULL,'3.5.5 Premi e riconoscimenti per l\'attivita\' scientifica, inclusi l\'affiliazione ad accademie di riconosciuto prestigio di settore','\"Best Conference Paper\" - XII Workshop dei Docenti e dei Ricercatori di Organizzazione Aziendale','concetta.metallo'),(63,NULL,'DUMONTET Stefano','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2016','2018',NULL,'3.5.2.3 Responsabilita\' scientifica per coordinamento progetti bandi MIUR ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari',NULL,'stefano.dumontet'),(64,NULL,'METALLO Concetta','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2015',NULL,NULL,'3.5.5 Premi e riconoscimenti per l\'attivita\' scientifica, inclusi l\'affiliazione ad accademie di riconosciuto prestigio di settore','Associazione Italiana di Organizzazione Aziendale (ASSIOA)','concetta.metallo'),(65,NULL,'DUMONTET Stefano','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017',NULL,NULL,'3.5.3.1 Direzione o partecipazione a comitati editoriali di riviste Q1 e Q2 (SJR)',NULL,'stefano.dumontet'),(66,NULL,'DUMONTET Stefano','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017',NULL,NULL,'3.5.3.3 Direzione di altri comitati editoriali',NULL,'stefano.dumontet'),(67,NULL,'METALLO Concetta','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017','2017',NULL,'3.5.5 Premi e riconoscimenti per l\'attivita\' scientifica, inclusi l\'affiliazione ad accademie di riconosciuto prestigio di settore','“Special Award Best Track” - itAIS2017','concetta.metallo'),(68,NULL,'METALLO Concetta','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2012','2013',NULL,'3.5.5 Premi e riconoscimenti per l\'attivita\' scientifica, inclusi l\'affiliazione ad accademie di riconosciuto prestigio di settore','Permanent Study Group on “Justice and Courts Administration” - European Group of Public Administration (EGPA)','concetta.metallo'),(69,NULL,'METALLO Concetta','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2009',NULL,NULL,'3.5.5 Premi e riconoscimenti per l\'attivita\' scientifica, inclusi l\'affiliazione ad accademie di riconosciuto prestigio di settore','Italian Chapter of Association for Information Systems (ItAIS)','concetta.metallo'),(70,NULL,'FRANZESE Pier Paolo','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',2,'2012','2013',NULL,'3.5.4 Incarichi di insegnamento o di ricerca (fellowship) presso qualificati atenei e istituti di ricerca esteri e sovranazionali','Principal Investigator per n. 2 grant di ricerca per mobilità internazionale dello Swedish Polar Secretariat','pierpaolo.franzese'),(71,NULL,'METALLO Concetta','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2011','2017',NULL,'3.5.2.5 Responsabilita\' scientifica per coordinamento progetti bandi regionali ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','Responsabile scientifico della ricerca “Il ruolo delle Information and Communication Technologies e dei club di prodotto per lo sviluppo delle destinazioni turistiche campane”, L.R. n.5 del 28/03/2002','concetta.metallo'),(72,NULL,'METALLO Concetta','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',3,'2016','in corso',NULL,'3.5.7 Fellow di società scientifiche internazionali','European Group for Organizational Studies (EGOS)','concetta.metallo'),(73,NULL,'METALLO Concetta','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2012','2013',NULL,'3.5.7 Fellow di società scientifiche internazionali','Permanent Study Group “Justice and Courts Administration” - European Group of Public Administration (EGPA)','concetta.metallo'),(74,NULL,'METALLO Concetta','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2012','2014',NULL,'3.5.8 Attribuzione di incarichi ufficiali di insegnamento o di ricerca presso atenei e centri di ricerca pubblici o privati internazionali','Ricerca “Speaking from experience: an exploration of the impact of stereotype threat on self-presentation and outcomes for non-native speakers\", coordinato da Loriann Roberson. Department of Organization and Leadership. Columbia University, New York.','concetta.metallo'),(75,NULL,'METALLO Concetta','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2013','2013',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Programme Chairs itAIS2013, Università Bocconi, Milano.','concetta.metallo'),(76,NULL,'METALLO Concetta','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2015','2015',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Comitato scientifico del convegno “Information Systems in an open society: emerging trends and issues” organizzato da “SIDREA International Workshop (SIW)”','concetta.metallo'),(77,NULL,'METALLO Concetta','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2018','2018',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Technical Program Committee di ICEDEG 2018 (International Conference on eDemocracy & eGovernment)','concetta.metallo'),(78,NULL,'METALLO Concetta','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2011',NULL,NULL,'3.5.3.2 Partecipazione a comitati editoriali di riviste Q1 e Q2 (SJR)','Reviewer per Technological Forecasting & Social Change, Government Information Quarterly, Computer in Human Behavior, European Journal of Information Systems, European Journal of Work and Organizational Psychology ','concetta.metallo'),(79,NULL,'METALLO Concetta','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2012','2013',NULL,'3.5.3.3 Direzione di altri comitati editoriali','Guest Editor \'International Journal of E-Services and Mobile Applications (IJESMA)\'','concetta.metallo'),(80,NULL,'METALLO Concetta','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2011','2015',NULL,'3.5.3.3 Direzione di altri comitati editoriali','Collana di Studi e Ricerche Economico-Aziendali del Dipartimento di Studi delle Istituzioni e dei Sistemi Territoriali (ex DISIST, attuale DiSMeB)','concetta.metallo'),(81,NULL,'STAIANO Antonino','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2014',NULL,NULL,'3.5.3.1 Direzione o partecipazione a comitati editoriali di riviste Q1 e Q2 (SJR)',NULL,'antonino.staiano'),(82,NULL,'STAIANO Antonino','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2018',NULL,NULL,'3.5.3.2 Partecipazione a comitati editoriali di riviste Q1 e Q2 (SJR)',NULL,'antonino.staiano'),(83,NULL,'STAIANO Antonino','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2017',NULL,NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali',NULL,'antonino.staiano'),(84,NULL,NULL,'N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2018',NULL,NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali',NULL,'antonino.staiano'),(85,NULL,'STAIANO Antonino','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2018',NULL,NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali',NULL,'antonino.staiano'),(86,NULL,'STAIANO Antonino','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2015','2015',NULL,'3.5.3.3 Direzione di altri comitati editoriali','Guest Editor Special Issue Computational and Mathematical Methods in Medicine','antonino.staiano'),(87,NULL,'STAIANO Antonino','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2018','2019',NULL,'3.5.3.1 Direzione o partecipazione a comitati editoriali di riviste Q1 e Q2 (SJR)','Guest editor Special Issue @ Ecological Informatics','antonino.staiano'),(88,NULL,'STAIANO Antonino','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2017',NULL,NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Membro Comitato Scientifico ICANN 2017','antonino.staiano'),(89,NULL,'STAIANO Antonino','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2018','2018',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Membro Comitato Scientifico ICEI 2018','antonino.staiano'),(90,NULL,'STAIANO Antonino','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2018','2018',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Session Chair CIBB 2018','antonino.staiano'),(91,NULL,'GAGLIONE Salvatore','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2015',NULL,NULL,'3.5.2.2 Responsabilita\' scientifica per coordinamento progetti bandi Unione Europea, ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','Progetto di Ricerca \"SMILE - Satellite Multi-constellation Identification techniques for Liable Enhanced applications” finanziato dall\'’Agenzia Spaziale Italiana ASI con il bando tematico n. 04','salvatore.gaglione'),(92,NULL,'STAIANO Antonino','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2017','2017',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Comitato Scientifico FUZZ-IEEE 2017','antonino.staiano'),(93,NULL,'STAIANO Antonino','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2016','2016',NULL,'2.6 Numero di giornate di studio, convegni nazionali e internazionali organizzati in ateneo','Local committee member WILF 2016 @ Villa Doria d\'Angri','antonino.staiano'),(94,NULL,'GAGLIONE Salvatore','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2014','2015',NULL,'3.5.2.5 Responsabilita\' scientifica per coordinamento progetti bandi regionali ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','Progetto di Ricerca del progetto “CARINA - CAR sharing Integrated NAvigation system ” presentato in risposta al Bando Sportello per l’Innovazione - Progetti di trasferimento tecnologico cooperativi e di prima industrializzazione per le imprese','salvatore.gaglione'),(95,NULL,'GAGLIONE Salvatore','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017',NULL,NULL,'3.5.2.4 Responsabilita\' scientifica per coordinamento progetti bandi altri Ministeri ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','\"Fondo per il Finanziamento delle Attività Base di Ricerca - FFABR\", istituito dal comma 295 della Legge di Bilancio 2017 (Legge 232/2016).','salvatore.gaglione'),(96,NULL,'GAGLIONE Salvatore','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2016','2016',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Membro del Technical Program Committee della Conferenza Internazionale: European Navigation Conference ENC GNSS 2016, Helsinki (Finland)','salvatore.gaglione'),(97,NULL,'GAGLIONE Salvatore','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017','2017',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Chair della sessione \"Multi GNSS\" della Conferenza Internazionale: European Navigation Conference ENC GNSS 2017, Lausanne (Switzerland)','salvatore.gaglione'),(98,NULL,'GAGLIONE Salvatore','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017','2017',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Membro del Technical Program Committee della Conferenza Internazionale: European Navigation Conference ENC GNSS 2017, Lausanne (Switzerland)','salvatore.gaglione'),(99,NULL,'GAGLIONE Salvatore','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017','2017',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Membro del Program Committee della Conferenza Internazionale: International Symposium on Certification of GNSS Systems & Services CERGAL 2017, Darmstadt (Germany) per conto dell\'ESA (European Space Agency, ESOC).','salvatore.gaglione'),(100,NULL,'GAGLIONE Salvatore','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017','2017',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Membro del Committee della Conferenza internazionale 2017 IEEE International Workshop on Metrology For The Sea, Napoli.','salvatore.gaglione'),(101,NULL,'GAGLIONE Salvatore','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2018','2018',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Membro del Technical Program Committee della Conferenza Internazionale: Indoor Position and Indoor Navigation (IPIN 2018), Nantes (France), 24-27 september 2018','salvatore.gaglione'),(102,NULL,'GAGLIONE Salvatore','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2018','2018',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Membro del Science Program Committee della Conferenza Internazionale: The 16th International Association of Institutes of Navigation (IAIN) World Congress 2018\", Chiba (Giappone).','salvatore.gaglione'),(103,NULL,'AMODIO Sabrina','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017','in corso',NULL,'3.5.7 Fellow di società scientifiche internazionali','Aptian GSSP Working Group, International subcommission on Cretaceous stratigraphy','sabrina.amodio'),(104,NULL,'AMODIO Sabrina','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2008','in corso',NULL,'3.5.7 Fellow di società scientifiche internazionali','IAS International Association of Sedimentologist','sabrina.amodio'),(105,NULL,'GAGLIONE Salvatore','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2018','2018',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','- Chair della Session “Indoor and Urban Navigation” della Conferenza Internazionale: The 16th International Association of Institutes of Navigation (IAIN) World Congress 2018\", Chiba (Giappone)','salvatore.gaglione'),(106,NULL,'GAGLIONE Salvatore','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2018','2018',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','- Chair della Session “Urban Navigation” della Conferenza Internazionale: The 16th International Association of Institutes of Navigation (IAIN) World Congress 2018\", Chiba (Giappone)','salvatore.gaglione'),(107,NULL,'GAGLIONE Salvatore','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2018','2018',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','- Chair della Session “Precise Positioning” della Conferenza Internazionale: The 16th International Association of Institutes of Navigation (IAIN) World Congress 2018\", Chiba (Giappone)','salvatore.gaglione'),(108,NULL,'AMODIO Sabrina','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2011','2011',NULL,'3.5.3.3 Direzione di altri comitati editoriali','comitato editoriale Rend. Online Soc. Geol. It. 2011, v.17, 200pp.','sabrina.amodio'),(109,NULL,'AMODIO Sabrina','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2011','2011',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','congresso GEOSED Caserta 2011 ','sabrina.amodio'),(113,NULL,'MAZZEO Filomena','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'13-11-2015','14 november 2015',NULL,'3.5.3.3 Direzione di altri comitati editoriali','Scientific Committee The 9th International Conference in Physical Education, Sport and Physical Therapy (13-14 november 2015) Iasi- Romania dal 13-11-2015 al 14-11-2015','filomena.mazzeo'),(114,NULL,'MAZZEO Filomena','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'01-01-2016','oggi',NULL,'3.5.3.3 Direzione di altri comitati editoriali','EDITORIAL BOARD Rivista internazionale Drugs & Supplements in Exercise & Sport (DSES) ISSN: 25383590 dal 01-01-2016 a oggi','filomena.mazzeo'),(115,NULL,'MAZZEO Filomena','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,' 01-01-2016 ','oggi',NULL,'3.5.3.3 Direzione di altri comitati editoriali','Componente Commissione Scientifica del Premio Scientifico Nazionale di Editoria Universitaria (edizione 2016-17) Scienze della vita e della salute (Aree 5, e Area 06) dal 01-01-2016 a oggi','filomena.mazzeo'),(116,NULL,'MAZZEO Filomena','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'01-01-2016','oggi',NULL,'3.5.3.3 Direzione di altri comitati editoriali','EDITORIAL BOARD Rivista Nazionale \"Scienze e Ricerche\" per l\'Area 06 Medicina ISSN 2283-5873 dal 01-01-2016 a oggi','filomena.mazzeo'),(117,NULL,NULL,'N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,NULL,NULL,NULL,NULL,NULL,'filomena.mazzeo'),(118,NULL,'MAZZEO Filomena','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'18-12-2003 ','oggi',NULL,'3.5.5 Premi e riconoscimenti per l\'attivita\' scientifica, inclusi l\'affiliazione ad accademie di riconosciuto prestigio di settore','Membro componente del CIRB (CENTRO INTERUNIVERSITARIO DI RICERCA BIOETICA) dal 18-12-2003 a oggi','filomena.mazzeo'),(119,NULL,'DI ONOFRIO Valeria ','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2018','2018',NULL,'2.6 Numero di giornate di studio, convegni nazionali e internazionali organizzati in ateneo','Relazione dal titolo \"DOPING? NO, GRAZIE! PER VINCERE PREFERISCO LA «SALUTE»\" all\'evento organizzato dall\'Università degli Studi di Napoli \"Parthenope\" - SPORT E BENESSERE...PER TUTTI','valeria.dionofrio'),(120,NULL,'AUCELLI Pietro','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',3,'2013','2013',NULL,'2.6 Numero di giornate di studio, convegni nazionali e internazionali organizzati in ateneo','Convegno AIQUA L’Ambiente Marino Costiero del Mediterraneo oggi e nel recente passato geologico conoscere per comprendere, (Napoli 2013)','pietro.aucelli'),(122,NULL,'DI ONOFRIO Valeria ','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2015','2017',NULL,'3.5.2.1 Responsabilita\' scientifica per coordinamento progetti bandi internazionali ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','Responsabile scientifico per la ricerca dal Titolo: \"FORMAZIONE DI BIOFILM MICROBICO NELL`INDUSTRIA ALIMENTARE\", Bando di sostegno alla ricerca individuale per il triennio 2015-2017, Annualità 2015, finanziata anche dal fondo aggiuntivo per la premia','valeria.dionofrio'),(123,NULL,'AUCELLI Pietro','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2014','2014',NULL,'3.5.3.3 Direzione di altri comitati editoriali','Guest Editor per l’Editoriale “Intermontane Basin: Quaternary morphoevolution of Central-Southern Italy” 2014 (Rendiconti Lincei, 25,2)','pietro.aucelli'),(124,NULL,'MAZZEO Filomena','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'9 marzo 2018.','9 marzo 2018.',NULL,'2.6 Numero di giornate di studio, convegni nazionali e internazionali organizzati in ateneo','3. Filomena Mazzeo. Convegno: Sport e Benessere…per tutti. Farmaci, Integratori e Sport. Universtà Parthenope – Aula Magna Napoli 9 marzo 2018.','filomena.mazzeo'),(125,NULL,'DI ONOFRIO Valeria ','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2016','2018',NULL,'3.5.2.1 Responsabilita\' scientifica per coordinamento progetti bandi internazionali ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','Responsabile scientifico per la ricerca dal Titolo: “INTRODUZIONE DEL CDC BIOFILM REACTOR NEL PIANO DI GESTIONE DELLA QUALITÀ DI UN’INDUSTRIA ALIMENTARE”, Bando di sostegno alla ricerca individuale per il triennio 2015-2017, Annualità 2016, finanziat','valeria.dionofrio'),(126,NULL,'MAZZEO Filomena','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'26 settembre 201','26 settembre 201',NULL,'2.6 Numero di giornate di studio, convegni nazionali e internazionali organizzati in ateneo','4. Filomena Mazzeo. Convegno : Calcio femminile: teoria, metodologia e didattica degli sport di squadra- Settimana europea dello sport- Farmaci e Sport: Doping …not on your life!!. Napoli26 settembre 2017','filomena.mazzeo'),(127,NULL,'DI ONOFRIO Valeria ','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017','ad oggi',NULL,'3.5.2.1 Responsabilita\' scientifica per coordinamento progetti bandi internazionali ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','Responsabile scientifico per la ricerca dal Titolo: “PSEUDOMONAS SPP. ED IL SUO BIOFILM”, Bando di sostegno alla ricerca individuale per il triennio 2015-2017, Annualità 2017, finanziata anche dal fondo aggiuntivo per la premialità della ricerca (D.R','valeria.dionofrio'),(128,NULL,NULL,'N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,NULL,NULL,NULL,NULL,NULL,'filomena.mazzeo'),(130,NULL,'MAZZEO Filomena','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'13 marzo 2015','13 marzo 2015)',NULL,'2.6 Numero di giornate di studio, convegni nazionali e internazionali organizzati in ateneo','Filomena Mazzeo. Ricerca preclinica, farmaci tradizionali e biotecnologici. UNISTEM day 2015 in Europa. Dipartimento di Scienze e Tecnologie Università degli Studi di Napoli Parthenope (Napoli 13 marzo 2015)','filomena.mazzeo'),(131,NULL,'AUCELLI Pietro','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2013','2013',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Parte del Panel Scientifico del Convegno AIQUA L’Ambiente Marino Costiero del Mediterraneo oggi e nel recente passato geologico conoscere per comprendere, (Napoli 2013)','pietro.aucelli'),(132,NULL,'DI ONOFRIO Valeria ','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017','2017',NULL,'3.5.2.5 Responsabilita\' scientifica per coordinamento progetti bandi regionali ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','Docente esperto esterno per n. 48 ore nel modulo \"IL GUSTO DELLA SALUTE: SENTIAMOCI BENE MANGIANDO BENE\" nell\'ambito del Progetto \"START UP: DAL PENSIERO CREATIVO ALLA CITTADINANZA ATTIVA\", Avviso Pubblico relativo all\'intervento denominato \"SCUOLA V','valeria.dionofrio'),(133,NULL,'AUCELLI Pietro','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2018','2018',NULL,'3.5.3.3 Direzione di altri comitati editoriali','Guest Editor del Volume Speciale “Coastal changes, from past records to future trends” (Journal of Coastal Conservation).','pietro.aucelli'),(134,NULL,'DI ONOFRIO Valeria ','N',NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2013','2013',NULL,'3.5.5 Premi e riconoscimenti per l\'attivita\' scientifica, inclusi l\'affiliazione ad accademie di riconosciuto prestigio di settore','Fifth International Conference Swimming Pool & Spa Winner icspsRome2013 Poster Prize Title: WHAT ABOUT BEHAVIOURS IN SWIMMING POOLS? RESULTS OF AN ITALIAN MULTICENTRE STUDY ','valeria.dionofrio'),(135,NULL,'AUCELLI Pietro',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017','2017',NULL,'3.5.3.3 Direzione di altri comitati editoriali','Guest Editor del volume tematico “Long term geomorphological evolution of central-southern Italy”, Geologica Carphatica.',''),(136,NULL,'AUCELLI Pietro',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2014','2014',NULL,'3.5.3.3 Direzione di altri comitati editoriali','Editor del volume tematico \"Evoluzione geomorfologica di lungo termine del paesaggio nell\'Italia Meridionale\" (AGR Editrice)','pietro.aucelli'),(137,NULL,'AUCELLI Pietro',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2014','2014',NULL,'3.5.3.3 Direzione di altri comitati editoriali','Editor del Volume Tematico dal titolo \"Paesaggi e suoli del Basso Volturno per una frutticultura di qualità\" (Iorio Edizioni)','pietro.aucelli'),(138,NULL,'NARDUCCI Fabio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',6,'2018','2018',NULL,'2.6 Numero di giornate di studio, convegni nazionali e internazionali organizzati in ateneo','Program Chair della Scuola Estiva IAPR VISMAC 2018 ','fabio.narducci'),(139,NULL,'ZAMBIANCHI Enrico',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2012','2012',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Componente del Comitato Scientifico e Organizzatore di LAPCOD V - Miami Beach (USA), Giugno 2012','enrico.zambianchi'),(140,NULL,'ZAMBIANCHI Enrico',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2015','2015',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Componente del Comitato Scientifico e Organizzatore di LAPCOD VI - Winter Harbor (USA), Luglio 2015','enrico.zambianchi'),(141,NULL,'NARDUCCI Fabio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2018','2018',NULL,'3.5.3.2 Partecipazione a comitati editoriali di riviste Q1 e Q2 (SJR)','Guest Editor per lo Special Issue \"BIOMETRICS-AS-ASERVICE: CLOUDBASED TECHNOLOGY, SYSTEMS, AND APPLICATIONS\" IEEE Cloud Computing','fabio.narducci'),(142,NULL,'NARDUCCI Fabio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017','2017',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Co-Program Chair del workshop IWBAAS2017 ospitato dall\' International Conference on Image Analysis and Processing (ICIAP) 11-12 Settembre 2017','fabio.narducci'),(143,NULL,'CAMASTRA Francesco',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2018','2018',NULL,'2.6 Numero di giornate di studio, convegni nazionali e internazionali organizzati in ateneo','Program Chair of the IAPR Summer School on Machine and Vision Intelligence (VISMAC 2018), 27-31 August, 2018, Vico Equense, Naples, Italy. ','francesco.camastra'),(144,NULL,'NARDUCCI Fabio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2016','2016',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Co-Chair del \"Mobile Iris Challenge Evaluation II (MICHE II)\" ospitato dallInternational Conference on Pattern Recognition (ICPR) - 4 Dicembre 2016','fabio.narducci'),(145,NULL,'NARDUCCI Fabio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2018','2018',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Program Commitee Member del International Workshop on Ubiquitous implicit BIOmetrics and health signals monitoring for person-centric applications (UBIO2018) - SITIS2018, 26-29 Novembre 2018','fabio.narducci'),(146,NULL,'ZAMBIANCHI Enrico',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'1992','2019',NULL,'3.5.7 Fellow di società scientifiche internazionali','American Geophysical Union Life Member','enrico.zambianchi'),(147,NULL,'NARDUCCI Fabio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2016','2016',NULL,'3.5.5 Premi e riconoscimenti per l\'attivita\' scientifica, inclusi l\'affiliazione ad accademie di riconosciuto prestigio di settore','Best Paper Award all\' XI International Workshop on Fuzzy Logic and Applications (WILF 2016) per l\'articolo dal titolo: \"Two-tier Image Features Clustering for Iris Recognition on Mobile\"','fabio.narducci'),(149,NULL,'CAMASTRA Francesco',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2018','2018',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Member of International Program Committee of ICIAR 2018 (15th International Conference on Image Analysis and Pattern Recognition), July 27-29, 2018 { Povoa de Varzim, Portugal','francesco.camastra'),(150,NULL,'ZAMBIANCHI Enrico',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2013','2013',NULL,'3.5.3.3 Direzione di altri comitati editoriali','Editor del volume: Topics in Oceanography, InTech Publisher, Rijeka, ISBN 978-953-51-1179-5, pp. 156.','enrico.zambianchi'),(151,NULL,'ZAMBIANCHI Enrico',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2014','2017',NULL,'3.5.2.3 Responsabilita\' scientifica per coordinamento progetti bandi MIUR ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','Principal Investigator del progetto “Analisi della dinamica della Corrente CircUmpolare Antartica mediante dati e strumenti modellistici ottenuti in precedenti progetti del PNRA (ACCUA)”, finanziato dal Programma Nazionale per la Ricerca in Antartide','enrico.zambianchi'),(152,NULL,'ZAMBIANCHI Enrico',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2012','2014',NULL,'3.5.2.3 Responsabilita\' scientifica per coordinamento progetti bandi MIUR ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','Principal Investigator del progetto “South Adriatic Lagrangian Pilot Experiment: the Vertical Component” (SALVE), finanziato dal MIUR tramite l\'OGS nell\'ambito dell\'iniziativa ArgoItaly','enrico.zambianchi'),(153,NULL,'CAMASTRA Francesco',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2018','2018',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Member of International Program Committee of ICPRAM 2018 (7th International Conference on Pattern Recognition Applications and Methods), January, 16-18 2017, Funchal, Madera, Portugal','francesco.camastra'),(154,NULL,'CAMASTRA Francesco',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017','2017',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Member of International Program Committee of ICIAP 2017, 19th International Conference on Image Analysis and Processing, Catania, Italy, September 11-15 2017','francesco.camastra'),(155,NULL,'SIMONIELLO Palma',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2012','oggi',NULL,'3.5.3.2 Partecipazione a comitati editoriali di riviste Q1 e Q2 (SJR)','Revisore per : Ecotoxicology ,Cellular Physiology and Biochemistry Q1, Comptes Rendus Biologies (CRBIOLOGIES),Frontiers in Physiology, Aquatic Toxicology,Histochemestry and cell Biology, European Journal of Histochemestry, Environmental Pollution ','palma.simoniello'),(156,NULL,'SIMONIELLO Palma',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2011',NULL,NULL,'3.5.5 Premi e riconoscimenti per l\'attivita\' scientifica, inclusi l\'affiliazione ad accademie di riconosciuto prestigio di settore','Membro della SOCIETA’ ITALIANA DI BIOLOGIA SPERIMENTALE (SIBS)','palma.simoniello'),(157,NULL,'SIMONIELLO Palma',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2014','oggi',NULL,'3.5.5 Premi e riconoscimenti per l\'attivita\' scientifica, inclusi l\'affiliazione ad accademie di riconosciuto prestigio di settore','socia della S.I.R.R. Società Italiana per la Ricerca sulle Radiazioni.','palma.simoniello'),(158,NULL,'SIMONIELLO Palma',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2017',NULL,NULL,'3.5.5 Premi e riconoscimenti per l\'attivita\' scientifica, inclusi l\'affiliazione ad accademie di riconosciuto prestigio di settore','Membro del Gruppo Embriologico Italiano.','palma.simoniello'),(159,NULL,'SIMONIELLO Palma',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2017','oggi',NULL,'3.5.5 Premi e riconoscimenti per l\'attivita\' scientifica, inclusi l\'affiliazione ad accademie di riconosciuto prestigio di settore','Associazione all\' Istituto Nazionale di Fisica Nucleare (INFN)- Sezione di Napoli','palma.simoniello'),(160,NULL,'SIMONIELLO Palma',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2011','2012',NULL,'3.5.4 Incarichi di insegnamento o di ricerca (fellowship) presso qualificati atenei e istituti di ricerca esteri e sovranazionali','Fellowship come PostDoc nell\'ambito di una Marie Curie EU-PARTNER (Particle Training Network for European Radiotherapy) project: Clinical radiobiology of lung tumors”presso il GSI Helmholtzzentrum für Schwerionenforschung, Darmstadt Germany (13 mesi)','palma.simoniello'),(161,NULL,'SIMONIELLO Palma',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2012','2015',NULL,'3.5.4 Incarichi di insegnamento o di ricerca (fellowship) presso qualificati atenei e istituti di ricerca esteri e sovranazionali','Tutor ufficiale dei partecipanti del Mastermodul Strahlenbiophysik presso il Biophysics Department del GSI Helmholtzzentrum für Schwerionenforschung Darmstadt-Germany','palma.simoniello'),(162,NULL,'SIMONIELLO Palma',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2012','2015',NULL,'3.5.4 Incarichi di insegnamento o di ricerca (fellowship) presso qualificati atenei e istituti di ricerca esteri e sovranazionali','Incarico di ricerca (fellowship) come Post Doc presso il Biophysics DepartmentGSIGermany \"Carbon ion therapy for non-invasive cardiac arrhythmia ablation.-Late radiation effects in human tissues: finanziato daBMBF (German Ministry of Research)l','palma.simoniello'),(163,NULL,'SIMONIELLO Palma',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',2,'2016','2016',NULL,'3.5.4 Incarichi di insegnamento o di ricerca (fellowship) presso qualificati atenei e istituti di ricerca esteri e sovranazionali','Attribuzione di incarico di ricerca conferito dalla prof.ssa Claudia Fournier del Dipartimento di Biofisica presso il GSI (Helmholtzzentrum für Schwerionenforschung), progetto Carbon ion therapy for non-invasive cardiac arrhythmia ablation ','palma.simoniello'),(164,NULL,'SIMONIELLO Palma',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2018','2020',NULL,'3.5.2.3 Responsabilita\' scientifica per coordinamento progetti bandi MIUR ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','Fondo per il Finanziamento delle Attività Base di Ricerca - FFABR\", istituito dal comma 295 della Legge di Bilancio 2017 (Legge 232/2016). ','palma.simoniello'),(165,NULL,'PIERINI Stefano',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2018','2019',NULL,'3.5.2.2 Responsabilita\' scientifica per coordinamento progetti bandi Unione Europea, ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','Coordinator of the European “HYDRALAB+ Adapting to Climate Change” project (HORIZON 2020-EU.1.4.1.2, contract No: 654110) entitled: “Laboratory modeling of gap-leaping and intruding western boundary currents under different climate change scenarios” ','stefano.pierini'),(166,NULL,'ZAMBIANCHI Enrico',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2012','2015',NULL,'3.5.2.2 Responsabilita\' scientifica per coordinamento progetti bandi Unione Europea, ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','Responsabile dell\'unità di ricerca Parthenope-CoNISMa nel progetto FP7 “Policy-oriented marine environmental research in the Southern European Seas (PERSEUS)”','enrico.zambianchi'),(167,NULL,'ZAMBIANCHI Enrico',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2012','2015',NULL,'3.5.2.2 Responsabilita\' scientifica per coordinamento progetti bandi Unione Europea, ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','Responsabile dell\'unità di ricerca Parthenope-CoNISMa nel progetto FP7 “Towards COast to COast NETworks of marine protected areas, coupled with sea-based wind energy potential (CoCoNet)”','enrico.zambianchi'),(168,NULL,'PIERINI Stefano',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2011','2013',NULL,'3.5.2.3 Responsabilita\' scientifica per coordinamento progetti bandi MIUR ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','Coordinator of the project “MAT-ACC” (contract no. 2010/A2.11-2753) of the Italian \"Programma Nazionale di Ricerche in Antartide\" ','stefano.pierini'),(169,NULL,'ZAMBIANCHI Enrico',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'1999','2015',NULL,'3.5.4 Incarichi di insegnamento o di ricerca (fellowship) presso qualificati atenei e istituti di ricerca esteri e sovranazionali','Professore Aggiunto presso la Rosenstiel School of Marine and Atmospheric Science, University of Miami, USA','enrico.zambianchi'),(170,NULL,'PIERINI Stefano',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2012','2016',NULL,'3.5.2.3 Responsabilita\' scientifica per coordinamento progetti bandi MIUR ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','Coordinator of a Research Unit (U.O. SP3-WP4-AZ1-UO03) of the RITMARE Flagship Project funded by the Italian Ministry of Education and managed by CoNISMa','stefano.pierini'),(171,NULL,'PIERINI Stefano',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2018','2020',NULL,'3.5.2.3 Responsabilita\' scientifica per coordinamento progetti bandi MIUR ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','Coordinator of a Research Unit of the “MOMA” project of the Italian \"Programma Nazionale di Ricerche in Antartide\"','stefano.pierini'),(172,NULL,'PIERINI Stefano',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2018','2020',NULL,'3.5.2.3 Responsabilita\' scientifica per coordinamento progetti bandi MIUR ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','Coordinator of a Research Unit of the “IPSODES” project of the Italian \"Programma Nazionale di Ricerche in Antartide\"','stefano.pierini'),(173,NULL,'PIERINI Stefano',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2010','2013',NULL,'3.5.2.4 Responsabilita\' scientifica per coordinamento progetti bandi altri Ministeri ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','Coordinator of a Research Unit of a project (ID 1500, contract no. I/050/09/0) of the COSMO-SkyMed Program of the Italian Space Agency - ASI','stefano.pierini'),(174,NULL,'CIARAMELLA Angelo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2018','2018',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Technical Chair - CIBB International Conference on Computational Intelligence methods for Bioinformatics and Biostatistics','angelo.ciaramella'),(175,NULL,'CIARAMELLA Angelo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017','2017',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Program Committee Member - FUZZ-IEEE 2017','angelo.ciaramella'),(176,NULL,'CIARAMELLA Angelo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2011','2018',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Program Committee Member - International Conference on Intelligent Computing (ICIC)','angelo.ciaramella'),(177,NULL,'CIARAMELLA Angelo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2011','2013',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Program Committee Member - Global Congress on Intelligent Systems (GCIS)','angelo.ciaramella'),(178,NULL,'CIARAMELLA Angelo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2015',NULL,NULL,'3.5.3.3 Direzione di altri comitati editoriali','Editorial Board - International Journal on Artificial Intelligence Tools','angelo.ciaramella'),(179,NULL,'CIARAMELLA Angelo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2014','2017',NULL,'3.5.3.3 Direzione di altri comitati editoriali','Editorial Board - Journal of Applied Mathematics, Hindawi','angelo.ciaramella'),(180,NULL,'CIARAMELLA Angelo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017','2017',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Session Chair, “Advances in Soft Computing modelling for biomedical data”, at the conference FUZZ-IEEE 2017 (IEEE International Conference on Fuzzy Systems), 09.07.2017 - 12.07.2017, Napoli','angelo.ciaramella'),(181,NULL,'CIARAMELLA Angelo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2018','2018',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Plenary Lecture Chair - CIBB2018 - 15th International Conference on Computational Intelligence Methods for Bioinformatics and Biostatistics, Caparica, Portugal, 6 to 8 September 2018','angelo.ciaramella'),(182,NULL,'CIARAMELLA Angelo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2018','2018',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Session Chair - CIBB2018 - 15th International Conference on Computational Intelligence Methods for Bioinformatics and Biostatistics, Caparica, Portugal, 6 to 8 September 2018','angelo.ciaramella'),(183,NULL,'CIARAMELLA Angelo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017','2017',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Program Committee Member - FUZZ-IEEE 2017 (IEEE International Conference on Fuzzy Systems), 09.07.2017 - 12.07.2017, Naples','angelo.ciaramella'),(184,NULL,'CIARAMELLA Angelo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2011',NULL,NULL,'3.5.3.2 Partecipazione a comitati editoriali di riviste Q1 e Q2 (SJR)','Attività di Review: Soft Computing, Neurocomputing, Fuzzy Sets and Systems, Information Sciences, IEEE Transaction on Neural Networks, IEEE Transaction on Fuzzy Systems, Pattern Recognition Letters, Pattern Recognition','angelo.ciaramella'),(185,NULL,'CIARAMELLA Angelo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2011',NULL,NULL,'3.5.3.2 Partecipazione a comitati editoriali di riviste Q1 e Q2 (SJR)','Attività di Review: IEEE Transaction on Biomedical Engineering, IEEE Transaction on Cybernetics','angelo.ciaramella'),(186,NULL,'CIARAMELLA Angelo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2011',NULL,NULL,'3.5.7 Fellow di società scientifiche internazionali','Membro: IEEE(Member), IEEE Computational Intelligence Society, IEEE Signal Processing, SIREN - Società Italiana REti Neurali, GIRPR - Gruppo Italiano Ricercatori in Pattern Recognition, AIxIA','angelo.ciaramella'),(187,NULL,'CIARAMELLA Angelo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2016',NULL,NULL,'3.5.8 Attribuzione di incarichi ufficiali di insegnamento o di ricerca presso atenei e centri di ricerca pubblici o privati internazionali','Attività didattica: PON presso il CEINGE - Biotecnologie Avanzate s.c. a r.l., Napoli ','angelo.ciaramella'),(188,NULL,'OLIVA Romina',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2015','2015',NULL,'3.5.8 Attribuzione di incarichi ufficiali di insegnamento o di ricerca presso atenei e centri di ricerca pubblici o privati internazionali','Attività didattica: PON01_02460 DIAGEN presso CNR Istituto di genetica e biofisica (IGB), Napoli','romina.oliva'),(189,NULL,'PAPPONE Gerardo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',3,'2011','2011',NULL,'2.6 Numero di giornate di studio, convegni nazionali e internazionali organizzati in ateneo','Member of scientific committee','gerardo.pappone'),(190,NULL,'PAPPONE Gerardo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',3,'2011','2011',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','WIT Second International Conference on Physical Coastal Processes, Management and Engineering ','gerardo.pappone'),(191,NULL,'PAPPONE Gerardo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',3,'2013','2013',NULL,'2.6 Numero di giornate di studio, convegni nazionali e internazionali organizzati in ateneo','membro comitato organizzatore e del comitato scientifico','gerardo.pappone'),(192,NULL,'PAPPONE Gerardo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2012','2012',NULL,'3.5.3.2 Partecipazione a comitati editoriali di riviste Q1 e Q2 (SJR)','Guest editor di Land-Sea interaction: the case of Sele river, southern Italy. Rendiconti Lincei, 23(1)','gerardo.pappone'),(193,NULL,'PAPPONE Gerardo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2016','2016',NULL,'3.5.3.3 Direzione di altri comitati editoriali','Guide geologiche regionali.- Campania e Molise .- Società Geologica Italiana ','gerardo.pappone'),(194,NULL,'PAPPONE Gerardo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017','in corso',NULL,'3.5.6.2 Risultati ottenuti nel trasferimento tecnologico tramite sviluppo, impiego e commercializzazione di brevetti','CONVENZIONE QUADRO PER LO SVOLGIMENTO DI ATTIVITÀ DI RICERCA CONGIUNTA E CONTRATTO DI LICENZA PER L’UTILIZZO DEL MARCHIO ACU-MAG: CODICE NR. 015460652','gerardo.pappone'),(195,NULL,'PAPPONE Gerardo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2011','2017',NULL,'3.5.2.5 Responsabilita\' scientifica per coordinamento progetti bandi regionali ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','Progetto legge 5 annualità 2007- Cartografia geologica del sistema costiero tardo quaternario della Piana del Sele mediante analisi integrata di stratigrafia e analisi di facies','gerardo.pappone'),(196,NULL,'CAMASTRA Francesco',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017','2017',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Member of International Program Committee of ICIAR 2017 (International Conference on Image Analysis and Pattern Recognition), July 5-7, 2017 { Montreal, Canada','francesco.camastra'),(197,NULL,'CAMASTRA Francesco',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017','2017',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Member of International Program Committee of 2017 International Conference on Control, Artificial Intelligence, Robotics & Optimization (ICCAIRO 2017), Prague, Czech Republik, May 20- 22 2017','francesco.camastra'),(198,NULL,'CAMASTRA Francesco',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017','2017',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Member of International Program Committee of 2017 International Conference on Control, Artificial Intelligence, Robotics & Optimization (ICCAIRO 2017), Prague, Czech Republik, May 20- 22 2017','francesco.camastra'),(199,NULL,'CAMASTRA Francesco',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017','2017',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Member of International Program Committee of ICPRAM 2017 (5th International Conference on Pattern Recognition Applications and Methods), February, 24-26 2017, Porto, Portugal','francesco.camastra'),(200,NULL,'CAMASTRA Francesco',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2016','2016',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Member of International Program Committee of ICIAR 2016 (International Conference on Image Analysis and Pattern Recognition), July 13-15, 2016 { Povoa de Varzim, Portugal','francesco.camastra'),(201,NULL,NULL,NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2016','2016',NULL,NULL,'Member of International Program Committee of ICPRAM 2016 (6th International Conference on Pattern Recognition Applications and Methods), February, 24-26 2016, Rome, Italy','francesco.camastra'),(202,NULL,'CAMASTRA Francesco',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2016','2016',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Member of International Program Committee of ICPRAM 2016 (6th International Conference on Pattern Recognition Applications and Methods), February, 24-26 2016, Rome, Italy','francesco.camastra'),(203,NULL,'CAMASTRA Francesco',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2015','2015',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Member of International Program Committee of ICIAP 2015, 18th International Conference on Image Analysis and Processing, Genova, Italy, September 9-11 2015','francesco.camastra'),(204,NULL,'CAMASTRA Francesco',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2015','2015',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Member of International Program Committee of IWANN 2015, International Work Conference on Artificial Neural Networks, Mallorca, Spain, June 10-12 2015','francesco.camastra'),(205,NULL,'CAMASTRA Francesco',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2015','2015',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Member of International Program Committee of ICPRAM 2015 (4th International Conference on Pattern Recognition Applications and Methods), January, 10-12 2015, Lisbon, Portugal','francesco.camastra'),(206,NULL,'CAMASTRA Francesco',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2015','2015',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Member of Program Committee of ICIAR 2015 (International Conference on Image Analysis and Pattern Recognition), July 22-24, 2015 { Niagara Falls, Canada','francesco.camastra'),(207,NULL,'CAMASTRA Francesco',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2014','2014',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Member of International Program Committee of ACCV2014 (12th Asian Conference on Computer Vision), November 1-5 2014, Singapore, Singapore','francesco.camastra'),(208,NULL,'CAMASTRA Francesco',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2014','2014',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Member of International Program Committee of ICIAR 2014 (International Conference on Image Analysis and Pattern Recognition), October 22-24, 2014 { Vilamoura, Algarve, Portugal','francesco.camastra'),(209,NULL,'CAMASTRA Francesco',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2014','2014',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Member of International Program Committee of ICANN 2014 (24th International Conference on Artificial Neural Networks), September, 15-19 2014, Hamburg, Germany','francesco.camastra'),(210,NULL,'CAMASTRA Francesco',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2014','2014',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Member of International Program Committee of ICPRAM 2014 (3rd International Conference on Pattern Recognition Applications and Methods), March, 6-8 2014, Angers, France','francesco.camastra'),(211,NULL,'CAMASTRA Francesco',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2013','2013',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Member of International Program Committee of ICANN 2013 (23rd International Conference on Artificial Neural Networks), September, 10-13 2013, Sofia, Bulgaria','francesco.camastra'),(212,NULL,'CAMASTRA Francesco',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2018','2018',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Chair of REGULAR Session (10.40-12.40 June 13 2018) of WIRN 2018 (28th Italian Workshop on Neural Networks), June 13-15 2018, Vietri sul Mare, Salerno, Italy','francesco.camastra'),(213,NULL,'CAMASTRA Francesco',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017','2017',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Chair of REGULAR Session (11.00-12.40 June 15 2017) of WIRN 2017 (27th Italian Workshop on Neural Networks), June 14-16 2017, Vietri sul Mare, Salerno, Italy','francesco.camastra'),(214,NULL,'CAMASTRA Francesco',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2016','2016',NULL,'2.6 Numero di giornate di studio, convegni nazionali e internazionali organizzati in ateneo','Member of Organizing Local Committee of WILF 2016, Naples, 19-21 2016, Napoli, Italy','francesco.camastra'),(215,NULL,'CAMASTRA Francesco',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2016','2016',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Chair of REGULAR Session (11.30-12.30 May 19 2016) of WIRN 2016 (26th Italian Workshop on Neural Networks), May 18-20 2016, Vietri sul Mare, Salerno, Italy','francesco.camastra'),(216,NULL,'CAMASTRA Francesco',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2013','2013',NULL,'2.6 Numero di giornate di studio, convegni nazionali e internazionali organizzati in ateneo','Industrial Liasion Chair of ICIAP 2013, September, 11-13 2013, Napoli, Italy','francesco.camastra'),(217,NULL,'CAMASTRA Francesco',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2016','2016',NULL,'3.5.3.2 Partecipazione a comitati editoriali di riviste Q1 e Q2 (SJR)','Leader Guest Editor of special issue on Computational & Mathematical Methods in Medicine ','francesco.camastra'),(218,NULL,'CAMASTRA Francesco',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2013','2013',NULL,'3.5.5 Premi e riconoscimenti per l\'attivita\' scientifica, inclusi l\'affiliazione ad accademie di riconosciuto prestigio di settore','inclusion in Top Reviewers of Pattern Recognition Letters, in the period 2008-2012','francesco.camastra'),(219,NULL,'SIMONIELLO Palma',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2017','2017',NULL,'3.5.4 Incarichi di insegnamento o di ricerca (fellowship) presso qualificati atenei e istituti di ricerca esteri e sovranazionali','mobilità out DR 862 29/12/20 “Biological effects in irradiated cardiac tissue and side effect in the skin after carbon ions\", dal 19 aprile all’11 maggio 2017 svolto presso il GSI (Helmholtzzentrum für Schwerionenforschung)–in Germania. ','palma.simoniello'),(220,NULL,'SIMONIELLO Palma',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2016','oggi',NULL,'3.5.3.3 Direzione di altri comitati editoriali','Membro dell\' Editorial Board della rivista MAYFEB Journal of Biology and Medicine MAYFEB TECHNOLOGY DEVELOPMENT, Toronto, Ontario, Canada, ISSN 2560-6948 ( peer-reviewed, open access journal).','palma.simoniello'),(221,NULL,'PIERINI Stefano',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2019','2019',NULL,'3.5.4 Incarichi di insegnamento o di ricerca (fellowship) presso qualificati atenei e istituti di ricerca esteri e sovranazionali','Recipient of a 2-month CNRS position at the “Institut Henri Poincaré” (IHP, Sorbonne University, Paris) for participation to the Thematic Trimester “The Mathematics of Climate and the Environment” (September-December 2019)','stefano.pierini'),(224,NULL,'PIERINI Stefano',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017','2019',NULL,'3.5.3.2 Partecipazione a comitati editoriali di riviste Q1 e Q2 (SJR)','Editor of “Nonlinear Processes in Geophysics” (Copernicus GmbH, European Geosciences Union-American Geophysical Union), ISSN: 1023-5809','stefano.pierini'),(223,NULL,'PIERINI Stefano',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',8,'2011','2019',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Science Officer of the Programme \"Dynamical Systems Approaches to Problems in the Geosciences\" of the Programme Group “Nonlinear Processes in Geosciences\" of the European Geosciences Union','stefano.pierini'),(225,NULL,'PIERINI Stefano',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2009','2010',NULL,'3.5.3.3 Direzione di altri comitati editoriali','Associate Editor of “Il Nuovo Cimento B” (Società Italiana di Fisica), ISSN: 1594-9982','stefano.pierini'),(226,NULL,'PIERINI Stefano',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2010','2014',NULL,'3.5.3.3 Direzione di altri comitati editoriali','Associate Editor of “Advances in Oceanography and Limnology” (Taylor & Francis), ISSN: 1947-5721','stefano.pierini'),(227,NULL,'PIERINI Stefano',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2015','2019',NULL,'3.5.3.3 Direzione di altri comitati editoriali','Associate Editor of “Bollettino di Geofisica Teorica e Applicata” (Istituto Nazionale di Oceanografia e di Geofisica Sperimentale), ISSN: 0006-6729','stefano.pierini'),(228,NULL,'PIERINI Stefano',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2014','2019',NULL,'3.5.3.3 Direzione di altri comitati editoriali','Member of the Editorial Board of “AIMS Environmental Science“ (AIMS Press), ISSN (Online): 2372-0352','stefano.pierini'),(229,NULL,'PIERINI Stefano',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2019','2019',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Co-Convener of Session NP3.2: “Scaling and Nonlinear dynamics in the atmosphere, ocean and geosciences”. European Gesciences Union General Assembly 2019 (Vienna)','stefano.pierini'),(230,NULL,'PIERINI Stefano',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2018','2018',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Co-Convener of Session NP3.1: “Scaling, multifractals and Nonlinear dynamics in the atmosphere, ocean and environment”. European Gesciences Union General Assembly 2018 (Vienna)','stefano.pierini'),(231,NULL,'PIERINI Stefano',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017','2017',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Co-Convener of Session NP3.3/CL5.19: “Scaling, multifractals and Nonlinear dynamics in the atmosphere, ocean, climate and environment”. European Gesciences Union General Assembly 2017 (Vienna)','stefano.pierini'),(232,NULL,'PIERINI Stefano',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2014','2014',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Co-Convener of Session NP1.1: “Advances and Challenges in Nonlinear Geosciences”. European Gesciences Union General Assembly 2014 (Vienna)','stefano.pierini'),(233,NULL,NULL,NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,NULL,NULL,NULL,NULL,NULL,'stefano.pierini'),(234,NULL,'PIERINI Stefano',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2013','2013',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Co-Convener of Session NP1.1: “Advances and Challenges in Nonlinear Geosciences”. European Gesciences Union General Assembly 2013 (Vienna)','stefano.pierini'),(235,NULL,'PIERINI Stefano',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2012','2012',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Co-Convener of Session NP1.1: “Advances and Challenges in Nonlinear Geosciences”. European Gesciences Union General Assembly 2012 (Vienna)','stefano.pierini'),(236,NULL,'PIERINI Stefano',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2011','2011',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Co-Convener of Sessions NP1.1: “Advances and Challenges in Nonlinear Geosciences” and NP3.1: “Nonlinearity, scaling and complexity in the atmosphere, ocean and the climate system”. European Gesciences Union General Assembly 2011 (Vienna)','stefano.pierini'),(237,NULL,'PIERINI Stefano',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2010','2010',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Convener of Session NP2.3/AS4.15/CL4.5/OS13: “Nonlinear Dynamics of the Atmosphere, Ocean and the Climate System”. European Gesciences Union General Assembly 2010 (Vienna)','stefano.pierini'),(238,NULL,'PIERINI Stefano',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2009','2009',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Convener of Session NP2.3: “Nonlinear Dynamics of the Ocean Circulation”. European Gesciences Union General Assembly 2009 (Vienna)','stefano.pierini'),(239,NULL,'PIERINI Stefano',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017','2017',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Co-Convener of the IAPSO Symposium P01: \"General Topics in Oceanography\". IAPSO-IAMAS-IAGA 2017 (Cape Town, South Africa)','stefano.pierini'),(240,NULL,'PIERINI Stefano',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2015','2015',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Co-Convener of the IAPSO Symposium P04: \"Oceanic Boundary Current Systems\". IUGG-IAPSO 2015 (Prague, Czech Republic) ','stefano.pierini'),(241,NULL,'PIERINI Stefano',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2013','2013',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Co-Convener of the IAPSO Symposium P04: \"Oceanic Boundary Current Systems\". IUGG-IAPSO 2013 (Gothenburg, Sweden)','stefano.pierini'),(242,NULL,'PIERINI Stefano',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2014','2014',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Co-Convener of Session OS03-20: \"Western boundary currents, transport, path variability, eddies and continental shelf processes\". Asia Oceania Geosciences Society (AOGS) Conference 2014 (Sapporo, Japan) ','stefano.pierini'),(243,NULL,'PIERINI Stefano',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2011','2011',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Member of the Scientific Committee of the VII International Symposium on Stratified Flows 2011 (Rome)','stefano.pierini'),(244,NULL,'MARCELLINO Livia',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017','ad oggi',NULL,'3.5.3.3 Direzione di altri comitati editoriali','Journal: Parallel Processing Letters','livia.marcellino'),(245,NULL,'MARCELLINO Livia',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,NULL,NULL,NULL,'2.6 Numero di giornate di studio, convegni nazionali e internazionali organizzati in ateneo',NULL,'livia.marcellino'),(246,NULL,'MARCELLINO Livia',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,NULL,NULL,NULL,'3.5.1 Direzione di enti o istituti di ricerca di alta qualificazione',NULL,'livia.marcellino'),(247,NULL,'PARENTE Claudio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2011','2011',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Componente del Comitato scientifico della Conferenza \"Coastal Process 2011 - Second International Conference on Physical Coastal Processes, Management and Engineering\"','claudio.parente'),(248,NULL,'MARCELLINO Livia',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,NULL,NULL,NULL,'3.5.2.2 Responsabilita\' scientifica per coordinamento progetti bandi Unione Europea, ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari',NULL,'livia.marcellino'),(249,NULL,'MARCELLINO Livia',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,NULL,NULL,NULL,'3.5.2.3 Responsabilita\' scientifica per coordinamento progetti bandi MIUR ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari',NULL,'livia.marcellino'),(250,NULL,'MARCELLINO Livia',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,NULL,NULL,NULL,'3.5.2.4 Responsabilita\' scientifica per coordinamento progetti bandi altri Ministeri ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari',NULL,'livia.marcellino'),(251,NULL,'MARCELLINO Livia',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,NULL,NULL,NULL,'3.5.2.5 Responsabilita\' scientifica per coordinamento progetti bandi regionali ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari',NULL,'livia.marcellino'),(252,NULL,'MARCELLINO Livia',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,NULL,NULL,NULL,'3.5.2.6 Responsabilita\' scientifica per coordinamento progetti bandi altri Enti regionali ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari',NULL,'livia.marcellino'),(253,NULL,'MARCELLINO Livia',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,NULL,NULL,NULL,'3.5.3.1 Direzione o partecipazione a comitati editoriali di riviste Q1 e Q2 (SJR)',NULL,'livia.marcellino'),(254,NULL,'MARCELLINO Livia',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,NULL,NULL,NULL,'3.5.3.2 Partecipazione a comitati editoriali di riviste Q1 e Q2 (SJR)',NULL,'livia.marcellino'),(255,NULL,'MARCELLINO Livia',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,NULL,NULL,NULL,'3.5.4 Incarichi di insegnamento o di ricerca (fellowship) presso qualificati atenei e istituti di ricerca esteri e sovranazionali',NULL,'livia.marcellino'),(256,NULL,'MARCELLINO Livia',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,NULL,NULL,NULL,'3.5.5 Premi e riconoscimenti per l\'attivita\' scientifica, inclusi l\'affiliazione ad accademie di riconosciuto prestigio di settore',NULL,'livia.marcellino'),(257,NULL,'MARCELLINO Livia',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,NULL,NULL,NULL,'3.5.6.1 Risultati ottenuti nel trasferimento tecnologico tramite partecipazione alla creazione di nuove imprese (spin-off)',NULL,'livia.marcellino'),(258,NULL,'MARCELLINO Livia',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,NULL,NULL,NULL,'3.5.6.2 Risultati ottenuti nel trasferimento tecnologico tramite sviluppo, impiego e commercializzazione di brevetti',NULL,'livia.marcellino'),(259,NULL,'MARCELLINO Livia',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,NULL,NULL,NULL,'3.5.7 Fellow di società scientifiche internazionali',NULL,'livia.marcellino'),(260,NULL,'MARCELLINO Livia',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,NULL,NULL,NULL,'3.5.7 Fellow di società scientifiche internazionali',NULL,'livia.marcellino'),(261,NULL,'MARCELLINO Livia',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,NULL,NULL,NULL,'3.5.8 Attribuzione di incarichi ufficiali di insegnamento o di ricerca presso atenei e centri di ricerca pubblici o privati internazionali',NULL,'livia.marcellino'),(262,NULL,'PARENTE Claudio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2016','2016',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Componente del Comitato scientifico della Conferenza \"Quaesti - The 4th Virtual Multidisciplinary Conference\", Zilina (Slovakia), 12-16 Dicembre 2016.','claudio.parente'),(263,NULL,'MARCELLINO Livia',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',5,'2016','2018',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali',NULL,'livia.marcellino'),(264,NULL,'PARENTE Claudio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2016','2016',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Componente del Comitato scientifico della Conferenza internazionale \"Third European SCGIS Conference - Geoinformation technologies for natural and cultural heritage conservation\", Sofia (Bulgaria), 11-12 Ottobre 2016.','claudio.parente'),(265,NULL,'PARENTE Claudio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2014','2014',NULL,'2.6 Numero di giornate di studio, convegni nazionali e internazionali organizzati in ateneo','Organizzatore e responsabile scientifico del Convegno \"Cartografia, Telerilevamento e GIS per la rappresentazione del territorio\", Napoli, 19 Novembre 2014. ','claudio.parente'),(266,NULL,'PARENTE Claudio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2016','tuttora in corso',NULL,'3.5.3.3 Direzione di altri comitati editoriali','Partecipazione al Comitato editoriale della rivista \"American Journal of Remote Sensing (AJRS)\". ISSN Print: 2328-5788; ISSN Online: 2328-580X.','claudio.parente'),(267,NULL,'PARENTE Claudio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2011','2018',NULL,'3.5.3.2 Partecipazione a comitati editoriali di riviste Q1 e Q2 (SJR)','Reviewer di articoli sceintifici per numerose riviste scientifiche indicizzate Q1 o Q2 quali: Applied Geomatics, European Journal of Remote Sensing, International Journal of Remote Sensing, Remote Sensing, Sensors. ','claudio.parente'),(268,NULL,'PETROSINO Alfredo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2018',NULL,NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Chair of IAPR Summer School on Mchine Intelligence 2018 (VISMAC2018) https://http.cvprlab.uniparthenope.it/vismac2018','alfredo.petrosino'),(269,NULL,'PETROSINO Alfredo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2013',NULL,NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Chair of the International Conference on Image Analysis and Processing (ICIAP2013) www.iciap2013-naples.org/','alfredo.petrosino'),(270,NULL,'PETROSINO Alfredo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2016',NULL,NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Chair, Formal Languages and Automata: models, methods, and applications (FLA2016), Naples, January 14-16, 2016, http://cvprlab.uniparthenope.it/WorkshopFLA2016.','alfredo.petrosino'),(271,NULL,'PETROSINO Alfredo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2012',NULL,NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','– 2012 General Chair of the International Workshop on Clustering High-Dimensional Data, Palazzo Serra di Cassano, Naples (Italy), May 15th, 2012.','alfredo.petrosino'),(272,NULL,'PETROSINO Alfredo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2016',NULL,NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Chair del 11th International Workshop on Fuzzy Logic and Applications (WILF) 2016 December 19-21, 2016 Napoli, Italy http://cvprlab.uniparthenope.it/wilf2016','alfredo.petrosino'),(273,NULL,'PETROSINO Alfredo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,NULL,NULL,NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Chair del WILF 2011 – 9TH INTERNATIONAL WORKSHOP ON FUZZY LOGIC AND APPLICATIONS http://wilf2011.di.uniba.it','alfredo.petrosino'),(274,NULL,'PETROSINO Alfredo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,NULL,NULL,NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Chair del IDCS2019 The 12th International Conference on Internet and Distributed Computing Systems, http://idcs2019.uniparthenope.it','alfredo.petrosino'),(275,NULL,'PETROSINO Alfredo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2016',NULL,NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','2015 Contest, Workshop Chair, 23rd International Conference on Pattern Recognition in Cancun, Mexico, December 2016. www.icpr2016.org/','alfredo.petrosino'),(276,NULL,'PETROSINO Alfredo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2018',NULL,NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','2018 Area Chair, International IAPR Conference on Pattern Recognition 2018 ICPR. www.icpr2018.org/','alfredo.petrosino'),(277,NULL,'PETROSINO Alfredo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2016',NULL,NULL,'3.5.5 Premi e riconoscimenti per l\'attivita\' scientifica, inclusi l\'affiliazione ad accademie di riconosciuto prestigio di settore','Vice-Presidente dell\'IEEE Computational Intelligence Society, Italian Chapter','alfredo.petrosino'),(278,NULL,'PETROSINO Alfredo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2018',NULL,NULL,'3.5.5 Premi e riconoscimenti per l\'attivita\' scientifica, inclusi l\'affiliazione ad accademie di riconosciuto prestigio di settore','Vice-Presidente dell\'Associazione Italiana per la ricerca in Computer Vision, Pattern recognition e machine Learning (CVPL- ex-GIRPR), affiliato IAPR','alfredo.petrosino'),(279,NULL,'PETROSINO Alfredo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2011',NULL,NULL,'3.5.5 Premi e riconoscimenti per l\'attivita\' scientifica, inclusi l\'affiliazione ad accademie di riconosciuto prestigio di settore','Best Reflection and Rotation Algorithms for ’Symmetry Detection from Real World Images’ - CVPR 2011','alfredo.petrosino'),(280,NULL,'PETROSINO Alfredo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2012',NULL,NULL,'3.5.5 Premi e riconoscimenti per l\'attivita\' scientifica, inclusi l\'affiliazione ad accademie di riconosciuto prestigio di settore','Best Paper CompSysTech’12- International Conference on Computer Systems and Technologies 2012','alfredo.petrosino'),(281,NULL,'PETROSINO Alfredo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2013',NULL,NULL,'3.5.5 Premi e riconoscimenti per l\'attivita\' scientifica, inclusi l\'affiliazione ad accademie di riconosciuto prestigio di settore','Best Symmetry Rotation Algorithm for ’Symmetry Detection from RealWorld Images’ - CVPR 2013','alfredo.petrosino'),(282,NULL,'PETROSINO Alfredo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2011','oggi',NULL,'3.5.3.1 Direzione o partecipazione a comitati editoriali di riviste Q1 e Q2 (SJR)','Editorial Board Member di \'Pattern Recognition Letters\', Elsevier Science','alfredo.petrosino'),(283,NULL,NULL,NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2013','oggi',NULL,'3.5.3.1 Direzione o partecipazione a comitati editoriali di riviste Q1 e Q2 (SJR)','Editorial Board Member di \'Information Sciences\', Elsevier Science','alfredo.petrosino'),(284,NULL,'PETROSINO Alfredo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2016','oggi',NULL,'3.5.3.1 Direzione o partecipazione a comitati editoriali di riviste Q1 e Q2 (SJR)','Editorial Board Member di \'IET Image Processing\', IET','alfredo.petrosino'),(285,NULL,'PETROSINO Alfredo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2017','oggi',NULL,'3.5.3.1 Direzione o partecipazione a comitati editoriali di riviste Q1 e Q2 (SJR)','Editorial Board Member di \'Electronic Letters\', IET','alfredo.petrosino'),(286,NULL,'PETROSINO Alfredo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2014',NULL,NULL,'3.5.3.1 Direzione o partecipazione a comitati editoriali di riviste Q1 e Q2 (SJR)','Guest Editor di \'IEEE Transactions on Systems, Man and Cybernetics\' su \'Decision Making in Human and Machine Vision\', IEEE COmputer Society','alfredo.petrosino'),(287,NULL,'PETROSINO Alfredo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2017',NULL,NULL,'3.5.3.1 Direzione o partecipazione a comitati editoriali di riviste Q1 e Q2 (SJR)','Guest Editor di \'Pattern Recognition Letters\' su \'Scene Background Modeling and Initialization\', Elsevier Science','alfredo.petrosino'),(288,NULL,'ULGIATI Sergio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2016','to date',NULL,'3.5.1 Direzione di enti o istituti di ricerca di alta qualificazione','President of the FEDERESCO International Partnership (F.I.P.), a National Consortium of ESCOs (Energy Service Companies) for programs of energy efficiency in developing countries.','sergio.ulgiati'),(289,NULL,'ULGIATI Sergio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2015','to date',NULL,'3.5.1 Direzione di enti o istituti di ricerca di alta qualificazione','Deputy Director of the Beijing Engineering Research Center for Watershed Environmental restoration & Integrated Ecological Regulation, China.','sergio.ulgiati'),(290,NULL,'PETROSINO Alfredo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2011','2014',NULL,'3.5.2.5 Responsabilita\' scientifica per coordinamento progetti bandi regionali ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','Scientific Responsible Project Innovation Lab, Title \"Cultural Lab of the Campania Region entitled IONEWS','alfredo.petrosino'),(291,NULL,'PETROSINO Alfredo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2018','2021',NULL,'3.5.2.4 Responsabilita\' scientifica per coordinamento progetti bandi altri Ministeri ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','Project H2020- Ministry of Economic Development (MISE), Title \"Integrated Logistics Platform 4.0 (PLI 4.0)\"','alfredo.petrosino'),(292,NULL,'PETROSINO Alfredo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2018','2021',NULL,'3.5.2.3 Responsabilita\' scientifica per coordinamento progetti bandi MIUR ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','Scientific Responsible Parthenope Unit, Project ARS0101137 National Operative Program \"Research and Innovation\", Title \"Smart Energy Efficiency and Environment for Industry (SE4I), Study and experimentation for the realization of an integrated platfo','alfredo.petrosino'),(293,NULL,'PETROSINO Alfredo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2013','2016',NULL,'3.5.2.3 Responsabilita\' scientifica per coordinamento progetti bandi MIUR ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','Scientific Responsible FAR Project - MIUR, Title \"Advanced logistics platform for the control, handling and distribution of goods coming from China and destined to the markets for the consumptio','alfredo.petrosino'),(294,NULL,'PETROSINO Alfredo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2011','2015',NULL,'3.5.2.3 Responsabilita\' scientifica per coordinamento progetti bandi MIUR ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','Scientific Responsible Project PON01 01430 Research and Competitiveness- Ministry of Education, Universities and Research (MIUR), Title \"PT2LOG Multirole Integrated Technology Platform for Intermodal Logistics of Fresh and Cold Goods\"','alfredo.petrosino'),(295,NULL,'ULGIATI Sergio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2014','2014',NULL,'3.5.6.1 Risultati ottenuti nel trasferimento tecnologico tramite partecipazione alla creazione di nuove imprese (spin-off)','Project Consultant, “Key Technologies Research and Demonstration on Urban Low-carbon Water System Construction”, National Chinese Science and Technology Pillar Program No. 2012BAC05B02, Science and Technology Bureau, Dalian (China) ','sergio.ulgiati'),(321,NULL,'ULGIATI Sergio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2013','to date',NULL,'3.5.3.3 Direzione di altri comitati editoriali','Co-Editor in Chief of the International Journal “Environmental Accounting and Management” Q3','sergio.ulgiati'),(297,NULL,'PETROSINO Alfredo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',NULL,'2011','2015',NULL,'3.5.2.4 Responsabilita\' scientifica per coordinamento progetti bandi altri Ministeri ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','Scientific Responsible Project Ministry of Agricultural Food and Forestry Policies, Title \"INTELLIVITE: Study and implementation of a smart sensor system based on multivariate models for the containment of adversity in viticulture\"','alfredo.petrosino'),(298,NULL,'ULGIATI Sergio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2012','2012',NULL,'3.5.3.3 Direzione di altri comitati editoriali','Review Editor of the final “Statement on Sustainable Biofuels” prepared by EASAC (European Academies Science Advisory Council, http://www.easac.eu/about-easac/what-is-easac.html) for the European Commission.','sergio.ulgiati'),(299,NULL,'ULGIATI Sergio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2018','2022',NULL,'3.5.2.2 Responsabilita\' scientifica per coordinamento progetti bandi Unione Europea, ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','H2020-MSCA-ITN-2018 - Marie Sklodowska-Curie Innovative Training Networks (ITN) - \"Realising the Transition to the Circular Economy: Models, Methods and Applications\" - ReTraCE; 530,000 Euro. Italian Principal Investigator.','sergio.ulgiati'),(300,NULL,'ULGIATI Sergio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2018','2021',NULL,'3.5.2.4 Responsabilita\' scientifica per coordinamento progetti bandi altri Ministeri ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','Italy-China High Relevance project \"Analysis on the metabolic process of urban agglomeration and the cooperative strategy of circular economy\", funded by MAECI and NSFC; 300,000 Euro. Italian Principal Investigator. ','sergio.ulgiati'),(301,NULL,'ULGIATI Sergio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2016','2017',NULL,'3.5.2.1 Responsabilita\' scientifica per coordinamento progetti bandi internazionali ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','MOOC (Massive Open Online Courses): Environmental Accounting and Management, 250,000 RMB, Beijing Normal University, Beijing, China. Co-Principal Investigator.','sergio.ulgiati'),(302,NULL,'ULGIATI Sergio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2015','2017',NULL,'3.5.2.2 Responsabilita\' scientifica per coordinamento progetti bandi Unione Europea, ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','Scientific Coordinator of the Parthenope University Team for the European Erasmus Plus Project SMACC – SMArt City Coaching. Funding: 70,000 Euro.','sergio.ulgiati'),(303,NULL,'ULGIATI Sergio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2014','2017',NULL,'3.5.2.2 Responsabilita\' scientifica per coordinamento progetti bandi Unione Europea, ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','Scientific Coordinator of the Parthenope University Team for the European Project “EUFORIE” - European Futures of Energy Efficiency, Horizon 2020 R&D Framework Programme. Funding: 290,000 Euro.','sergio.ulgiati'),(304,NULL,'ULGIATI Sergio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2013','2017',NULL,'3.5.2.1 Responsabilita\' scientifica per coordinamento progetti bandi internazionali ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','High-End Foreign Expert Project, within the framework of the National “One Thousand Foreign Experts Plan”, Beijing Normal University, Beijing, China, 500,000 RMB, Principal Investigator','sergio.ulgiati'),(305,NULL,'ULGIATI Sergio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2012','2016',NULL,'3.5.6.1 Risultati ottenuti nel trasferimento tecnologico tramite partecipazione alla creazione di nuove imprese (spin-off)','National Science & Technology Pillar Program, China “Construction of urban ecological water system and low - carbon quality preservation technology and demonstration”, 5,800,000 RMB, China. Distinguished Consultant Expert.','sergio.ulgiati'),(306,NULL,'ULGIATI Sergio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2012','2015',NULL,'3.5.2.2 Responsabilita\' scientifica per coordinamento progetti bandi Unione Europea, ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','Scientific Coordinator of the Parthenope University Team for the European Project “LIFE+” MARSS - Material Advanced Recovery Sustainable Systems (LIFE+11 ENV/DE/). Funding: 180,000 Euro.','sergio.ulgiati'),(307,NULL,'ULGIATI Sergio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2010','2011',NULL,'3.5.2.2 Responsabilita\' scientifica per coordinamento progetti bandi Unione Europea, ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','Scientific Coordinator of the Parthenope Team, European Project FC-HyGuide, 7th Framework R&D Programme, FCH JU (Fuel Cells and Hydrogen Joint Undertaking). Funding: 80,000 Euro.','sergio.ulgiati'),(308,NULL,'ULGIATI Sergio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2008','2011',NULL,'3.5.2.2 Responsabilita\' scientifica per coordinamento progetti bandi Unione Europea, ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','Scientific Coordinator of the Italian Team for the European Project SMILE – Synergies in Multiscale Interlinkages of Ecosocial Systems, EU 6th Framework R&D Programme. Funding: 350,000 Euro.','sergio.ulgiati'),(309,NULL,'ULGIATI Sergio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2018','2018',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Tenth Biennial Emergy Research Conference, January 25-27, 2018. Gainesville, Florida, USA (organizer and co-Chair).','sergio.ulgiati'),(310,NULL,'ULGIATI Sergio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017','2017',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Tenth Biennial International Workshop \"Advances in Energy Studies.\", Napoli (Italy), Parthenope University of Napoli, 25-28 September 2017 (organizer and co-Chair).','sergio.ulgiati'),(311,NULL,'ULGIATI Sergio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2016','2016',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','World Summit on Environmental Accounting and Management. Designing a Sustainable and Prosperous Future. Beijing Normal University, China (organizer and co-Chair).','sergio.ulgiati'),(312,NULL,'ULGIATI Sergio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2016','2016',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Nineth Biennial International Emergy Research Conference, Gainesville, USA, 7-9 January, 2016 (organizer and co-Chair).','sergio.ulgiati'),(313,NULL,'ULGIATI Sergio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2015','2015',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Nineth Biennial International Workshop \"Advances in Energy Studies.\", Stockholm (Sweden), Royal Institute of Technology and Italian Institute of Culture (organizer and co-Chair).','sergio.ulgiati'),(314,NULL,'ULGIATI Sergio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2014','2014',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Eight Biennial International Emergy Research Conference, Gainesville, USA, 16-18 January, 2014 (organizer and co-Chair).','sergio.ulgiati'),(315,NULL,'ULGIATI Sergio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2012','2012',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Eighth Biennial International Workshop \"Advances in Energy Studies.\", Mumbai (India), Indira Gandhi Institute for Development, 25-27 October 2012 (organizer and co-Chair).','sergio.ulgiati'),(316,NULL,'ULGIATI Sergio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2012','2012',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Seventh Biennial International Emergy Research Conference, Gainesville, USA, 12-16 January, 2012 (organizer and co-Chair).','sergio.ulgiati'),(317,NULL,'ULGIATI Sergio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2011','2012',NULL,'3.5.7 Fellow di società scientifiche internazionali','President of the ISAER - International Society for the Advancement of the Emergy Research (http://www.emergysociety.com).','sergio.ulgiati'),(318,NULL,'ULGIATI Sergio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017','to date',NULL,'3.5.3.2 Partecipazione a comitati editoriali di riviste Q1 e Q2 (SJR)','• Member of the Editorial Board of the Journal Cleaner Production.','sergio.ulgiati'),(319,NULL,'ULGIATI Sergio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2009','to date',NULL,'3.5.3.1 Direzione o partecipazione a comitati editoriali di riviste Q1 e Q2 (SJR)','Associate Editor of the International Journal “Environment, Development and Sustainability”.','sergio.ulgiati'),(320,NULL,'ULGIATI Sergio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2007','to date',NULL,'3.5.3.1 Direzione o partecipazione a comitati editoriali di riviste Q1 e Q2 (SJR)','Associate Editor of Energy_The International Journal.','sergio.ulgiati'),(322,NULL,'ULGIATI Sergio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'1996','to date',NULL,'3.5.3.2 Partecipazione a comitati editoriali di riviste Q1 e Q2 (SJR)','member of the Editorial Board of the International Journal Ecological Modeling, Elsevier ','sergio.ulgiati'),(325,NULL,'ULGIATI Sergio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017','2022',NULL,'3.5.4 Incarichi di insegnamento o di ricerca (fellowship) presso qualificati atenei e istituti di ricerca esteri e sovranazionali','Visiting Professor at the School of Environment, Beijing Normal University, Beijing, China, within the framework of the 111 Project: Teaching within the Master Program in Environmental Sciences ','sergio.ulgiati'),(324,NULL,'ULGIATI Sergio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2013','to date',NULL,'3.5.3.3 Direzione di altri comitati editoriali','Co-Editor in Chief of the International Journal “Environmental Accounting and Management Q3','sergio.ulgiati'),(326,NULL,'ULGIATI Sergio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2013','2016',NULL,'3.5.4 Incarichi di insegnamento o di ricerca (fellowship) presso qualificati atenei e istituti di ricerca esteri e sovranazionali','Visiting Professor, School of Environment, Beijing Normal University, China, within the framework of the “National One Thousand Foreign Experts Plan”. Teaching within the Master Program in Environmental Sciences ','sergio.ulgiati'),(327,NULL,'ULGIATI Sergio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2013','2013',NULL,'3.5.4 Incarichi di insegnamento o di ricerca (fellowship) presso qualificati atenei e istituti di ricerca esteri e sovranazionali','Visiting Professor at Universidad Paulista (UNIP) –San Paolo, Brasile, Programme PVE/CAPES. Teaching activity within the PhD Programme “Programa de Pos-Graduação em Engenharia de Produção”.','sergio.ulgiati'),(328,NULL,'ULGIATI Sergio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017','2017',NULL,'3.5.5 Premi e riconoscimenti per l\'attivita\' scientifica, inclusi l\'affiliazione ad accademie di riconosciuto prestigio di settore','ATLAS Award (UNESCO, UNEP, Elsevier; www.elsevier.com/connect/atlas/about), best article published in the month of September 2017 among all 2500 Elsevier Journals','sergio.ulgiati'),(329,NULL,'ULGIATI Sergio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2018','to date',NULL,'3.5.3.3 Direzione di altri comitati editoriali','Specialty Chief Editor of the International Journal \"Frontiers in Sustainable Cities\", Frontiers Publisher, Lausanne, Switzerland, www.frontiersin.org Avenue du Tribunal-Fédéral 34 CH-1015, Lausanne, Switzerland','sergio.ulgiati'),(330,NULL,'BUDILLON Giorgio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',2,'2010','2018',NULL,'3.5.3.1 Direzione o partecipazione a comitati editoriali di riviste Q1 e Q2 (SJR)','Advances in Oceanography and Limnology; Journal of Marine Systems - Special Issue http://www.sciencedirect.com/science/article/pii/S0924796316303396','giorgio.budillon'),(331,NULL,'PREZIOSO Giuseppina',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',21,'2016','In corso',NULL,'3.5.3.2 Partecipazione a comitati editoriali di riviste Q1 e Q2 (SJR)','Reviewer di articoli scientifici per varie riviste Q1 e Q2: Remote Sensing (MDPI), Sensors (MDPI), ISPRS International Journal of Geo-Information (MDPI), Applied Sciences (MDPI), Sustainability (MDPI), IEEE Transactions onGeoscience and RemoteSensing','pina.prezioso'),(332,NULL,'PREZIOSO Giuseppina',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'19/11/2014','19/11/2014',NULL,'2.6 Numero di giornate di studio, convegni nazionali e internazionali organizzati in ateneo','Componente del comitato scientifico del convegno “Cartografia, Telerilevamento e GIS per la rappresentazione del territorio”, Napoli 19 novembre 2014 ','pina.prezioso'),(333,NULL,'PREZIOSO Giuseppina',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',2,'2013','2014',NULL,'3.5.8 Attribuzione di incarichi ufficiali di insegnamento o di ricerca presso atenei e centri di ricerca pubblici o privati internazionali','100 ore di docenza (2 moduli da 50 ore ciascuno), presso e-GEOS (an ASI (20%)/Telespazio (80%) company, a leading international player in the Earth Observation and Geo-Spatial Information business).','pina.prezioso'),(334,NULL,'PREZIOSO Giuseppina',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'17/03/2012','17/03/2012',NULL,'2.6 Numero di giornate di studio, convegni nazionali e internazionali organizzati in ateneo','Componente del comitato scientifico della giornata di studio “Una Campania solare - Incontro sulla legge di iniziativa popolare”, Napoli 17 marzo 2014','pina.prezioso'),(335,NULL,'ULGIATI Sergio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017',NULL,NULL,'3.5.5 Premi e riconoscimenti per l\'attivita\' scientifica, inclusi l\'affiliazione ad accademie di riconosciuto prestigio di settore','Elsevier Award \"Research for a Better World\" for the \"excellent results and valid contribution to promore and coordinate the research activities achieved by the Fulbright Program at Parthenope University in the years 2014-2017.','sergio.ulgiati'),(336,NULL,'PREZIOSO Giuseppina',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2015','2015',NULL,'3.5.4 Incarichi di insegnamento o di ricerca (fellowship) presso qualificati atenei e istituti di ricerca esteri e sovranazionali','Invito del \"National Institute of Geographical Information and Forestry (IGN) - Service de géodésie et de nivellement\", per attività di ricerca.','pina.prezioso'),(337,NULL,'COTRONEO Yuri',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2013','2013',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Chairman della sessione “Investigating the Southern Ocean – what have we learnt 5 years on from IPY?” Nell’ambito del convegno “IAHS – IAPSO – IASPEI Joint Assembly 2013” tenutosi a Goteborg (Svezia) 22-26 Luglio 2013','yuri.cotroneo'),(338,NULL,'COTRONEO Yuri',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2013','2013',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','INVITED SPEAKER Nell’ambito del convegno “IAHS – IAPSO – IASPEI Joint Assembly 2013” tenutosi a Gothenburg, Svezia, 22-26 Luglio 2013','yuri.cotroneo'),(339,NULL,'BUDILLON Giorgio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',2,'2014','2016',NULL,'3.5.2.2 Responsabilita\' scientifica per coordinamento progetti bandi Unione Europea, ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','FP7: ABACUS e ABACUS2','giorgio.budillon'),(340,NULL,'BUDILLON Giorgio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2015','2018',NULL,'3.5.2.2 Responsabilita\' scientifica per coordinamento progetti bandi Unione Europea, ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','MorSea PNRA','giorgio.budillon'),(341,NULL,'ROTUNDI Alessandra',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',15,'1994','2018',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali',NULL,'alessandra.rotundi'),(342,NULL,'ROTUNDI Alessandra',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2014','2014',NULL,'2.6 Numero di giornate di studio, convegni nazionali e internazionali organizzati in ateneo','“Library and Information Services in Astronomy (LISA VII) - Open Science at the frontiers of librarianship”, presso Villa Doria d\'Angri','alessandra.rotundi'),(343,NULL,'ROTUNDI Alessandra',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2010','2012',NULL,'3.5.2.3 Responsabilita\' scientifica per coordinamento progetti bandi MIUR ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','Coordinatrice Nazionale del PRIN-MIUR (BANDO 2008) dal titolo: Materiale Extraterrestre Primitivo come memoria dei processi evolutivi nel Sistema Solare primordiale.','alessandra.rotundi'),(344,NULL,'MARATEA Antonio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',0,NULL,NULL,NULL,'2.6 Numero di giornate di studio, convegni nazionali e internazionali organizzati in ateneo',NULL,'antonio.maratea'),(345,NULL,'MARATEA Antonio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',0,NULL,NULL,NULL,'3.5.1 Direzione di enti o istituti di ricerca di alta qualificazione',NULL,'antonio.maratea'),(346,NULL,'MARATEA Antonio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',0,NULL,NULL,NULL,'3.5.2.1 Responsabilita\' scientifica per coordinamento progetti bandi internazionali ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari',NULL,'antonio.maratea'),(347,NULL,'MARATEA Antonio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',0,NULL,NULL,NULL,'3.5.2.2 Responsabilita\' scientifica per coordinamento progetti bandi Unione Europea, ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari',NULL,'antonio.maratea'),(348,NULL,'MARATEA Antonio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',0,NULL,NULL,NULL,'3.5.2.3 Responsabilita\' scientifica per coordinamento progetti bandi MIUR ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari',NULL,'antonio.maratea'),(349,NULL,'MARATEA Antonio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',0,NULL,NULL,NULL,'3.5.2.4 Responsabilita\' scientifica per coordinamento progetti bandi altri Ministeri ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari',NULL,'antonio.maratea'),(350,NULL,'MARATEA Antonio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',0,NULL,NULL,NULL,'3.5.2.5 Responsabilita\' scientifica per coordinamento progetti bandi regionali ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari',NULL,'antonio.maratea'),(351,NULL,'MARATEA Antonio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',0,NULL,NULL,NULL,'3.5.2.6 Responsabilita\' scientifica per coordinamento progetti bandi altri Enti regionali ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari',NULL,'antonio.maratea'),(352,NULL,'MARATEA Antonio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',0,NULL,NULL,NULL,'3.5.3.1 Direzione o partecipazione a comitati editoriali di riviste Q1 e Q2 (SJR)',NULL,'antonio.maratea'),(353,NULL,'MARATEA Antonio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',0,NULL,NULL,NULL,'3.5.3.2 Partecipazione a comitati editoriali di riviste Q1 e Q2 (SJR)',NULL,'antonio.maratea'),(354,NULL,'MARATEA Antonio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',0,NULL,NULL,NULL,'3.5.3.3 Direzione di altri comitati editoriali',NULL,'antonio.maratea'),(355,NULL,'MARATEA Antonio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017','2017',NULL,'3.5.4 Incarichi di insegnamento o di ricerca (fellowship) presso qualificati atenei e istituti di ricerca esteri e sovranazionali','Corso di 8 ore all\'università di Ruse (BG) nell\'ambito del programma Erasmus+','antonio.maratea'),(356,NULL,'MARATEA Antonio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',0,NULL,NULL,NULL,'3.5.5 Premi e riconoscimenti per l\'attivita\' scientifica, inclusi l\'affiliazione ad accademie di riconosciuto prestigio di settore',NULL,'antonio.maratea'),(357,NULL,'MARATEA Antonio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',0,NULL,NULL,NULL,'3.5.6.1 Risultati ottenuti nel trasferimento tecnologico tramite partecipazione alla creazione di nuove imprese (spin-off)',NULL,'antonio.maratea'),(358,NULL,'MARATEA Antonio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',0,NULL,NULL,NULL,'3.5.6.2 Risultati ottenuti nel trasferimento tecnologico tramite sviluppo, impiego e commercializzazione di brevetti',NULL,'antonio.maratea'),(359,NULL,'MARATEA Antonio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2011','--',NULL,'3.5.7 Fellow di società scientifiche internazionali','ACM. Tutt\'ora affiliato','antonio.maratea'),(360,NULL,'MARATEA Antonio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2008','2014',NULL,'3.5.7 Fellow di società scientifiche internazionali','IEEE member','antonio.maratea'),(361,NULL,'MARATEA Antonio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2012','--',NULL,'3.5.7 Fellow di società scientifiche internazionali','GIRPR, tutt\'ora affiliato.','antonio.maratea'),(362,NULL,'MARATEA Antonio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017','2017',NULL,'3.5.8 Attribuzione di incarichi ufficiali di insegnamento o di ricerca presso atenei e centri di ricerca pubblici o privati internazionali','Corso di 8 ore presso l\'università di Ruse (BG), nell\'ambito del programma Erasmus+','antonio.maratea'),(363,NULL,'MARATEA Antonio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017','2017',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','ICTH-2017 PC member','antonio.maratea'),(364,NULL,'MARATEA Antonio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2018','2018',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','CIBB 2018 subreviewer','antonio.maratea'),(365,NULL,'ULGIATI Sergio',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2014','to date',NULL,'3.5.3.2 Partecipazione a comitati editoriali di riviste Q1 e Q2 (SJR)','Member of the Editorial Board of the Journal Energies, MDPI Publisher. https://www.mdpi.com/journal/energies/editors#editorialboard.','sergio.ulgiati'),(366,NULL,'FUSCO Giannetta',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017','2017',NULL,'2.6 Numero di giornate di studio, convegni nazionali e internazionali organizzati in ateneo','Componente Local Committee del Convegno Metrology for the Sea','giannetta.fusco'),(367,NULL,'FUSCO Giannetta',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2011','2017',NULL,'3.5.7 Fellow di società scientifiche internazionali','Membro EGU','giannetta.fusco'),(368,NULL,'FUSCO Giannetta',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2011','2018',NULL,'3.5.7 Fellow di società scientifiche internazionali','Membro IAPSO','giannetta.fusco'),(369,NULL,'FUSCO Giannetta',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2017','2018',NULL,'3.5.9 Responsabilita\' scientifica di congressi internazionali','Chair per il Workshop internazionale THEMES 2017/2018','giannetta.fusco'),(370,NULL,'FALCO Pierpaolo',NULL,NULL,'N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N',1,'2014','2018',NULL,'3.5.2.3 Responsabilita\' scientifica per coordinamento progetti bandi MIUR ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari','Progetto MORSEa PNRA14_0070 Marine Observatory of the Ross Sea','pierpaolo.falco');
/*!40000 ALTER TABLE `cev01` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cev01-descri`
--
DROP TABLE IF EXISTS `cev01-descri`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cev01-descri` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`descrizione` varchar(256) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cev01-descri`
--
LOCK TABLES `cev01-descri` WRITE;
/*!40000 ALTER TABLE `cev01-descri` DISABLE KEYS */;
INSERT INTO `cev01-descri` VALUES (1,'2.6 Numero di giornate di studio, convegni nazionali e internazionali organizzati in ateneo'),(2,'3.5.1 Direzione di enti o istituti di ricerca di alta qualificazione'),(4,'3.5.2.1 Responsabilita\' scientifica per coordinamento progetti bandi internazionali ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari'),(5,'3.5.2.2 Responsabilita\' scientifica per coordinamento progetti bandi Unione Europea, ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari'),(6,'3.5.2.3 Responsabilita\' scientifica per coordinamento progetti bandi MIUR ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari'),(7,'3.5.2.4 Responsabilita\' scientifica per coordinamento progetti bandi altri Ministeri ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari'),(8,'3.5.2.5 Responsabilita\' scientifica per coordinamento progetti bandi regionali ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari'),(9,'3.5.2.6 Responsabilita\' scientifica per coordinamento progetti bandi altri Enti regionali ammessi al finanziamento sulla base di bandi competitivi che prevedano la revisione tra pari'),(11,'3.5.3.1 Direzione o partecipazione a comitati editoriali di riviste Q1 e Q2 (SJR)'),(12,'3.5.3.2 Partecipazione a comitati editoriali di riviste Q1 e Q2 (SJR)'),(13,'3.5.3.3 Direzione di altri comitati editoriali'),(14,'3.5.4 Incarichi di insegnamento o di ricerca (fellowship) presso qualificati atenei e istituti di ricerca esteri e sovranazionali'),(15,'3.5.5 Premi e riconoscimenti per l\'attivita\' scientifica, inclusi l\'affiliazione ad accademie di riconosciuto prestigio di settore'),(17,'3.5.6.1 Risultati ottenuti nel trasferimento tecnologico tramite partecipazione alla creazione di nuove imprese (spin-off)'),(18,'3.5.6.2 Risultati ottenuti nel trasferimento tecnologico tramite sviluppo, impiego e commercializzazione di brevetti'),(19,'3.5.7 Fellow di società scientifiche internazionali'),(20,'3.5.8 Attribuzione di incarichi ufficiali di insegnamento o di ricerca presso atenei e centri di ricerca pubblici o privati internazionali'),(21,'3.5.9 Responsabilita\' scientifica di congressi internazionali');
/*!40000 ALTER TABLE `cev01-descri` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `corso_di_laurea`
--
DROP TABLE IF EXISTS `corso_di_laurea`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `corso_di_laurea` (
`id_corso` int(11) NOT NULL AUTO_INCREMENT,
`descrizione` varchar(128) NOT NULL,
`note` varchar(128) NOT NULL,
PRIMARY KEY (`id_corso`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `corso_di_laurea`
--
LOCK TABLES `corso_di_laurea` WRITE;
/*!40000 ALTER TABLE `corso_di_laurea` DISABLE KEYS */;
INSERT INTO `corso_di_laurea` VALUES (1,'Informatica ','triennale'),(2,'Scienze Biologiche ','triennale'),(3,'Scienze Nautiche ed Aeronautiche','triennale'),(4,'Informatica Applicata','Magistrale'),(5,'Scienze e Tecnologie della Navigazione','Magistrale'),(6,'Scienze Ambientali','Magistrale'),(7,'Biologia delle Produzioni e degli ambienti acquatici.','Magistrale'),(8,'Scienze Nautiche, Aeronautiche e Meteo Oceanografiche','triennale');
/*!40000 ALTER TABLE `corso_di_laurea` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `credenziali`
--
DROP TABLE IF EXISTS `credenziali`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `credenziali` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`codice_l` varchar(64) NOT NULL,
`codice_p` varchar(64) NOT NULL,
`codice_pold` varchar(64) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `credenziali`
--
LOCK TABLES `credenziali` WRITE;
/*!40000 ALTER TABLE `credenziali` DISABLE KEYS */;
INSERT INTO `credenziali` VALUES (1,'pippo','baudo','pippo');
/*!40000 ALTER TABLE `credenziali` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `docenti`
--
DROP TABLE IF EXISTS `docenti`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `docenti` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`cognome` varchar(36) NOT NULL,
`nome` varchar(36) NOT NULL,
`nominativo` varchar(72) NOT NULL,
`telefono` varchar(36) DEFAULT NULL,
`email` varchar(68) DEFAULT NULL,
`note` varchar(68) DEFAULT NULL,
`ruolo` int(11) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=146 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `docenti`
--
LOCK TABLES `docenti` WRITE;
/*!40000 ALTER TABLE `docenti` DISABLE KEYS */;
INSERT INTO `docenti` VALUES (138,'ANGRISANO','Antonio','ANGRISANO Antonio','','','',6),(114,'CIABURRI','Mario','CIABURRI Mario',NULL,NULL,NULL,6),(115,'NARDUCCI','Fabio','NARDUCCI Fabio',NULL,'fabio.narducci@uniparthenope.it',NULL,4),(4,'AMADORI',' Annalisa','AMADORI Annalisa','6624','annalisa.amadori@uniparthenope.it','',4),(5,'AMODIO',' Sabrina','AMODIO Sabrina','6664','sabrina.amodio@uniparthenope.it','',4),(7,'AUCELLI',' Pietro','AUCELLI Pietro','6611','pietro.aucelli@uniparthenope.it','',2),(9,'BUDILLON',' Giorgio','BUDILLON Giorgio','6584','giorgio.budillon@uniparthenope.it','',1),(145,'DI DONATO','Camilla','DI DONATO Camilla','','camilla.didonato@uniparthenope.it','',6),(12,'CAMASTRA',' Francesco','CAMASTRA Francesco','6505','francesco.camastra@uniparthenope.it','',2),(14,'CASORIA',' Paolo','CASORIA Paolo','6578','paolo.casoria@uniparthenope.it','',2),(15,'CHIANESE',' Elena','CHIANESE Elena','6631','elena.chianese@uniparthenope.it','',4),(16,'CIARAMELLA',' Angelo','CIARAMELLA Angelo','6674','angelo.ciaramella@uniparthenope.it','',2),(17,'CICCODICOLA',' Alfredo','CICCODICOLA Alfredo',NULL,'alfredo.ciccodicola@uniparthenope.it','',6),(19,'D\'ANGELO',' Stefania','D\'ANGELO Stefania','4972','stefania.dangelo@uniparthenope.it','',6),(20,'DEL CORE',' Giuseppe','DEL CORE Giuseppe','6689','giuseppe.delcore@uniparthenope.it','',2),(110,'ROVIELLO','Giuseppina','ROVIELLO Giuseppina',NULL,'giuseppina.roviello@uniparthenope.it',NULL,6),(23,'DI DONATO',' Paola','DI DONATO Paola','6625','paola.didonato@uniparthenope.it','',4),(24,'DI ONOFRIO',' Valeria ','DI ONOFRIO Valeria ',NULL,'valeria.dionofrio@uniparthenope.it','',4),(25,'DONEGAN',' Mary Frances','DONEGAN Mary Frances','6547','donegan@uniparthenope.it','',5),(26,'DUMONTET',' Stefano','DUMONTET Stefano','6529','stefano.dumontet@uniparthenope.it','',1),(27,'FALCHI',' Ugo','FALCHI Ugo','6593','ugo.falchi@uniparthenope.it','',4),(28,'FALCO',' Pierpaolo','FALCO Pierpaolo','6359','pierpaolo.falco@uniparthenope.it','',2),(29,'FERONE',' Alessio','FERONE Alessio','6671','alessio.ferone@uniparthenope.it','',4),(30,'FERRAIOLI',' Giampaolo','FERRAIOLI Giampaolo','6769','ferraioli@uniparthenope.it','',4),(31,'FRANZESE',' Pier Paolo','FRANZESE Pier Paolo','6528','pierpaolo.franzese@uniparthenope.it','',2),(33,'FUSCO',' Giannetta','FUSCO Giannetta','6592','giannetta.fusco@uniparthenope.it','',2),(34,'GAGLIONE',' Salvatore','GAGLIONE Salvatore','6610','salvatore.gaglione@uniparthenope.it','',2),(35,'GALLETTI',' Ardelio','GALLETTI Ardelio','6607','ardelio.galletti@uniparthenope.it','',2),(37,'GIUNTA',' Giulio','GIUNTA Giulio','6546','giulio.giunta@uniparthenope.it','',1),(125,'MAURO','Alessandro','MAURO Alessandro',NULL,'alessandro.mauro@uniparthenope.it','',6),(41,'MAGNOSI',' Silvio','MAGNOSI Silvio','4825','silvio.magnosi@uniparthenope.it','',4),(43,'MARATEA',' Antonio','MARATEA Antonio','6687','antonio.maratea@uniparthenope.it','',4),(44,'MARCELLINO',' Livia','MARCELLINO Livia','6676','livia.marcellino@uniparthenope.it','',4),(45,'MAZZEO',' Filomena','MAZZEO Filomena','4973','filomena.mazzeo@uniparthenope.it','',4),(46,'MELE',' Francesco','MELE Francesco',NULL,'f.mele@cib.na.cnr.it','',6),(47,'METALLO',' Concetta','METALLO Concetta','4701','concetta.metallo@uniparthenope.it','',2),(49,'MONTELLA',' Raffaele','MONTELLA Raffaele','6672','raffaele.montella@uniparthenope.it','',4),(50,'OLIVA',' Romina','OLIVA Romina','6541','romina.oliva@uniparthenope.it','',4),(52,'PALUMBO',' Pasquale','PALUMBO Pasquale','6622','pasquale.palumbo@uniparthenope.it','',2),(53,'PAPPONE',' Gerardo','PAPPONE Gerardo','6663','gerardo.pappone@uniparthenope.it','',1),(54,'PARENTE',' Claudio','PARENTE Claudio','6608','claudio.parente@uniparthenope.it','',1),(55,'PASQUALE',' Vincenzo','PASQUALE Vincenzo','6533','vincenzo.pasquale@uniparthenope.it','',2),(135,'MERCOGLIANO','Paola','MERCOGLIANO Paola','','','',6),(131,'AULICINO','Giuseppe','AULICINO Giuseppe','','','',4),(58,'PIERINI',' Stefano','PIERINI Stefano','6503','stefano.pierini@uniparthenope.it','',1),(60,'PONTE',' Salvatore','PONTE Salvatore',NULL,'salvatore.ponte@unina2.it','',6),(61,'PREZIOSO',' Giuseppina','PREZIOSO Giuseppina','6690','pina.prezioso@uniparthenope.it','',4),(64,'RICCIO',' Angelo','RICCIO Angelo','6613','riccio@uniparthenope.it','',2),(65,'RIZZARDI',' Mariarosaria','RIZZARDI Mariarosaria','6545','rizzardi@uniparthenope.it','',2),(67,'ROTUNDI',' Alessandra','ROTUNDI Alessandra','6620','rotundi@uniparthenope.it','',1),(68,'RUSSO',' Giovanni Fulvio','RUSSO Giovanni Fulvio','6521','giovanni.russo@uniparthenope.it','',1),(69,'SALVI',' Giuseppe','SALVI Giuseppe',NULL,'giuseppe.salvi@uniparthenope.it','',4),(70,'SANDULLI',' Roberto','SANDULLI Roberto','6589','roberto.sandulli@uniparthenope.it','',1),(71,'SCAFURI',' Umberto','SCAFURI Umberto',NULL,'umberto.scafuri@na.icar.cnr.it','',6),(72,'SCAMARDELLA',' Antonio','SCAMARDELLA Antonio','6684','antonio.scamardella@uniparthenope.it','',1),(136,'CARAMIA','Pierluigi','CARAMIA Pierluigi','','','',6),(76,'STAIANO',' Antonino','STAIANO Antonino','6520','antonino.staiano@uniparthenope.it','',4),(130,'NAPOLITANO','Gaetana','NAPOLITANO Gaetana',NULL,'gaetana.napolitano@uniparthenope.it','',4),(132,'D\'AMATO','Egidio','D\'AMATO Egidio','','','',4),(80,'TROISI',' Salvatore','TROISI Salvatore','6606','troisi@uniparthenope.it','',1),(137,'COLANGELO','Francesco','COLANGELO Francesco','','','',6),(82,'ULGIATI',' Sergio','ULGIATI Sergio','6666','sergio.ulgiati@uniparthenope.it','',2),(85,'ZAMBIANCHI',' Enrico','ZAMBIANCHI Enrico','6583','enrico.zambianchi@uniparthenope.it','',1),(126,'LIOTTI','Giulio','LIOTTI Giulio',NULL,'giulio.liotti@uniparthenope.it','',6),(127,'NISCO','Maria Cristina','NISCO Maria Cristina',NULL,'mariacristina.nisco@uniparthenope.it','',6),(108,'D\'ONOFRIO','Luigi','D\'ONOFRIO Luigi',NULL,'luigi.donofrio@uniparthenope.it',NULL,2),(134,'INNO','Laura','INNO Laura','','','',4),(93,'CRISCUOLO','Patrizia','CRISCUOLO Patrizia',NULL,'patrizia.criscuolo@uniparthenope.it',NULL,6),(95,'PENNINO','SILVIA','PENNINO SILVIA',NULL,'silvia.pennino@uniparthenope.it',NULL,6),(128,'MINUTILLO','Maria Giovanna','MINUTILLO Maria Giovanna',NULL,'mariagiovanna.minutillo@uniparthenope.it','',6),(100,'PISCOPO','Vincenzo','PISCOPO Vincenzo',NULL,'vincenzo.piscopo@uniparthenope.it',NULL,4),(101,'SIMONIELLO','Palma','SIMONIELLO Palma',NULL,'palma.simoniello@uniparthenope.it',NULL,2),(116,'PASCAZIO','Vito','PASCAZIO Vito',NULL,'vito.pascazio@uniparthenope.it',NULL,6),(118,'COTRONEO','Yuri','COTRONEO Yuri',NULL,'yuri.cotroneo@uniparthenope.it',NULL,4),(133,'DONNARUMMA','Luigia','DONNARUMMA Luigia','','','',4),(121,'RUSSO G.L.','Gennaro Luca','RUSSO Gennaro Luca',NULL,'gennaroluca.russo@uniparthenope.it',NULL,6),(122,'ARIOLA','Marco','ARIOLA marco','','marco.ariola@uniparthenope.it ','',6),(123,'CASTIGLIONE','Aniello','CASTIGLIONE Aniello','','aniello.castiglione@uniparthenope.it',NULL,4),(124,'DE NINO','Maurizio','DE NINO Maurizio','','maurizio.denino@uniparthenope.it',NULL,6),(139,'MIEDICO','Michele','MIEDICO Michele','','','',6),(140,'JANNELLI','Elio','JANNELLI Elio','','','',6),(141,'IZZO','Massimiliano','IZZO Massimiliano','','','',6),(142,'VENTRIGLIA','Antonio','VENTRIGLIA Antonio','','','',6),(143,'MANFREDI','Modestino','MANFREDI Modestino','','','',6),(144,'PASCIUTO','Marco','PASCIUTO Marco','','','',6);
/*!40000 ALTER TABLE `docenti` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `forum_messages`
--
DROP TABLE IF EXISTS `forum_messages`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `forum_messages` (
`message_id` int(11) NOT NULL AUTO_INCREMENT,
`message_id_parent` int(11) NOT NULL,
`message_title` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
`author` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
`message_desc` varchar(256) COLLATE utf8_unicode_ci NOT NULL,
`date_add` datetime NOT NULL,
`date_update` datetime NOT NULL,
`smile_id` int(11) NOT NULL,
PRIMARY KEY (`message_id`)
) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `forum_messages`
--
LOCK TABLES `forum_messages` WRITE;
/*!40000 ALTER TABLE `forum_messages` DISABLE KEYS */;
INSERT INTO `forum_messages` VALUES (1,0,'prova','frank','dsadasd','2016-10-11 17:56:00','0000-00-00 00:00:00',1),(2,0,'aaa','aaaaa','aaaa','2016-10-11 17:57:00','0000-00-00 00:00:00',1),(3,0,'1','franco','ciao','2016-10-11 18:03:00','0000-00-00 00:00:00',1),(4,0,'test','frank','ssss','2016-10-11 18:11:00','0000-00-00 00:00:00',1),(5,0,'2','1','xxx','2016-10-11 18:17:00','0000-00-00 00:00:00',1),(6,0,'TOPIC 1','frank','Questa è una prova di scrittura nel forum spaziobioetico','2016-10-11 18:41:00','0000-00-00 00:00:00',1),(7,6,'risposta','mike','questa è la mia risposta al topic precedente sempre nel forum spazio bioetico','2016-10-11 18:43:00','0000-00-00 00:00:00',1),(8,6,'topic1','giuseppe','questa è la seconda risposta al topic n.1 sempre nel sito o forum spazio bioetico','2016-10-11 18:44:00','0000-00-00 00:00:00',1),(9,0,'questo è un nuovo post','frank','sdjshckjS scnnvkjn','2016-10-25 08:55:00','0000-00-00 00:00:00',1);
/*!40000 ALTER TABLE `forum_messages` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `indice_ins_prof`
--
DROP TABLE IF EXISTS `indice_ins_prof`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `indice_ins_prof` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`id_docente` int(11) NOT NULL,
`id_insegna` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=194 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `indice_ins_prof`
--
LOCK TABLES `indice_ins_prof` WRITE;
/*!40000 ALTER TABLE `indice_ins_prof` DISABLE KEYS */;
INSERT INTO `indice_ins_prof` VALUES (1,69,1),(2,82,3),(3,108,5),(4,4,4),(5,6,6),(6,45,7),(7,37,8),(8,37,9),(9,71,10),(10,72,13),(11,76,14),(12,60,15),(13,43,16),(14,43,17),(15,19,18),(16,23,19),(173,9,189),(172,70,187),(144,14,22),(20,17,24),(21,37,25),(22,37,26),(23,44,27),(24,44,28),(25,54,29),(26,64,32),(163,109,179),(155,106,48),(29,15,36),(30,33,37),(162,23,179),(32,68,41),(33,47,42),(34,47,43),(35,57,44),(36,45,45),(156,67,46),(38,52,47),(157,65,76),(40,67,49),(41,67,50),(170,7,185),(169,5,185),(44,58,53),(168,80,184),(167,14,181),(47,17,58),(166,53,180),(49,36,61),(50,122,169),(165,112,48),(52,24,64),(53,26,67),(54,29,68),(55,29,69),(56,26,70),(57,88,72),(58,88,73),(59,88,74),(158,82,176),(164,111,48),(62,35,77),(63,108,78),(64,100,56),(65,20,80),(66,20,81),(67,9,82),(68,55,84),(69,122,85),(70,58,86),(71,46,87),(73,80,89),(74,34,91),(75,61,92),(160,109,19),(77,85,94),(78,9,96),(152,68,173),(178,14,192),(81,47,100),(151,31,174),(83,37,103),(84,65,104),(85,16,105),(86,30,106),(87,12,107),(88,71,109),(89,57,110),(90,52,112),(91,72,113),(93,7,159),(94,54,116),(95,7,118),(96,16,119),(97,57,120),(98,29,121),(181,116,194),(100,72,124),(101,72,125),(102,11,126),(103,11,127),(104,49,128),(105,54,131),(106,54,133),(107,49,136),(108,81,138),(109,54,139),(110,85,140),(111,80,142),(150,9,172),(113,31,146),(114,57,147),(149,121,171),(116,68,151),(117,101,152),(118,70,153),(161,82,178),(120,92,155),(145,34,168),(122,80,157),(171,113,186),(124,5,159),(125,100,160),(126,93,161),(127,80,163),(128,12,1),(129,65,8),(130,65,9),(131,69,10),(132,12,14),(133,110,35),(154,106,46),(135,28,98),(136,16,103),(137,16,104),(138,29,109),(139,12,119),(159,47,17),(148,80,60),(142,72,164),(146,108,79),(174,28,189),(175,28,82),(177,114,190),(179,53,191),(180,115,110),(193,124,196),(184,123,114),(185,115,44),(186,123,115),(187,115,120),(188,76,120),(189,72,188),(190,1,182);
/*!40000 ALTER TABLE `indice_ins_prof` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `insegnamenti`
--
DROP TABLE IF EXISTS `insegnamenti`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `insegnamenti` (
`id_insegna` int(11) NOT NULL AUTO_INCREMENT,
`id_docente` int(11) NOT NULL,
`id_docente_bis` int(11) DEFAULT NULL,
`insegnamento` varchar(128) NOT NULL,
`nominativo` varchar(128) NOT NULL,
`link_pdf` varchar(256) NOT NULL,
`id_corso_di_laurea` int(11) NOT NULL,
`corsodilaurea` varchar(32) DEFAULT NULL,
`id_tipo_laurea` int(11) NOT NULL,
`settore` varchar(12) NOT NULL,
`cfu` varchar(12) NOT NULL,
`ind_ambito` varchar(16) NOT NULL,
`ambito` varchar(16) NOT NULL,
`classe` varchar(16) NOT NULL,
PRIMARY KEY (`id_insegna`),
KEY `insegnamento` (`insegnamento`)
) ENGINE=InnoDB AUTO_INCREMENT=197 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `insegnamenti`
--
LOCK TABLES `insegnamenti` WRITE;
/*!40000 ALTER TABLE `insegnamenti` DISABLE KEYS */;
INSERT INTO `insegnamenti` VALUES (1,69,12,'Algoritmi e strutture dati e Lab. di algoritmi e strutture dati P. I e II','Salvi, Camastra','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*9855*3593&ANNO_ACCADEMICO=2017&mostra_percorsi=S',1,'INF DM 47',1,'INF/01','12 (6+6)','','B','L 31'),(4,4,0,'Analisi matematica I','Amadori','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=5CFE33B97BF5DE329AE52B757AA44ED8.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*10137*2648&ANNO_ACCADEMICO=2017&mostra_percorsi=S',3,'SNAMO',1,'MAT/05','9','','A','L 28\n'),(5,108,0,'Analisi matematica II ','D\'Onofrio','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*9854*2646&ANNO_ACCADEMICO=2017&mostra_percorsi=S',3,'SNAMO',1,'MAT/05','6','','B','L 28'),(7,45,0,'Anatomia umana ','Mazzeo','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9894*3499&ANNO_ACCADEMICO=2017&mostra_percorsi=S',2,'SB ',1,'BIO/16','6','','D','L 13'),(8,37,65,'Applicazioni di calcolo scientifico e Lab. ACS (Parte I e II)','Giunta, Rizzardi','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*A1*9899*2577&ANNO_ACCADEMICO=2017&mostra_percorsi=S',4,'M INF APPL',2,'MAT/08','12 (6+6)','','C','LM 18'),(9,37,65,'Applicazioni di calcolo scientifico e Lab. ACS (Parte I e II)','Giunta, Rizzardi','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*A1*9899*3844&ANNO_ACCADEMICO=2017&mostra_percorsi=S',5,'M STN',2,'MAT/08','9 (6+3)','','C','LM 72'),(10,71,69,'Architettura dei calcolatori e Laboratorio di architet dei cal. ','Scafuri, Salvi','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*9856*2649&ANNO_ACCADEMICO=2017&mostra_percorsi=S',1,'INF DM 47',1,'INF/01','12 (6+6)','','A','L 31'),(13,72,0,'Architettura e statica della nave II','Scamardella','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*9913*3692&ANNO_ACCADEMICO=2017&mostra_percorsi=S',5,'M STN',2,'ING-IND/01','6','','B','LM 72\n'),(14,76,12,'Architetture e programmazione di reti avanzate e Lab. di APRA (Parte I e II)','Staiano, Camastra','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*A1*9900*2589&ANNO_ACCADEMICO=2017&mostra_percorsi=S',4,'M INF APPL',2,'INF/01','12 (6+6)','','B','LM 18'),(15,60,0,'Avionica ','Ponte','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9839*2619&ANNO_ACCADEMICO=2017&mostra_percorsi=S',3,'SNA',1,'ING-IND/05','6','','D','L 28'),(16,43,0,'Basi di dati e Laboratorio di basi di dati','Maratea','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9857*4061&ANNO_ACCADEMICO=2017&mostra_percorsi=S',1,'INF',1,'INF/01','9','','B','L 31'),(17,43,47,'Basi di dati II e Lab. BD II','Maratea, Metallo','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9901*2572&ANNO_ACCADEMICO=2017&mostra_percorsi=S',4,'M INF APPL ',2,'INF/01','9','','B','LM 18\n'),(18,19,0,'Biochimica clinica e patologia generale','D\'angelo','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*9895*3504&ANNO_ACCADEMICO=2017&mostra_percorsi=S',2,'SB',1,'BIO/12','6','','D','L 13'),(19,23,109,'Biochimica con laboratorio ','Di Donato, Masullo','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*9877*3466&ANNO_ACCADEMICO=2017&mostra_percorsi=S',2,'SB',1,'BIO/10','9','','B','L 13'),(22,14,0,'Biologia e fisiologia vegetale (Parte I e II)','Casoria','',2,'SB',1,'BIO/01 - BIO','12 (8+4)','','A','L 13'),(24,17,0,'Biologia molecolare','Ciccodicola','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9881*3468&ANNO_ACCADEMICO=2017&mostra_percorsi=S',2,'SB',1,'BIO/11','6','','D','L 13'),(25,37,0,'Calcolo numerico','Giunta','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9858*3344&ANNO_ACCADEMICO=2017&mostra_percorsi=S',1,'INF',1,'MAT/08','6','','A','L 31'),(26,37,NULL,'Calcolo numerico e matematica applicata ','Giunta','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9858*2467&ANNO_ACCADEMICO=2017&mostra_percorsi=S',3,'SNA',1,'MAT/08','6','','A','L 28'),(27,44,0,'Calcolo parallelo e distribuito ','Marcellino','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9859*4020&ANNO_ACCADEMICO=2017&mostra_percorsi=S',1,'INF',1,'MAT/08','6','','C','L 31'),(28,44,0,'Calcolo parallelo e distribuito II e Lab. CPD','Marcellino','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*9902*2590&ANNO_ACCADEMICO=2017&mostra_percorsi=S',4,'M INF APPL',2,'MAT/08','6','','C','LM 18'),(29,54,0,'Cartografia numerica e GIS ','Parente','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*9875*2654&ANNO_ACCADEMICO=2017&mostra_percorsi=S',3,'SNA',1,'ICAR/06','6','NR','C','L28'),(32,64,0,'Chimica fisica ','Riccio','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9882*3542&ANNO_ACCADEMICO=2017&mostra_percorsi=S',2,'SB',1,'CHIM/02','6','','A','L 13\n'),(35,110,0,'Chimica generale ed inorg. con laboratorio ','Roviello','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*9883*3459&ANNO_ACCADEMICO=2017&mostra_percorsi=S',2,'SB',1,'CHIM/03','9','','A','L 13\n'),(36,15,0,'Chimica organica ambientale con Lab.','Chianese','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9884*3978&ANNO_ACCADEMICO=2017&mostra_percorsi=S',2,'SB',1,'CHIM/12','6','','A','L 13\n'),(37,37,0,'Climatologia ','Fusco','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9914*3855&ANNO_ACCADEMICO=2017&mostra_percorsi=S',5,'M STN',2,'GEO/12','6','','B','LM 72'),(41,68,0,'Ecologia ','Russo','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*9886*2545&ANNO_ACCADEMICO=2017&mostra_percorsi=S',2,'SB',1,'BIO/07','9','','B','L 13'),(42,47,0,'Economia e organizzazione aziendale','Metallo','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9860*4023&ANNO_ACCADEMICO=2017&mostra_percorsi=S',1,'INF',1,'SECS-P/10','6','','C','L 31\n'),(43,47,0,'Economia e organizzazione aziendale','Metallo','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9860*3847&ANNO_ACCADEMICO=2017&mostra_percorsi=S',5,'M STN',2,'SECS-P/10','6','','B','LM 72\n'),(44,57,115,'Elaborazione delle immagini Parte.I e Parte II','Petrosino, Narducci','https://uniparthenope.esse3.cineca.it/Guide/PaginaRicercaInse.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01',1,'INF',1,'INF/01','6','','B','L 31'),(45,45,0,'Farmacologia e tossicologia ','Mazzeo','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9887*3454&ANNO_ACCADEMICO=2017&mostra_percorsi=S',2,'SB',1,'BIO/14','9','','B','L 13'),(46,67,106,'Fisica Parte I e II','Rotundi, Napolitano ','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9862*3598&ANNO_ACCADEMICO=2017&mostra_percorsi=S',1,'INF',1,'FIS/01','6','','B','L 31\n'),(47,52,0,'Fisica con laboratorio ','Palumbo','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9888*3464&ANNO_ACCADEMICO=2017&mostra_percorsi=S',2,'SB',1,'FIS/05','6','','B','L 13\n'),(48,111,0,'Fisica I (A-L Prof Conventi, M-Z Prof Rossi)','Conventi','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*A1*A-L*S2*10190*1891&ANNO_ACCADEMICO=2017&mostra_percorsi=S',3,'SNAMO',1,'FIS/05','9','','A','L 28\n'),(49,67,0,'Fisica II','Rotundi','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*9840*2651&ANNO_ACCADEMICO=2017&mostra_percorsi=S',3,'SNA',1,'FIS/05','6','','A','L 28'),(50,67,0,'Fisica per i sistemi e applicazioni ','Rotundi','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*9903*2588&ANNO_ACCADEMICO=2017&mostra_percorsi=S',4,'M INF APP',2,'FIS/05','6 ','','C','LM 18'),(53,58,0,'Fluidodinamica dell\'oceano e dell\'atmosfera','Pierini','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*9836*2624&ANNO_ACCADEMICO=2017&mostra_percorsi=S',3,'SNA',1,'GEO/12','6','MO','D','L 28'),(58,17,0,'Genetica','Ciccodicola','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*9896*2558&ANNO_ACCADEMICO=2017&mostra_percorsi=S',2,'SB',1,'BIO/18','6','','D','L 13'),(60,80,0,'Geodesia e Navigazione','Troisi','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*10139*2562&ANNO_ACCADEMICO=2017&mostra_percorsi=S',4,'M INF APPL',2,'ICAR/06','9','GEO','D','LM 18\n'),(64,24,0,'Igiene ','Di Onofrio','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*9889*3486&ANNO_ACCADEMICO=2017&mostra_percorsi=S',2,'SB',1,'MED/42','9','','B','L 13'),(67,26,0,'Indicatori biologici','Dumontet','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9890*3476&ANNO_ACCADEMICO=2017&mostra_percorsi=S',2,'SB',1,'AGR/13','9','','C','L 13'),(68,29,0,'Informatica con elementi di bioinformatica ','Ferone','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*10138*3979&ANNO_ACCADEMICO=2017&mostra_percorsi=S',2,'SB',1,'INF/01','6','','A','L 13'),(69,29,0,'Informatica di base e laboratorio','Ferone','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*10138*6674&ANNO_ACCADEMICO=2017&mostra_percorsi=S',3,'SNA',1,'INF/01','6','','A','L 28\n'),(70,26,0,'Inquinamento e protezione ambientale','Dumontet','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9897*3993&ANNO_ACCADEMICO=2017&mostra_percorsi=S',2,'SB',1,'AGR/13','6','','D','L 13\n'),(72,88,0,'Lingua Inglese (colloquio)','Donegan Mary Frances','',1,'INF',1,'L-LIN/12','4','','E','L 31'),(73,88,0,'Lingua Inglese (colloquio)','Donegan Mary Frances','',8,'SNAMO',1,'L-LIN/12','3','','E','L 28'),(74,88,0,'Lingua Inglese (colloquio)','Donegan Mary Frances','',2,'SB',1,'L-LIN/12','3','','E','L 13'),(76,65,0,'Matematica applicata e computazionale ','Rizzardi','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*9863*4013&ANNO_ACCADEMICO=2017&mostra_percorsi=S',1,'INF',1,'MAT/08','6','SA','D','L 31'),(77,35,0,'Matematica e statistica ','Galletti','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*9891*2556&ANNO_ACCADEMICO=2017&mostra_percorsi=S',2,'SB',1,'MAT/08','9','','A','L 13'),(78,108,0,'Matematica I','D\'Onofrio','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*9864*2471&ANNO_ACCADEMICO=2017&mostra_percorsi=S',1,'INF',1,'MAT/05\n','9','','A','L 31\n'),(79,108,NULL,'Matematica II ','D\'Onofrio','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*9865*3601&ANNO_ACCADEMICO=2017&mostra_percorsi=S',1,'INF',1,'MAT/05\n','9','','A','L 31'),(80,20,0,'Meccanica del volo ','Del Core ','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9842*2643&ANNO_ACCADEMICO=2017&mostra_percorsi=S',3,'SNA',1,'ING-IND/03','9','','B','L 28\n'),(81,20,0,'Meccanica del volo II','Del Core ','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*9916*2512&ANNO_ACCADEMICO=2017&mostra_percorsi=S',5,'M STN',2,'ING-IND/03','6','','B','LM 72\n'),(82,9,28,'Meteorologia Parte I e Parte II','Budillon, Falco','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9843*2640&ANNO_ACCADEMICO=2017&mostra_percorsi=S',3,'SNA',1,'GEO/12','9','','B','LM 28\n'),(84,55,0,'Microbiologia generale con laboratorio ','Pasquale','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9892*3465&ANNO_ACCADEMICO=2017&mostra_percorsi=S',2,'SB',1,'BIO/19','9','','B','L 13'),(85,122,0,'Modellistica applicata ai sistemi di navigazione','Airola M\nmutuato Dip. Ingegneria (Teoria dei sistemi)','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*10188*3891&ANNO_ACCADEMICO=2017&mostra_percorsi=S',5,'M STN',2,'ICAR/06','6','NAMR','D','LM 72'),(86,58,0,'Modellistica meteo-oceanografica e climatologica','Pierini','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*9917*3846&ANNO_ACCADEMICO=2017&mostra_percorsi=S',5,'M STN',2,'GEO/12','9','','B','LM 72'),(87,46,0,'Multimedia semantico e Laboratorio di MS','Mele','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9906*3836&ANNO_ACCADEMICO=2017&mostra_percorsi=S',4,'M INF APPL',2,'INF/01','9','TM','D','LM 18'),(89,80,0,'Navigazione astronomica ','Troisi','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9845*2621&ANNO_ACCADEMICO=2017&mostra_percorsi=S',3,'SNA',1,'ICAR/06','9','NR','D','L 28'),(91,34,0,'Navigazione inerziale e integrata','Gaglione','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9918*3858&ANNO_ACCADEMICO=2017&mostra_percorsi=S',5,'M STN',2,'ICAR/06','6','NAMR','D','LM 72\n'),(92,61,0,'Navigazione satellitare','Prezioso','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*9919*3864&ANNO_ACCADEMICO=2017&mostra_percorsi=S',5,'M STN',2,'ICAR/06','9','','B','LM 72'),(94,85,0,'Oceanografia ','Zambianchi','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9847*2641&ANNO_ACCADEMICO=2017&mostra_percorsi=S',3,'SNA',1,'GEO/12','9','','C','L 28'),(96,9,0,'Oceanografia costiera e misure ','Budillon','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9920*2618&ANNO_ACCADEMICO=2017&mostra_percorsi=S',5,'M STN',2,'GEO/12','6','SC','d','LM 72'),(98,28,0,'Oceanografia polare','Falco','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9848*2613&ANNO_ACCADEMICO=2017&mostra_percorsi=S',3,'SNA',1,'GEO/12 ','6','MO','D','L 28'),(100,47,0,'Organizzazione dei servizi per la navigazione marittima','Metallo','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9850*2629&ANNO_ACCADEMICO=2017&mostra_percorsi=S',3,'SNA',1,'SECS-P/10','9','NR','D','L 28'),(103,37,16,'Programmazione I e Laboratorio di programmaz. I','Giunta, Ciaramella','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*9866*2666&ANNO_ACCADEMICO=2017&mostra_percorsi=S',1,'INF',1,'INF/01','12 (6+6)','','A','L 31'),(104,65,16,'Programmazione II e Laboratorio di programmaz. II','Rizzardi, Ciaramella','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9867*2667&ANNO_ACCADEMICO=2017&mostra_percorsi=S',1,'INF',1,'INF/01','9 (6+3)','','B','L 31'),(105,16,0,'Programmazione III e Laboratorio di programmazione III','Ciaramella','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*9868*3602&ANNO_ACCADEMICO=2017&mostra_percorsi=S',1,'INF',1,'INF/01','6','','B','L 31'),(106,30,0,'Radar e radioaiuti alla navigazione ','Ferraioli','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*9922*2721&ANNO_ACCADEMICO=2017&mostra_percorsi=S',5,'M STN',2,'ING-INF/03','9','','B','LM 72\n'),(107,12,0,'Realta\' virtuale','Camastra','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*9871*2605&ANNO_ACCADEMICO=2017&mostra_percorsi=S',1,'INF',1,'INF/01','6','TM','D','L 31'),(109,71,29,'Reti di calcolatori e Laboratorio di reti di calcolatori (Parte I e II)','Scafuri, Ferone','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*9869*3603&ANNO_ACCADEMICO=2017&mostra_percorsi=S',1,'INF ',1,'INF/01','9 (6+3)','','B','L 31'),(110,57,115,'Riconoscimento e classificazione di forme (Parte I e II)','Petrosino, Narducci','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*9907*2563&ANNO_ACCADEMICO=2017&mostra_percorsi=S',4,'M INF APPL',2,'INF/01','9 ','','B','LM 18'),(112,11,0,'Scienze e tecnologie spaziali','Palumbo','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9923*3866&ANNO_ACCADEMICO=2017&mostra_percorsi=S',5,'M STN',2,'FIS/05','9','','C','LM 72\n'),(113,100,0,'Sicurezza della nave e della navigazione','Piscopo','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9924*3888&ANNO_ACCADEMICO=2017&mostra_percorsi=S',5,'M STN',2,'ING-IND/02','6','NAMR','d','LM 72'),(114,123,0,'Sicurezza dei sistemi informatici ','Aniello CASTIGLIONE','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9908*2571&ANNO_ACCADEMICO=2017&mostra_percorsi=S',1,'INF',1,'INF/01','6','SA','d','L 31'),(115,123,0,'Sicurezza dei sistemi informatici e Lab. SSI','Aniello CASTIGLIONE','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9908*4095&ANNO_ACCADEMICO=2017&mostra_percorsi=S',4,'M INF APPL',2,'INF/01','6','SA','d','LM 18'),(116,54,0,'Sistemi informativi geografici e Lab. GIS Mod 1 e2','Parente','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*9875*6582&ANNO_ACCADEMICO=2017&mostra_percorsi=S',1,'INF',1,'ICAR/06','9','','C','L 31'),(118,7,0,'Sistemi informativi territoriali e Lab. SIT','Aucelli','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*9909*2583&ANNO_ACCADEMICO=2017&mostra_percorsi=S',4,'M INF APPL',2,'GEO/04','6','','C','LM 18'),(119,16,12,'Sistemi multimediali e Lab. di sistemi multimediali (Parte I e II)','Ciaramella, Camastra','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9910*2565&ANNO_ACCADEMICO=2017&mostra_percorsi=S',4,'M INF APPL',2,'INF/01','9 (6+3)','','B','LM 18'),(120,57,115,'Sistemi operativi e Laboratorio di sistemi operativi (Parte I, Parte II e Parte III)','Petrosino, Narducci, Staiano','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9870*3226&ANNO_ACCADEMICO=2017&mostra_percorsi=S',1,'INF',1,'INF/01','6 (3+3)','','B','L 31'),(121,29,0,'Sistemi operativi distribuiti e Lab. di sistemi operativi distribuiti','Ferone ','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9911*2574&ANNO_ACCADEMICO=2017&mostra_percorsi=S',4,'M INF APPL',2,'INF/01','6','','B','LM-18'),(124,72,0,'Tecnologia delle costruzioni ed allestimento navale ','Scamardella','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*9853*2501&ANNO_ACCADEMICO=2017&mostra_percorsi=S',3,'SNA',1,'ING-IND/02','6','NR','D','L 28'),(125,72,0,'Tecnologia delle costruzioni ed allestimento navale ','Scamardella','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*9853*3890&ANNO_ACCADEMICO=2017&mostra_percorsi=S',5,'M STN',2,'ING-IND/02','6','NAMR','D','LM 72'),(128,49,0,'Tecnologie Web ','Montella','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9872*2607&ANNO_ACCADEMICO=2017&mostra_percorsi=S',1,'INF',1,'INF/01','6','SA/TM','D','L 31'),(131,54,0,'Telerilevamento ','Parente','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9926*3848&ANNO_ACCADEMICO=2017&mostra_percorsi=S',5,'M STN',2,'ICAR/06','6','NAMR','D','LM 72'),(133,54,0,'Telerilevamento ','Parente','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9926*2498&ANNO_ACCADEMICO=2017&mostra_percorsi=S',1,'INF',1,'ICAR/06','6','GEO','D','L 31'),(136,49,0,'Terminali mobili e multimedialit','Montella','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=42DA0708995913E1BDC963160A168387.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9873*2596&ANNO_ACCADEMICO=2017&mostra_percorsi=S',1,'INF',1,'INF/01','6','TM/GEO','L 31','D'),(139,54,0,'Topografia e idrografia ','Parente','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9927*3889&ANNO_ACCADEMICO=2017&mostra_percorsi=S',5,'M STN',2,'ICAR/06','6','NAMR','D','LM 72\n'),(140,85,0,'Trasporto e diffusione nell\'oceano e nell\'atmosfera','Zambianchi','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9928*3867&ANNO_ACCADEMICO=2017&mostra_percorsi=S',5,'M STN',2,'GEO/12','6','SC','D','LM 72\n'),(142,80,0,'Trattamento statistico delle osservazioni ','Troisi','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9874*4014&ANNO_ACCADEMICO=2017&mostra_percorsi=S',1,'INF',1,'ICAR/06','6','GEO','D','L 31'),(147,57,0,'Visione computazionale ','Petrosino','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*11080*2564&ANNO_ACCADEMICO=2017&mostra_percorsi=S',4,'M INF APPL',2,'INF/01','6','TM','D','LM 18'),(149,70,0,'Biologia marina ','Sandulli','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9880*2701&ANNO_ACCADEMICO=2017&mostra_percorsi=S',2,'SB',1,'BIO/07','6','','D','LM 75'),(152,101,NULL,'Biologia dello sviluppo e filogenesi animale','Simoniello','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*9879*3989&ANNO_ACCADEMICO=2017&mostra_percorsi=S',2,'SB',1,'BIO/06','9','','B','L 13'),(153,70,1,'Biologia e fisiologia animale (parte I e II)','Sandulli','',2,'SB',1,'BIO/05 - /09','12 (9+3)','','A','L 13'),(155,92,NULL,'Citologia e Istologia con Lab.','Rosati','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*9885*3982&ANNO_ACCADEMICO=2017&mostra_percorsi=S',2,'SB',1,'BIO/06','6','','A','L 13'),(157,80,0,'Geodesia e Navigazione','Troisi','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*10139*2562&ANNO_ACCADEMICO=2017&mostra_percorsi=S',8,'SNAMO',1,'ICAR/06','9','GEO','B','LM 28\n'),(159,7,0,'Sedimentologia e analisi dei sistemi costieri Parte I e II','Aucelli','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9851*2625&ANNO_ACCADEMICO=2017&mostra_percorsi=S',3,'SNA',1,'GEO/02','9','MO','d','L 28'),(160,100,0,'Sicurezza della nave e della navigazione','Piscopo','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9924*2628&ANNO_ACCADEMICO=2017&mostra_percorsi=S',3,'SNA',1,'ING-IND/02','6','NR','D','L 28'),(161,93,NULL,'Tecniche di simulazione in air traffic control','Criscuolo','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*9925*3630&ANNO_ACCADEMICO=2017&mostra_percorsi=S',5,'M STN',2,'ING-IND/05','6','NAMR','D','LM-72'),(163,80,0,'Tecniche di stima per il rilievo e la navigazione','Troisi','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9874*2622&ANNO_ACCADEMICO=2017&mostra_percorsi=S',3,'SNA',1,'ICAR/06','6','','D','L 28'),(164,72,0,'Architettura e statica della nave','Scamardella','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9838*2680&ANNO_ACCADEMICO=2017&mostra_percorsi=S',5,'SNA ',2,'ING-IND/01','6','','B','L28\n'),(168,34,0,'Navigazione radioelettronica','Gaglione','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*9846*2679&ANNO_ACCADEMICO=2017&mostra_percorsi=S',3,'SNA',1,'ICAR/06','9 (6+3)','NR','B','L 28'),(170,34,0,'Navigazione aerea','Gaglione','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9844*6514&ANNO_ACCADEMICO=2017&mostra_percorsi=S',3,'SNA',1,'ICAR/06','6','NR/GSV','D','L 28'),(171,121,0,'Gestione dell\'informazione e della conoscenza in applicazioni complesse','Russo Gennaro Luca','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*11079*6584&ANNO_ACCADEMICO=2017&mostra_percorsi=S',4,'M INF APPL ',2,'INF/01','6','','D','LM 18\n'),(172,9,0,'Oceanografia costiera','Budillon','',7,'M BIPAA',2,'GEO/12','6','SC','','LM 6'),(173,68,0,'Ecologia marina e limnologia (Modulo 1 di Ecologia degli ambienti acquatici) \n* Esame unico','Russo ','',7,'M BIPAA',2,'BIO/07','6','','','LM 6'),(174,31,0,'Ecologia sistemica e valutazione ambientale (Modulo 2 di Ecologia degli ambienti acquatici) \n* Esame unico','Franzese','',7,'M BIPAA',2,'BIO/07','6','','','LM 6'),(176,82,NULL,'Analisi del ciclo di vita con laboratorio','Ulgiati','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9876*3975&ANNO_ACCADEMICO=2017&mostra_percorsi=S',2,'SB',1,'','9','','',''),(177,68,NULL,'Biologia della conservazione','Russo','https://uniparthenope.esse3.cineca.it/Guide/PaginaRicercaInse.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01',2,'SB',1,'BIO/07','6','','D','L 13'),(178,82,NULL,'Certificazione ambientale di qualità','Ulgiati','',7,'M BiPAA',2,'CHIM/12','6','','V','LM 6'),(179,23,109,'Enzimologia parte I e Parte II','Di Donato, Masullo','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*11078*6672&ANNO_ACCADEMICO=2017&mostra_percorsi=S',2,'SB',1,'BIO/10','6','','D','L 13'),(180,53,NULL,'Fisiografia e geodinamica del bacino del Mediterraneo','Pappone','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9837*6671&ANNO_ACCADEMICO=2017&mostra_percorsi=S',3,'SNA',1,'GEO/02','6','','D','L 28'),(181,14,NULL,'Fisiologia vegetale','Casoria','',2,'SB',1,'BIO/04','6','','D','L 13'),(182,1,NULL,'Fisiologia generale','Agnisola','',2,'SB',1,'BIO/09','6','','D','L 13'),(183,27,NULL,'Fotogrammetria','Falchi','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*9852*2642&ANNO_ACCADEMICO=2017&mostra_percorsi=S',1,'SNA ',1,'ICAR/06','6','','D','L 28'),(184,80,0,'Geodesia e Navigazione','Troisi','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*10139*2562&ANNO_ACCADEMICO=2017&mostra_percorsi=S',3,'SNA',1,'ICAR/06','9','GEO','B','LM 28\n'),(185,5,7,'Geologia e geomorfologia degli ambienti acquatici Mod I e II','Amodio, Aucelli','',7,'BiPAA',1,'GEO/02 e GEO','6','','D','LM 6'),(186,113,NULL,'Impianti e sistemi aereospaziali','DELLA CORTE','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*9915*6518&ANNO_ACCADEMICO=2017&mostra_percorsi=S',5,'M STN',2,'ING-IND/05','6','','D','LM 72'),(187,70,NULL,'Biologia della pesca','Sandulli','',8,'BiPAA',2,'BIO/05','6','','D','LM 6'),(188,72,NULL,'Manovrabilità e tenuta della nave al mare','Scamardella','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9841*2623&ANNO_ACCADEMICO=2017&mostra_percorsi=S',3,'SNA ',1,'ING-IND/05','9','','C','L 28'),(189,9,28,'Meteorologia Parte I e Parte II','Budillon, Falco','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9843*2640&ANNO_ACCADEMICO=2017&mostra_percorsi=S',3,'SNAMO',1,'GEO/12','9','','B','LM 28\n'),(190,114,0,'Organizzazione dei servizi per la navigazione aerea','Ciaburri','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*9849*2630&ANNO_ACCADEMICO=2017&mostra_percorsi=S',3,'SNA',1,'ING-IND/05','6','GSV','D','L 28'),(191,53,NULL,'Paleoclimatologia e metodi di analisi paleoclimatica','Pappone','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S1*9921*6673&ANNO_ACCADEMICO=2017&mostra_percorsi=S',5,'M STN',2,'GEO/02','6','','','LM 72'),(192,14,NULL,'Piante alimentari e medicinali','Casoria','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9898*3886&ANNO_ACCADEMICO=2017&mostra_percorsi=S',2,'SB',1,'BIO/01','6','','D','LM 13'),(194,116,0,'Reti e imaging radar mod.1 e mod.2','Pascazio','',4,'M INF APP',2,'INF/01','9 (3+6)','','B','LM 72'),(195,112,0,'Fisica I (A-L Prof Conventi, M-Z Prof Rossi)','Rossi','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*A1*M-Z*S2*10190*1891&ANNO_ACCADEMICO=2017&mostra_percorsi=S',3,'SNAMO',1,'FIS/05','9','','A','L 28\n'),(196,124,NULL,'Computer graphics: Animation and Simulation','De Nino','https://uniparthenope.esse3.cineca.it/Guide/PaginaADErogata.do;jsessionid=079C2F94A8B97E13B361F573C52EBB21.esse3-uniparthenope-prod-01?ad_er_id=2017*N0*N0*S2*9905*2579&ANNO_ACCADEMICO=2017&mostra_percorsi=S',4,'M INF APP',2,'INF/01','6','','B','LM 18');
/*!40000 ALTER TABLE `insegnamenti` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `materiali`
--
DROP TABLE IF EXISTS `materiali`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `materiali` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`id_doc` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
`id_num` int(11) DEFAULT NULL,
`nome` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
`link` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
`descrizione` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=37 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `materiali`
--
LOCK TABLES `materiali` WRITE;
/*!40000 ALTER TABLE `materiali` DISABLE KEYS */;
INSERT INTO `materiali` VALUES (26,'mariarosaria.rizzardi',NULL,NULL,'201705150918270.src.zip','LaurentCoeffs src'),(27,'mariarosaria.rizzardi',NULL,NULL,'201705150951540.LaurentCoeffs_UG.zip','LaurentCoeffs User Guide (zip)'),(28,'enrico.zambianchi',NULL,NULL,'201805091233150.lincei_litter.pdf','poster su marine litter 2017'),(35,'giulio.giunta',NULL,NULL,NULL,NULL),(34,'giovanni.russo',NULL,NULL,'201812080722330.Pubblicazioni_RUSSO_2018.pdf','Pubblicazioni'),(36,'giulio.giunta',NULL,NULL,'201911221054280.Pubblicazioni Scopus Giunta-11-2019.pdf','Pubblicazioni Scopus - 11/2019');
/*!40000 ALTER TABLE `materiali` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `page_docenti`
--
DROP TABLE IF EXISTS `page_docenti`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `page_docenti` (
`id_nomina` int(11) NOT NULL AUTO_INCREMENT,
`id_docente` int(11) DEFAULT NULL,
`user_doc` varchar(64) DEFAULT NULL,
`nominativo` varchar(128) NOT NULL,
`first_name` varchar(64) NOT NULL,
`last_name` varchar(64) NOT NULL,
`fotoxx` varchar(128) DEFAULT NULL,
`testox` text,
`telefo` varchar(36) DEFAULT NULL,
`emailx` varchar(64) DEFAULT NULL,
`sitoal` varchar(128) DEFAULT NULL,
`currxx` varchar(128) DEFAULT NULL,
`pubbli` varchar(128) DEFAULT NULL,
`orario` varchar(256) DEFAULT NULL,
`stanza` varchar(48) DEFAULT NULL,
`link_insegnamenti` varchar(255) DEFAULT NULL,
`calendario_link` varchar(128) DEFAULT NULL,
`prenotazioni_link` varchar(128) DEFAULT NULL,
`date_appelli` text,
`skype_contact` varchar(64) DEFAULT NULL,
`research_gate` varchar(128) DEFAULT NULL,
`currxx_text` longtext,
`pubbli_text` longtext,
`materiali_text` longtext,
`ruolo` int(11) DEFAULT NULL,
PRIMARY KEY (`id_nomina`)
) ENGINE=InnoDB AUTO_INCREMENT=146 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `page_docenti`
--
LOCK TABLES `page_docenti` WRITE;
/*!40000 ALTER TABLE `page_docenti` DISABLE KEYS */;
INSERT INTO `page_docenti` VALUES (2,2,'alessia.albanese','ALBANESE Alessia','ALBANESE',' Alessia','images/photos/standard.jpg','','','alessia.albanese@uniparthenope.it',NULL,NULL,NULL,'','',NULL,'Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,'','','',0),(4,4,'annalisa.amadori','AMADORI Annalisa','AMADORI',' Annalisa','images/photos/standard.jpg','','6624','annalisa.amadori@uniparthenope.it',NULL,NULL,NULL,'','','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6CD65BE4CA795E3BD1C27D90D0377B47.esse3-uniparthenope-prod-01?docente_id=1344&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,'','','',0),(5,5,'sabrina.amodio','AMODIO Sabrina','AMODIO',' Sabrina','201902081239470.Picture 11.jpg',NULL,'081 5476664','sabrina.amodio@uniparthenope.it',NULL,'201910020908090.SABRINA AMODIO curr inglese web.pdf','201910020914330.SELECTED PAPERS web.pdf','contattare docente via e-mail per appuntamento','526 V piano N','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do?docente_id=1001&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,'amosabrina','http://www.researchgate.net/profile/Sabrina_Amodio/?ev=hdr_xprf',NULL,NULL,'',0),(7,7,'pietro.aucelli','AUCELLI Pietro','AUCELLI',' Pietro','201601291247220.foto_pa.jpg',NULL,'081 547 6611','pietro.aucelli@uniparthenope.it',NULL,'201901301722280.Curriculum Aucelli_2019_10K.pdf','201901301729300.pubblicazioni tot Aucelli2019.pdf','Martedì e Venerdì ore 16.oo - 17.oo','527 5.Piano','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6CD65BE4CA795E3BD1C27D90D0377B47.esse3-uniparthenope-prod-01?docente_id=90&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,'pietro_aucelli','https://www.researchgate.net/profile/Pietro_Aucelli',NULL,NULL,'',0),(9,9,'giorgio.budillon','BUDILLON Giorgio','BUDILLON',' Giorgio','201310201424270.419032_2767346781814_990148916_n.jpg',NULL,'6584','giorgio.budillon@uniparthenope.it',NULL,'201612150939380.GIORGIO BUDILLON CV english 2016 short.pdf','201612150944160.ListOfPapersBudillon2016bis.docx','qualsiasi giorno previo appuntamento via email','n. 529, V Piano','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6CD65BE4CA795E3BD1C27D90D0377B47.esse3-uniparthenope-prod-01?docente_id=77&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,'25 marzo, 26 maggio, 18 giugno, 21 luglio - ore 9.30 stz.529',NULL,NULL,'<div align=\"center\" style=\"margin:0cm;margin-bottom:.0001pt;text-align:center\"><b><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext;\">Prof. GIORGIO BUDILLON - Curriculum Vitae – June 2016</span></b></div>\r\n<div align=\"center\" style=\"margin:0cm;margin-bottom:.0001pt;text-align:center\"><b> </b></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext;\">Giorgio Budillon was born in Napoli (Italy) on 13 June 1962 and he earned in February 1989 his degree in Nautical Sciences, majoring in Physical Oceanography, at the Università “Parthenope” in Napoli where he is now Full Professor and Deputy Director at Department of Science and Technology.</span></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext;\">He is a field-going physical oceanographer, an observationalist. His research is primarily directed at the ocean\'s stratification, circulation and mixing and its role in Earth\'s climate system.</span></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext;\">Historically much of his research deals with the Southern Ocean (Pacific Sector and Ross Sea), but studies of the warmer waters of the Mediterranean Sea compose a relevant part of his research activity started in 1991.</span></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext;\">In the last years he studied the transfer of heat and freshwater within the ocean and between the ocean, cryosphere and atmosphere in both coastal and oceanic environment with specific attention to stratified ocean bodies, to interbasin exchanges, to the dense water formation, to the ventilation of the deep ocean interior, to the polynya processes, and to sea-air-ice interactions.</span></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext;\">The research activity is reassumed in more than 370 publications as author or co-author: more than 100 scientific papers published mainly on international journals (1 encyclopedia); more than 240 talks at national and international meetings and workshops; tens of technical reports and dissemination articles. Moreover he participated in more than 40 oceanographic cruises in Mediterranean Sea, Southern Ocean, and Ross Sea (Antarctica).</span></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"> </div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><b><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext;\">MAIN RESEARCH INTERESTS</span></b></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext;\">Water mass formation and mixing</span></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext;\">Variability of regional ocean circulation </span></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext;\">Dense water formation in polar and subpolar regions</span></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext;\">Heat fluxes at the air-(ice)-sea interface</span></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext;\">Coastal monitoring</span></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext;\">ADCP-LADCP observations in the open ocean and in coastal environments</span></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext;\">Trends in meteorological and oceanographic time series</span></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext;\">Weather radar and nowcasting</span></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"> </div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><b><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext;\">BIBLIOMETRIC INDICATORS (2016)</span></b></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><u><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext;\">SCOPUS:</span></u><span style=\"font-size: 10.0pt;Comic Sans MS";color:windowtext;\"> Citations 953; H-Index: 15</span></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><u><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext;\">ISI WEB: </span></u><span style=\"font-size: 10.0pt;Comic Sans MS";color:windowtext;\">Citations: 894; H-Index: 15</span></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><u><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext;\">GoogleScholar</span></u><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext;\">: Citations: 1423; H-Index: 18</span></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"> </div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><b><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext;\">UNIVERSITY</span></b></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext;\">2014/15-present: Professor of Coastal Oceanography and Measurements - Università degli Studi di Napoli “Parthenope”</span></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext\">2004/05-present: Professor of Meteorology - Università degli Studi di Napoli “Parthenope”</span></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext\">2009/10-2012/13: Professor of Climatology - Università degli Studi di Naoli "Parthenope"</span></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext;\">2004/05-2009/10: Professor of Meteorology and Climatology - Università degli Studi di Napoli “Parthenope”</span></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext;\">2003-2007: Professor of Physical Oceanography International Master on “Fishering: resources, impacts and management” - Università di Genova (Italy) and Universidad Austral de Chile (Cile)</span></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext\">2003/04-2007/08: Professor of Physical Oceanography - Università degli Studi di Messina</span></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext\">1998/99-2004/05: Professor of Climatology and Meteorology - Università degli Studi di Napoli “Parthenope”</span></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext\">1996/97-1997/98: Professor of Coastal Oceanography - Università degli Studi di Napoli “Parthenope”</span></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><b> </b></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><b><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext;\">PROFESSIONAL OUTSIDE ACTIVITIES</span></b></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext;\">2016-present: member for the Italian National Science Commission for Antarctica</span></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext;\">2015-2016: Rector representative for the University research - Università “Parthenope” of Napoli, Italy</span></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext;\">2014-present: Southern Ocean Observing System National Representative for Italy</span></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext;\">2014-present: Deputy Director of the Department of Science and Technology - Università “Parthenope” of Napoli, Italy</span></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext;\">2014: Italian delegate for the 2014 SCAR Open Science Conference (Aukland, New Zealand)</span></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext;\">2014-present: Faculty member of the PhD school in “Phenomena and environmental risks”. Università Parthenope "of Napoli, Italy</span></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext;\">2012-present: Full Professor of “Oceanography and Atmospheric Physics”, Università “Parthenope” of Napoli, Italy</span></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext;\">2011-2016: Member of the Committee on Polar Research (CNR).</span></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext;\">2011-2014: Faculty member of the PhD school in “Ocean, Earth and Climate Sciences”. Università Parthenope "of Napoli, Italy</span></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext;\">2004-2012: Associate Professor of “Oceanography and Atmospheric Physics”, Università “Parthenope” of Napoli, Italy</span></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext\">2004-present: Member of the Directive Committee of the CINFAI (Consorzio Interuniversitario Nazionale per la Fisica delle Atmosfere e Idrosfere)</span></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext\">2003-2008: Contract Professor of “Physical Oceanography”, Università di Messina, Italy</span></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext\">2003-2007: Member of the President Committee of the AIOL (Associazione Italiana di Oceanologia e Limnologia)</span></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext;\">2001-2008: Member of the Administration Council of the Università degli Studi di Napoli Parthenope.</span></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext;\">1999-2011: Faculty member of the PhD school in “Environmental Sciences: Marine Environmental and Resources”. </span><span style=\"font-size: 10.0pt;Comic Sans MS";color:windowtext\">Università di Messina, Italy</span></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"><span style=\"font-size:10.0pt;Comic Sans MS";color:windowtext\">1993-2004: Researcher at the Istituto di Meteorologia e Oceanografia, Istituto Universitario Navale di Napoli.</span></div>\r\n<div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify\"> </div>\r\n<div> </div>','<p> <b style=\"text-align: center;\"><u><span style=\"font-size:14.0pt\">GIORGIO BUDILLON</span></u></b></p>\r\n<div align=\"right\" style=\"text-align:right\"><b><u><span style=\"font-size:14.0pt\">Section 1</span></u></b></div>\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"815\" style=\"border-collapse:collapse;\">\r\n <tbody>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;background:#E5E5E5;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size: 8pt; font-variant-numeric: normal; font-variant-caps: small-caps;\">N°</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;background:#E5E5E5;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size: 8pt; font-variant-numeric: normal; font-variant-caps: small-caps;\">Year</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" style=\"width:435.8pt;background:#E5E5E5;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b> </b></div>\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size: 11pt; font-variant-numeric: normal; font-variant-caps: small-caps;\">Peer Review Papers - ISI</span></b></div>\r\n <div align=\"right\" style=\"text-align:right\"><b><i><u> </u></i></b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"> </div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"> </div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b> </b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b> </b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt\">Cerrone D., Fusco G., Budillon G.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt;\">Dominant signals over the Southern Ocean and Antarctic sea ice modulation over the last three decades</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt;\">In preparation</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">63</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b> </b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"border:none;border-left:solid windowtext 1.0pt;padding:0cm 0cm 0cm 5.0pt\">\r\n <div style=\"text-align:justify; text-autospace:none;border:none; padding:0cm;\"><span style=\"font-size:8.0pt;\">Capozzi, V., <b>Budillon, G. </b></span></div>\r\n <div style=\"text-align:justify; text-autospace:none;border:none; padding:0cm;\"><b><span style=\"font-size:8.0pt;\">“DETECTION OF HEAT AND COLD WAVES IN MONTEVERGINE TIME SERIES (1884-2015)”</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none;border:none; padding:0cm;\"><span style=\"font-size:8.0pt;\">In: Advances in Geosciences, Special Issue: hydro-related hazardous events and their consequences in the Mediterranean area: knowledge management adaptation, In review.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none;border:none; padding:0cm;\"> </div>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">62</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2016</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">Leonori I., De Felice A., Canduci G., Costantini I., Biagiotti I., Giuliani G., <b>Budillon G.</b>, 2016</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">“KRILL DISTRIBUTION IN RELATION TO ENVIRONMENTAL PARAMETERS IN MESOSCALE STRUCTURES IN THE ROSS SEA”</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">Journal of Marine Systems, 166, 159-171, </span><u><span style=\"font-size:8.0pt;\">http://dx.doi.org/10.1016/j.jmarsys.2016.11.003</span></u></div>\r\n <div style=\"text-align:justify\"><b> </b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">61</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2016</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">Sansiviero M., Morales Maqueda M.Á., Fusco G., Aulicino G., Flocco D., <b>Budillon G.</b>, 2016</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">“MODELLING SEA ICE FORMATION IN THE TERRA NOVA BAY POLYNYA”</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">Journal of Marine Systems, 166, 4-25, </span><a href=\"http://dx.doi.org/10.1016/j.jmarsys.2016.06.013\"><span style=\"font-size:8.0pt;color:windowtext;\">http://dx.doi.org/10.1016/j.jmarsys.2016.06.013</span></a></div>\r\n <div style=\"text-align:justify\"><b> </b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">60</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2016</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">McGillicuddy D.J., <b>Budillon G.</b>, Kustka A. 2016</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">“MESOSCALE AND HIGH-FREQUENCY VARIABILITY IN THE ROSS SEA (ANTARCTICA): AN INTRODUCTION TO THE SPECIAL ISSUE”</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">Journal of Marine Systems, <u>http://dx.doi.org/10.1016/j.jmarsys.2016.10.010</u></span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">59</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2016</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt\">Castagno P., Falco P., Dinniman M. S., Spezie G., <b>Budillon G. </b>2016.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;\">“TEMPORAL VARIABILITY OF THE CIRCUMPOLAR DEEP WATER INFLOW ONTO THE ROSS SEA CONTINENTAL SHELF”</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt;\">Journal of Marine Systems, ISSN: 0924-7963, 166, 37-49, <u>http://dx.doi.org/10.1016/j.jmarsys.2016.05.006</u></span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">58</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2016</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">Aulicino G., Cotroneo Y., Lacava T., Fusco G., Carlon R., Satriano V., Pergola N., Tramutoli V., <b>Budillon G.</b> 2016</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">“RESULTS OF THE FIRST WAVE GLIDER EXPERIMENT IN THE SOUTHERN TYRRHENIAN SEA”</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">Advances in Oceanography and Limnology [eISSN 1947-573X], 7(1); 16-35. <u>doi: 10.4081/aiol.2016.5682</u></span></div>\r\n <div style=\"border:none;border-left:solid windowtext 1.0pt;padding:0cm 0cm 0cm 5.0pt\">\r\n <div style=\"text-align:justify;border:none;padding:0cm;\"> </div>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">57</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2016</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"border:none;border-left:solid windowtext 1.0pt;padding:0cm 0cm 0cm 5.0pt\">\r\n <div style=\"text-align:justify; text-autospace:none;border:none; padding:0cm;\"><span style=\"font-size:8.0pt\">Cotroneo Y., Aulicino G., Ruiz S., Pascual A., <b>Budillon G.</b>, Fusco G., Tintoré J. 2016</span></div>\r\n <div style=\"text-align:justify; text-autospace:none;border:none; padding:0cm;\"><b><span style=\"font-size:8.0pt;\">“GLIDER AND SATELLITE HIGH RESOLUTION MONITORING OF A MESOSCALE EDDY IN THE ALGERIAN BASIN: EFFECTS ON THE MIXED LAYER DEPTH AND BIOCHEMISTRY”</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none;border:none; padding:0cm;\"><span style=\"font-size:8.0pt;\">Journal of Marine Systems, <u>doi:10.1016/j.jmarsys.2015.12.004</u></span></div>\r\n <div style=\"text-align:justify; text-autospace:none;border:none; padding:0cm;\"> </div>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid;\">\r\n <td width=\"41\" colspan=\"2\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">56</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2015</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"border:none;border-left:solid windowtext 1.0pt;padding:0cm 0cm 0cm 5.0pt\">\r\n <div style=\"text-align:justify; text-autospace:none;border:none; padding:0cm;\"><span style=\"font-size:8.0pt\">Capozzi, V., Mazzarella, V., Moccia, M., <b>Budillon, G.</b>, Picciotti, E., Marzano, F.S., 2015</span></div>\r\n <div style=\"text-align:justify; text-autospace:none;border:none; padding:0cm;\"><span style=\"font-size:8.0pt;\">“<b>HAIL DETECTION IN NAPLES URBAN AREA USING SINGLE-POLARIZATION X-BAND WEATHER RADAR: PRELIMINARY RESULTS</b>”</span></div>\r\n <div style=\"text-align:justify; text-autospace:none;border:none; padding:0cm;\"><span style=\"font-size:8.0pt\">In Metrology for Aerospace (MetroAeroSpace), IEEE, pp. 289-294, 4-5 June 2015; ISBN: 9781479920716 <u>doi: 10.1109/MetroAeroSpace.2015.7180670</u> </span></div>\r\n <div style=\"text-align:justify; text-autospace:none;border:none; padding:0cm;\"> </div>\r\n </div>\r\n </td>\r\n <td style=\"border-width: initial; border-style: none; border-color: initial; padding: 0cm;\" width=\"6\">\r\n <div> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">55</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2015</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"border:none;border-left:solid windowtext 1.0pt;padding:0cm 0cm 0cm 5.0pt\">\r\n <div style=\"text-align:justify; text-autospace:none;border:none; padding:0cm;\"><span style=\"font-size:8.0pt\">Rivaro P., Ianni C., Magi E., Massolo S., <b>Budillon G</b>., Smethie Jr.W.M. 2015</span></div>\r\n <div style=\"text-align:justify; text-autospace:none;border:none; padding:0cm;\"><b><span style=\"font-size:8.0pt;\">“DISTRIBUTION AND VENTILATION OF WATER MASSES IN THE WESTERN ROSS SEA INFERRED FROM CFC MEASUREMENTS”</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none;border:none; padding:0cm;\"><span style=\"font-size:8.0pt;\">Deep-Sea Research I, 97, 19–28, <u>http://dx.doi.org/10.1016/j.dsr.2014.11.009</u></span></div>\r\n <div style=\"text-align:justify; text-autospace:none;border:none; padding:0cm;\"> </div>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">54</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2014</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"border:none;border-left:solid windowtext 1.0pt;padding:0cm 0cm 0cm 5.0pt\">\r\n <div style=\"text-align:justify; text-autospace:none;border:none; padding:0cm;\"><span style=\"font-size:8.0pt\">Rivaro P., Messa R., Ianni C., Magi E., <b>Budillon G</b>. 2014</span></div>\r\n <div style=\"text-align:justify; text-autospace:none;border:none; padding:0cm;\"><span style=\"font-size:8.0pt;\">“<b>DISTRIBUTION OF TOTAL ALKALINITY AND PH IN THE ROSS SEA (ANTARCTICA) WATERS DURING AUSTRAL SUMMER 2008</b>”</span></div>\r\n <div style=\"text-align:justify; text-autospace:none;border:none; padding:0cm;\"><span style=\"font-size:8.0pt;\">Polar Research 2015, 33, 20403, <u>http://dx.doi.org/10.3402/polar.v33.20403, ISSN 1751-8369</u></span></div>\r\n <div style=\"text-align:justify; text-autospace:none;border:none; padding:0cm;\"> </div>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">53</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2014</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">Capello M., Cutroneo L., Ferranti M.P., <b>Budillon G.</b>, Bertolotto R.M. , Ciappa A., Cotroneo Y., Castellano M., Povero P., Tucci S. 2014</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">“<b><span style=\"text-transform:uppercase\">Simulations of dredged sediment spreading on a <i>Posidonia oceanica</i> meadow off the Ligurian coast, Northwestern Mediterranean</span></b>”</span></div>\r\n <div style=\"text-align:justify;\"><span style=\"font-size:8.0pt;\">Marine Pollution Bulletin, 79: 196–204<u>; http://dx.doi.org/10.1016/j.marpolbul.2013.12.014</u> </span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">52</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2014</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify;\"><span style=\"font-size:8.0pt\">Aulicino G., Fusco G., Kern S., <b>Budillon G.</b> 2014</span></div>\r\n <div style=\"text-align:justify;\"><b><span style=\"font-size:8.0pt; text-transform:uppercase;\">“Estimation of Sea-Ice Thickness in Ross and Weddell Seas from SSM/I Brightness Temperatures”</span></b></div>\r\n <div style=\"text-align:justify;\"><span style=\"font-size:8.0pt;\">IEEE Transaction on Geoscience and Remote Sensing; 10.1109/TGRS.2013.2279799</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">51</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2013</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">Capello M., Cutroneo L., Ferranti M.P., Castellano M., Povero P., <b>Budillon G.</b>, Grieco L., Tucci S. 2013</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">“<b>MATHEMATICAL SIMULATION OF THE SUSPENDED SOLIDS DIFFUSION DURING DREDGING OPERATIONS ON THE CONTINENTAL SHELF OFF THE COAST OF LAZIO (CENTRAL TYRRHENIAN SEA, ITALY)</b>”</span></div>\r\n <div style=\"border:none;border-left:solid windowtext 1.0pt;padding:0cm 0cm 0cm 5.0pt\">\r\n <div style=\"text-align:justify;border:none;padding:0cm;\"><span style=\"font-size:8.0pt;\">Ocean Engineering. Volume 72, 1 November 2013: 140–148, <u>http://dx.doi.org/10.1016/j.oceaneng.2013.06.008</u></span></div>\r\n <div style=\"text-align:justify;border:none;padding:0cm;\"> </div>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">50</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2013</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">Rusciano E., <b>Budillon G</b>., Fusco G., Spezie G. 2013</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;text-transform:uppercase;\">“<b>Evidence of atmosphere - sea ice - ocean coupling in the Terra Nova Bay polynya (Ross Sea - Antarctica)</b>”.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">Continental Shelf Research, 61–62, 112–124, </span><span style=\"font-size: 8pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">http://dx.doi.org/10.1016/j.csr.2013.04.002</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">49</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2013</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">Schroeder K., Millot C, Bengara L., Ben Ismail S., Bensi M., Borghini M., <b>Budillon G.</b>, Cardin V., Coppola L., Curtil C., Drago A., El Moumni B., Font J., Fuda. L. J., García-Lafuente1 J., Gasparini G. P., Kontoyiannis H., Lefevre D., Puig P., Raimbault P., Rougier G., Salat J., Sammari C., Sánchez Garrido J. C., Sanchez-Roman A., Sparnocchia S., Tamburini C., Taupier-Letage I., Theocharis A., Vargas-Yáñez M., Vetrano A. 2013</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“Long-term monitoring programme of the hydrological variability in the Mediterranean Sea: a first overview of the HYDROCHANGES network”</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">Ocean Sci., 9, 301-324, <u>doi:10.5194/os-9-301-2013, http://www.ocean-sci.net/9/301/2013/os-9-301-2013.html</u></span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">48</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2013</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt\">Cotroneo Y., <b>Budillon G.</b>, Fusco G., Spezie G. 2013</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“Cold core eddies and fronts of the Antarctic Circumpolar Current south of New Zealand from in situ and satellite data”</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><i><span style=\"font-size:8.0pt;\">Journal of Geophysical Research – Oceans, VOL. 118, 2653–2666, doi:10.1002/jgrc.20193</span></i></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><i> </i><span style=\"font-size:8.0pt;\">http://onlinelibrary.wiley.com/doi/10.1002/jgrc.20193/abstract</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">47</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2012</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt\">Ciappa A., Pietranera L., <b>Budillon G.</b> 2012</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;\">“OBSERVATIONS OF THE TERRA NOVA BAY (ANTARCTICA) POLYNYA BY MODIS ICE SURFACE TEMPERATURE IMAGERY FROM 2005 TO 2010”</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><i><span style=\"font-size:8.0pt;\">Remote Sensing of Environment</span></i><span style=\"font-size:8.0pt;\">, n. 119:158-172, <u>doi:10.1016/j.rse.2011.12.017</u></span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">46</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2012</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt;\">Ciappa A., Budillon G. 2012</span></div>\r\n <div style=\"margin:0cm;margin-bottom:.0001pt; text-align:justify\"><b><span style=\"text-transform:uppercase;\">“THE TERRA NOVA BAY (ANTARCTICA) POLYNYA OBSERVED BY MODIS ICE SURFACE TEMPERATURE IMAGERY FROM MAY TO JUNE 2009”</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><i><span style=\"font-size:8.0pt;\">International Journal of Remote Sensing</span></i><span style=\"font-size:8.0pt;\">, Vol. 33, N.14: 4567-4582, </span><u><span style=\"font-size:8.0pt;\">http://dx.doi.org/10.1080/01431161.2011.652314</span></u></div>\r\n <div style=\"text-align:justify; text-autospace:none\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">45</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2012</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">Serafino F., Lugni C., Ludeno G., Arturi D., Uttieri M., Buonocore B., Zambianchi E., Budillon G., Soldovieri F. 2012</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“</span></b><b><span style=\"font-size:8.0pt;\">REMOCEAN: A FLEXIBLE X BAND RADAR SYSTEM FOR SEA STATE MONITORING AND SURFACE CURRENT ESTIMATION<span style=\"text-transform:uppercase\">”</span></span></b></div>\r\n <div style=\"text-align:justify\"><i><span style=\"font-size:8.0pt;\">IEEE Geoscience and Remote Sensing Letters</span></i><span style=\"font-size:8.0pt;\">, VOL. 9, NO. 5, SEPTEMBER 2012</span></div>\r\n <div style=\"text-align:justify\"><b> </b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">44</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2011</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">Budillon G., Castagno P., Aliani S., Spezie G., Padman L. 2011</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;text-transform: uppercase;\">“</span></b><b><span style=\"font-size:8.0pt;\">THERMOHALINE VARIABILITY AND ANTARCTIC BOTTOM WATER FORMATION AT THE ROSS SEA SHELF BREAK</span></b><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">”</span></b></div>\r\n <div style=\"text-align:justify\"><i><span style=\"font-size:8.0pt;\">Deep Sea Research I</span></i><span style=\"font-size:8.0pt;\">, 58, 1002-1018. </span><u><span style=\"font-size:8.0pt;\">doi: 10.1016/j.dsr.2011.07.002</span></u></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">43</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2011</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"border:none;border-left:solid windowtext 1.0pt;padding:0cm 0cm 0cm 5.0pt\">\r\n <div style=\"text-align:justify; text-autospace:none;border:none; padding:0cm;\"><span style=\"font-size:8.0pt\">Capello M., Castellano M:, Cutroneo L., Budillon G., Orsi M., Muzzi M., Ruggieri N., Tucci S., Povero P. 2011.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none;border:none; padding:0cm;\"><b><span style=\"font-size:8.0pt;\">“THE COMPOSITION AND DISTRIBUTION OF THE PARTICULATE MATTER IN THE STRAIT OF MAGELLAN (CHILE) DURING THE 1991 AND 1995 ITALIAN CAMPAIGNS”</span></b></div>\r\n </div>\r\n <div style=\"text-align:justify;line-height:9.15pt;vertical-align: baseline\"><i><span style=\"font-size:8.0pt;\">Polar Biology</span></i><span style=\"font-size:8.0pt;\">, 1335-1347, </span><u><span style=\"font-size:8.0pt;border:none windowtext 1.0pt;padding:0cm\">doi:</span></u><u><span style=\"font-size:8.0pt;border:none windowtext 1.0pt;padding:0cm\">10.1007/s00300-011-0983-4</span></u></div>\r\n <div style=\"text-align:justify; text-autospace:none\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">42</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2011</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt\">Fonda Umani S., Monti M., Cataletto B., Budillon G. 2011</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“Tintinnid distributions in the Strait of Magellan (Chile)”</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><i><span style=\"font-size:8.0pt;\">Polar Biology</span></i><span style=\"font-size:8.0pt;\">, 1-15, vol. 34 n.5, <u><span style=\"border:none windowtext 1.0pt;padding:0cm\">doi: </span></u></span><u><span style=\"border:none windowtext 1.0pt; padding:0cm\">10.1007/s00300-011-0972-7</span></u></div>\r\n <div style=\"text-align:justify; text-autospace:none\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">41</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2011</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt\">Mangoni O., Margiotta F., Saggiomo M., Santarpia I., <b>Budillon G.</b>, Saggiomo V. 2011</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“</span></b><b><span style=\"font-size:8.0pt;\">TROPHIC CHARACTERIZATION OF THE PELAGIC ECOSYSTEM IN VLORA BAY (ALBANIA</span></b><b><span style=\"font-size:8.0pt; text-transform:uppercase;\">)”</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><i><span style=\"font-size:8.0pt;\">Journal of Coastal Research</span></i><span style=\"font-size:8.0pt;\">, Sp. Iss. SI58, 67-79. </span><u><span style=\"font-size:8.0pt;\">doi:</span></u><u><span style=\"font-size:8.0pt;\"> </span></u><u><span style=\"font-size:8.0pt;\">10.2112/SI_58_7</span></u></div>\r\n <div style=\"text-align:justify; text-autospace:none\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">40</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2011</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><a name=\"OLE_LINK1\"><b><span style=\"font-size:8.0pt\">Budillon G.</span></b></a><span style=\"font-size:8.0pt\">, Ciappa A., Çullaj A., Massolo S., Pano N., Rivaro P., Spezie G. 2011</span></div>\r\n <div style=\"margin:0cm;margin-bottom:.0001pt; text-align:justify\"><b><span style=\"text-transform:uppercase;\">“CIRCULATION AND LAGRANGIAN DISPERSAL IN THE GULF OF VLORA (ALBANIA)”</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><i><span style=\"font-size:8.0pt;\">Journal of Coastal Research</span></i><span style=\"font-size:8.0pt;\">, Sp. Iss. SI58, 35-53. </span><u><span style=\"font-size:8.0pt;\">doi:</span></u><u><span style=\"font-size:8.0pt\"> </span></u><u><span style=\"font-size:8.0pt\">10.2112/SI_58_5</span></u></div>\r\n <div style=\"margin:0cm;margin-bottom:.0001pt; text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">39</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2010</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"margin:0cm;margin-bottom:.0001pt; text-align:justify;\">La Ferla R., Azzaro M., <b>Budillon G.</b>, Caroppo C., Decembrini F., Maimone G. 2010.</div>\r\n <div style=\"margin:0cm;margin-bottom:.0001pt; text-align:justify;\"><b><span style=\"text-transform:uppercase;\">“</span></b><b>DISTRIBUTION OF THE PROKARYOTIC BIOMASS AND COMMUNITY RESPIRATION IN THE MAIN WATER MASSES OF THE SOUTHERN TYRRHENIAN SEA (JUNE AND DECEMBER 2005)</b><b><span style=\"text-transform: uppercase;\"> ”</span></b></div>\r\n <div style=\"margin:0cm;margin-bottom:.0001pt; text-align:justify;\"><i>Advances in Oceanography and Limnology</i>, vol. 1, n.2, pp. 235-257. <u><span style=\"border:none windowtext 1.0pt;padding:0cm;\">doi:</span></u><u> </u><u><span style=\"border:none windowtext 1.0pt; padding:0cm;\">10.1007/s00300-011-0972-7</span></u></div>\r\n <div style=\"margin:0cm;margin-bottom:.0001pt; text-align:justify;\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">38</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2010</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">Rivaro P., Massolo S., Bergamasco A., Castagno P., <b>Budillon G</b>. 2010</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">“CHEMICAL EVIDENCE OF THE CHANGES OF THE ANTARCTIC BOTTOM WATER VENTILATION IN THE WESTERN ROSS SEA BETWEEN 1997 AND 2003”.</span></b></div>\r\n <div style=\"text-align:justify\"><i><span style=\"font-size:8.0pt;\">Deep-Sea Research I </span></i><span style=\"font-size:8.0pt;\">ISSN: 0967-0637, Vol. 57 (5): 639-652, <u>doi: 10.1016/j.dsr.2010.03.005</u>.</span></div>\r\n <div style=\"text-align:justify\"><b> </b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">37</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2010</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">Budillon G.</span></b><span style=\"font-size:8.0pt\">, Lo Bue N., Siena G., Spezie G. 2010</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“Hydrographic characteristics of water masses and circulation in the Northern Ionian Sea”.</span></b></div>\r\n <div style=\"text-align:justify\"><i><span style=\"font-size:8.0pt;\">Deep Sea Research II,57, 441-457; </span></i><span style=\"font-size:8.0pt;\">doi:10.1016/j.dsr2.2009.08.017</span><b><span style=\"font-size:8.0pt;\">.</span></b></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">36</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2010</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt\">Catalano G., <b>Budillon G.</b>, LaFerla R., Povero P., Ravaioli M., Saggiomo V., Accornero A., Azzaro M., Carrada G.C., Giglio F., Langone L., Mangoni O., Misic C., Modigh M. 2010</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">“THE ROSS SEA”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt;\">Carbon and Nutrient Fluxes in Continental Margins. A Global Synthesis. Series: Global Change - The IGBP Series. Liu, K.-K.; Atkinson, L.; Quiñones, R.; Talaue-McManus, L. (Eds.), XII, 741 p. ISBN: 978-3-540-92734-1</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">35</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2009</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">Fusco G.,<b> Budillon G.</b>, Spezie G. 2009</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“Surface heat fluxes and thermohaline variability in the Ross Sea and in Terra Nova Bay polynya”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><i><span style=\"font-size:8.0pt;\">Continental Shelf Research</span></i><span style=\"font-size:8.0pt;\">, 29: 1887-1895. </span><u><span style=\"font-size:8.0pt;\">doi:10.1016/j.csr.2009.07.006</span></u></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">34</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2009</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt;\">Capello M., <b>Budillon G.</b>, Cutroneo L., Tucci S. 2009</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;text-transform: uppercase;\">“THE NEPHELOID BOTTOM LAYER AND THE DYNAMICS OF THE WATER MASSES AT THE SHELF-BREAK OF THE WESTERN ROSS SEA”.</span></b></div>\r\n <div style=\"text-align:justify\"><i><span style=\"font-size:8.0pt;\">Deep Sea Research II</span></i><span style=\"font-size:8.0pt;\">, 56: </span><span style=\"font-size:8.0pt;\">843-858, <u>doi:10.1016/j.dsr2.2008.10.032.</u></span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">33</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2009</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">Budillon G.</span></b><span style=\"font-size:8.0pt;\">, Gasparini G.P., Schroeder K. 2009</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">“<span style=\"text-transform: uppercase\">Persistence of an Eddy Signature in the Central Tyrrhenian Basin</span>”.</span></b></div>\r\n <div style=\"text-align:justify\"><i><span style=\"font-size:8.0pt;\">Deep Sea Research II</span></i><span style=\"font-size:8.0pt;\">, 56: 713-724.</span><u><span style=\"font-size:8.0pt;\">doi:10.1016/j.dsr2.2008.07.027.</span></u></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">32</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2009</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">Tamburini C., Garel M., Al Ali B., Mérigot B., Kriwy P., Charrière B., <b>Budillon G.</b> 2008</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“Distribution and activity of Bacteria and Archaea in the different water masses of the Tyrrhenian Sea”.</span></b></div>\r\n <div style=\"text-align:justify\"><i><span style=\"font-size:8.0pt;\">Deep Sea Research II</span></i><span style=\"font-size:8.0pt;\">, 56: 700-712, <u>doi:10.1016/j.dsr2.2008.07.021</u>.</span></div>\r\n <div style=\"text-align:justify\"><b> </b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">31</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2007</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">Carratelli E.P., <b>Budillon G.</b>, Dentale F., Napoli F., Reale F., Spulsi G. 2007</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">“<span style=\"text-transform:uppercase\">An Experience in Monitoring and Integrating Wind and Wave Data in the Campania Region</span>”.</span></b></div>\r\n <div style=\"text-align:justify\"><i><span style=\"font-size:8.0pt\">Bollettino di Geofisica Teorica ed Applicata</span></i><span style=\"font-size:8.0pt\">, Vol. 48, n.3, September 2007: 215-226</span></div>\r\n <div style=\"text-align:justify\"><b> </b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">30</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2006</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">Budillon G.</span></b><span style=\"font-size:8.0pt\">, Salusti E., Tucci S. 2006</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;Times New Roman","serif";text-transform: uppercase;\">“The evolution of density currents and nepheloid bottom layers in the Ross Sea (Antarctica)”.</span></b></div>\r\n <div style=\"text-align:justify\"><i><span style=\"font-size:8.0pt;\">Journal of Marine Research</span></i><span style=\"font-size:8.0pt;\">, 64(4): 517-540</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">29</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2006</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">Budillon G.</span></b><span style=\"font-size:8.0pt;\"> 2006</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">“OCEANOGRAPHY OF THE ROSS SEA”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">Encyclopedia of the Antarctic, 2 vols., ed. Beau Riffenburgh. New York: Routledge. Copyright © Routledge, an Imprint of the Taylor and Francis Group.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">28</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2005</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">Gasparini G.P., Ortona A., <b>Budillon G.</b>, Astraldi M., Sansone E. 2005</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">“THE EFFECT OF THE EASTERN MEDITERRANEAN TRANSIENT ON THE HYDROGRAPHIC CHARACTERISTICS IN THE STRAIT OF SICILY AND IN THE TYRRHENIAN SEA”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><i><span style=\"font-size:8.0pt;\">Deep-Sea Research</span></i><i><span style=\"font-size:8.0pt;\"> I</span></i><span style=\"font-size:8.0pt;\">, 52: 915–935.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">27</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2004</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">Bergamasco A., Defendi V., <b>Budillon G.</b>, Spezie G. 2004</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“Down flow observations near Cape Adare shelf-break”.</span></b></div>\r\n <div style=\"text-align:justify\"><i><span style=\"font-size:8.0pt;\">Antarctic Science</span></i><span style=\"font-size:8.0pt;\">, Vol. 16, 2: 199 – 204.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">26</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2004</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">Capello M., <b>Budillon</b>,<b> G.</b> Ferrari M., Tucci S. 2004</span></div>\r\n <div style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:justify;border:none;\"><b><span style=\"font-size:8.0pt; text-transform:uppercase;\">“SUSPENDED MATTER VARIABILITY IN RELATION TO WATER MASSES IN TERRA NOVA BAY (ROSS SEA—ANTARCTICA)”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><i><span style=\"font-size:8.0pt;\">Chemistry and Ecology</span></i><span style=\"font-size: 8.0pt;\">. ISSN 0275-7540, Vol. 20 (Supplement 1): S7–S18.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">25</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2004</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"border:none;border-left:solid windowtext 1.0pt;padding:0cm 0cm 0cm 5.0pt\">\r\n <div style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:justify\"><span style=\"font-size:8.0pt\">Rivaro P., Bergamasco A., <b>Budillon G.</b>, Frache R., Hohmann R., Massolo S., Spezie G. 2004</span></div>\r\n <div style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“chlorofluorocarbon distribution in the ross sea water masses”.</span></b></div>\r\n </div>\r\n <div style=\"text-align:justify\"><i><span style=\"font-size:8.0pt;\">Chemistry and Ecology.</span></i><span style=\"font-size:8.0pt;\">ISSN 0275-7540, Vol. 20 (Supplement 1): 1-13.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">24</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size:8.0pt;\">2004</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">Palmieri S., Siani A.M., Casale G.R., Sansone E., <b>Budillon G.</b>, Buonocore B., Bencivegna M. 2004</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“Sea storms which affected central Tyrrhenian coasts of the Italian peninsula in 2002”.</span></b></div>\r\n <div style=\"text-align:justify\"><i><span style=\"font-size:8.0pt;\">Coastal Environment</span></i><span style=\"font-size:8.0pt;\"> V; C.A.Brebbia and J.M.Sval Perez Editors. ISBN 1-85312-710-8: 291-300.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">23</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2003</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><a name=\"OLE_LINK2\"><span style=\"font-size:8.0pt;\">Grieco L., <b>Budillon G.</b> 2003</span></a></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">“<span style=\"text-transform:uppercase\">Transport Processes of Suspended Matter in the Gulf of Gaeta</span>”. </span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">Water Pollution VII. “Modelling, Measuring and Prediction”. Wessex Institute of Technology Press, Southempton (UK). </span><i><span style=\"font-size:8.0pt;\">ISBN 1-85312-976-</span></i><span style=\"font-size:8.0pt;\">3: 125-133.</span></div>\r\n <div style=\"border:none;border-left:solid windowtext 1.0pt;padding:0cm 0cm 0cm 5.0pt\">\r\n <div style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:justify\"> </div>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">22</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2003</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"border:none;border-left:solid windowtext 1.0pt;padding:0cm 0cm 0cm 5.0pt\">\r\n <div style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:justify\"><span style=\"font-size:8.0pt;\">Malanotte-Rizzoli P., Manca B.B., Marullo S., Ribera d\'Alcalà M., Roether W., Theocharis A., Bergamasco A., <b>Budillon G.</b>, Sansone E., Civitarese G., Conversano F., Gertman I., Hernt B., Kress N., Kioroglou S., Kontoyannis H., Nittis K., Klein B., Lascaratos A., Latif M.A., Ozsoy E., Robinson A.R., Santoleri R., Viezzoli D., Kovacevic V. 2003</span></div>\r\n <div style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“The Levantine Intermediate Water Experiment (LIWEX) Group: Levantine basin - A laboratory for multiple water mass formation processes”.</span></b></div>\r\n <div style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:justify\"><i><span style=\"font-size:8.0pt;\">Journal of Geophysical Research</span></i><span style=\"font-size:8.0pt;\">, 108 (C9), 8102, doi: 10.1029/2002JC001643.</span></div>\r\n <div style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:justify\"> </div>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">21</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2003</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><span style=\"font-size: 8pt;\">Manca B., </span><span style=\"font-size:8.0pt\">Budillon G.</span><span style=\"font-size: 8pt;\">, Scarazzato P., Ursella L. 2003</span></div>\r\n <div><span style=\"font-size:8.0pt;text-transform: uppercase;\">“Evolution of dynamics in the Eastern Mediterranean affecting hydrographic properties in the ionian and adriatic seas (1995-1999)”.</span></div>\r\n <div style=\"text-align:justify\"><i><span style=\"font-size:8.0pt;\">Journal of Geophysical Research</span></i><span style=\"font-size:8.0pt;\">, 108 (C9), 8102, doi:10.1029/2002JC001664</span></div>\r\n <div style=\"text-align:justify\"><i> </i></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">20</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2003</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">Rubino A., </span><b><span style=\"font-size:8.0pt\">Budillon G.</span></b><span style=\"font-size:8.0pt;\">, Pierini S., Spezie G. 2003</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">“A MODEL FOR THE SPREADING AND SINKING OF THE DEEP ICE SHELF WATER IN THE ROSS SEA”.</span></b></div>\r\n <div style=\"text-align:justify\"><i><span style=\"font-size:8.0pt;\">Antarctic Science</span></i><span style=\"font-size:8.0pt;\">. Vol. 15, 1</span><span style=\"font-size:8.0pt;\">: 25-30.</span></div>\r\n <div style=\"text-align:justify\"><b> </b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">19</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2003</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">Budillon G.</span></b><span style=\"font-size:8.0pt\">, Pacciaroni M., Cozzi S., Rivaro P., Catalano G., Ianni C., Cantoni C. 2003</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">“<span style=\"text-transform:uppercase\">AN OPTIMUM Multiparameter mixing analysis of the shelf waters in the ross sea</span>”.</span></b></div>\r\n <div style=\"text-align:justify\"><i><span style=\"font-size:8.0pt;\">Antarctic Science</span></i><span style=\"font-size:8.0pt;\">. Vol. 15, 1: 105-118</span><span style=\"font-size:8.0pt;\">.</span></div>\r\n <div style=\"text-align:justify\"><b> </b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">18</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2003</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">Budillon G.</span></b><span style=\"font-size:8.0pt;\">, Rintoul S. 2003</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">“FRONTS AND UPPER OCEAN THERMAL VARIABILITY SOUTH OF NEW ZEALAND”.</span></b></div>\r\n <div style=\"text-align:justify\"><i><span style=\"font-size:8.0pt;\">Antarctic Science</span></i><span style=\"font-size:8.0pt;\">. </span><span style=\"font-size:8.0pt;\">Vol. 15, 1: 141-152</span><span style=\"font-size: 8.0pt\">.</span></div>\r\n <div style=\"text-align:justify\"><b> </b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">17</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2002</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size: 8.0pt;\">Kurgansky M., </span><b><span style=\"font-size:8.0pt;\">Budillon G.</span></b><span style=\"font-size: 8.0pt;\">, Salusti E. 2002</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">“TRACERS AND POTENTIAL VORTICITIES IN OCEAN DYNAMICS”.</span></b></div>\r\n <div style=\"text-align:justify\"><i><span style=\"font-size:8.0pt;\">Journal of Physical Oceanography.</span></i><span style=\"font-size:8.0pt;\"> Vol. 32, N° 12: 3562-3577.</span></div>\r\n <div style=\"text-align:justify\"><b> </b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">16</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2002</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"border:none;border-left:solid windowtext 1.0pt;padding:0cm 0cm 0cm 5.0pt\">\r\n <div style=\"text-align:justify;border:none;padding:0cm;\"><span style=\"font-size:8.0pt;\">Fonda Umani S., Accornero A., </span><b><span style=\"font-size: 8.0pt\">Budillon G.</span></b><span style=\"font-size:8.0pt;\">, Capello M., Tucci S., Cabrini M., Del Negro P., Monti M., De Vittor C. 2002</span></div>\r\n <div style=\"border:none; padding:0cm;\"><span style=\"font-size:8.0pt;text-transform:uppercase;\">“PARTICULATE MATTER AND PLANKTON DYNAMICS IN THE ROSS SEA POLYNYA OF TERRA NOVA BAY DURING THE AUSTRAL SUMMER 1997/98”.</span></div>\r\n <div style=\"text-align:justify;border:none;padding:0cm;\"><i><span style=\"font-size:8.0pt;\">Journal of Marine Systems</span></i><span style=\"font-size: 8.0pt;\">. Vol. 36/1-2: 29-49.</span></div>\r\n <div style=\"text-align:justify;border:none;padding:0cm;\"><b> </b></div>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">15</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2002</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">Budillon G.</span></b><span style=\"font-size: 8.0pt;\">, Grilli F., Ortona A., Russo A., Tramontin M. 2002</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“AN ASSESSMENT OF SURFACE DYNAMICS OBSERVED OFFSHORE ANCONA WITH HF RADAR”.</span></b></div>\r\n <div style=\"text-align:justify\"><i><span style=\"font-size:8.0pt;\">Marine Ecology PSZNI</span></i><span style=\"font-size:8.0pt;\">, 23, Supplement I: 21-37.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">14</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2002</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">Fusco G., Flocco D., <b>Budillon G.</b>, Spezie G., Zambianchi E. 2002</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“Dynamics and variabilitY of Terra Nova Bay Polynya”.</span></b></div>\r\n <div style=\"text-align:justify\"><i><span style=\"font-size:8.0pt;\">Marine Ecology PSZNI</span></i><span style=\"font-size:8.0pt;\">, 23, Supplement I: 201-209.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">13</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2002</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"border:none;border-left:solid windowtext 1.0pt;padding:0cm 0cm 0cm 5.0pt\">\r\n <div style=\"text-align:justify;border:none;padding:0cm;\"><span style=\"font-size:8.0pt\">Saggiomo V., Catalano G., Mangoni O., <b>Budillon G.</b>, Carrada G.C. 2002</span></div>\r\n </div>\r\n <div><span style=\"font-size:8.0pt;text-transform: uppercase;\">“Primary production processes in ice-free waters of the Ross Sea (Antarctica) during the austral summer 1996”.</span></div>\r\n <div style=\"text-align:justify\"><i><span style=\"font-size:8.0pt;\">Deep-Sea Research II</span></i><span style=\"font-size:8.0pt;\">, Vol. 49: 1787-1801.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">12</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2002</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"border:none;border-left:solid windowtext 1.0pt;padding:0cm 0cm 0cm 5.0pt\">\r\n <div style=\"text-align:justify;border:none;padding:0cm;\"><b><span style=\"font-size:8.0pt\">Budillon G.</span></b><span style=\"font-size:8.0pt\">, Dallaporta G., Mazzoldi A. 2002</span></div>\r\n <div style=\"text-align:justify;border:none;padding:0cm;\"><b><span style=\"font-size:8.0pt; text-transform:uppercase;\">“The use of a Coastal HF Radar system for determining the vector field of surface currents”.</span></b></div>\r\n <div style=\"text-align:justify;border:none;padding:0cm;\"><span style=\"font-size:8.0pt;text-transform:uppercase;\">D</span><span style=\"font-size:8.0pt;\">evelopment in Marine Technology Series “Science-Technology Synergy for Research in the Marine Environment: Challenges for the XXI Century”. Elsevier, Vol. 12: 229-245. <i>(ISBN 0-444-50591-1)</i>.</span></div>\r\n </div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">11</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2002</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">Budillon G.</span></b><span style=\"font-size:8.0pt;\">, Gremes Cordero S., Salusti E. 2002</span></div>\r\n <div style=\"border:none;border-left:solid windowtext 1.0pt;padding:0cm 0cm 0cm 5.0pt\">\r\n <div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify;text-indent: 0cm;\"><b><font size=\"6\"><span style=\"font-size:8.0pt;Times New Roman","serif";\">“<span style=\"text-transform:uppercase\">On the Dense Water Spreading off the ross sea shelf (Southern Ocean)</span>”.</span></font></b></div>\r\n </div>\r\n <div style=\"text-align:justify\"><i><span style=\"font-size:8.0pt;\">Journal of Marine Systems</span></i><span style=\"font-size:8.0pt;\">. Vol. 35: 207-227.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">10</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2001</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">Povero P., Chiantore M., Misic C., <b>Budillon G.</b>, Cattaneo-Vietti R. 2001</span></div>\r\n <div><span style=\"font-size:8.0pt;text-transform: uppercase;\">“Land forcing controls pelagic-benthic coupling in Adelie Cove (Terra Nova Bay, Ross Sea)”.</span></div>\r\n <div style=\"text-align:justify\"><i><span style=\"font-size:8.0pt;\">Polar Biology</span></i><span style=\"font-size:8.0pt;\">, Vol. 24: 875-882. DOI 10.1007/s003000100286</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">9</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2001</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">Budillon G.</span></b><span style=\"font-size:8.0pt\">, Paschini E., Simioli A., Zambianchi E. 2001</span></div>\r\n <div><span style=\"font-size:8.0pt;text-transform: uppercase;\">“surface dynamics of a coastal area off ancona (adriatic sea)”.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">In “<i>Mediterranean ecosystems: structures and processes</i>”. </span><span style=\"font-size:8.0pt\">Springer-Verlag. F.M.Faranda, L.Guglielmo and G.Spezie Editors: 19-24.</span><span style=\"font-size:8.0pt;MS Mincho"\"> <i>(ISBN 88-470-0114-5).</i></span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">8</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2001</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">Budillon G.</span></b><span style=\"font-size:8.0pt\">, Grotti M., Rivaro P., Spezie G., Tucci S. 2001</span></div>\r\n <div><span style=\"font-size:8.0pt;text-transform: uppercase;\">“physical and geochemical transports along the ancona coastal area”.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">In “<i>Mediterranean ecosystems: structures and processes</i>”. </span><span style=\"font-size:8.0pt\">Springer-Verlag. F.M.Faranda, L.Guglielmo and G.Spezie Editors: 6-17.</span><span style=\"font-size:8.0pt;MS Mincho"\"> <i>(ISBN 88-470-0114-5).</i></span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">7</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2000</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">Budillon G.</span></b><span style=\"font-size:8.0pt;\">, Spezie G. 2000</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">“<span style=\"text-transform:uppercase\">Thermohaline Structure and variability in the Terra Nova Bay Polynya, Ross sea</span>”.</span></b></div>\r\n <div style=\"text-align:justify\"><i><span style=\"font-size:8.0pt;\">Antarctic Science.</span></i><span style=\"font-size:8.0pt;\"> Vol. 12, 4: 493-508.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">6</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2000</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">Budillon G.</span></b><span style=\"font-size:8.0pt\">, Fusco G., Spezie G. 2000</span></div>\r\n <div><span style=\"font-size:8.0pt;text-transform: uppercase;\">“A study of surface heat fluxes in the ross sea (antarctica)”.</span></div>\r\n <div style=\"text-align:justify\"><i><span style=\"font-size:8.0pt\">Antarctic Science</span></i><span style=\"font-size:8.0pt\">, Vol. 12, 2: 243-254.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">5</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2000</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">Budillon G.</span></b><span style=\"font-size:8.0pt\">, Tucci S., Artegiani A., Spezie G. 2000</span></div>\r\n <div><span style=\"font-size:8.0pt;text-transform: uppercase;\">“water masses and suspended matter characteristics of the western ross sea”.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">In “<i>Ross Sea Ecology”. </i>FM.Faranda, L.Guglielmo and A.Ianora Editors. </span><span style=\"font-size: 8.0pt;\">Springer-Verlag: 63-81. <i>(ISBN 3-540-65372-4).</i></span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">4</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1999</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">Malanotte-Rizzoli P., Manca B.B., Ribera D’Alcalà M., Theocharis A., Brenner S., <b>Budillon G.</b>, Ozsoy E. 1999</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“The eastern mediterranean in the 80’s and 90’s: the big transition in the intermediate and DEEP circulations”.</span></b></div>\r\n <div style=\"text-align:justify\"><i><span style=\"font-size:8.0pt;\">Dynam. Atmos. Oceans</span></i><span style=\"font-size:8.0pt;\">., vol. 29: 365-395.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">3</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1999</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">Russo A., Artegiani A., <b>Budillon G.</b>, Paschini E., Spezie G. 1999</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">“UPPER OCEAN THERMAL STRUCTURE AND FRONTS BETWEEN NEW ZEALAND AND THE ROSS SEA (<span style=\"text-transform:uppercase\">Austral Summer 1994-1995 and 1995-1996)</span>”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">In “<i>Oceanography of the Ross Sea – Antarctica</i>”. </span><span style=\"font-size:8.0pt;\">Springer-Verlag. G.Spezie & G.M.R.Manzella Editors: 67-75. </span><span style=\"font-size:8.0pt;\">(ISBN 88-470-0039-4).</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">2</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1999</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">Zambianchi E., <b>Budillon G.</b>, Falco P., Spezie G. 1999</span></div>\r\n <div><span style=\"font-size:8.0pt;\">“<span style=\"text-transform:uppercase\">observations of the dynamics of the antarctic circumpolar current in the pacific sector of the southern ocean</span>”.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">In “<i>Oceanography of the Ross Sea – Antarctica</i>”. </span><span style=\"font-size:8.0pt;\">Springer-Verlag. G.Spezie & G.M.R.Manzella Editors: 37-50. </span><span style=\"font-size:8.0pt;\">(ISBN 88-470-0039-4).</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"34\" style=\"width:20.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">1</span></b></div>\r\n </td>\r\n <td width=\"55\" colspan=\"2\" style=\"width:33.1pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1997</span></b></div>\r\n </td>\r\n <td width=\"726\" colspan=\"2\" valign=\"top\" style=\"width:435.8pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">Malanotte Rizzoli P., Manca B., Ribera D’Alcalà M., Theocharis A., Bergamasco A., Bregant D., <b>Budillon G.</b>, Civitarese G., Georgopoulos D., Korres G., Michelato A., Sansone E., Scarazzato P., Souvermezoglou E. 1997</span></div>\r\n <div><span style=\"font-size:8.0pt;\">“A SYNTHESIS OF THE IONIAN SEA HYDROGRAPHY, CIRCULATION, AND WATER MASS PATHWAYS DURING POEM PHASE I”.</span></div>\r\n <div style=\"text-align:justify\"><i><span style=\"font-size:8.0pt;\">Progr. Oceanogr</span></i><u><span style=\"font-size:8.0pt;\">.</span></u><span style=\"font-size:8.0pt;\">, Vol. 39: 153-204.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<div> </div>\r\n<div> </div>\r\n<p><span style=\"font-size:10.0pt;Times New Roman","serif";Times New Roman";\"><br clear=\"all\" style=\"page-break-before: always\" />\r\n</span></p>\r\n<div> </div>\r\n<div align=\"right\" style=\"text-align:right\"><b><u><span style=\"font-size:14.0pt\">Section 2</span></u></b></div>\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"809\" style=\"border-collapse:collapse;\">\r\n <tbody>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;background:#E5E5E5;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size: 8pt; font-variant-numeric: normal; font-variant-caps: small-caps;\">N°</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;background:#E5E5E5;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size: 8pt; font-variant-numeric: normal; font-variant-caps: small-caps;\">Year</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;background:#E5E5E5;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b> </b></div>\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size: 11pt; font-variant-numeric: normal; font-variant-caps: small-caps;\">Other Papers (no peer review/no ISI)</span></b></div>\r\n <div style=\"text-align:justify\"><b> </b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b> </b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b> </b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b> </b></div>\r\n <div style=\"text-align:justify\"><b> </b></div>\r\n <div style=\"text-align:justify\"><b> </b></div>\r\n <div style=\"text-align:justify\"><b> </b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">44</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">2016</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"border:none;border-left:solid windowtext 1.0pt;padding:0cm 0cm 0cm 5.0pt\">\r\n <div style=\"text-align:justify; text-autospace:none;border:none; padding:0cm;\"><span style=\"font-size:8.0pt\">Capozzi V., Picciotti, E., Mazzarella, V., <b>Budillon G</b>., Marzano, F.S. 2016</span></div>\r\n <div style=\"text-align:justify; text-autospace:none;border:none; padding:0cm;\"><span style=\"font-size:8.0pt;\">“<b>HAIL DETECTION IN URBAN AREAS BY USING A SINGLE-POLARIZATION X-BAND WEATHER RADAR</b>”</span></div>\r\n <div style=\"text-align:justify; text-autospace:none;border:none; padding:0cm;\"><span style=\"font-size:8.0pt;\">In: 9th European Conference on Radar in Meteorology and Hydrology, Antalya, Turkey, 10 - 14 October 2016.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none;border:none; padding:0cm;\"> </div>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">43</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">2015</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"border:none;border-left:solid windowtext 1.0pt;padding:0cm 0cm 0cm 5.0pt\">\r\n <div style=\"text-align:justify; text-autospace:none;border:none; padding:0cm;\"><span style=\"font-size:8.0pt\">MazzarellaV., Capozzi V., <b>Budillon G</b>. 2015</span></div>\r\n <div style=\"text-align:justify; text-autospace:none;border:none; padding:0cm;\"><span style=\"font-size:8.0pt\">“<b>IMPLEMENTAZIONE DI UNA CATENA OPERATIVA PER IL CONTROLLO DI QUALITÀ DI MISURE RADAR IN BANDA X</b>”</span></div>\r\n <div style=\"text-align:justify; text-autospace:none;border:none; padding:0cm;\"><span style=\"font-size:8.0pt\">Raccolta di contributi scientifici corso di formazione "OTTIMA". Oceanografia operaTiva e Tecnologie Informatiche per la sicurezza Marittima. A cura di Gemma Aiello e Roberto Sorgente. CNR IAMC - Istituto per l\'Ambiente Marino e Costiero, Napoli 2015</span></div>\r\n <div style=\"text-align:justify; text-autospace:none;border:none; padding:0cm;\"> </div>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">42</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">2015</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"border:none;border-left:solid windowtext 1.0pt;padding:0cm 0cm 0cm 5.0pt\">\r\n <div style=\"text-align:justify; text-autospace:none;border:none; padding:0cm;\"><span style=\"font-size:8.0pt\">Di Luccio D., <b>Budillon G.</b>, Montella R., Pugliese Carratelli E., Dentale F. 2015</span></div>\r\n <div style=\"text-align:justify; text-autospace:none;border:none; padding:0cm;\"><span style=\"font-size:8.0pt\">“<b>PROGETTAZIONE E IMPLEMENTAZIONE DI UN SISTEMA PREVISIONALE DI ALLERTA INONDAZIONE PER LE COSTE DEL COMUNE DI NAPOLI</b>”</span></div>\r\n <div style=\"text-align:justify; text-autospace:none;border:none; padding:0cm;\"><span style=\"font-size:8.0pt\">Raccolta di contributi scientifici corso di formazione "OTTIMA". Oceanografia operaTiva e Tecnologie Informatiche per la sicurezza Marittima. A cura di Gemma Aiello e Roberto Sorgente. CNR IAMC - Istituto per l\'Ambiente Marino e Costiero, Napoli 2015</span></div>\r\n <div style=\"text-align:justify; text-autospace:none;border:none; padding:0cm;\"> </div>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">41</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">201</span></b><b><span style=\"font-size:8.0pt;\">5</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><span style=\"font-size:8.0pt;\">Williams M., <b>Budillon G.</b>, Smith W., Ackley S., Blankenship D., Greenbaum J., Lee S., Sang Lee W. 2015</span></div>\r\n <div><span style=\"font-size:8.0pt;\"> <b>“OBSERVATION ACTIVITIES IN THE ROSS SEA: CURRENT AND FUTURE NATIONAL CONTRIBUTIONS TO THE SOUTHERN OCEAN OBSERVING SYSTEM”</b></span></div>\r\n <div><span style=\"font-size:8.0pt;\">SOOS Report Series, #1</span></div>\r\n <div> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">40</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2014</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><span style=\"font-size:8.0pt;\">CapozziV., Picciotti E., <b>Budillon G.</b>, Marzano F.S. 2014</span></div>\r\n <div><b><span style=\"font-size:8.0pt;\">“X-BAND WEATHER RADAR MONITORING OF PRECIPITATION FIELDS IN NAPLES URBAN AREAS: DATA QUALITY, COMPARISON AND ANALYSIS”</span></b></div>\r\n <div><span style=\"font-size:8.0pt;\">ERAD 2014 - The Eighth European Conference on Radar in Meteorology and Hydrology</span></div>\r\n <div> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">39</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2013</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><span style=\"font-size:8.0pt;\">Cerrone D, Fusco G., Cotroneo Y., <b>Budillon G. </b>2013</span></div>\r\n <div><b><span style=\"font-size:8.0pt;\">“THE ANTARCTIC CIRCUMPOLAR WAVE SCENARIO DESCRIBED AS A COMBINATION OF INTERANNUAL SIGNALS”</span></b></div>\r\n <div><span style=\"font-size:8.0pt;\">Società Italiana per le Scienze del Clima, Proceedings First Annual Conference “<i>Climate change and its implications on ecosystem and society</i>”. ISBN 978-88-97666-08-0.</span></div>\r\n <div> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">38</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2013</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><span style=\"font-size:8.0pt;\">Capozzi V., <b>Budillon G. </b>2013</span></div>\r\n <div><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“Time Series Analyses of Climatological Records from a High Altitude Observatory in Southern Italy (Montevergine, AV)”</span></b></div>\r\n <div><span style=\"font-size:8.0pt;\">Società Italiana per le Scienze del Clima, Proceedings First Annual Conference “<i>Climate change and its implications on ecosystem and society</i>”. ISBN 978-88-97666-08-0.</span></div>\r\n <div> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">37</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2013</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><span style=\"font-size:8.0pt;\">D’Agostino R., <b>Budillon G.,</b> Fusco G., Lionello P. 2013</span></div>\r\n <div><b><span style=\"font-size:8.0pt;\">“RELATIONSHIP BETWEEN SAHEL RAINFALL AND MEDITERRANEAN SUMMER CLIMATE”</span></b></div>\r\n <div><span style=\"font-size:8.0pt;\">Società Italiana per le Scienze del Clima, Proceedings First Annual Conference “<i>Climate change and its implications on ecosystem and society</i>”. ISBN 978-88-97666-08-0.</span></div>\r\n <div> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">36</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2012</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><b><span style=\"font-size:8.0pt;\">Budillon G</span></b><span style=\"font-size:8.0pt;\">., Capozzi V. 2012</span></div>\r\n <div><span style=\"font-size:8.0pt;\">“</span><b><span style=\"font-size: 8.0pt;\">RISULTATI PRELIMINARI DELL’ANALISI DI UNA NUOVA SERIE DI DATI CLIMATICI NELL’ITALIA MERIDIONE (OSSERVATORIO DI MONTEVERGINE – AV)</span></b><span style=\"font-size:8.0pt;\">” .</span></div>\r\n <div><span style=\"font-size:8.0pt;\">In: Clima del Bacino del Mediterraneo negli ultimi 12 mila anni, Roma, 17 Ottobre 2011, ROMA: Scienze e Lettere Editore Commerciale, p. 189-197, ISBN/ISSN: 978-88-218-1058-9.</span></div>\r\n <div> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">35</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2011</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><span style=\"font-size:8.0pt;\">Sandulli R., Giaccone G., Tursi A., <b>Budillon G</b>. 2011</span></div>\r\n <div><span style=\"font-size:8.0pt;\">“<b>CHIMICA E FISICA DELLE ACQUE MARINE</b>” .</span></div>\r\n <div><span style=\"font-size:8.0pt;\">In: Peter Castro, Michael E. Huber . (a cura di): Roberto Sandulli, Giuseppe Giaccone, Angelo Tursi, Biologia Marina. p. 45-73, McGraw-Hill, ISBN: 9788838666513</span></div>\r\n <div> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">34</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size:8.0pt\">2009</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><span style=\"font-size:8.0pt;\">Speich S., Garzoli S.L., Piola A. and the whole SAMOC team 2009</span></div>\r\n <div><b><span style=\"font-size:8.0pt;\">“A MONITORING SYSTEM FOR THE SOUTH ATLANTIC AS A COMPONENT OF THE MOC”</span></b></div>\r\n <div><b> </b><span style=\"font-size:8.0pt;\">In: Hall J, Harrison DE, Stammer D. Proceedings of the OceanObs’09: Sustained Ocean Observations and Information for Society Conference, 2009 Sep 21–25; Venice, Italy. ESA Publication WPP-306 Vol. 2; 2009<b>.</b></span></div>\r\n <div><b> </b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">33</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size:8.0pt;\">2009</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><b><span style=\"font-size:8.0pt;\">Budillon G.</span></b><span style=\"font-size:8.0pt;\">, Cotroneo Y., Fusco G., Rivaro P. 2009</span></div>\r\n <div><b><span style=\"font-size:8.0pt;\">“VARIABILITY OF THE MEDITERRANEAN DEEP AND BOTTOM WATERS: SOME RECENT EVIDENCES IN THE WESTERN BASIN”</span></b></div>\r\n <div><span style=\"font-size:8.0pt;\">CIESM, 2009. Dynamics of Mediterranean deep waters. N° 38 in <i>CIESM. Workshop Monographs </i>[F. Briand, Ed.], 132 pages, Monaco.</span></div>\r\n <div> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">32</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2009</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><b><span style=\"font-size:8.0pt;\">Budillon G., </span></b><span style=\"font-size:8.0pt;\">Fusco G., Rusciano E., Spezie</span><span style=\"font-size:8.0pt;\"> G. 2009</span></div>\r\n <div><b><span style=\"font-size:8.0pt;\">“TERRA NOVA BAY POLYNYA: A SMALL COASTAL AREA AFFECTING BASIN SCALE OCEANIC CONDITIONS”</span></b></div>\r\n <div><span style=\"font-size:8.0pt;\">In Proceedings of OceanObs\'09: Sustained Ocean Observations and Information for Society (Annex), Venice, Italy, 21-25 September 2009, Hall, J., Harrison, D.E. & Stammer, D., Eds., ESA Publication WPP-306. doi:10.5270/OceanObs09</span></div>\r\n <div> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">31</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2008</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><span style=\"font-size:8.0pt;\">Rusciano R., <b>Budillon G.</b>, Bergamasco A., Spezie G., Aliani S. 2008</span></div>\r\n <div><span style=\"font-size:8.0pt;\">“<b>WIND FORCING AND RESPONSE OF THE TERRA NOVA BAY POLYNYA, ROSS SEA – ANTARCTICA</b>”</span></div>\r\n <div><span style=\"font-size:8.0pt;\">Proceedings of the joint AIOL-SItE Meeting, 17-20 September 2007: 1-8.</span></div>\r\n <div> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">30</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size:8.0pt\">2007</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">Cerrato S. (con la coll. Scientifica di A. Beran e <b>G.Budillon</b>)</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">“<span style=\"text-transform:uppercase\">Mini-Darwin, l’evoluzione rAccontata dai bambini</span>”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">Editoriale Scienza, luglio 2007, pp. 117; ISBN:978-88-7307-367-3</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">29</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2007</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><span style=\"font-size:8.0pt;\">Catalano G., Ravaioli M., Giglio F., Langone L.,<b> Budillon G.</b>, Accornero A., Saggiomo V., Modigh M., Povero P., Misic C., Mangoni O., Carrada G.C., La Ferla R., Azzaro M. 2007</span></div>\r\n <div><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“La pompa biologica del carbonio nel mare di Ross (Antartide)”.</span></b></div>\r\n <div><i><span style=\"font-size:8.0pt;\">Clima e cambiamenti climatici: le attività di ricerca del CNR</span></i><span style=\"font-size:8.0pt;\">.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">28</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2007</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">T.Peluso,<b> G.Budillon</b>, F.Busdraghi, D.Iudicone. 2007</span></div>\r\n <div><b><span style=\"font-size:8.0pt;text-transform: uppercase\">“Primi risultati dell’applicazione del modello GOTM in una area costiera del Golfo di Napoli”.</span></b></div>\r\n <div style=\"text-align:justify\"><i><span style=\"font-size:8.0pt\">Atti della Associazione Italiana di Oceanologia e Limnologia,</span></i><span style=\"font-size:8.0pt\"> Vol XVIII: 89-99.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">27</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2006</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">E.De Domenico, L.S.Ponticelli, L.Bracchini, <b>G.Budillon</b>, C.Caroppo, G.Caruso, R.Danovaro, A.Dattilo, A.De Alteris, F. Decembrini, M.De Domenico, M.De Luca, R.Denaro, V.La Cono, G.Gentile, L.Giuliano, D.Guadagno, M.Leopardi, M.Magagnini, G.Maimone, M.Marcelli, V.Piermattei, G.Pruzzo, L.Ranzoni, C.Rossi, S.Scarfì, F.Smedile, A.Tognazzi, M.M.Yakimov. 2006</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">“<span style=\"text-transform:uppercase\">BIODIVERSITà MICROBICA IN MAR MEDITERRANEO CENTRO-ORIENTALE</span>”.</span></b></div>\r\n <div style=\"text-align:justify\"><i><span style=\"font-size:8.0pt;\">Biol. Mar. Medit.</span></i><span style=\"font-size:8.0pt;\">, 13(1): 959-963.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">26</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size:8.0pt;\">2006</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">L.Giuliano, </span><b><span style=\"font-size:8.0pt\">G.Budillon</span></b><span style=\"font-size:8.0pt;\">, A.Pusceddu, F.Decembrini.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase\">“I segreti del clima nei fondali del Tirreno”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">DARWIN, </span><span style=\"font-size:8.0pt\">Editoriale Darwin S.r.l. Bimestrale di scienza, January-February 2006.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">25</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size:8.0pt\">2006</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">G.Budillon</span></b><span style=\"font-size:8.0pt\">, A.Bergamasco, S.Aliani, M.Capello, P.Del Negro, R.Meloni, P.Rivaro.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt; text-transform:uppercase\">“Il respiro vitale del Mare di Ross”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">DARWIN, Editoriale Darwin S.r.l. Bimestrale di scienza, May-June 2006</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">24</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2004</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">A.DeAlteris, M.De Stefano, G.Bianco, <b>G.Budillon</b>, E.Sansone. 2004</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase\">“Analisi della dinamica di una zona costiera del Golfo di Napoli”</span></b><b><span style=\"font-size:8.0pt\">.</span></b></div>\r\n <div><i><span style=\"font-size:8.0pt\">Annali della Facoltà di Scienze e Tecnologie</span></i><span style=\"font-size:8.0pt\">. Università degli Studi di Napoli Parthenope. Vol. LXVII: 229-245. </span><i><span style=\"font-size:8.0pt;\">ISSN: 1590-9093</span></i></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">23</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2002</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">M.Tramontin, <b>G.Budillon</b>, F.Grilli, A.Russo, E.Sansone. 2002</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">“ANALISI DI COSTITUENTI MAREAL DIURNI E SEMIDIURNI NELL’AREA COSTIERA ANCONETANA MEDIANTE DATI TELERILEVATI (HF RADAR)”.</span></b></div>\r\n <div><i><span style=\"font-size:8.0pt;\">Annali della Facoltà di Scienze Nautiche</span></i><span style=\"font-size:8.0pt;\">, Università di Napoli “Parthenope”, Vol. LXVI: 93-120. </span><i><span style=\"font-size:8.0pt;\">ISSN: 1590-9093</span></i></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">22</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2002</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">A.Accornero, C.Arricò, <b>G.Budillon</b>, M.De Stefano, M.Ribera d’Alcalà, E.Sansone. 2002</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt; text-transform:uppercase\">“Valutazione ambientale delle acque costiere superficiali della Campania: risultati del monitoraggio 1998-1999”.</span></b></div>\r\n <div><span style=\"font-size:8.0pt\"> <i>Annali della Facoltà di Scienze Nautiche</i>, Università di Napoli “Parthenope”. Vol. LXVI: 8-20. </span><i><span style=\"font-size:8.0pt;\">ISSN: 1590-9093</span></i></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">21</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2001</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">G.Budillon</span></b><span style=\"font-size:8.0pt\">, A.Ortona, E.Sansone, G.Spezie. 2001</span></div>\r\n <div><span style=\"font-size:8.0pt;text-transform:uppercase\">“dinamica superficiale costiera rilevatA con radar costiero HF a largo di Ancona”.</span></div>\r\n <div><i><span style=\"font-size:8.0pt\">Annali della Facoltà. di Scienze Nautiche</span></i><span style=\"font-size:8.0pt\">, Università di Napoli “Parthenope” (ITALY), Vol. </span><span style=\"font-size:8.0pt;\">LXV: 43-52. </span><i><span style=\"font-size:8.0pt;\">ISSN: 1590-9093</span></i></div>\r\n <div style=\"text-align:justify\"><b> </b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">20</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2000</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">G.Budillon</span></b><span style=\"font-size:8.0pt\">, E.Paschini, A.Russo, A.Simioli. 2000</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase\">“primi risultati codar sulle correnti marine superficiali nell’area anconetana”.</span></b></div>\r\n <div style=\"text-align:justify\"><i><span style=\"font-size:8.0pt\">Atti del XIII Congresso dell’A.I.O.L.,</span></i><span style=\"font-size:8.0pt\"> Vol XIII(II): 33-42.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">19</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2000</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">G.Budillon</span></b><span style=\"font-size:8.0pt\">, A.Ortona, E.Paschini. 2000</span></div>\r\n <div><span style=\"font-size:8.0pt;text-transform:uppercase\">“ANALISI DEI trasporti DI FRESH WATER nel SISTEMA COSTIERO Anconetano”.</span></div>\r\n <div style=\"text-align:justify\"><i><span style=\"font-size:8.0pt\">Atti del XIII Congresso dell’A.I.O.L.,</span></i><span style=\"font-size:8.0pt\"> Vol. </span><span style=\"font-size:8.0pt;\">XIII(II): 23-32.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">18</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2000</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify;\"><b><span style=\"font-size:8.0pt\">G.Budillon</span></b><span style=\"font-size:8.0pt\">, S.Pierini, E.Sansone, G.Spezie. 2000</span></div>\r\n <div><span style=\"font-size:8.0pt;text-transform:uppercase\">“Caratteristiche Idrodinamiche lungo la Fascia Costiera Campano-Laziale”.</span></div>\r\n <div><i><span style=\"font-size:8.0pt\">Annali dell’Istituto Universitario Navale</span></i><span style=\"font-size:8.0pt\"> di Napoli (ITALY), Vol. </span><span style=\"font-size:8.0pt;\">LXIV: 7-17. </span><i><span style=\"font-size:8.0pt;\">ISSN: 1590-9093</span></i></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">17</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1998</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">M.Pennetta, A.Valente, D.Abate, <b>G.Budillon</b>, T.DePippo, M.Leone, F.Terlizzi. 1998</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase\">“influenza della morfologia costiera sulla circolazione e sedimentazione sulla piattaforma continentale campano-laziale tra gaeta e cuma (italia meridionale</span></b><span style=\"font-size:8.0pt;text-transform:uppercase;\">)</span><b><span style=\"font-size:8.0pt;text-transform: uppercase\">”.</span></b></div>\r\n <div style=\"text-align:justify\"><i><span style=\"font-size:8.0pt;\">Boll. Soc. Geol. It.,</span></i><span style=\"font-size:8.0pt;\"> vol. 117: 281-295.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">16</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1997</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">G.Spezie, S.Tucci, <b>G.Budillon</b>, M.Capello, A.Martini. 1997</span></div>\r\n <div style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:justify\"><b>“DINAMICA DI ACQUE E MATERIALE SOSPESO NELLO STRETTO DI MAGELLANO”.</b></div>\r\n <div style=\"text-align:justify\"><i><span style=\"font-size:8.0pt\">Atti del XII Congresso dell’A.I.O.L</span></i><u><span style=\"font-size:8.0pt\">.</span></u><span style=\"font-size:8.0pt\">, Vol. </span><span style=\"font-size:8.0pt;\">XII(I): 165-176.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">15</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1997</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">G.Budillon</span></b><span style=\"font-size:8.0pt\">, A.Di Maio, G.Spezie. 1997</span></div>\r\n <div style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:justify\"><b>“FLUSSI DI CALORE ALL’INTERFACCIA ARIA-GHIACCIO-MARE NELLA BAIA DI TERRA NOVA (ANTARTIDE – XI SPEDIZIONE)”.</b></div>\r\n <div style=\"text-align:justify\"><i><span style=\"font-size:8.0pt\">Atti del XII Congresso dell’A.I.O.L.,</span></i><span style=\"font-size:8.0pt\"> Vol. </span><span style=\"font-size:8.0pt;\">XII(I): 129-142.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">14</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1996</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">G.Budillon</span></b><span style=\"font-size:8.0pt\">, A.Di Maio, G.Spezie. 1996</span></div>\r\n <div><span style=\"font-size:8.0pt\">“FLUSSI DI CALORE ALL’INTERFACCIA ARIA-MARE NEL MARE DI ROSS (ANTARTIDE, 1990/91)”.</span></div>\r\n <div><i><span style=\"font-size:8.0pt\">Annali dell’Istituto Universitario Navale</span></i><span style=\"font-size:8.0pt\"> di Napoli (ITALY), Vol. </span><span style=\"font-size:8.0pt;\">LXII: 63-74. </span><i><span style=\"font-size:8.0pt;\">ISSN: 1590-9093</span></i></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">13</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1996</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">S.Tucci, <b>G.Budillon</b>. 1996</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">“CARATTERISTICHE FISICHE, DISTRIBUZIONE E FLUSSI DEL MATERIALE PARTICOLATO SOSPESO NEL TIRRENO SUD ORIENTALE”.</span></b></div>\r\n <div><i><span style=\"font-size:8.0pt\">Annali dell’Istituto Universitario Navale</span></i><span style=\"font-size:8.0pt\"> di Napoli (ITALY), Vol. </span><span style=\"font-size:8.0pt;\">LXII: 75-90. </span><i><span style=\"font-size:8.0pt;\">ISSN: 1590-9093</span></i></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">12</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1996</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">R.Pariante, <b>G.Budillon</b>, M.Ribera D’Alcalà. 1996</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">“VARIABILITÁ INTERANNUALE NELL’IDROGRAFIA DEL GOLFO DI NAPOLI”.</span></b></div>\r\n <div style=\"text-align:justify\"><i><span style=\"font-size:8.0pt\">Atti del XI Congresso dell’A.I.O.L.,</span></i><span style=\"font-size:8.0pt\"> Vol. </span><span style=\"font-size:8.0pt;\">XI: 333-342.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">11</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1996</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">G.Budillon</span></b><span style=\"font-size:8.0pt\">, M.Moretti, E.Sansone. 1996</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">“FLUSSI NEL CANALE DI SICILIA DEDOTTI DA MISURE DIRETTE ED INDIRETTE DI CORRENTE (NOVEMBRE 1993 – MAGGIO 1994)”.</span></b></div>\r\n <div style=\"text-align:justify\"><i><span style=\"font-size:8.0pt\">Atti del XI Congresso dell’A.I.O.L</span></i><u><span style=\"font-size:8.0pt\">.</span></u><span style=\"font-size:8.0pt\">, Vol. </span><span style=\"font-size:8.0pt;\">XI: 203-212.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">10</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1994</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">G.Budillon</span></b><span style=\"font-size:8.0pt\">, M.Moretti, E.Sansone, G.Spezie, E.Zambianchi. 1994</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">“LA DINAMICA DEL CANALE DI SICILIA: UN INDICATORE CLIMATICO?”.</span></b></div>\r\n <div><i><span style=\"font-size:8.0pt\">Annali dell’Istituto Universitario Navale</span></i><span style=\"font-size:8.0pt\"> di Napoli (ITALY), Vol. </span><span style=\"font-size:8.0pt;\">LXI: 125-133. </span><i><span style=\"font-size:8.0pt;\">ISSN: 1590-9093</span></i></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">9</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1994</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">G.Budillon</span></b><span style=\"font-size:8.0pt\">, M.Moretti. 1994</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">“ASSIMILAZIONE DI MISURE DIRETTE E INDIRETTE DI CORRENTE”.</span></b></div>\r\n <div><i><span style=\"font-size:8.0pt\">Annali dell’Istituto Universitario Navale</span></i><span style=\"font-size:8.0pt\"> di Napoli (ITALY), Vol. </span><span style=\"font-size:8.0pt;\">LXI: 9-17. </span><i><span style=\"font-size:8.0pt;\">ISSN: 1590-9093</span></i></div>\r\n <div style=\"text-align:justify\"><u> </u></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">8</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1994</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">G.Budillon</span></b><span style=\"font-size:8.0pt\">, F.Conversano, F.Campili, F.Corato, G.Spezie. 1994</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">“ALCUNE CARATTERISTICHE DEI PROCESSI BIOGEOCHIMICI NEL CANALE DI SICILIA”.</span></b></div>\r\n <div style=\"text-align:justify\"><i><span style=\"font-size:8.0pt\">Atti del X Congresso dell’A.I.O.L.,</span></i><span style=\"font-size:8.0pt\"> Vol. </span><span style=\"font-size:8.0pt;\">X: 155-165.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">7</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1994</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">G.Spezie, S.Tucci, <b>G.Budillon</b>, N.Corradi, M.Piccazzo. 1994</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">“CARATTERISTICHE FISICHE DELLE ACQUE DEL MARE DI ROSS E DISPERSIONE DEL MATERIALE SOSPESO”.</span></b></div>\r\n <div style=\"text-align:justify\"><i><span style=\"font-size:8.0pt\">Memorie della Società Geografica Italiana</span></i><span style=\"font-size:8.0pt\">, Vol. </span><span style=\"font-size:8.0pt;\">LI: 291-305.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">6</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1993</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">G.Budillon</span></b><span style=\"font-size:8.0pt\">, M.Moretti, E.Sansone, G.Spezie, E.Zambianchi. 1993</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">“TRANSPORT ESTIMATES IN THE STRAITS OF SICILY (1985-1992)”.</span></b></div>\r\n <div><i><span style=\"font-size:8.0pt\">Bollettino Geofisico</span></i><span style=\"font-size:8.0pt\">, anno XVI, n°2 - 3: 307-309. </span><i><span style=\"font-size:8.0pt;\">ISSN: 0393-0742</span></i></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">5</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1993</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">G.Budillon</span></b><span style=\"font-size:8.0pt\">. 1993</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">“CONFRONTO TRA LE MISURE DI SALINITA\' ESEGUITE CON SONDE MULTIPARAMETRICHE E CON SALINOMETRO DA LABORATORIO”.</span></b></div>\r\n <div><i><span style=\"font-size:8.0pt\">Annali dell’Istituto Universitario Navale</span></i><span style=\"font-size:8.0pt\"> di Napoli (ITALY), Vol. </span><span style=\"font-size:8.0pt;\">LX: 89-95. </span><i><span style=\"font-size:8.0pt;\">ISSN: 1590-9093</span></i></div>\r\n <div style=\"text-align:justify\"><u> </u></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">4</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1993</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">G.Spezie, S.Tucci, <b>G.Budillon</b>, N.Corradi, M.Piccazzo, F.Fannucci, M.Firpo, L.Mirabile, M.Ferrari. 1993</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">“WATER MASSES CHARACTERISTICS, SEDIMENT DISPERSAL AND SEISMIC STRATIGRAPHY IN THE CONTINENTAL MARGIN OF THE ROSS SEA (ANTARCTICA)”.</span></b></div>\r\n <div><i><span style=\"font-size:8.0pt\">Annali dell’Istituto Universitario Navale</span></i><span style=\"font-size:8.0pt\"> di Napoli (ITALY), Vol. LX. </span><span style=\"font-size:8.0pt;\">Allegato. </span><i><span style=\"font-size:8.0pt;\">ISSN: 1590-9093</span></i></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">3</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1993</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">G.Budillon</span></b><span style=\"font-size:8.0pt\">. 1993</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">“RAPPRESENTAZIONE DI DATI IDROLOGICI: CONFRONTO FRA I RISULTATI OTTENUTI CON TECNICHE MANUALI E QUELLI MEDIANTE L\'ANALISI OGGETTIVA”.</span></b></div>\r\n <div><i><span style=\"font-size:8.0pt\">Annali dell’Istituto Universitario Navale</span></i><span style=\"font-size:8.0pt\"> di Napoli (ITALY), Vol. </span><span style=\"font-size:8.0pt;\">LIX: 127-132. </span><i><span style=\"font-size:8.0pt;\">ISSN: 1590-9093</span></i></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1991</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">G.Budillon</span></b><span style=\"font-size:8.0pt\">. 1991</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">“MISURA DEL SOLLEVAMENTO DI AREE VULCANICHE SOTTOMARINE MEDIANTE UNA RETE DI SENSORI AL QUARZO POSATI SUL FONDO E TRASMISSIONE DIGITALE IN TEMPO REALE”.</span></b></div>\r\n <div><i><span style=\"font-size:8.0pt\">Annali dell’Istituto Universitario Navale</span></i><span style=\"font-size:8.0pt\"> di Napoli (ITALY), Vol. </span><span style=\"font-size:8.0pt;\">LVIII: 143-147. </span><i><span style=\"font-size:8.0pt;\">ISSN: 1590-9093</span></i></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1</span></b></div>\r\n </td>\r\n <td width=\"47\" style=\"width:1.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">1991</span></b></div>\r\n </td>\r\n <td width=\"721\" valign=\"top\" style=\"width:432.3pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">G.Budillon</span></b><span style=\"font-size:8.0pt\">, L.Mirabile, S.Pierini. 1991</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">“STUDIO DEL SOLLEVAMENTO DI AREE VULCANICHE MEDIANTE MAREOMETRI SOTTOMARINI”.</span></b></div>\r\n <div style=\"text-align:justify\"><i><span style=\"font-size:8.0pt\">Bollettino Geofisico</span></i><span style=\"font-size:8.0pt\">, Anno XIV, N°1: 77- 85. </span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<div> </div>\r\n<div> </div>\r\n<p><span style=\"font-size:10.0pt;Times New Roman","serif";Times New Roman";\"><br clear=\"all\" style=\"page-break-before: always\" />\r\n</span></p>\r\n<div> </div>\r\n<div align=\"right\" style=\"text-align:right\"><b><u><span style=\"font-size:14.0pt\">Section 3</span></u></b></div>\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"809\" style=\"border-collapse:collapse;\">\r\n <tbody>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;background:#E5E5E5;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size: 8pt; font-variant-numeric: normal; font-variant-caps: small-caps;\">N°</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;background:#E5E5E5;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size: 8pt; font-variant-numeric: normal; font-variant-caps: small-caps;\">Year</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;background:#E5E5E5;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b> </b></div>\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size: 11pt; font-variant-numeric: normal; font-variant-caps: small-caps;\">Proceedings, Technical and Scientific Reports, </span></b></div>\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b> </b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b> </b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b> </b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">50</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size:8.0pt\">2015</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">Budillon G.</span></b><span style=\"font-size: 8.0pt;\">, Dentale F., Di Luccio D., Montella R., Pugliese Carratelli E</span><span style=\"font-size:8.0pt\">.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">“METODOLOGIE PER LA GESTIONE DI EMERGENZE METEO-MARINE IN AREE COSTIERE: PROGETTAZIONE E IMPLEMENTAZIONE DI UNA STRUTTURA PREVISIONALE DI ALLERTA INONDAZIONE DELLE SPIAGGE DEL COMUNE DI NAPOLI. RELAZIONE FINALE DI PROGETTO”</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">Determinazione n°5 Ottobre 2013 – CIG 0251447C9D contratto rep. N. 84388 del 8.4.2014</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">49</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size:8.0pt\">2015</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">Budillon G.</span></b><span style=\"font-size: 8.0pt;\">, Dentale F., Di Luccio D., Montella R., Pugliese Carratelli E</span><span style=\"font-size:8.0pt\">.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">“METODOLOGIE PER LA GESTIONE DI EMERGENZE METEO-MARINE IN AREE COSTIERE: PROGETTAZIONE E IMPLEMENTAZIONE DI UNA STRUTTURA PREVISIONALE DI ALLERTA INONDAZIONE DELLE SPIAGGE DEL COMUNE DI NAPOLI. RELAZIONE TECNICA N.1 – RISULTATI PRELIMINARI”</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">Determinazione n°5 Ottobre 2013 – CIG 0251447C9D contratto rep. N. 84388 del 8.4.2014</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">48</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size:8.0pt\">2014</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">Budillon G.</span></b></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">“PNRA XXIX CRUISE REPORT”</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">MURST-PNRA, ROMA. Rapporto di Coordinamento Scientifico della XXIX Campagna Antartica, Estate Australe.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">47</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size:8.0pt;\">2013</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"left\" style=\"margin: 0cm 0cm 0.0001pt;\"><b><span style=\"font-size:8.0pt\">Budillon G.</span></b></div>\r\n <div align=\"left\" style=\"margin: 0cm 0cm 0.0001pt;\"><span style=\"font-size:8.0pt\">“<b>POLAR RESEARCH</b>”</span></div>\r\n <div align=\"left\" style=\"margin: 0cm 0cm 0.0001pt;\"><span style=\"font-size:8.0pt\">International Association for the Physical Sciences of the Ocean (IAPSO) </span></div>\r\n <div align=\"left\" style=\"margin: 0cm 0cm 0.0001pt;\"><span style=\"font-size:8.0pt\">Acti</span><span style=\"font-size:8.0pt;\">vities in Italy (2011-2012)</span></div>\r\n <div align=\"left\" style=\"margin: 0cm 0cm 0.0001pt;\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">46</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size:8.0pt\">2012</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"left\" style=\"margin: 0cm 0cm 0.0001pt;\"><span style=\"font-size:8.0pt;\">Marzano F.S., Picciotti E. and Montopoli M., <b>Budillon G.,</b> Zinzi A. and Buonocore B.</span></div>\r\n <div style=\"border:none;border-left:solid windowtext 1.0pt;padding:0cm 0cm 0cm 5.0pt\">\r\n <div style=\"border:none; padding:0cm;\"><b><span style=\"font-size:8.0pt;\">“X-BAND WEATHER RADAR MONITORING REAL-TIME PRODUCTS IN ROME AND NAPLES URBAN AREAS”</span></b></div>\r\n <div style=\"border:none; padding:0cm;\"><span style=\"font-size:8.0pt;\">Tyrrhenian Workshop 2012 on Advances in Radar and Remote Sensing.</span></div>\r\n <div style=\"border:none; padding:0cm;\"> </div>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">45</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size:8.0pt\">2012</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">Budillon G.,</span></b><span style=\"font-size: 8.0pt;\"> De Alteris A., Falco P.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">“PNRA XXVII CRUISE REPORT”</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">MURST-PNRA, ROMA. Rapporto della XXVII Campagna Antartica, Estate Australe,</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">http://www.italiantartide.it/spedizioni/xxvii/documentazione/RapFin2012bis.pdf: 193-194.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">44</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size:8.0pt\">2010</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">Aliani S., <b>Budillon G.,</b> Meloni R., Zambardino G.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">“PNRA XXV CRUISE REPORT”</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">MURST-PNRA, ROMA. Rapporto della XXV Campagna Antartica, Estate Australe, http://www.pnra.it/biblioteca/docs/rapporti_campagna/CA09-10.pdf: 161-164.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">43</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size:8.0pt\">2010</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">Budillon G.</span></b></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">“PNRA XXV CRUISE REPORT”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">MURST-PNRA, ROMA. Rapporto della XXV Campagna Antartica, Estate Australe, http://www.pnra.it/biblioteca/docs/rapporti_campagna/CA09-10.pdf: 159.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">42</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size:8.0pt\">2008</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">Bertolotto R.M., Paoli E., Tucci S., Capello M., Cutroneo L.<b>, Budillon G.</b></span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">“STUDIO DELLA SEDIMENTAZIONE NATURALE SULLA PRATERIA DI POSIDONIA O. ANTISTANTE I COMUNI DI ALBENGA E LOANO E STUDIO DEI PROCESSI DI DISPERSIONE NATURALE DEI SEDIMENTI TRAMITE APPROCCIO EULERIANO.”</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">Volume Regione Liguria “Lo studio e la rappresentazione della costa ligure nel Progetto Europeo BEACHMED-e”. 40-56.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">41</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size:8.0pt\">2008</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">Aliani S., <b>Budillon G.</b>, Meloni R.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">“PNRA XXIII CRUISE REPORT”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">MURST-PNRA, ROMA. Rapporto della XXIII Campagna Antartica, Estate Australe, http://www.pnra.it/biblioteca/docs/rapporti_campagna/CA07-08.pdf: 142-146.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">40</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size:8.0pt\">2008</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">Budillon G.</span></b></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">“PNRA XXIII CRUISE REPORT”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">MURST-PNRA, ROMA. Rapporto della XXIII Campagna Antartica, Estate Australe, http://www.pnra.it/biblioteca/docs/rapporti_campagna/CA07-08.pdf: 141-142</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">39</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size:8.0pt\">2007</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><span style=\"font-size:8.0pt;\">Mastrangelo D., Horvath K., Riccio A., <b>Budillon G.</b>, Ivančan-Picek B.</span></div>\r\n <div><b><span style=\"font-size:8.0pt;\">“ANALYIS OF THE 12-13 NOVEMBER 2004 HEAVY RAINFALL EVENT OVER SOUTHERN ITALY”</span></b></div>\r\n <div><span style=\"font-size:8.0pt;\">4th European Conference on Severe Storms 10 - 14 September 2007 - Trieste - ITALY</span></div>\r\n <div> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">38</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size:8.0pt\">2007</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><span style=\"font-size:8.0pt;\">Rusciano E., <b>Budillon G.</b>, Bergamasco A., Spezie G., Aliani S.</span></div>\r\n <div><b><span style=\"font-size:8.0pt;\">"WIND FORCING AND RESPONSE OF THE TERRA NOVA BAY POLYNYA, ROSS SEA - ANTARCTICA"</span></b></div>\r\n <div><span style=\"font-size:8.0pt;\">http://www.ecologia.it/congressi/XVII/articles/ © 2007 AIOL-SItE</span></div>\r\n <div><b> </b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">37</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size:8.0pt\">2007</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><b><span style=\"font-size:8.0pt;\">Budillon G.</span></b><span style=\"font-size:8.0pt;\">, De Alteris A., Menna M., Siena G.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt\">“CISM-1”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt\">Cruise Report - PIC – INTERREG III – Italia-Albania. http://www.cismalbania.it/download/Cism1CruiseReport5.4.pdf: 24-25.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">36</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size:8.0pt\">2007</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt\">Decembrini F., Caroppo C., Azzaro M., <b>Budillon G.</b>, La Ferla R., Maimone G.</span></div>\r\n <div style=\"margin-top:0cm;text-align:justify;page-break-after: auto;text-autospace:none;border:none;\"><span style=\"font-size:8.0pt;Times New Roman","serif";\">“PHOTOAUTOTROPHIC PLANKTON BIOMASS, ACTIVITY AND COMPOSITION IN THE SOUTHERN THYRRHENIAN SEA”.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt;\">Rapp. Comm. int. </span><span style=\"font-size:8.0pt;\">Mer Médit., 38, page 101, 2007</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">35</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size:8.0pt\">2006</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">Budillon G.</span></b><span style=\"font-size:8.0pt\">, Mastrangelo D.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">“PROGETTO ATMOSFERA – NAPOLI. </span></b><b><span style=\"font-size:8.0pt\">CONFRONTO TRA DATI ANEMOLOGICI OTTENUTI MEDIANTE AWS, SODAR E LAM A NAPOLI. LUGLIO – AGOSTO 2006”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">DiSAm – Rapporto Tecnico Scientifico, </span><span style=\"font-size: 8.0pt;\">September </span><span style=\"font-size:8.0pt\">2006.</span></div>\r\n <div style=\"border:none;border-left:solid windowtext 1.0pt;padding:0cm 0cm 0cm 5.0pt\">\r\n <div style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:justify\"> </div>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">34</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size:8.0pt\">2006</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">Budillon G.</span></b><span style=\"font-size:8.0pt\">, Mastrangelo D.</span></div>\r\n <div style=\"border:none;border-left:solid windowtext 1.0pt;padding:0cm 0cm 0cm 5.0pt\">\r\n <div style=\"margin:0cm;margin-bottom:.0001pt;text-align:justify;text-indent: 0cm;\"><b><font size=\"6\"><span style=\"font-size:8.0pt;Times New Roman","serif";\">“</span><span style=\"font-size:8.0pt;Times New Roman","serif"\">ANALISI DELLE CONDIZIONI METEO-CLIMATICHE NELLA CITTA’ DI NAPOLI PER IL PERIODO 2000 - 2005”.</span></font></b></div>\r\n </div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">DiSAm – Rapporto Tecnico Scientifico, July 2006.</span></div>\r\n <div style=\"border:none;border-left:solid windowtext 1.0pt;padding:0cm 0cm 0cm 5.0pt\">\r\n <div style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:justify\"> </div>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">33</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size:8.0pt\">2006</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">A.A.V.V. (<b>Budillon G.</b>)</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">“PNRA XXI CRUISE REPORT”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">MURST-PNRA, ROMA. Rapporto della XXI Campagna Antartica, Estate Australe, http://www.pnra.it/biblioteca/docs/rapporti_campagna/CA05-06.pdf: 200-213.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">32</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size:8.0pt\">2006</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">A.A.V.V. (<b>Budillon G.</b>)</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">“PNRA XXI CRUISE REPORT”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">MURST-PNRA, ROMA. Rapporto della XXI Campagna Antartica, Estate Australe, http://www.pnra.it/biblioteca/docs/rapporti_campagna/CA05-06.pdf: 195-197.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">31</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size:8.0pt;\">2005</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">Budillon G.</span></b><span style=\"font-size:8.0pt;\">, Chianese E., Giunta G., Riccardi C., Riccio A.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“Impact of emissions abatament strategies on the air quality of the Naples urban area”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">H&AQ-1, Proceedings of the 1<sup>st</sup> International Conference on Harbour & Air Quality. E.Canepa & E.Georgieva Editors; 2005</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">30</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size:8.0pt;\">2005</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">Budillon G.</span></b><span style=\"font-size:8.0pt;\">, et al.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“CIESM-SUB1, Cruise report”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size: 8.0pt;\">(http://www.ciesm.org/marine/campaigns/sub/sub1/sub1.htm). </span><span style=\"font-size:8.0pt;\">July 2005.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">29</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size:8.0pt\">2004</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">Budillon G.</span></b></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">“<span style=\"text-transform:uppercase;\">Variazione Climatiche e Monitoraggio Ambientale</span>”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">In M.Giuliacci, G.Budillon, G.Spezie, M.Esposito “Incontriamo il Mediterraneo”: 103-106.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">28</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size:8.0pt;\">2004</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">La Ferla R., Azzaro M., <b>Budillon G.,</b> Decembrini F., Maimone G.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">“FIRST DATA ON MICROBIAL BIOMASS AND ACTIVITIES IN THE TYRRHENIAN SEA (MEDITERRANEAN SEA)”</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">2007 - Rapp. Comm. Int. Mer M&eacutedit. </span><span style=\"font-size:8.0pt\">Vol. 38 - page 379 </span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">27</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size:8.0pt\">2003</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">A.A.V.V. (<b>Budillon G.</b>)</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase\">“Rapporto di Attività - XVI Campagna Antartica 2002-2003. Progetto 2b.3”.</span></b></div>\r\n <div style=\"margin-bottom:0cm;margin-bottom:.0001pt;text-align: justify;border:none;\"><span style=\"font-size: 8.0pt\">MURST-PNRA, ROMA. Rapporto della XVIII Campagna Antartica, Estate Australe, http://www.pnra.it/biblioteca/docs/rapporti_campagna/CA02-03.pdf: 193 – 201.</span></div>\r\n <div style=\"margin-bottom:0cm;margin-bottom:.0001pt;text-align: justify;border:none;\"><b> </b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">26</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size:8.0pt;\">2003</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify;\"><span style=\"font-size:8.0pt;\">A.A.V.V. (<b>Budillon G.</b>)</span></div>\r\n <div style=\"text-align:justify;\"><b><span style=\"font-size:8.0pt\">“</span></b><b><span style=\"font-size:8.0pt;text-transform:uppercase\">Condizioni oceanografiche della fascia costiera fra Senigallia e Porto Recanati nel periodo 15 aprile – 15 luglio 1998</span></b><b><span style=\"font-size:8.0pt\">”.</span></b></div>\r\n <div style=\"margin-bottom:0cm;margin-bottom:.0001pt;text-align: justify;border:none;\"><span style=\"font-size: 8.0pt;\">Progetto PRISMA II fase. C.N.R. Technical Report. Sottoprogetto 1.</span></div>\r\n <div style=\"margin-bottom:0cm;margin-bottom:.0001pt;text-align: justify;border:none;\"><b> </b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">25</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size:8.0pt;\">2003</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify;\"><span style=\"font-size:8.0pt;\">A.A.V.V. (<b>G.Budillon</b>)</span></div>\r\n <div style=\"text-align:justify;\"><b><span style=\"font-size:8.0pt\">“</span></b><b><span style=\"font-size:8.0pt;text-transform:uppercase\">Condizioni oceanografiche della fascia costiera fra Senigallia e Porto Recanati nel periodo 11 settembre – 11 novembre 1997</span></b><b><span style=\"font-size:8.0pt\">”.</span></b></div>\r\n <div style=\"margin-bottom:0cm;margin-bottom:.0001pt;text-align: justify;border:none;\"><span style=\"font-size: 8.0pt;\">Progetto PRISMA II fase. C.N.R. Technical Report. Sottoprogetto 1.</span></div>\r\n <div style=\"margin-bottom:0cm;margin-bottom:.0001pt;text-align: justify;border:none;\"><b> </b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">24</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size:8.0pt;\">2003</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify;\"><span style=\"font-size:8.0pt;\">A.A.V.V. </span><span style=\"font-size:8.0pt;\">(</span><b><span style=\"font-size:8.0pt;\">Budillon G.</span></b><span style=\"font-size:8.0pt;\">)</span></div>\r\n <div style=\"text-align:justify;\"><b><span style=\"font-size:8.0pt\">“</span></b><b><span style=\"font-size:8.0pt;text-transform:uppercase\">Condizioni oceanografiche della fascia costiera fra Senigallia e Porto Recanati nel periodo 10 febbraio - 17 aprile 1997</span></b><b><span style=\"font-size:8.0pt\">”.</span></b></div>\r\n <div style=\"margin-bottom:0cm;margin-bottom:.0001pt;text-align: justify;border:none;\"><span style=\"font-size: 8.0pt;\">Progetto PRISMA II fase. C.N.R. Technical Report. Sottoprogetto 1.</span></div>\r\n <div style=\"margin-bottom:0cm;margin-bottom:.0001pt;text-align: justify;border:none;\"><b> </b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">23</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size:8.0pt;\">2003</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify;\"><span style=\"font-size:8.0pt;\">A.A.V.V. </span><span style=\"font-size:8.0pt;\">(</span><b><span style=\"font-size:8.0pt;\">Budillon G.</span></b><span style=\"font-size:8.0pt;\">)</span></div>\r\n <div style=\"text-align:justify;\"><b><span style=\"font-size:8.0pt\">“</span></b><b><span style=\"font-size:8.0pt;text-transform:uppercase\">Condizioni oceanografiche della fascia costiera fra Senigallia e Porto Recanati nel periodo 3 agosto - 27 settembre 1996</span></b><b><span style=\"font-size:8.0pt\">”.</span></b></div>\r\n <div style=\"text-align:justify;\"><span style=\"font-size:8.0pt;\">Progetto PRISMA II fase. C.N.R. Technical Report. Sottoprogetto 1.</span></div>\r\n <div style=\"margin-bottom:0cm;margin-bottom:.0001pt;text-align: justify;border:none;\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">22</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size:8.0pt;\">2001</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"margin-bottom:0cm;margin-bottom:.0001pt;text-align: justify;border:none;\"><b><span style=\"font-size:8.0pt\">Budillon G.</span></b><span style=\"font-size:8.0pt;\">, Cotronei Y., De Stefano M., Di Maio G., Greco L., Ortona A., Spezie G.</span></div>\r\n <div style=\"margin-bottom:0cm;margin-bottom:.0001pt;text-align: justify;border:none;\"><b><span style=\"font-size:8.0pt\">“DATA <span style=\"text-transform:uppercase\">REPORT – II Crociera Interreg Italia – Albania, Maggio 2001</span>”.</span></b></div>\r\n <div style=\"margin-bottom:0cm;margin-bottom:.0001pt;text-align: justify;border:none;\"><span style=\"font-size: 8.0pt;\">Data Report, CoNISMa – Istituto Universitario Navale, 110 pagg.</span></div>\r\n <div style=\"margin-bottom:0cm;margin-bottom:.0001pt;text-align: justify;border:none;\"><b> </b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">21</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size:8.0pt;\">2001</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">Bergamasco A., Paschini E., Spezie G., <b>Budillon G.</b>, De Stefano M.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase\">“Rapporto di Attività - XVI Campagna Antartica 2000-2001. Progetto 2b.3”.</span></b></div>\r\n <div style=\"margin-bottom:0cm;margin-bottom:.0001pt;text-align: justify;border:none;\"><span style=\"font-size: 8.0pt\">MURST-PNRA, ROMA. Rapporto della XVI Campagna Antartica, Estate Australe, http://www.pnra.it/biblioteca/docs/rapporti_campagna/CA00-01.pdf: 177 – 186.</span></div>\r\n <div style=\"margin-bottom:0cm;margin-bottom:.0001pt;text-align: justify;border:none;\"><b> </b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">20</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2001</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">Budillon G.</span></b><span style=\"font-size:8.0pt\">, Spezie G., Sansone E.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">“<span style=\"text-transform:uppercase\">A real Time application to map marine surface current field</span>”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">Proceedings IAME 2000. London Guildall University. CD-Rom.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">19</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size:8.0pt;\">2000</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"margin-bottom:0cm;margin-bottom:.0001pt;text-align: justify;border:none;\"><b><span style=\"font-size:8.0pt\">Budillon G.</span></b><span style=\"font-size:8.0pt;\">, DeAlteris A., Fienga A., Marzi E., Ortoli V., Ortona A., Sammartino S., Spezie G.</span></div>\r\n <div style=\"margin-bottom:0cm;margin-bottom:.0001pt;text-align: justify;border:none;\"><b><span style=\"font-size:8.0pt\">“DATA <span style=\"text-transform:uppercase\">REPORT – I Crociera Interreg Italia – Albania, Novembre 2000</span>”.</span></b></div>\r\n <div style=\"margin-bottom:0cm;margin-bottom:.0001pt;text-align: justify;border:none;\"><span style=\"font-size: 8.0pt;\">Data Report, CoNISMa – Istituto Universitario Navale, 110 pagg.</span></div>\r\n <div style=\"margin-bottom:0cm;margin-bottom:.0001pt;text-align: justify;border:none;\"><b> </b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">18</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size:8.0pt;\">2000</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">Napolitano E., <b>Budillon G.</b>, Pugliese-Carratelli E., Villani P., Musumanno L.</span></div>\r\n <div><span style=\"font-size:8.0pt;text-transform: uppercase;\">“Radar Rainfall Estimation in the Campania Region (Southern Italy): preliminary findings”.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">Proceedings of the European Geophysical Society Plinius Conference on Mediterranean Storms., Maratea, <span style=\"text-transform:uppercase\">Italy, </span>14-16 October 1999: 637- 642.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">17</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1998</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">Budillon G.</span></b><span style=\"font-size:8.0pt\">, De Alteris A.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase\">“Rapporto di Attività - XIII Campagna Antartica 1997-98. Progetto 2b.3”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">MURST-PNRA, ROMA. Rapporto della XIII Campagna Antartica, Estate Australe, http://www.pnra.it/biblioteca/docs/rapporti_campagna/CA97-98.pdf: 57-76</span></div>\r\n <div style=\"text-align:justify\"><b> </b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">16</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1998</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">Budillon G.</span></b><span style=\"font-size:8.0pt\">, De Alteris A.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase\">“Rapporto di Attività - XIII Campagna Antartica 1997-98. Progetto 2b.2”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">MURST-PNRA, ROMA. Rapporto della XIII Campagna Antartica, Estate Australe, http://www.pnra.it/biblioteca/docs/rapporti_campagna/CA97-98.pdf: 51-56.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">15</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1998</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">Budillon G., Moretti M., Sansone E., Spezie G.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“Dynamics of a mid-Adriatic coastal area, first experimental results obtained in the framework of Prisma-2 Project”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">Rapp. Comm. Int. Mer Médit., 35, 132-133.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">14</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1996</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">Manca B., Bergamasco A., <b>Budillon G.</b>, Sansone E., Scarazzato P.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“Observational evidence of new state of the Eastern Mediterranean”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">International POEM BC/MTP Symposium “Biological processes in the Eastern Mediterranean Interaction with hydrological structures. 1-2 luglio 1996. Molitg les Bains (France).</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">13</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1996</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">Malanotte Rizzoli P., Manca B., Ribera D’Alcalà M., Theocharis A., Bergamasco A., Bregant D., <b>Budillon G.</b>, Civitarese G., Georgopoulos D., Korres G., Michelato A., Sansone E., Scarazzato P., Souvermezoglou E. 1997</span></div>\r\n <div><span style=\"font-size:8.0pt;\">“A SYNTHESIS OF THE IONIAN SEA HYDROGRAPHY, CIRCULATION, AND WATER MASS PATHWAYS DURING POEM PHASE I”.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">International POEM BC/MTP Symposium “Biological processes in the Eastern Mediterranean Interaction with hydrological structures. 1-2 luglio 1996. Molitg les Bains (France).</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">12</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1996</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">Spezie G., Sansone E., <b>Budillon G.</b>, Bianco G., De Stefano M., De Alteris A., Gallarato A., La Mura V.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">“<span style=\"text-transform:uppercase\">Rilievi idrodinamici nel sistema Eolie e nei bacini limitrofi di Cefalù e Gioia. Campagne oceanografiche 1995</span>”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">Editori F.M.Faranda & P.Povero. Data Report delle Campagne EOCUMM95: 1-97. </span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">11</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1996</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">Budillon G.</span></b><span style=\"font-size:8.0pt\">, Henriquez J., Sobarzo M., Spezie G.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">“HYDRODYNAMICS OF THE STRAITS OF MAGELLAN (1995)”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">Editori F.M.Faranda, L.Guglielmo & P.Povero. E.U.L.A. Cooperazione Europa - America Latina: 9-52. </span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">10</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1996</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">Budillon G.</span></b><span style=\"font-size:8.0pt\">, Artegiani A.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase\">“Rapporto di Attività - XI Campagna Antartica 1995-96. Progetto 2b.2”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">MURST-PNRA, ROMA. Rapporto della XI Campagna Antartica, Estate Australe 1995-96, http://www.pnra.it/biblioteca/docs/rapporti_campagna/CA95-96.pdf: 285-293. </span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">9</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1996</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">Budillon G.</span></b><span style=\"font-size:8.0pt\">, Ficca G., Pangia M., Purini R., Sansone E.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">“CAMPAGNE DI MISURE OCEANOGRAFICHE 1991-1993. COSTE CAMPANO-LAZIALI”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">Rapporto Interno. Istituto di Fisica dell’Atmosfera. C.N.R., pagg. 1-29. ROMA.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">8</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">1995</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">Spezie G., Sansone E., <b>Budillon G.</b>, Gallarato A.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">“CARATTERIZZAZIONE IDRODINAMICA DEL SISTEMA EOLIE E DEI BACINI LIMITROFI DI CEFALU’ E GIOIA. CAMPAGNA OCEANOGRAFICA 1994”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">CoNISMa, Editore F.M. Faranda. Data Report della Campagna EOCUMM94: 1-81. </span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">7</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1995</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">Budillon G.</span></b><span style=\"font-size:8.0pt\">, Conversano F., Giaquinto G., Morgigni M.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase\">“Rapporto di Attività - X Campagna Antartica 1994-95. Progetto 2b.2”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">MURST-PNRA, ROMA. Rapporto della X Campagna Antartica, Estate Australe 1994-95, http://www.pnra.it/biblioteca/docs/rapporti_campagna/CA94-95.pdf: 428-435. </span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">6</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1994</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">Budillon G.</span></b><span style=\"font-size:8.0pt\">, Moretti M.</span></div>\r\n <div><span style=\"font-size:8.0pt;text-transform:uppercase\">“Aspetti Meteomarini nella sicurezza della pesca in mare”.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">Rivista di Medicina del Lavoro ed Igiene Industriale, Anno XVIII, Gennaio-Giugno 1994: 107-119.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">5</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">1994</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">Spezie G., <b>Budillon G.</b></span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">“ATTIVITA’ SULLA NAVE AUSTRALIANA: AURORA AUSTRALIS - VOYAGE 9”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">MURST-PNRA, ROMA. Rapporto della IX Campagna Antartica, Estate Australe 1993-94, (http://www.pnra.it/biblioteca/docs/rapporti_campagna/CA93-94.pdf): 135-136.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">4</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1991</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">Budillon G.</span></b><span style=\"font-size:8.0pt\">, Corradi N., Piccazzo M., Spezie G., Tucci S.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">“MATERIALE SOSPESO E IDROLOGIA”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">MURST-PNRA, ROMA. Rapporto della VI Campagna Antartica, Estate Australe 1990-91, (http://www.pnra.it/biblioteca/docs/rapporti_campagna/CA90-91.pdf): 325-352.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">3</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1991</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">Budillon G.</span></b><span style=\"font-size:8.0pt\">, Balzamo M., Tangaro G.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">“RAPPORTO DEL LABORATORIO DI NAVIGAZIONE”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">MURST-PNRA, ROMA. Rapporto della VI Campagna Antartica, Estate Australe 1990-91, (http://www.pnra.it/biblioteca/docs/rapporti_campagna/CA90-91.pdf): 280-282. </span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1987</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">Budillon G.</span></b><span style=\"font-size:8.0pt\">, Fevola F., Galeotti G., Ranieri G., Tangaro G.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">“INSTALLAZIONE ED ATTIVAZIONE DEL CENTRO REGIONALE DI SORVEGLIANZA SISMICO VULCANICA”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">Istituto di Oceanologia - I.U.N. NAPOLI: 1-38.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1987</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">Budillon G., Fevola F., Galeotti G., Ranieri G., Tangaro G.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">“BATIMETRIA LITORALE TORRE DEL GRECO”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">Istituto di Oceanologia - I.U.N. NAPOLI: 1-58. </span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<div> </div>\r\n<p><span style=\"font-size:10.0pt;Times New Roman","serif";Times New Roman";\"><br clear=\"all\" style=\"page-break-before: always\" />\r\n</span></p>\r\n<div> </div>\r\n<div align=\"right\" style=\"text-align:right\"><b><u><span style=\"font-size:14.0pt\">Section 4</span></u></b></div>\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"809\" style=\"border-collapse:collapse;\">\r\n <tbody>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;background:#E5E5E5;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size: 8pt; font-variant-numeric: normal; font-variant-caps: small-caps;\">N°</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;background:#E5E5E5;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size: 8pt; font-variant-numeric: normal; font-variant-caps: small-caps;\">Year</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;background:#E5E5E5;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b> </b></div>\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b><span style=\"font-size: 11pt; font-variant-numeric: normal; font-variant-caps: small-caps;\">Conferences, Meetings and Workshops</span></b></div>\r\n <div align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;border:none;\"><b> </b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">240</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2016</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify;\"><strong><u> </u></strong></div>\r\n <div style=\"text-align:justify;\"><strong><u><span style=\"font-size:8.0pt;font-weight:normal;\">Capozzi V.</span></u></strong><strong><span style=\"font-size:8.0pt;font-weight:normal;\">, </span></strong><strong><span style=\"font-size:8.0pt;\">Budillon G.</span></strong></div>\r\n <div style=\"text-align:justify;\"><strong><span style=\"font-size:8.0pt;\">“DETECTION OF HEAT AND COLD WAVES IN MONTEVERGINE TIME SERIES (1884-2015) ANALYSIS OF TEMPERATURE TIME SERIES COLLECTED IN A HIGH ELEVATION SITE IN SOUTHERN APENNINES (MONTEVERGINE, AV – ITALY): VARIABILITY, TRENDS AND EXTREME EVENTS”</span></strong></div>\r\n <div style=\"text-align:justify;\"><span style=\"font-size:8.0pt;\">In: 2016 Annual SISC Conference “Climate challenges and solutions under the 2°C target”, 19-20 October 2016, Cagliari, Italy.</span></div>\r\n <div style=\"text-align:justify;\"><strong><u> </u></strong></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">239</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2016</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify;\"><strong><u> </u></strong></div>\r\n <div style=\"text-align:justify;\"><strong><span style=\"font-size:8.0pt;font-weight:normal;\">Capozzi, V., Picciotti, E., Mazzarella, V., </span></strong><strong><span style=\"font-size:8.0pt\">Budillon G.</span></strong><strong><span style=\"font-size:8.0pt;font-weight:normal;\">, Marzano, F.S. </span></strong></div>\r\n <div style=\"border:none;border-left:solid windowtext 1.0pt;padding:0cm 0cm 0cm 5.0pt\">\r\n <div style=\"text-align:justify; text-autospace:none;border:none; padding:0cm;\"><b><span style=\"font-size:8.0pt;\">“HAIL DETECTION IN URBAN AREAS BY USING A SINGLE-POLARIZATION X-BAND WEATHER RADAR</span></b><span style=\"font-size:8.0pt;\">”</span></div>\r\n <div style=\"text-align:justify; text-autospace:none;border:none; padding:0cm;\"><span style=\"font-size:8.0pt;\">In: 9th European Conference on Radar in Meteorology and Hydrology, Antalya, Turkey, 10 - 14 October 2016.</span></div>\r\n </div>\r\n <div style=\"text-align:justify;\"><strong><u> </u></strong></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">238</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2016</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify;\"><strong><u> </u></strong></div>\r\n <div style=\"text-align:justify;\"><strong><span style=\"font-size:8.0pt;font-weight:normal;\">Ricchi, A., Mazzarella, V., Capozzi, V., Cioni, G., Maiello, I., </span></strong><strong><span style=\"font-size:8.0pt\">Budillon G.</span></strong><strong><span style=\"font-size:8.0pt;font-weight:normal;\">, Ferretti, R., Russo, A., Carniel, S.</span></strong></div>\r\n <div style=\"text-align:justify;\"><strong><span style=\"font-size:8.0pt;\">“A SENSITIVITY STUDY USING THE WRF MODEL OF A FLASH FLOOD EVENT OCCURRED OVER SOUTHERN ITALY”</span></strong></div>\r\n <div style=\"text-align:justify;\"><span style=\"font-size:8.0pt;\">In: 16th EMS Annual Meeting & 11th European Conference on Applied Climatology (ECAC) | 12–16 September 2016 | Trieste, Italy</span></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">237</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2016</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify;\"><strong><u> </u></strong></div>\r\n <div style=\"text-align:justify;\"><strong><span style=\"font-size:8.0pt;font-weight:normal;\">Mazzarella, V., Maiello, I., Capozzi, V., </span></strong><strong><span style=\"font-size: 8.0pt\">Budillon G.</span></strong><strong><span style=\"font-size:8.0pt; font-weight:normal;\">, Ferretti, R. </span></strong></div>\r\n <div style=\"text-align:justify;\"><strong><span style=\"font-size:8.0pt;\">“</span></strong><b><span style=\"font-size:8.0pt;\">COMPARISON BETWEEN 3D-VAR AND 4D-VAR DATA ASSIMILATION METHODS FOR THE SIMULATION OF A HEAVY RAINFALL CASE IN CENTRAL ITALY<strong>”</strong></span></b></div>\r\n <div style=\"text-align:justify;\"><span style=\"font-size:8.0pt;\">In: 16th EMS Annual Meeting & 11th European Conference on Applied Climatology (ECAC) | 12–16 September 2016 | Trieste, Italy</span></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">236</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2016</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify;\"><strong><u> </u></strong></div>\r\n <div style=\"text-align:justify;\"><strong><u><span style=\"font-size:8.0pt;font-weight:normal;\">Capozzi V.</span></u></strong><strong><span style=\"font-size:8.0pt;font-weight:normal;\">, Picciotti, E., Mazzarella, V., </span></strong><strong><span style=\"font-size:8.0pt\">Budillon G.</span></strong><strong><span style=\"font-size:8.0pt;font-weight:normal;\">, Marzano, F.S. </span></strong></div>\r\n <div style=\"text-align:justify;\"><strong><span style=\"font-size:8.0pt;\">“</span></strong><b><span style=\"font-size:8.0pt;\">USING <strong>X-BAND RADAR REFLECTIVITY DATA FOR HAIL DETECTION AND LIGHTNING NOWCASTING”</strong></span></b></div>\r\n <div style=\"text-align:justify;\"><span style=\"font-size:8.0pt;\">In: 16th EMS Annual Meeting & 11th European Conference on Applied Climatology (ECAC) | 12–16 September 2016 | Trieste, Italy</span></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">235</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2016</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify;\"><strong><u> </u></strong></div>\r\n <div style=\"text-align:justify;\"><strong><u><span style=\"font-size:8.0pt;font-weight:normal;\">Capozzi V.</span></u></strong><strong><span style=\"font-size:8.0pt;font-weight:normal;\">, </span></strong><strong><span style=\"font-size:8.0pt;\">Budillon G.</span></strong></div>\r\n <div style=\"text-align:justify;\"><strong><span style=\"font-size:8.0pt;\">“DETECTION OF HEAT AND COLD WAVES IN MONTEVERGINE TIME SERIES (1884-2015)”</span></strong></div>\r\n <div style=\"text-align:justify;\"><span style=\"font-size:8.0pt;\">In: 15th Plinius Conference on Mediterranean Risk, 8-11 June 2016, Giardini Naxos, Italy</span></div>\r\n <div style=\"text-align:justify;\"><strong><u> </u></strong></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">234</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2016</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify;\"><strong><u> </u></strong></div>\r\n <div style=\"text-align:justify;\"><strong><u><span style=\"font-size:8.0pt;font-weight:normal;\">Capozzi V.</span></u></strong><strong><span style=\"font-size:8.0pt;font-weight:normal;\">, Mazzarella, V., </span></strong><strong><span style=\"font-size:8.0pt\">Budillon G.</span></strong><strong><span style=\"font-size:8.0pt;font-weight:normal;\">, Picciotti, E., Marzano, F.S. </span></strong></div>\r\n <div style=\"text-align:justify;\"><strong><span style=\"font-size:8.0pt;\">“X-BAND WEATHER RADAR MONITORING PRODUCTS IN NAPLES URBAN AREA: RAIN-GAUGE BASED CALIBRATION, HAIL DETECTION AND LIGHTNING NOWCASTING”</span></strong></div>\r\n <div style=\"text-align:justify;\"><span style=\"font-size:8.0pt;\">In: 15th Plinius Conference on Mediterranean Risk, 8-11 June 2016, Giardini Naxos, Italy</span></div>\r\n <div style=\"text-align:justify;\"><strong><u> </u></strong></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">233</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2016</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify;\"><strong><u><span style=\"font-size:8.0pt;font-weight:normal;\">Cotroneo Y.</span></u></strong><strong><span style=\"font-size:8.0pt;font-weight:normal;\">, Aulicino G., Ruíz S., Pascual A., </span></strong><strong><span style=\"font-size:8.0pt\">Budillon G.</span></strong><strong><span style=\"font-size:8.0pt;font-weight:normal;\">, Fusco G. , Tintoré J.</span></strong></div>\r\n <div style=\"text-align:justify;\"><strong><span style=\"font-size:8.0pt;\">“GLIDER AND SATELLITE HIGH RESOLUTION MONITORING OF A MESOSCALE EDDY IN THE ALGERIAN BASIN: EFFECTS ON THE MIXED LAYER DEPTH AND BIOCHEMISTRY”</span></strong></div>\r\n <div style=\"text-align:justify;\"><strong><span style=\"font-size:8.0pt;font-weight:normal;\">EGU General Assembly – Vienna</span></strong></div>\r\n <div style=\"text-align:justify;\"><strong> </strong></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">232</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2015</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify;\"><strong><u><span style=\"font-size:8.0pt;font-weight:normal;\">Cotroneo Y.</span></u></strong><strong><span style=\"font-size:8.0pt;font-weight:normal;\">, Aulicino G., Ruíz S., Pascual A., </span></strong><strong><span style=\"font-size:8.0pt\">Budillon G.</span></strong><strong><span style=\"font-size:8.0pt;font-weight:normal;\">, Fusco G. , Tintoré J.</span></strong></div>\r\n <div style=\"text-align:justify;\"><strong><span style=\"font-size:8.0pt;text-transform:uppercase;\">“Algerian Basic Circulation Unmanned Survey – ABACUS: Glider missions to monitor Mediterranean water characteristics and relevant mesoscale features in the Algerian Basin”</span></strong></div>\r\n <div style=\"text-align:justify;\"><strong><span style=\"font-size:8.0pt;font-weight:normal;\">THEMES - Teleconnections and HEmispheric-scale impacts on the MEditerranean Sea, Venezia 25-26 november 2015</span></strong></div>\r\n <div style=\"text-align:justify;\"><strong> </strong></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">231</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2015</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify;\"><strong><u><span style=\"font-size:8.0pt;\">G.Budillon</span></u></strong><strong><u><span style=\"font-size:8.0pt;font-weight:normal;\"> [INVITED TALK]</span></u></strong></div>\r\n <div style=\"text-align:justify;\"><b><span style=\"font-size:8.0pt;\">“SOUTHERN OCEAN AND SEA ICE IN A WARMING WORLD”</span></b></div>\r\n <div style=\"text-align:justify;\"><span style=\"font-size:8.0pt\">Conferenza Nazionale sulla Ricerca in Antartide. 20-21 ottobre 2015, Accademia Nazionale dei Lincei. ROMA.</span></div>\r\n <div style=\"text-align:justify;\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">230</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2015</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify;\"><strong><u><span style=\"font-size:8.0pt;font-weight:normal;\">Sileo G.,</span></u></strong><strong><span style=\"font-size:8.0pt;font-weight:normal;\"> Lacava T., Tramutoli V., </span></strong><strong><span style=\"font-size:8.0pt\">Budillon G.</span></strong><strong><span style=\"font-size:8.0pt;font-weight:normal;\">, Aulicino G., Cotroneo C., Ciancia E., De Stefano M., Fusco G., Pergola N., Satriano V.</span></strong></div>\r\n <div style=\"text-align:justify;\"><strong> </strong></div>\r\n <div style=\"text-align:justify;\"><strong><span style=\"font-size:8.0pt;\">“SATELLITE AND IN SITU MEASUREMENTS FOR COASTAL WATER QUALITY ASSESSMENT AND MONITORING: A COMPARISON BETWEEN MODIS OCEAN COLOR AND SST PRODUCTS WITHWAVE GLIDER OBSERVATIONS IN THE SOUTHERN TYRRHENIAN SEA (GULF OF NAPLES, ITALY)”</span></strong></div>\r\n <div style=\"text-align:justify;\"><strong><span style=\"font-size:8.0pt;font-weight:normal;\">EGU General Assembly 2015, Geophysical Research Abstracts, Vol. 17, EGU2015-13397</span></strong></div>\r\n <div style=\"text-align:justify;\"><strong> </strong></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">229</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2015</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify;\"><strong><u><span style=\"font-size:8.0pt;font-weight:normal;\">Capozzi V.</span></u></strong><strong><span style=\"font-size:8.0pt;font-weight:normal;\">, Mazzarella, V., </span></strong><strong><span style=\"font-size:8.0pt\">Budillon G.</span></strong><strong><span style=\"font-size:8.0pt;font-weight:normal;\">, Picciotti, E., Marzano, F.S. </span></strong></div>\r\n <div style=\"text-align:justify;\"><strong><span style=\"font-size:8.0pt;\">“X-BAND WEATHER RADAR MONITORING PRODUCTS IN NAPLES URBAN AREA: DATA QUALITY, RAIN-GAUGE BASED CALIBRATION AND HAIL DETECTION”</span></strong></div>\r\n <div style=\"text-align:justify;\"><span style=\"font-size:8.0pt;\">In: 9th HyMeX workshop, Mykonos, 21-25 Septmeber 2015.</span></div>\r\n <div style=\"text-align:justify;\"><strong><u> </u></strong></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">228</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2015</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify;\"><strong><u><span style=\"font-size:8.0pt;font-weight:normal;\">Capozzi, V.</span></u></strong><strong><span style=\"font-size:8.0pt;font-weight:normal;\">, </span></strong><strong><span style=\"font-size: 8.0pt\">Budillon G.</span></strong></div>\r\n <div style=\"text-align:justify;\"><strong><span style=\"font-size:8.0pt;text-transform:uppercase\">“SISTEMI RADAR E ATTIVITA’ DI RICERCA PRESSO L’UNIVERSITà DEGLI STUDI DI NAPOLI PARTHENOPE”</span></strong></div>\r\n <div style=\"text-align:justify;\"><strong><span style=\"font-size:8.0pt;font-weight:normal;\">Convegno Nazionale di Radar Meteorologia, Roma, 6-7 Luglio 2015</span></strong></div>\r\n <div style=\"text-align:justify;\"><strong> </strong></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">227</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2015</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify;\"><strong><u><span style=\"font-size:8.0pt;font-weight:normal;\">Aulicino G</span></u></strong><strong><span style=\"font-size:8.0pt;font-weight:normal;\">., Cotroneo Y., </span></strong><strong><span style=\"font-size:8.0pt\">Budillon G.</span></strong><strong><span style=\"font-size:8.0pt;font-weight:normal;\">, Fusco G., Pascual A., Ruiz S., Tintoré T., Torner M.</span></strong></div>\r\n <div style=\"text-align:justify;\"><strong><span style=\"font-size:8.0pt;\">“GLIDER AND SATELLITE MONITORING OF A MEDITERRANEAN MESOSCALE EDDY IN THE ALGERIAN BASIN: EFFECTS ON THE MIXED LAYER DEPTH AND BIOGEOCHEMISTRY”</span></strong></div>\r\n <div style=\"text-align:justify;\"><strong><span style=\"font-size:8.0pt;font-weight:normal;\">26<sup>th</sup> IUGG, Prague, June 22 – 2 July 2015.</span></strong></div>\r\n <div style=\"text-align:justify;\"><strong><u> </u></strong></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">226</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2015</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify;\"><strong><u><span style=\"font-size:8.0pt;font-weight:normal;\">Capozzi V.</span></u></strong><strong><span style=\"font-size:8.0pt;font-weight:normal;\">, Mazzarella, V., Moccia, M., Picciotti, E., </span></strong><strong><span style=\"font-size:8.0pt\">Budillon G.</span></strong><strong><span style=\"font-size:8.0pt;font-weight:normal;\">, Marzano, F.S. </span></strong></div>\r\n <div style=\"text-align:justify;\"><strong><span style=\"font-size:8.0pt;\">“HAIL DETECTION IN URBAN AREAS BY USING A SINGLE-POLARIZATION WEATHER RADAR: PRELIMINARY RESULTS”</span></strong></div>\r\n <div style=\"text-align:justify;\"><span style=\"font-size:8.0pt;\">In: Metrology for Aerospace (MetroAeroSpace), 04-05 Giugno 2015, Benevento</span></div>\r\n <div style=\"text-align:justify;\"><strong><u> </u></strong></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">225</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2015</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify;\"><u><span style=\"font-size:8.0pt\">Capello M.</span></u><span style=\"font-size:8.0pt\">, Cutroneo L., <b>Budillon G.</b>, Tucci S.</span></div>\r\n <div style=\"text-align:justify;\"><b><span style=\"font-size:8.0pt;\">“THE RESULTS OF TWENTY YEARS OF DIMENSIONAL ANALYSES OF BOTTOM-PARTICLE SAMPLES FROM SEDIMENT TRAPS IN AN ANTARCTIC POLYNYA (ROSS SEA, ANTARCTICA)”</span></b></div>\r\n <div style=\"text-align:justify;\"><span style=\"font-size:8.0pt;\">Aquatic Sciences Meeting, Aquatic Sciences: Global And Regional Perspectives — North Meets South, 22-27 February 2015 Granada, Spain</span></div>\r\n <div style=\"text-align:justify;\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">224</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2014</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><span style=\"font-size:8.0pt;\">CapozziV., Picciotti E., <b>Budillon G.</b>, Marzano F.S. 2014</span></div>\r\n <div><b><span style=\"font-size:8.0pt;\">“X-BAND WEATHER RADAR MONITORING OF PRECIPITATION FIELDS IN NAPLES URBAN AREAS: DATA QUALITY, COMPARISON AND ANALYSIS”</span></b></div>\r\n <div><span style=\"font-size:8.0pt;\">ERAD 2014 - The Eighth European Conference on Radar in Meteorology and Hydrology</span></div>\r\n <div> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">223</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2014</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><span style=\"font-size:8.0pt;\">Castagno, P., <b><u>Budillon, G.</u></b>, Spezie, G.</span></div>\r\n <div><b><span style=\"font-size:8.0pt;\">“INTERANNUAL VARIABILITY OF ROSS SEA SHELF WATERS FROM 1995 TO 2012”</span></b></div>\r\n <div><span style=\"font-size:8.0pt;\">23-28 February 2014 / Hawaii Convention Center, Honolulu, Hawaii USA</span></div>\r\n <div> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">222</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2013</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><u><span style=\"font-size:8.0pt;\">Lo Bue N</span></u><span style=\"font-size:8.0pt;\">., <b>Budillon G</b>., Vangriesheim A., Khripounoff A.</span></div>\r\n <div><b><span style=\"font-size:8.0pt;text-transform:uppercase;\"> “Study of deep dynamic in the Liguro-Provençal subbasin during winter 2005-2006”</span></b></div>\r\n <div><span style=\"font-size:8.0pt;\">40th CIESM Congress – Marseille, France, 28 October - 1 November 2013</span></div>\r\n <div> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">221</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2013</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><u><span style=\"font-size:8.0pt;\">Fusco G.,</span></u><span style=\"font-size:8.0pt;\"> Fragliasso A, <b>Budillon G.</b>, Cotroneo Y.</span></div>\r\n <div><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“Mesoscale and sub-mesoscale variability along the coasts of the Eastern Southern Eastern Tyrrhenian Sea”</span></b></div>\r\n <div><span style=\"font-size:8.0pt;\">40th CIESM Congress – Marseille, France, 28 October - 1 November 2013</span></div>\r\n <div> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">220</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2013</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><u><span style=\"font-size:8.0pt;\">Cerrone D</span></u><span style=\"font-size:8.0pt;\">, Fusco G., Cotroneo Y., <b>Budillon G.</b></span></div>\r\n <div><b><span style=\"font-size:8.0pt;\">“THE ANTARCTIC CIRCUMPOLAR WAVE SCENARIO DESCRIBED AS A COMBINATION OF INTERANNUAL SIGNALS”</span></b></div>\r\n <div><span style=\"font-size:8.0pt;\">Società Italiana per le Scienze del Clima “Cambiamenti climatici e le loro implicazioni sui servizi eco sistemici e la società.”, Lecce 23-24 settembre 2013.</span></div>\r\n <div> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">219</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2013</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><u><span style=\"font-size:8.0pt;\">Capozzi V</span></u><span style=\"font-size:8.0pt;\">., <b>Budillon G.</b></span></div>\r\n <div><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“Time Series Analyses of Climatological Records from a High Altitude Observatory in Southern Italy (Montevergine, AV)”</span></b></div>\r\n <div><span style=\"font-size:8.0pt;\">Società Italiana per le Scienze del Clima “Cambiamenti climatici e le loro implicazioni sui servizi eco sistemici e la società.”, Lecce 23-24 settembre 2013.</span></div>\r\n <div> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">218</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2013</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><u><span style=\"font-size:8.0pt;\">D’Agostino R.</span></u><span style=\"font-size:8.0pt;\">, <b>Budillon G.,</b> Fusco G., Lionello P.</span></div>\r\n <div><b><span style=\"font-size:8.0pt;\">“RELATIONSHIP BETWEEN SAHEL RAINFALL AND MEDITERRANEAN SUMMER CLIMATE”</span></b></div>\r\n <div><span style=\"font-size:8.0pt;\">Società Italiana per le Scienze del Clima “Cambiamenti climatici e le loro implicazioni sui servizi eco sistemici e la società.”, Lecce 23-24 settembre 2013.</span></div>\r\n <div> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">217</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2013</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><span style=\"font-size:8.0pt;\">Castagno P., <b><u>Budillon G.</u></b>, Spezie G.</span></div>\r\n <div><b><span style=\"font-size:8.0pt;\">“INTERANNUAL VARIABILITY OF THE ROSS SEA SHELF WATERS AND CORRELATION WITH CLIMATE INDICES”</span></b></div>\r\n <div><span style=\"font-size:8.0pt;\">IAHS - IAPSO - IASPEI Joint Assembly in Gothenburg 22-26 July 2013</span></div>\r\n <div><b><u> </u></b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">216</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2013</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><b><u><span style=\"font-size:8.0pt;\">Budillon G.,</span></u></b><span style=\"font-size:8.0pt;\"> Rivaro P., Fusco G., Ianni C.</span></div>\r\n <div><b><span style=\"font-size:8.0pt;\">“INTERANNUAL VARIABILITY OF PHYSICAL-CHEMICAL PARAMETERS OF THE WATER COLUMN IN THE TERRA NOVA BAY POLYNYA (ANTARCTICA)”</span></b></div>\r\n <div><span style=\"font-size:8.0pt;\">IAHS - IAPSO - IASPEI Joint Assembly in Gothenburg 22-26 July 2013</span></div>\r\n <div><b><sup><span style=\"font-size:8.0pt\">.</span></sup></b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">215</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2013</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"left\" style=\"margin: 0cm 0cm 0.0001pt;\"><u><span style=\"font-size:8.0pt\">Lo Bue N.</span></u><span style=\"font-size:8.0pt\">, <b>Budillon G.</b>, Vangriesheim A., Khripounoff A </span></div>\r\n <div align=\"left\" style=\"margin: 0cm 0cm 0.0001pt;\"><b><span style=\"font-size:8.0pt\">“STUDY OF DEEP DYNAMIC IN THE LIGURO-PROVENÇAL SUBBASIN DURING WINTER 2005-2006”</span></b></div>\r\n <div align=\"left\" style=\"margin: 0cm 0cm 0.0001pt;\"><span style=\"font-size:8.0pt\">IAHS - IAPSO - IASPEI Joint Assembly in Gothenburg 22-26 July 2013</span></div>\r\n <div align=\"left\" style=\"margin: 0cm 0cm 0.0001pt;\"><u> </u></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">214</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2013</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"left\" style=\"margin: 0cm 0cm 0.0001pt;\"><u><span style=\"font-size:8.0pt;\">Cotroneo Y.</span></u><span style=\"font-size:8.0pt;\">, <b>Budillon G</b>, Fusco G., Spezie G..</span></div>\r\n <div align=\"left\" style=\"margin: 0cm 0cm 0.0001pt;\"><b><span style=\"font-size:8.0pt;\">“COLD CORE EDDIES AND FRONTS OF THE ANTARCTIC CIRCUMPOLAR CURRENT SOUTH OF NEW ZEALAND FROM IN SITU AND SATELLITE ALTIMETRY DATA”</span></b></div>\r\n <div align=\"left\" style=\"margin: 0cm 0cm 0.0001pt;\"><span style=\"font-size:8.0pt\">IAHS - IAPSO - IASPEI Joint Assembly in Gothenburg 22-26 July 2013</span></div>\r\n <div align=\"left\" style=\"margin: 0cm 0cm 0.0001pt;\"><u> </u></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">213</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2012</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"left\" style=\"margin: 0cm 0cm 0.0001pt;\"><u><span style=\"font-size:8.0pt;\">Marzano F.S.,</span></u><span style=\"font-size:8.0pt;\"> Picciotti E., Montopoli M., <b>Budillon G.,</b> Zinzi A., Buonocore B.</span></div>\r\n <div style=\"border:none;border-left:solid windowtext 1.0pt;padding:0cm 0cm 0cm 5.0pt\">\r\n <div style=\"border:none; padding:0cm;\"><b><span style=\"font-size:8.0pt;\">“X-BAND WEATHER RADAR MONITORING REAL-TIME PRODUCTS IN ROME AND NAPLES URBAN AREAS”</span></b></div>\r\n <div style=\"border:none; padding:0cm;\"><span style=\"font-size:8.0pt;\">Tyrrhenian Workshop 2012 on Advances in Radar and Remote Sensing (Napoli 12-14 september 2012)</span></div>\r\n <div style=\"border:none; padding:0cm;\"> </div>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">212</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2012</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><u><span style=\"font-size:8.0pt\">Le Bel D. A.</span></u><span style=\"font-size:8.0pt\">, Zappa C. J., <b>Budillon G.</b>, Gordon A.</span></div>\r\n <div><b><span style=\"font-size:8.0pt;\">“VARIABILITY OF LOCALLY-PRODUCED WATER MASSES WITHIN THE TERRA NOVA BAY POLYNYA”</span></b></div>\r\n <div><span style=\"font-size:8.0pt;\">2012 Ocean Sciences Meeting 20-24 February 2012 Salt Lake City – Utah, USA</span></div>\r\n <div> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">211</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2012</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><span style=\"font-size:8.0pt\">Sansiviero M., <u>Morales Maqueda M.A.,</u> Flocco D., <b>Budillon G</b>.</span></div>\r\n <div><b><span style=\"font-size:8.0pt;\">“A MODEL FOR THE FORMATION OF SEA ICE IN THE TERRA NOVA BAY POLYNYA AND ITS INTERACTION WITH COASTLINE GEOMETRY AND LAND-FAST ICE” </span></b></div>\r\n <div><span style=\"font-size:8.0pt;\">Ocean Challenges in 21st century – 15<sup>th</sup> Biennial Challanger Conference for Marine Science. University of West Anglia (3-6 September 2012)</span></div>\r\n <div style=\"border:none;border-left:solid windowtext 1.0pt;padding:0cm 0cm 0cm 5.0pt\">\r\n <div style=\"border:none; padding:0cm;\"><u> </u></div>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">210</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2012</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"border:none;border-left:solid windowtext 1.0pt;padding:0cm 0cm 0cm 5.0pt\">\r\n <div style=\"border:none; padding:0cm;\"><b><span style=\"font-size:8.0pt;\">Aulicino, G</span></b><span style=\"font-size:8.0pt;\">., G. Fusco, S. Kern, <b>G. Budillon</b>.</span></div>\r\n <div style=\"border:none; padding:0cm;\"><b><span style=\"font-size:8.0pt;\">"ESTIMATION OF SEA-ICE THICKNESS IN ROSS AND WEDDELL SEAS FROM SSM/I BRIGHTNESS TEMPERATURES"</span></b></div>\r\n <div style=\"border:none; padding:0cm;\"><span style=\"font-size:8.0pt;\">International polar Year, 22-27 April 2012, Montréal, Canada</span></div>\r\n <div style=\"border:none; padding:0cm;\"> </div>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">209</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2012</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><span style=\"font-size:8.0pt;\">Castagno P., <b><u>Budillon G</u></b>., Spezie G.</span></div>\r\n <div><b><span style=\"font-size:8.0pt;\">“INTERANNUAL VARIABILITY OF THE SHELF WATERS IN THE CENTRAL ROSS SEA AND CORRELATION WITH SAM AND NINO3.4 INDICES”</span></b></div>\r\n <div style=\"border:none;border-left:solid windowtext 1.0pt;padding:0cm 0cm 0cm 5.0pt\">\r\n <div style=\"border:none; padding:0cm;\"><span style=\"font-size:8.0pt;\">International polar Year, 22-27 April 2012, Montréal, Canada</span></div>\r\n <div style=\"border:none; padding:0cm;\"> </div>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">208</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2012</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"border:none;border-left:solid windowtext 1.0pt;padding:0cm 0cm 0cm 5.0pt\">\r\n <div style=\"border:none; padding:0cm;\"><span style=\"font-size:8.0pt;\">Cotroneo Y., Swart S:, Ansorge I., <b><u>Budillon G.</u></b>, Fusco G.</span></div>\r\n <div style=\"border:none; padding:0cm;\"><b><span style=\"font-size:8.0pt;\">“AN INTERNATIONAL ACTIVITY TO SYNOPTICALLY MONITOR ACC FRONTS AND MESOSCALE EDDIES”</span></b></div>\r\n <div style=\"border:none; padding:0cm;\"><span style=\"font-size:8.0pt;\">International polar Year, 22-27 April 2012, Montréal, Canada</span></div>\r\n <div style=\"border:none; padding:0cm;\"> </div>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">207</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2012</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"border:none;border-left:solid windowtext 1.0pt;padding:0cm 0cm 0cm 5.0pt\">\r\n <div style=\"border:none; padding:0cm;\"><u><span style=\"font-size: 8.0pt;\">Giordano F</span></u><span style=\"font-size:8.0pt;\">., Fusco G., <b>Budillon G</b>. </span></div>\r\n <div style=\"border:none; padding:0cm;\"><b><span style=\"font-size:8.0pt;\">“KATABATIC REGIME AND SURFACE HEAT BUDGET RELATED TO THE TERRA NOVA BAY POLYNYA ACTIVITY”</span></b></div>\r\n <div style=\"border:none; padding:0cm;\"><span style=\"font-size:8.0pt;\">International polar Year, 22-27 April 2012, Montréal, Canada</span></div>\r\n <div style=\"border:none; padding:0cm;\"><u> </u></div>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">206</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2012</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"border:none;border-left:solid windowtext 1.0pt;padding:0cm 0cm 0cm 5.0pt\">\r\n <div style=\"border:none; padding:0cm;\"><u><span style=\"font-size: 8.0pt\">Zinzi A</span></u><span style=\"font-size:8.0pt\">., Montella R., Agrillo G., Riccio A., <b>Budillon G.</b></span></div>\r\n <div style=\"border:none; padding:0cm;\"><b><span style=\"font-size:8.0pt;\">"VALIDATION OF THE UNIPARTHENOPE ARW-WRF MODEL FOR A CONVECTIVE CASE STUDY"</span></b></div>\r\n <div style=\"border:none; padding:0cm;\"><span style=\"font-size: 8pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">92nd American Meteorological Society Annual Meeting (January 22-26, 2012)</span></div>\r\n <div style=\"border:none; padding:0cm;\"><u> </u></div>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">205</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2011</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><b><u><span style=\"font-size:8.0pt\">Budillon G.</span></u></b><span style=\"font-size: 8.0pt\">, Capozzi V.</span></div>\r\n <div><b><span style=\"font-size:8.0pt\">"</span></b><b><span style=\"font-size:8.0pt;\">RISULTATI PRELIMINARI DELL’ANALISI DI UNA NUOVA SERIE DI DATI CLIMATICI NELL’ITALIA MERIDIONALE (OSSERVATORIO DI MONTEVERGINE, AV)</span></b><b><span style=\"font-size:8.0pt\">"</span></b></div>\r\n <div><span style=\"font-size:8.0pt;\">XXIX giornata dell\'Ambiente. Il clima del bacino del Mediterraneo negli ultimi 12 mila anni</span></div>\r\n <div> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">204</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2011</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><b><u><span style=\"font-size:8.0pt;\">Budillon G.</span></u></b><span style=\"font-size:8.0pt;\">, Capozzi V.</span></div>\r\n <div><b><span style=\"font-size:8.0pt;\">"VARIABILITY OF THE AIR TEMPERATURE AND PRECIPITATION FROM 1884 TO 1960 IN THE HISTORICAL TIME SERIES OF MONTEVERGINE (AVELLINO) - PRELIMINARY RESULTS"</span></b></div>\r\n <div><span style=\"font-size:8.0pt\">GeoItalia, VIII Forum Italiano di Scienze della Terra. </span><span style=\"font-size: 8.0pt;\">Torino, 19-23 Settembre 2011</span></div>\r\n <div> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">203</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2011</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><b><u><span style=\"font-size:8.0pt;\">Budillon G.</span></u></b><span style=\"font-size:8.0pt;\">, Langone L.</span></div>\r\n <div><b><span style=\"font-size:8.0pt;\">"OCEANOGRAPHY OF THE ROSS SEA AND OF THE SOUTHERN OCEAN: THE CONTRIBUTION OF THE ITALIAN RESEARCH(ERS) IN THE FRAME OF THE PNRA"</span></b></div>\r\n <div><span style=\"font-size:8.0pt;\">Cooperation Strategy in Polar regions, ITALY-KOREA workshop, Incheon, 6-8- September 2011</span></div>\r\n <div><b><u> </u></b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">202</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2011</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><u><span style=\"font-size:8.0pt\">Fragliasso A.M</span></u><span style=\"font-size:8.0pt\">., Fusco G., <b>Budillon G</b>.</span></div>\r\n <div><b><span style=\"font-size:8.0pt\">"VARIABILITÀ DI MESOSCALA DELLE CORRENTI LUNGO LE COSTE CALABRO-CAMPANE (FEBBRAIO-SETTEMBRE 2008) - RISULTATI PRELIMINARI"</span></b></div>\r\n <div><span style=\"font-size:8.0pt;\">XX Congresso Associazione Italiana Oceanologia e Limnologia Lecce 4-8 Luglio 2011</span></div>\r\n <div> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">201</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2011</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><u><span style=\"font-size:8.0pt;\">Fusco G.</span></u><span style=\"font-size:8.0pt;\">, Cotroneo Y., <b>Budillon G.</b>, Spezie G.</span></div>\r\n <div><b><span style=\"font-size:8.0pt;\"> "</span></b><b><span style=\"font-size:8.0pt;\">FLUSSI DI CALORE NEL MAR DI ROSS E WEDDEL E LORO INTERAZIONE CON I FENOMENI CLIMATICI ENSO E ANTARCTIC OSCILLATION"</span></b></div>\r\n <div><span style=\"font-size:8.0pt;\">XX Congresso Associazione Italiana Oceanologia e Limnologia Lecce 4-8 Luglio 2011</span></div>\r\n <div><b><u> </u></b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">200</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2011</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><b><u><span style=\"font-size:8.0pt\">Budillon G.</span></u></b><span style=\"font-size: 8.0pt\">, Castagno P., Aliani S., Spezie G.</span></div>\r\n <div><b><span style=\"font-size:8.0pt;\">“THERMOHALINE VARIABILITY AND ANTARCTIC BOTTOM WATER FORMATION AT THE ROSS SEA SHELF BREAK”</span></b></div>\r\n <div><i><span style=\"font-size:8.0pt;\">General Assembly IUGG/IAPSO</span></i><span style=\"font-size:8.0pt;\">, Melbourne (AUSTRALIA), 28 June – 7 July 2011</span></div>\r\n <div style=\"text-align:justify;\"><b><u> </u></b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">199</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2011</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><b><u><span style=\"font-size:8.0pt;\">Budillon G.</span></u></b><span style=\"font-size:8.0pt;\">, Cotroneo Y., Ansorge I., Fusco G., Swart S., Spezie G.</span></div>\r\n <div><b><span style=\"font-size:8.0pt;\">“THE ITALIAN SOCHIC PROJECT IN THE FRAMEWORK OF A GLOBAL SURVEY OF ACC FRONTS AND MESOSCALE EDDIES”</span></b></div>\r\n <div><i><span style=\"font-size:8.0pt;\">General Assembly IUGG/IAPSO</span></i><span style=\"font-size:8.0pt;\">, Melbourne (AUSTRALIA), 28 June – 7 July 2011</span></div>\r\n <div style=\"text-align:justify;\"><b><u> </u></b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">198</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2011</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><b><u><span style=\"font-size:8.0pt\">G.Budillon</span></u></b><span style=\"font-size:8.0pt\">, S.Saviano, D.Cianelli, S.Massolo, R.Messa, P.Rivaro, E.Zambianchi</span></div>\r\n <div><b><span style=\"font-size:8.0pt;\">“VENTILATION PROCESSES IN THE ROSS SEA INVESTIGATED WITH CFC DATA”</span></b></div>\r\n <div><i><span style=\"font-size:8.0pt;\">General Assembly IUGG/IAPSO</span></i><span style=\"font-size:8.0pt;\">, Melbourne (AUSTRALIA), 28 June – 7 July 2011</span></div>\r\n <div style=\"text-align:justify;\"><b><u> </u></b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">197</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2011</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify;\"><u><span style=\"font-size:8.0pt\">M.Capello</span></u><span style=\"font-size:8.0pt\">, <b>G.Budillon</b>, L.Cutroneo, M.Castellano, M.Muzzi, N.Bigongiari, N.Ruggeri, R.Micheli, L.E.Cipriani, A.Ciappa, M.Focone, P.Povero, S.Tucci</span></div>\r\n <div style=\"text-align:justify;\"><b><span style=\"font-size:8.0pt;\">“ADCP AND CTD EVALUATION OF NEPHELOID-LAYER PATHWAY FOR A MATHEMATICAL DREDGING OF RELICT SAND FOR BEACH NOURISCHMENT (TUSCANY, ITALY)”</span></b></div>\r\n <div><span style=\"font-size:8.0pt;\">SedNet Conference 2011. </span><i><span style=\"font-size:8.0pt;\">7th International SedNet conference on 6-9 April 2011</span></i><span style=\"font-size:8.0pt;\">, Venice, ITALY</span></div>\r\n <div style=\"text-align:justify;\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">196</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2011</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify;\"><u><span style=\"font-size:8.0pt;\">M.Ravaioli</span></u><span style=\"font-size:8.0pt;\">, P.Povero, G.Spezie, S.Aliani, C.Bergami, <b>G.Budillon</b>, M.Capello, L.Capotondi, M.Castellano, R.Cattaneo-Vietti, F.Chiarini, P.Focaccia, F.Giglio, L.Langone, E.Paschini, S.Tucci</span></div>\r\n <div style=\"text-align:justify;\"><b><span style=\"font-size:8.0pt\">“MACROSITO LTER IN ANTARTIDE STAZIONI DI RICERCA IN ANTARTIDE”</span></b></div>\r\n <div style=\"text-align:justify;\"><span style=\"font-size:8.0pt\">La ricerca, il tempo e la biodiversità. LTER Europa, </span><span style=\"font-size:8.0pt;\">Roma, 3 Febbraio 2011</span></div>\r\n <div style=\"text-align:justify;\"><b><u> </u></b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">195</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2010</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify;\"><span style=\"font-size:8.0pt\">Y.Cotroneo, S.Swart, <u>A.Ansorge</u>, <b>G.Budillon</b>, G.Fusco</span></div>\r\n <div style=\"text-align:justify;\"><b><span style=\"font-size:8.0pt;\">“QUASI SYNOPTICAL DETECTION OF THE ACC FRONTS SOUTH OF AFRICA AND NEW ZEALAND FROM IN SITU DATA”</span></b></div>\r\n <div style=\"text-align:justify;\"><span style=\"font-size:8.0pt;\">XXXI SCAR and Open Science Conference, Buenos Aires (ARGENTINA) 30 July – 11 August 2010</span></div>\r\n <div style=\"text-align:justify;\"><b><u> </u></b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">194</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2010</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify;\"><u><span style=\"font-size:8.0pt\">M.Capello</span></u><span style=\"font-size:8.0pt\">, L.Cutroneo, <b>G.Budillon</b>, M.Castellano, P.Povero, S.Tucci</span></div>\r\n <div style=\"text-align:justify;\"><b><span style=\"font-size:8.0pt;\">“</span></b><b><span style=\"font-size:8.0pt;\">THE DYNAMICS OF THE WATER MASSES ON THE CONTINENTAL SHELF OFF THE ROSS ICE SHELF (ROSS SEA, ANTARCTICA)</span></b><b><span style=\"font-size:8.0pt;\">”</span></b></div>\r\n <div style=\"text-align:justify;\"><span style=\"font-size:8.0pt;\">The International <em>Polar</em> Year <em>Oslo</em> Science Conference - 8-12 June <em>2010</em></span></div>\r\n <div style=\"text-align:justify;\"><b><u> </u></b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">193</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2010</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify;\"><b><u><span style=\"font-size:8.0pt\">G.Budillon</span></u></b><u><span style=\"font-size:8.0pt\">,</span></u><span style=\"font-size:8.0pt\"> P.Castagno, S.Aliani, G.Spezie</span></div>\r\n <div style=\"text-align:justify;\"><b><span style=\"font-size:8.0pt;\">“MIXING PROCESSES, THERMOHALINE VARIABILITY AT THE SLOPE FRONT IN THE CENTRAL SECTOR OF THE ROSS SEA”</span></b></div>\r\n <div style=\"text-align:justify;\"><span style=\"font-size:8.0pt;\">The International <em>Polar</em> Year <em>Oslo</em> Science Conference - 8-12 June <em>2010</em></span></div>\r\n <div style=\"text-align:justify;\"><b><u> </u></b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">192</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2010</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify;\"><b><u><span style=\"font-size: 8.0pt;\">G.Budillon</span></u></b><span style=\"font-size:8.0pt;\">, A.Ciappa, A.Çullaj, S.Massolo, N.Pano, P.Rivaro, G.Spezie.</span></div>\r\n <div style=\"text-align:justify;\"><b><span style=\"font-size:8.0pt;\">“</span></b><b><span style=\"font-size:8.0pt;\">HYDROGRAPHY, CIRCULATION AND LAGRANGIAN DISPERSAL IN THE GULF OF VLORA (ALBANIA) DURING CISM PROJECT”</span></b></div>\r\n <div style=\"text-align:justify;\"><span style=\"font-size:8.0pt;\">The 39th International Congress of CIESM – the Mediterranean Science Commission 10 to 14 May 2010, Venice, ITALY</span></div>\r\n <div style=\"text-align:justify;\"><b><u> </u></b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">191</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2010</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><span style=\"font-size:8.0pt\">P.Rivaro, R.Messa, <b><u>G.Budillon</u></b>, P.Falco</span></div>\r\n <div><b><span style=\"font-size:8.0pt;\">“VARIABILITY IN TOTAL ALKALINITY, PH AND FLUX OF CO2 ALONG A TRANSECT IN THE SOUTHERN TYRRHENIAN SEA”</span></b></div>\r\n <div><span style=\"font-size:8.0pt;\">The 39th International Congress of CIESM – the Mediterranean Science Commission 10 to 14 May 2010, Venice, ITALY</span></div>\r\n <div align=\"center\" style=\"text-align:center\"><b> </b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">190</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2009</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><u><span style=\"font-size:8.0pt\">G.Fusco</span></u><span style=\"font-size:8.0pt\">, G. Aulicino, <b>G.Budillon</b>, Y.Cotroneo, G.Spezie</span></div>\r\n <div><b><span style=\"font-size:8.0pt\">“VARIABILITÀ DEI FLUSSI DI CALORE NEI MARI ANTARTICI”</span></b></div>\r\n <div><span style=\"font-size:8.0pt\">Convegno Nazionale “Environment, including Global Change”. Palermo 5-9 ottobre 2009</span></div>\r\n <div><u> </u></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">189</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2009</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><u><span style=\"font-size:8.0pt;\">P.Rivaro</span></u><span style=\"font-size:8.0pt;\">, S.Massolo, R.Messa, S.Sandrini, <b>G.Budillon</b></span></div>\r\n <div><b><span style=\"font-size:8.0pt;\">“CLOROFLUOROCARBURI E CO<sub>2</sub> ANTROPICA NEL MARE DI ROSS (ANTARTIDE)”</span></b></div>\r\n <div><span style=\"font-size:8.0pt\">Convegno Nazionale “Environment, including Global Change”. Palermo 5-9 ottobre 2009</span></div>\r\n <div><u> </u></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">188</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2009</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><u><span style=\"font-size:8.0pt;\">D.Mastrangelo</span></u><span style=\"font-size:8.0pt;\">, M.M.Miglietta, A.Moscatello, K.Horvath, <b>G.Budillon</b></span></div>\r\n <div><b><span style=\"font-size:8.0pt;\">“SIMULAZIONI AD ALTA RISOLUZIONE DI UN EVENTO DI PRECIPITAZIONE INTENSA SUL SUD ITALIA: CONFRONTO MM5 – WRF”</span></b></div>\r\n <div><span style=\"font-size:8.0pt\">Convegno Nazionale “Environment, including Global Change”. Palermo 5-9 ottobre 2009</span></div>\r\n <div><u> </u></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">187</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2009</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><u><span style=\"font-size:8.0pt\">G.Martorano</span></u><span style=\"font-size:8.0pt\">, <b>G.Budillon</b></span></div>\r\n <div><b><span style=\"font-size:8.0pt\">“</span></b><b><span style=\"font-size:8.0pt;\">SERIE STORICA CLIMATOLOGICA DI NAPOLI</span></b><b><span style=\"font-size:8.0pt\">”</span></b></div>\r\n <div><span style=\"font-size:8.0pt\">Convegno Nazionale “Environment, including Global Change”. Palermo 5-9 ottobre 2009</span></div>\r\n <div> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">186</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2009</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><span style=\"font-size:8.0pt\">E.Rusciano, <b><u>G.Budillon</u></b>, G.Fusco, G.Spezie</span></div>\r\n <div><b><span style=\"font-size:8.0pt;\">“VARIABILITÀ TERMOALINA NELLA POLYNYA DI BAIA TERRA NOVA (ANTARTIDE) IN RELAZIONE ALLACOPERTURA DI GHIACCIO MARINO ED AL FORZAMENTO ATMOSFERICO”</span></b></div>\r\n <div><span style=\"font-size:8.0pt\">Convegno Nazionale “Environment, including Global Change”. Palermo 5-9 ottobre 2009</span></div>\r\n <div> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">185</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2009</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><span style=\"font-size:8.0pt\">A.Fragliasso, G.Fusco<b> <u>G.Budillon</u></b></span></div>\r\n <div><b><span style=\"font-size:8.0pt;\">“CONNESSIONI TRA LA NORTH ATLANTIC OSCILLATION E L\'AREA MEDITERRANEA”</span></b></div>\r\n <div><span style=\"font-size:8.0pt\">Convegno Nazionale “Environment, including Global Change”. Palermo 5-9 ottobre 2009</span></div>\r\n <div> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">184</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2009</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><u><span style=\"font-size:8.0pt;\">P. Castagno</span></u><span style=\"font-size:8.0pt;\">, <b>G.Budillon</b>, S. Aliani, G.Spezie</span></div>\r\n <div><b><span style=\"font-size:8.0pt;\">“CAMBIAMENTI A LUNGO TERMINE E PRODUZIONI DI ACQUE DI FONDO NEL MARE DI ROSS – ANTARTIDE”</span></b></div>\r\n <div><span style=\"font-size:8.0pt\">Convegno Nazionale “Environment, including Global Change”. Palermo 5-9 ottobre 2009</span></div>\r\n <div><u> </u></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">183</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2009</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><span style=\"font-size:8.0pt\">G.Aulicino, <u>G.Fusco</u>,<b> G.Budillon</b></span></div>\r\n <div><b><span style=\"font-size:8.0pt\">“</span></b><b><span style=\"font-size:8.0pt;\">ANALISI PCA DI DATI DI TEMPERATURA DI BRILLANZA SSM/I PER L\'INDIVIDUAZIONE DI INDICI DI POLARIZZAZIONE UTILI ALLA STIMA DELLO SPESSORE DEL GHIACCIO MARINO NELLE REGIONI ANTARTICHE</span></b><b><span style=\"font-size:8.0pt\">”</span></b></div>\r\n <div><span style=\"font-size:8.0pt\">Convegno Nazionale “Environment, including Global Change”. Palermo 5-9 ottobre 2009</span></div>\r\n <div> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">182</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2009</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><span style=\"font-size:8.0pt\">Y.Cotroneo, <b><u>G.Budillon</u></b>, G.Fusco, G.Spezie</span></div>\r\n <div><b><span style=\"font-size:8.0pt\">“IDENTIFICAZIONE DI EDDIES A CUORE FREDDO NELLA CORRENTE CIRCUMPIDENTIFICAZIONE CIRCUMPOLARE ANTARTICA DA MISURE IN SITU E TELERILEVATE”</span></b></div>\r\n <div><span style=\"font-size:8.0pt\">Convegno Nazionale “Environment, including Global Change”. Palermo 5-9 ottobre 2009</span></div>\r\n <div> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">181</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2009</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><u><span style=\"font-size:8.0pt\">Y.Cotroneo</span></u><span style=\"font-size:8.0pt\">, G.Budillon, G.Fusco</span></div>\r\n <div><b><span style=\"font-size:8.0pt;\">“COLD CORE EDDIES DETECTED USING IN SITU AND SATELLITE DATA IN THE PACIFIC SECTOR OF THE SOUTHERN OCEAN”</span></b></div>\r\n <div><span style=\"font-size:8.0pt;\">GeoItalia 2009, Rimini 9-11 Settembre 2009</span></div>\r\n <div><u> </u></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">180</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2009</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><u><span style=\"font-size:8.0pt\">D.Mastrangelo</span></u><span style=\"font-size:8.0pt\">, M.M.Miglietta, A.Moscatello, K.Horvath, <b>G.Budillon</b></span></div>\r\n <div><b><span style=\"font-size:8.0pt; text-transform:uppercase;\">“MM5 and WRF high resolution simulations of a heavy precipitation event over southern Italy”</span></b></div>\r\n <div><span style=\"font-size:8.0pt;\"> Plinius Conference Abstracts, 11th Plinius Conference on Mediterranean Storms, 7-11 September 2009. Barcellona, Spain.</span></div>\r\n <div><u> </u></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">179</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2009</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><u><span style=\"font-size:8.0pt;\">M.Capello</span></u><span style=\"font-size:8.0pt;\">, L.Cutroneo, <b>G.Budillon</b>, M.Orsi, S.Tucci</span></div>\r\n <div><b><span style=\"font-size:8.0pt;\">“USO DEL “TRIADE” PER CARATTERIZZARE LE ACQUE DI FONDO ANTARTICHE”</span></b></div>\r\n <div><b><span style=\"font-size:8.0pt;\">(MARE DI ROSS)”</span></b></div>\r\n <div><span style=\"font-size:8.0pt\">XIX Congresso dell’Associazione Italiana di Oceanologia e Limnologia, Venezia 21-25 September 2009. Italy</span></div>\r\n <div><u> </u></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">178</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2009</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><u><span style=\"font-size:8.0pt;\">A.Bergamasco</span></u><span style=\"font-size:8.0pt;\">, K.Schroeder, S.Aliani, <b>G.Budillon</b>, A.Trevisiol, S.Carniel, M.Sclavo</span></div>\r\n <div><b><span style=\"font-size:8.0pt;\">“ANTARCTIC SHELF SLOPE INTERACTIONS: AABW PRODUCTION OFF CAPE</span></b></div>\r\n <div><b><span style=\"font-size:8.0pt;\">ADARE DURING IPY”</span></b></div>\r\n <div><span style=\"font-size:8.0pt\">XIX Congresso dell’Associazione Italiana di Oceanologia e Limnologia, Venezia 21-25 September 2009. Italy</span></div>\r\n <div><u> </u></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">177</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2009</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><u><span style=\"font-size:8.0pt\">O.Mangoni</span></u><span style=\"font-size:8.0pt\">, <b>G.Budillon</b>, F.Margiotta, M.Saggiomo, I.Santarpia, V.Saggiomo</span></div>\r\n <div><b><span style=\"font-size:8.0pt;text-transform: uppercase\">“Caratteristiche strutturali e funzionali del popolamento fitoplanctonico della Baia di Valona (Albania)”</span></b></div>\r\n <div><span style=\"font-size:8.0pt\">XIX Congresso dell’Associazione Italiana di Oceanologia e Limnologia, Venezia 21-25 September 2009. </span><span style=\"font-size:8.0pt;\">Italy</span></div>\r\n <div><u> </u></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">176</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2009</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><u><span style=\"font-size:8.0pt\">G.Grilli</span></u><span style=\"font-size:8.0pt\">,<b>G.Budillon</b>, E.Paschini, P.Penna</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase\">“Previsione di marea a Baia Terra nova (BTN, Mare di Ross)”</span></b></div>\r\n <div><span style=\"font-size:8.0pt\">XIX Congresso dell’Associazione Italiana di Oceanologia e Limnologia, Venezia 21-25 September 2009. Italy</span></div>\r\n <div><u> </u></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">175</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2009</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><b><u><span style=\"font-size:8.0pt\">G.Budillon</span></u></b><u><span style=\"font-size: 8.0pt\">, </span></u><span style=\"font-size:8.0pt\">G.Fusco, E.Rusciano, G.Spezie</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“TERRA NOVA BAY POLYNYA: A LIMITED COST-EFFECTIVE AREA AFFECTING BASIN SCALE CLIMATIC CONDITIONS”</span></b></div>\r\n <div><span style=\"font-size:8.0pt;\">OceanOBS’09 21-25 September, Venezia 21-25 September 2009. Italy</span></div>\r\n <div><u> </u></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">174</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2009</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><u><span style=\"font-size:8.0pt\">M.Capello, L.Cutruneo, S.Tucci,</span></u><span style=\"font-size:8.0pt\"> <b>G.Budillon</b></span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“Use of the Triads to Characterize the Bottom Waters in the Southern Ocean (Ross Sea, Antarctica)”</span></b></div>\r\n <div><span style=\"font-size:8.0pt;\">IAPSO, Montreal 19-29 July 2009. Canada</span></div>\r\n <div><u> </u></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">173</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2009</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><u><span style=\"font-size:8.0pt\">Y.Cotroneo</span></u><span style=\"font-size:8.0pt\">, <b>G.Budillon</b>, G.Fusco, G.Spezie</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“COLD CORE EDDIES BETWEEN NEW ZEALAND AND ANTARCTICA DETECTED DURING THE OCEANOGRAPHIC CRUISES OF THE CLIMA PROJECT”</span></b></div>\r\n <div><span style=\"font-size:8.0pt;\">IAPSO, Montreal 19-29 July 2009. Canada</span></div>\r\n <div><u> </u></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">172</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2009</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><u><span style=\"font-size:8.0pt\">G.Fusco</span></u><span style=\"font-size:8.0pt\">, <b>G.Budillon</b>, G.Spezie</span></div>\r\n <div><b><span style=\"font-size:8.0pt; text-transform:uppercase;\">“Surface Heat Budgets in the Ross and Weddell Seas and their Relationship to Global Climate”</span></b></div>\r\n <div><span style=\"font-size:8.0pt;\">IAPSO, Montreal 19-29 July 2009. Canada</span></div>\r\n <div><u> </u></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">171</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2009</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><u><span style=\"font-size:8.0pt\">S.Aliani</span></u><span style=\"font-size:8.0pt\">, A.Bergamasco, <b>G.Budillon</b></span></div>\r\n <div><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“From HSSW to AABW: pathway from Terra Nova Bay to the Balleny area”</span></b></div>\r\n <div><span style=\"font-size:8.0pt\">IAPSO, Montreal 19-29 July 2009. Canada</span></div>\r\n <div><u> </u></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">170</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2009</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><b><u><span style=\"font-size:8.0pt\">G.Budillon</span></u></b><span style=\"font-size:8.0pt\">, P.Castagno, S.Aliani A.Bergamasco, G.Spezie</span></div>\r\n <div align=\"left\"><span style=\"font-size:8.0pt;\">“Long term changes and front behavior at the Ross Sea shelf break (Antarctica)”</span></div>\r\n <div><span style=\"font-size:8.0pt\">IAPSO, Montreal 19-29 July 2009. Canada.</span></div>\r\n <div><u> </u></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">169</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2009</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><b><u><span style=\"font-size:8.0pt\">G.Budillon</span></u></b></div>\r\n <div><b><span style=\"font-size:8.0pt;text-transform: uppercase\">“MARE, AMBIENTE, ENERGIA”</span></b></div>\r\n <div><span style=\"font-size:8.0pt\"> Una settimana per l’ambiente, Gaia s.r.l., 29 giugno – 3 luglio 2009, Maddaloni (CE) Italia.</span></div>\r\n <div><u> </u></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">168</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2009</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><u><span style=\"font-size:8.0pt;\">G,Budillon</span></u></b><span style=\"font-size:8.0pt;\">, Y.Cotroneo, G.Fusco, P.Rivaro <b><u>[INVITED TALK</u>]</b></span></div>\r\n <div><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“VARIABILITY OF THE MEDITERRANEAN DEEP AND BOTTOM WATERS: SOME RECENT EVIDENCES IN THE WESTERN BASIN” </span></b></div>\r\n <div><span style=\"font-size:8.0pt;\">CIESM, 38 Workshop “Dynamics of Mediterranean deep waters” 27-30 May 2009. Malta.</span></div>\r\n <div> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">167</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2008</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><b><u><span style=\"font-size: 8.0pt;\">G.Budillon</span></u></b><span style=\"font-size:8.0pt;\">, G.P.Gasparini, K.Schroeder</span></div>\r\n <div><b><span style=\"font-size:8.0pt\">“PERSISTENZA DI UN UNA STRUTTURA A MESOSCALA NEL SETTORE CENTRALE DEL MARE TIRRENO”</span></b></div>\r\n <div><span style=\"font-size:8.0pt\">VI Convegno del CoNISMa, Lecce 4-8 novembre 2008, Italy.</span></div>\r\n <div style=\"text-align:justify\"><u> </u></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">166</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2008</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div><u><span style=\"font-size:8.0pt\">M.Capello</span></u><span style=\"font-size:8.0pt\">, R.M.Bertolotto, L. Cutroneo, E.Paoli, <b>G.Budillon</b>, L.Nicoletti, C.Artom, S.Tucci</span></div>\r\n <div><b><span style=\"font-size:8.0pt\">“MONITORAGGIO DELLA TORBIDITÀ E STIMA DEL TASSO DI SEDIMENTAZIONE IN PROSSIMITÀ DI UNA PRATERIA DI POSIDONIA O. - IL CASO DI LOANO (SV)”</span></b></div>\r\n <div><span style=\"font-size:8.0pt\">BeachMed - Congressi IRIDE (AMGA), 8 ottobre 2008, Italy.</span></div>\r\n <div><b> </b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">165</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2008</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt\">G.Fusco</span></u><span style=\"font-size:8.0pt\">, Y.Cotroneo, <b>G.Budillon</b>, G.Spezie.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">“SURFACE HEAT FLUXES AND GLOBAL CLIMATE VARIABILITY IN THE ROSS AND WEDDELL SEAS”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">Biennial SCAR Meeting, 87-12 July, San Petersburg, Russia</span><span style=\"font-size:8.0pt;\">.</span></div>\r\n <div style=\"text-align:justify;\"><b><u> </u></b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">164</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2008</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt\">E.Rusciano</span></u><span style=\"font-size:8.0pt\">, <b>G.Budillon</b>, G.Spezie, A.Bergamasco, S.Aliani, M.Capello</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">“INTERANNUAL VARIABILITY OF HIGH SALINITY SHELF WATER PRODUCTION FROM TERRA NOVA BAY POLYNYA”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">Biennial SCAR Meeting, 87-12 July, San Petersburg, Russia</span><span style=\"font-size:8.0pt;\">.</span></div>\r\n <div style=\"text-align:justify\"><b><u> </u></b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">163</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2008</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><u><span style=\"font-size:8.0pt;\">P.Rivaro</span></u><span style=\"font-size:8.0pt;\">, S.Massolo, R.Messa, P.Castagno, <b>G.Budillon</b>, A.Bergamasco.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“Dissolved oxygen and nutrient export by Antarctic Bottom Water in the Ross Sea”.</span></b></div>\r\n <div style=\"text-align:justify;\"><span style=\"font-size:8.0pt;\">Effects of Climate Change on the World’s Ocean – International Symposium. May 19-23, Gijon, Spain.</span></div>\r\n <div style=\"text-align:justify;\"><b><u> </u></b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">162</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2008</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify;\"><u><span style=\"font-size:8.0pt\">T.Peluso</span></u><span style=\"font-size:8.0pt\">, <b>G.Budillon</b>, G.Fusco, D.Iudicone.</span></div>\r\n <div style=\"text-align:justify;\"><b><span style=\"font-size:8.0pt;\">“MIXED LAYER VARIABILITY AND ITS RELATION TO ICE COVER AND DISTRIBUTION OF CHLOROPHYLL-A IN WEDDELL SEA (SOUTHERN OCEAN)”.</span></b></div>\r\n <div style=\"text-align:justify;\"><span style=\"font-size:8.0pt;\">Effects of Climate Change on the World’s Ocean – International Symposium. May 19-23, Gijon, Spain</span></div>\r\n <div style=\"text-align:justify;\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">161</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2007</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><b><u><span style=\"font-size:8.0pt\">G.Budillon</span></u></b><span style=\"font-size:8.0pt\">, B.Narcisi.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;text-transform:uppercase\">“I segreti del Clima. L’Antartide e le ERe climatiche”.</span></b><span style=\"font-size:8.0pt\"> [Divulgazione].</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt\">Città della Scienza, FuturoRemoto 2007, 28 novembre 2007, Napoli.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">160</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2007</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><b><u><span style=\"font-size:8.0pt\">G.Budillon</span></u></b><span style=\"font-size:8.0pt\">, K.Carslaw, T.Georgiadis, V.Maggi, L.Mariani, P.Rivaro, J.Steinberger.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;text-transform:uppercase\">“Co<sub>2</sub>: colpevole o innocente?”.</span></b><span style=\"font-size:8.0pt\">[Divulgazione].</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;Times New Roman","serif";Times New Roman"; color:windowtext;\">Festival della Scienza, Palazzo Ducale, Sala del Maggior Consiglio, Genova, 1° Novembre 2007.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">159</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2007</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><u><span style=\"font-size:8.0pt;\">G.Fusco</span></u><span style=\"font-size:8.0pt;\">,<b> G.Budillon</b>, Y.Cotroneo, T.Peluso, G.Spezie.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;text-transform:uppercase\">“Interazioni aria-mare-ghiaccio e variabilità climatica delle aree Antartiche”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt\">Congresso congiunto AIOL-SitE, Ancona 17-20 settembre 2007.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><u> </u></b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">158</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2007</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><u><span style=\"font-size:8.0pt;\">E.Rusciano</span></u><span style=\"font-size:8.0pt;\">, <b>G.Budillon</b>, G.Spezie, S.Aliani.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;text-transform:uppercase\">“Forzamento atmosferico e attività della polynya di Baia Terra Nova, Mare di Ross - Antartide”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt\">Congresso congiunto AIOL-SitE, Ancona 17-20 settembre 2007.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><u> </u></b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">157</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2007</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><u><span style=\"font-size:8.0pt\">M.Ravaioli</span></u><span style=\"font-size:8.0pt\">, G.Spezie, P.Povero, S.Aliani, <b>G.Budillon</b>, M.Castellano, R.Cattaneo-Vietti, F.Giglio, L.Langone, R.Meloni, E.Paschini, S.Tucci.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;text-transform:uppercase\">“Macrosito LTER in Antartide”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt\">Congresso congiunto AIOL-SitE, Ancona 17-20 settembre 2007.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><u> </u></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">156</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2007</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><u><span style=\"font-size:8.0pt;\">M.Capello</span></u><span style=\"font-size:8.0pt;\">, <b>G.Budillon</b>, L.Cutroneo, S.Tucci.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;text-transform:uppercase\">“Interazioni fra masse d’acqua e strati torbidi sulla scarpata continentale al largo di Cape Adare (Victoria Land, Antartide)”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt\">Congresso congiunto AIOL-SitE, Ancona 17-20 settembre 2007.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><u> </u></b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">155</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2007</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><u><span style=\"font-size:8.0pt;\">D.Mastrangelo</span></u><span style=\"font-size:8.0pt;\">, K.Horvath, A.Riccio, <b>G.Budillon</b>, B.Ivančan-Picek.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;\">“ANALYSIS OF THE 12-13 NOVEMBER 2004 HEAVY RAINFALL EVENT OVER SOUTHERN ITALY”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt;\">4th European Conference on Severe Storms 10 - 14 September 2007 - Trieste – ITALY.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><u> </u></b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">154</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2007</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><u><span style=\"font-size:8.0pt\">M.Capello</span></u><span style=\"font-size:8.0pt\">, L.Nicoletti, <b>G.Budillon</b>, L.Cutroneo, A.Di Prospero, F.Arghittu, P.La Valle, L.Lattanti, M.Gabellini, S.Tucci, L. Grieco.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">“MANAGEMENT OF THE SEDIMENTARY DYNAMICS IN AN AREA INVOLVED IN DREDGING ACTIVITIES FOR BEACH NOURISHMENT: A PREDICTIVE MODEL APPLIED TO MONTALTO DI CASTRO (ITALY)”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">Sesto Forum Italiano di Scienze della Terra, Rimini 12-14 settembre, 2007.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b> </b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">153</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2007</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt\">M.Capello</span></u><span style=\"font-size:8.0pt\">, E.Paoli, L.Cutroneo, Y.Cotroneo, F. Arghittu, <b>G.Budillon</b>, L.Nicoletti, D.Paganelli, R.Bertolotto, S.Tucci.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">“<b>ENVIRONMENTAL CHARACTERIZATION OF AN AREA SUBJECTED TO DREDGING IN PROXIMITY OF A <i>POSIDONIA OCEANICA</i> GRASSLAND” .</b></span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">Sesto Forum Italiano di Scienze della Terra, Rimini 12-14 settembre, 2007.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b> </b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">152</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2007</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><u><span style=\"font-size:8.0pt;\">M.Capello</span></u><span style=\"font-size:8.0pt;\">,</span><span style=\"font-size:8.0pt\"> P.Paoli, L.Cutroneo, Y.Cotroneo, F.Arghittu, <b>G.Budillon</b>, L.Nicoletti, P.Paganelli, B.Bertolotto, S.Tucci.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;text-transform:uppercase\">“Caratterizzazione ambientale di un\'area da sottoporre a dragaggio in prossimità di una prateria di Posidonia oceanica (Loano, Savona)”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt\">Congresso congiunto AIOL-SitE, Ancona 17-20 settembre 2007.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><u> </u></b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">151</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2007</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt; text-transform:uppercase\">C.M</span></u><u><span style=\"font-size:8.0pt\">anno</span></u><span style=\"font-size:8.0pt\">, E.Pettersson, <b>G.Budillon</b>, P.Del Negro, S.Fonda.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt\">“IL RUOLO DEL MARE DI ROSS (ANTARCTICA) NEL TRASPORTO DELLA CO<sub>2</sub> DALLA SUPERFICIE ALLE PROFONDITA’ OCEANICHE”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt;\">Convegno Nazionale di Fisica della Terra Fluida e Problematiche Affini, Ischia 11-15 Giugno 2007.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">150</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2007</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><u><span style=\"font-size:8.0pt\">G.Fusco</span></u><span style=\"font-size:8.0pt\">, T.Peluso, G.Aulicino, <b>G.Budillon.</b></span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;text-transform:uppercase\">“Implementazione di un algoritmo per la stima dello spessore del ghiaccio da misure telerilevate”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt;\">Convegno Nazionale di Fisica della Terra Fluida e Problematiche Affini, Ischia 11-15 Giugno 2007.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">149</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2007</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt\">T.Peluso</span></u><span style=\"font-size:8.0pt\">, <b>G.Budillon</b>, F.Busdraghi, D.Iudicone.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt; text-transform:uppercase\">“ASPETTI SPERIMANTALI E MODELLISTICI DELLA VARIABILITA’ DEL MIXED LAYER nel settore atlantico dell’oceano meridionale”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt;\">Convegno Nazionale di Fisica della Terra Fluida e Problematiche Affini, Ischia 11-15 Giugno 2007.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">148</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2007</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><u><span style=\"font-size:8.0pt\">Y. Cotroneo</span></u><span style=\"font-size:8.0pt\">, G.Fusco, G.Budillon, G.Spezie.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;text-transform:uppercase\">“Variabilità meteorologica dell’Oceano Meridionale in relazione alle Southern ed Antarctic Oscillation</span></b><b><span style=\"font-size:8.0pt\">”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt;\">Convegno Nazionale di Fisica della Terra Fluida e Problematiche Affini, Ischia 11-15 Giugno 2007.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">147</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2007</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><u><span style=\"font-size:8.0pt\">G.Budillon</span></u></b><span style=\"font-size:8.0pt\">, E.Rusciano, S.Aliani, G.Spezie<b><span style=\"text-transform:uppercase\">.</span></b></span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase\">“Variabilità termoalina e forzamento atmosferico nella Baia di Terra Nova, Mare di Ross – Antartide”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt;\">Convegno Nazionale di Fisica della Terra Fluida e Problematiche Affini, Ischia 11-15 Giugno 2007</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b> </b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">146</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2007</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt\">S.Massolo</span></u><span style=\"font-size:8.0pt\">, P.Rivaro, S.Sandrini, <b>G.Budillon.</b></span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">“<span style=\"text-transform:uppercase\">Variazioni interannuali delle caratteristiche chimiche e fisiche delle acque superficiali del mare di Ross (Antartide) in relazione a forzanti climatiche”.</span></span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt;\">Convegno Nazionale di Fisica della Terra Fluida e Problematiche Affini, Ischia 11-15 Giugno 2007</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">145</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2007</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt\">R.Borrelli</span></u><span style=\"font-size:8.0pt\">, G.Abate, U.Martinelli, A.Michelotti, P.Festa, <b>G.Budillon</b>, M.Farella.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase\">“Proposta di un nuovo dispositivo portatile per lo studio delle meteoropatie”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt;\">Convegno Nazionale di Fisica della Terra Fluida e Problematiche Affini, Ischia 11-15 Giugno 2007.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">144</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2007</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><u><span style=\"font-size:8.0pt\">G.Fusco</span></u><span style=\"font-size:8.0pt\">, <b>G.Budillon.</b></span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;text-transform:uppercase\">“Flussi di calore all’interfaccia e variabilità delle caratteristiche termoaline nel Mare di Ross (Antartide)”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt;\">Convegno Nazionale di Fisica della Terra Fluida e Problematiche Affini, Ischia 11-15 Giugno 2007.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">143</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2007</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><u><span style=\"font-size:8.0pt\">D.Mastrangelo</span></u><span style=\"font-size:8.0pt\">, K.Horvath, A.Riccio, <b>G.Budillon.</b></span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;\">“<span style=\"text-transform: uppercase\">Analysis of the 12-13 November 2004 heavy rainfall event over Southern Italy</span>”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">29<sup>th</sup> International Conference on Alpine Meteorology, 4-8 June 2007. Chambéry, France.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><u> </u></b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">142</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2007</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><u><span style=\"font-size:8.0pt\">P.Rivaro</span></u><span style=\"font-size:8.0pt\">, S.Massolo, L.Abelmoschi, A.Bergamasco, <b>G.Budillon.</b></span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“The chemical signature of water masses mixing off Victoria Land, Ross Sea, Antarctica”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt;\">European Geosciences Union General Assembly. Vienna, Austria, 15 – 20 April 2007.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">141</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2007</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><u><span style=\"font-size:8.0pt\">G.Fusco</span></u><span style=\"font-size:8.0pt\">, Y.Cotroneo, <b>G.Budillon</b>, G.Spezie</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“EOF analysis of meteorological fields in the Southern Ocean and their relationship to Southern and Antarctic Oscillation”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt;\">European Geosciences Union General Assembly. Vienna, Austria, 15 – 20 April 2007.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b> </b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">140</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2007</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt\">R.La Ferla, M.Azzaro, G.Budillon, C.Caroppo, F.Decembrini, G.Maimone.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;text-transform: uppercase;\">“First data on microbial biomass and activities in the Tyrrhenian Sea (Mediterranean Sea)”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt;\">38th CIESM Congress - Istanbul, Turkey, 9-13 April 2007.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><u> </u></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">139</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2007</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><u><span style=\"font-size:8.0pt\">F.Decembrini</span></u><span style=\"font-size:8.0pt\">, C.Caroppo, M.Azzaro, <b>G.Budillon</b>, R.La Ferla, G.Maimone.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;\">“PHOTOAUTOTROPHIC PLANKTON BIOMASS, ACTIVITY AND COMPOSITION IN THE SOUTHERN TYRRHENIAN SEA”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt;\">38th CIESM Congress - Istanbul, Turkey, 9-13 April 2007.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">138</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2006</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><b><u><span style=\"font-size:8.0pt\">G.Budillon</span></u></b><span style=\"font-size:8.0pt\">, A.Bergamasco, S.Aliani, G.Spezie.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">“FLUSSI ENERGETICI ED APERIODICI DI <i>ICE SHELF WATER </i>DAL MARE DI ROSS”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt;\">Quinto convegno del CoNISMa, Viareggio (ITALY), 14-18 November 2006.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><u> </u></b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">137</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2006</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><u><span style=\"font-size:8.0pt;\">T.Peluso</span></u><span style=\"font-size:8.0pt;\">, G.Fusco, <b>G.Budillon.</b></span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt\">“ANALISI DEI FLUSSI DI CALORE ALL’INTERFACCIA ARIA-MARE-GHIACCIO NEL MARE DI WEDDELL”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt;\">Quinto convegno del CoNISMa, Viareggio (ITALY), 14-18 November 2006.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">136</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2006</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt\">M.Capello, <b>G.Budillon</b>, L.Cutroneo, E.Salusti, <u>S.Tucci.</u></span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;text-transform:uppercase\">“Interazioni fra masse d’acqua e strati torbidi sulla scarpata continentale al largo di Victoria Land (Antartide)”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt;\">Quinto convegno del CoNISMa, Viareggio (ITALY), 14-18 November 2006.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><u> </u></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">135</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2006</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><b><u><span style=\"font-size:8.0pt;\">G.Budillon</span></u></b><span style=\"font-size:8.0pt;\">, S.Rintoul.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;text-transform: uppercase;\">“</span></b><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">Fronts and estimAted transports variability in the upper ocean south of New ZealanD”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt;\">SCAR XXIX / COMNAP XVII, Hobart Tasmania, 9-19 July 2006.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><u> </u></b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">134</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2006</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><b><u><span style=\"font-size:8.0pt\">G.Budillon</span></u></b><span style=\"font-size:8.0pt\">, G.Fusco, G.Spezie.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;text-transform: uppercase;\">“Heat fluxes and recent thermohaline changes in the Ross Sea</span></b><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt;\">SCAR XXIX / COMNAP XVII, Hobart Tasmania, 9-19 July 2006.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><u> </u></b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">133</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2006</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><b><u><span style=\"font-size:8.0pt\">G.Budillon</span></u></b><span style=\"font-size:8.0pt\">, A.Bergamasco, S.Aliani, G.Spezie.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“</span></b><b><span style=\"font-size:8.0pt;\">ICE SHELF WATER EPISODIC OUTFLOW IN THE ROSS SEA</span></b><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt;\">SCAR XXIX / COMNAP XVII, Hobart Tasmania, 9-19 July 2006.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><u> </u></b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">132</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2006</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt\">D.Bragato</span></u><span style=\"font-size:8.0pt\">, G.Fusco, <b>G.Budillon.</b></span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">“SURFACE THERMOHALINE DISTRIBUTIONS IN THE PACIFIC SECTOR OF THE SOUTHERN OCEAN”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">XVII Congresso dell’Associazione Italiana di Oceanologia e Limnologia; Napoli 3-7 luglio 2006.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><u> </u></b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">131</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2006</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">A.De Alteris, V.Rupolo, V.Artale, <b><u>G.Budillon</u></b>.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">“ANALISI PRELIMINARE DEI DATI XBT E XCTD RACCOLTI NEL MARE DI WEDDELL DURANTE LA CAMPAGNA CANOPO (PNRA) 2006”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">XVII Congresso dell’Associazione Italiana di Oceanologia e Limnologia; Napoli 3-7 luglio 2006.</span></div>\r\n <div style=\"text-align:justify\"><b><u> </u></b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">130</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2006</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt\">T.Peluso</span></u><span style=\"font-size:8.0pt\">, <b>G.Budillon</b>, F.Busdraghi, D.Iudicone, V.Rupolo.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">“UNO STUDIO DEL MIXED LAYER NEL SETTORE ATLANTICO DELL’OCEANO MERIDIONALE”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">XVII Congresso dell’Associazione Italiana di Oceanologia e Limnologia; Napoli 3-7 luglio 2006.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">129</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2006</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><u><span style=\"font-size:8.0pt\">G.Budillon</span></u></b><span style=\"font-size:8.0pt\">, M.De Stefano, G.Spezie.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">“MISURE DI CORRENTE CON LADCP (LOWERED ACOUSTIC DOPPLER CURRENT PROFILER) – RISULTATI PRELIMINARI”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">XVII Congresso dell’Associazione Italiana di Oceanologia e Limnologia; Napoli 3-7 luglio 2006.</span></div>\r\n <div style=\"text-align:justify\"><u> </u></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">128</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2006</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify;line-height:normal\"><span style=\"font-size:8.0pt;Times New Roman","serif";color:windowtext;\">A.De Alteris, V.Rupolo, V.Artale, <b><u>G.Budillon.</u></b></span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">“CARATTERISTICHE IDRODINAMICHE DELLE PRINCIPALI MASSE D’ACQUA E STRUTTURE OSSERVATE NEL MARE DI WEDDELL (PROGETTO CANOPO 2006)”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt;\">Quinto convegno del CoNISMa, Viareggio (ITALY), 14-18 November 2006.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">127</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2006</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">A.Bergamasco, <b>G.Budillon</b>, M.Cabrini, E.Crevatin, <u>P.Del Negro</u>, S.Fonda Umani, G.Fusco, C.Manno, F.Margiotta, E.Paschini, E.Petterson, P.Rivaro, G.Spezie.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">“PHYSICAL, BIOLOGICAL AND CHEMICAL COUPLING ACROSS ACC (from NEW ZEALAND to Antarctica)”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">XVII Congresso dell’Associazione Italiana di Oceanologia e Limnologia; Napoli 3-7 luglio 2006.</span></div>\r\n <div style=\"text-align:justify\"><u> </u></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">126</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2006</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt\">Y.Cotroneo</span></u><span style=\"font-size:8.0pt\">, G.Fusco, <b>G.Budillon</b>, G.Spezie.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">“TEMPORAL AND SPATIAL VARIABILITY OF THE METEOROLOGICAL FIELDS IN ANTARCTICA”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">XVII Congresso dell’Associazione Italiana di Oceanologia e Limnologia; Napoli 3-7 luglio 2006.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><u> </u></b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">125</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2006</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><b><u><span style=\"font-size:8.0pt;\">G.Budillon.</span></u></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;text-transform: uppercase;\">“Preliminary results of the CLIMA IV survey in the Ross Sea in 2006”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt;\">AnSlope Workshop; Lamont-Doherty University. New York; 13-15 June 2006.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><u> </u></b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">124</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2005</span></b></div>\r\n </td>\r\n <td width=\"709\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt;\">E. Pugliese Caratelli</span></u><span style=\"font-size:8.0pt;\">, F.Dentale, </span><b><span style=\"font-size:8.0pt\">G.Budillon</span></b><span style=\"font-size:8.0pt;\">, E.Sansone.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;text-transform:uppercase\">“Monitoraggio ed integrazione dei dati di vento e onde nelle acque campane”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><em><span style=\"font-size:8.0pt;font-style:normal\">APAT Workshop Archimede - "Archivio di dati Meteo-Marini", Roma, 29 - 30 November 2005, ITALY.</span></em></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">123</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2005</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><b><u><span style=\"font-size:8.0pt; text-transform:uppercase;\">G.B</span></u></b><b><u><span style=\"font-size:8.0pt;\">udillon</span></u></b><span style=\"font-size:8.0pt;\">, S.R.Rintoul.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;text-transform: uppercase;\">“An empirical method to estimate the baroclinic transport using xbt data”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><em><span style=\"font-size:8.0pt;font-style:normal\">APAT Workshop Archimede - "Archivio di dati Meteo-Marini", Roma, 29 - 30 November 2005, ITALY.</span></em></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><u> </u></b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">122</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2005</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><u><span style=\"font-size:8.0pt\">T.Peluso</span></u><span style=\"font-size:8.0pt\">, <b>G.Budillon.</b></span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;text-transform:uppercase\">“Primi risultati dell\'applicazione del modello GOTM”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt\">2° Incontro dei dottorandi in Scienze dei Sistemi Acquatici (AIOL), 7-9 novembre 2005, Bertinoro (FC).</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">121</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2005</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><b><u><span style=\"font-size:8.0pt\">G.Budillon</span></u></b><span style=\"font-size:8.0pt\"> et al.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;text-transform:uppercase\">“Le principali attività sperimentali del Dipartimento di Scienze per l\'Ambiente dell\'Università degli studi di Napoli “Parthenope” (già Istituto di Meteorologia e Oceanografia dell\'Istituto Universitario Navale) dall\'IGY all\'IPY”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><em><span style=\"font-size:8.0pt;font-style:normal\">APAT Workshop Archimede - "Archivio di dati Meteo-Marini", Roma, 29 - 30 November 2005, ITALY.</span></em></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><em> </em></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">120</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2005</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><b><u><span style=\"font-size:8.0pt\">G.Budillon</span></u></b><span style=\"font-size:8.0pt\">, A.Bergamasco ,G.Spezie.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;\">“</span></b><b><span style=\"font-size:8.0pt;\">ANSLOPE - CLIMA 2003 DATA ACQUISITION”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">3rd International Conference on the Oceanography of the Ross Sea Antarctica, 10 - 14 October 2005, </span><span style=\"font-size:8.0pt;\">Venice, ITALY.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><u> </u></b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">119</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2005</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><b><u><span style=\"font-size:8.0pt\">G.Budillon</span></u></b><span style=\"font-size:8.0pt\">, M.Capello, E.Salusti, S.Tucci.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;text-transform: uppercase;\">“NEPHELOID BOTTOM LAYER AND WATER MASSES DYNAMICS IN THE ROSS SEA (ANTARCTICA)”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">3rd International Conference on the Oceanography of the Ross Sea Antarctica, 10 - 14 October 2005, </span><span style=\"font-size:8.0pt;\">Venice, ITALY.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">118</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2005</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><b><u><span style=\"font-size:8.0pt;\">G Budillon</span></u></b><span style=\"font-size:8.0pt;\">, S.R.Rintoul.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;\">“FRONTS, TEMPERATURE AND ESTIMATED TRANSPORTS VARIABILITY IN THE UPPER OCEAN SOUTH OF NEW ZEALAND”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">3rd International Conference on the Oceanography of the Ross Sea Antarctica, 10 - 14 October 2005, </span><span style=\"font-size:8.0pt;\">Venice, ITALY.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">117</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2005</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><u><span style=\"font-size:8.0pt\">G.Fusco</span></u><span style=\"font-size:8.0pt\">, <b>G.Budillon</b>, Y.Cotroneo, G.Spezie.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;\">“TEMPORAL AND SPATIAL VARIABILITY OF THE METEOROLOGICAL FIELDS IN THE ROSS SEA”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">3rd International Conference on the Oceanography of the Ross Sea Antarctica, 10 - 14 October 2005, </span><span style=\"font-size:8.0pt;\">Venice, ITALY.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">116</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2005</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt\">G.Budillon</span></b><span style=\"font-size:8.0pt\">,<u> G.Fusco, </u>G.Spezie.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;\">“INTERANNUAL VARIABILITY IN THE ROSS SEA: HEAT FLUXES AND WATER COLUMN”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">3rd International Conference on the Oceanography of the Ross Sea Antarctica, 10 - 14 October 2005, </span><span style=\"font-size:8.0pt;\">Venice, ITALY.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">115</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2005</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><u><span style=\"font-size:8.0pt\">S.Massolo</span></u><span style=\"font-size:8.0pt\">, P.Rivaro, L.Grieco, <b>G.Budillon</b>.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;\">“DISTRIBUTIONS OF CFC IN THE WATER MASSES OF THE ROSS SEA SHELF AREA: RESULTS OF THE CLIMA 2003 CRUISE”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">3rd International Conference on the Oceanography of the Ross Sea Antarctica, 10 - 14 October 2005, </span><span style=\"font-size:8.0pt;\">Venice, ITALY.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">114</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2005</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><u><span style=\"font-size:8.0pt\">M.Capello</span></u><span style=\"font-size:8.0pt\">, M.Gabellini L.Nicoletti, <b>G.Budillon</b>, A.Di Prospero, S.Tucci.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;\">“THE MANAGEMENT OF THE SEDIMENTARY DYNAMIC IN AREAS TO BE SUBJECTED TO DREDGING FOR ARTIFICIAL NOURISHMENT: A PREDICTIVE MODEL APPLIED TO GAETA, MONTALTO DI CASTRO AND ANZIO”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt\">Geoitalia 2005, Quinto Forum Italiano di Scienze della Terra, Spoleto 21 - 23 September, ITALY.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><u> </u></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">113</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2005</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt\">S.Tucci, L.Cutroneo, M.Capello, <b><u>G.Budillon.</u></b></span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;\">“THE INTERACTION OF THE DENSE WATERS AND THE BOTTOM NEPHELOID LAYER </span></b><b><span style=\"font-size:8.0pt;\">(ROSS SEA, ANTARCTICA)”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt\">Geoitalia 2005, Quinto Forum Italiano di Scienze della Terra, Spoleto 21 - 23 September, ITALY.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">112</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2005</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><b><u><span style=\"font-size:8.0pt;\">G.Budillon</span></u></b><span style=\"font-size:8.0pt;\">, S.R.Rintoul.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;\">“FRONTS, TEMPERATURE, ESTIMATED TRANSPORTS, AND INTERANNUAL VARIABILITY SOUTH OF NEW ZEALAND”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt\">Geoitalia 2005, Quinto Forum Italiano di Scienze della Terra, Spoleto 21 - 23 September, ITALY.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b> </b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">111</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2005</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><u><span style=\"font-size:8.0pt\">G.P.Gasparini</span></u><span style=\"font-size:8.0pt\">, A.Ortona, <b>G.Budillon</b>, M.Astraldi, E.Sansone.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;\">“CHANGES IN THE HYDROGRAPHIC CHARACTERISTICS IN THE STRAIT OF SICILY AND IN THE TYRRHENIAN SEA AFTER THE WESTERN PROPAGATION OF THE EASTERN MEDITERRANEAN TRANSIENT”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt\">Geoitalia 2005, Quinto Forum Italiano di Scienze della Terra, Spoleto 21 - 23 September, ITALY.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b> </b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">110</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2005</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt\">G.Budillon</span></b><span style=\"font-size:8.0pt\">, E.Chianese, G.Giunta, C.Riccardi, <u>A.Riccio.</u></span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;text-transform: uppercase;\">“Impact of emissions abatement strategies on the air quality of the Naples urban area”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt;\">Harbours & Air Quality, 15 -17 June 2005, Genoa (Italy).</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">109</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2005</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt;\">E.DeDomenico</span></u><span style=\"font-size:8.0pt;\">, L.S.Monticelli, L.Bracchini, <b>G.Budillon</b>, C.Caroppo, G.Caruso, R.Danovaro, A.Dattilo, A.DeAlteris, F.Decembrini, M.DeDomenico, M.DeLuca, R.Denaro, G.Gentile, L.Giuliano, D.Guadagno, M.Leonardi, M.Magagnini, G.Maimone, M.Marcelli, V.Piermattei, C.Pruzzo, L.Ranzoni, C.Rossi, S.Scarfì, M.M.Yakimov.</span></div>\r\n <div style=\"text-align:justify;text-indent:0cm\"><span style=\"font-size:8.0pt;\">“BIODIVERSITÀ MICROBICA IN MAR MEDITERRANEO CENTRO-ORIENTALE”.</span></div>\r\n <div style=\"text-align:justify;text-indent:0cm\"><span style=\"font-size: 8pt;\">36° Congresso della Società Italiana di Biologia Marina, Trieste 9-13 May 2005.</span></div>\r\n <div style=\"text-align:justify\"><b> </b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">108</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2005</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt\">P.Rivaro</span></u><span style=\"font-size:8.0pt\">, S.Massolo, C.Ianni, <b>G.Budillon</b>, R.Frache, G.Spezie.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“Variability of NO, PO and PO<sub>4</sub> in the Western Ross Sea (Antarctica), 1998-2003”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">European Geosciences Union, General Assembly 2005. </span><span style=\"font-size:8.0pt;\">Vienna, Austria, 24 - 29 April 2005</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">107</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2005</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><u><span style=\"font-size:8.0pt\">G.Budillon</span></u></b><span style=\"font-size:8.0pt;\">, D. Prosperi, E. Salusti, S.Tucci.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“Sediment-bottom current evolution in the Ross Sea (Antarctica)”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">European Geosciences Union, General Assembly 2005. </span><span style=\"font-size:8.0pt;\">Vienna, Austria, 24 - 29 April 2005.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">106</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2004</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">G.Budillon</span></b><span style=\"font-size:8.0pt\">, F.Giordano, L.Giordano, G.Mattei, G.Spezie, <u>T.Peluso.</u></span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt; text-transform:uppercase\">“Progetto GIS Napoli per la valutazione della diffusione dell\'inquinamento costiero in presenza di condotte sfocianti a mare”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">GEOMATICA Standardizzazione, interoperabilità e nuove tecnologie, 8a Conferenza Nazionale ASITA,, Roma 14-17 Dicembre 2004.</span></div>\r\n <div style=\"text-align:justify\"><b><u> </u></b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">105</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2004</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt;\">M.Gabellini, L.Nicoletti, M. Capello, A. Martini, <b><u>G.Budillon</u></b>, F.Arghittu, S.Tucci.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;text-transform: uppercase;\">“The management of the sedimentary dynamic in areas to be subjected to dredging for artificial nourishment: a predictive model applied to Gaeta, Montalto di Castro and Anzio”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt;\">CoNISMa – AIOL, 8 - 22 October 2004, Città del Mare - Terrasini (Palermo). </span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">104</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2004</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><u><span style=\"font-size:8.0pt\">P.Rivaro</span></u><span style=\"font-size:8.0pt\">, S.Massolo, C.Ianni, <b>G.Budillon</b>, R.Frache.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“Interannual variations of chemical properties at the Cape Adare (Ross Sea, Antarctica) shelf slope”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt;\">CoNISMa – AIOL, 8 - 22 October 2004, Città del Mare - Terrasini (Palermo). </span></div>\r\n <div style=\"text-align:justify\"><b><u> </u></b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">103</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2004</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><b><u><span style=\"font-size:8.0pt\">G.Budillon</span></u></b><span style=\"font-size:8.0pt\">, F.Giordano, L.Giordano, G.Mattei, G.Spezie, T.Peluso.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“Naples (Italy) Coastal Water Quality Plan: Monitoring and Modelling of Organic Pollutants Diffusion”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt;\">CoNISMa – AIOL, 8 - 22 October 2004, Città del Mare - Terrasini (Palermo). </span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">102</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2004</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt\">A.Ortona</span></u><span style=\"font-size:8.0pt\">, <b>G.Budillon</b>, G.P.Gasparini, M.Astraldi, E.Sansone.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“Variability of the hydrographic characteristics in the Strait of Sicily and in the Tyrrhenian Sea induced by the Eastern Mediterranean Transient”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt;\">CoNISMa – AIOL, 8 - 22 October 2004, Città del Mare - Terrasini (Palermo). </span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">101</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2004</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">A.De Alteris, M.De Stefano, G.Bianco, <b><u>G.Budillon</u></b>, E.Sansone.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;text-transform:uppercase\">“Dinamica marina di una zona costiera del Golfo di Napoli - Risultati Preliminari”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt;\">CoNISMa – AIOL, 8 - 22 October 2004, Città del Mare - Terrasini (Palermo). </span></div>\r\n <div style=\"text-align:justify\"><b><u> </u></b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">100</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2004</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt;\">B.B.Manca</span></u><span style=\"font-size:8.0pt;\">, A.Boldrin, <b>G.Budillon</b>, G.Civitarese, C.Papucci, M.Ribera d’Alcalà.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“Water masses, flow patterns and biochemical exchanges through the Eastern Mediterranean basin in 2001-2002”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt;\">CoNISMa – AIOL, 8 - 22 October 2004, Città del Mare - Terrasini (Palermo). </span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">99</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2004</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify; text-autospace:none\"><u><span style=\"font-size:8.0pt\">M.Ferrari</span></u><span style=\"font-size:8.0pt\">, <b>G.Budillon,</b> M.Capello, S.Tucci.</span></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“Water masses and nepheloid layers: a complex and discontinuous relationship (Ross Sea - Antarctica)”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt;\">CoNISMa – AIOL, 8 - 22 October 2004, Città del Mare - Terrasini (Palermo). </span></div>\r\n <div style=\"text-align:justify\"><b> </b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">98</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2004</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><u><span style=\"font-size: 8pt; font-variant-numeric: normal; font-variant-caps: small-caps; text-transform: uppercase;\">G.B</span></u></b><b><u><span style=\"font-size:8.0pt\">udillon</span></u></b><span style=\"font-size: 8pt; font-variant-numeric: normal; font-variant-caps: small-caps; text-transform: uppercase;\">, G.F</span><span style=\"font-size:8.0pt\">usco<span style=\"font-variant-numeric: normal; font-variant-caps: small-caps; text-transform: uppercase;\">, G.</span>Spezie, M.Visbeck.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“thermohaline interannual variability and ATMOSPHERE-OCEAN HEAT EXCHANGES in the western ross sea”.</span></b></div>\r\n <div style=\"text-align:justify; text-autospace:none\"><span style=\"font-size:8.0pt;\">CoNISMa – AIOL, 8 - 22 October 2004, Città del Mare - Terrasini (Palermo). </span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">97</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2004</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><u><span style=\"font-size:8.0pt;\">G.Budillon</span></u></b><span style=\"font-size:8.0pt;\">, G.Spezie. <b><u>[INVITED TALK</u>]</b></span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase\">“Formazione di acque dense e ventilazione degli strati profondi nel SETTORE PACIFICO DELL’OCEANO MERIDIONALE (Mare di Ross -Antartide)”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">Società Italiana di Fisica – Brescia 20-24 September 2004.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">96</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2004</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt\">L.Grieco</span></u><span style=\"font-size:8.0pt\">, B.Tremblay, W.M.Smethie, S.S.Jacobs, <b>G.Budillon.</b></span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“A 3-D advection diffusion model to study ventilation processes of intermediate and deep waters in the Ross Sea (preliminary results)”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">XXVIII SCAR Open Science Conference “Antarctica and the Southern Ocean in the Global System”, Bremen, Germany, 25-29 July 2004.</span></div>\r\n <div style=\"text-align:justify\"><b><u> </u></b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">95</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2004</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt;\">P.Rivaro</span></u><span style=\"font-size:8.0pt;\">, <b>G.Budillon</b> S.Massolo, A.Bergamasco, G.Spezie.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“Chlorofluorocarbon signature of the shelf waters in the western Ross Sea”</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">XXVIII SCAR Open Science Conference “Antarctica and the Southern Ocean in the Global System”, Bremen, Germany, 25-29 July 2004.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">94</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2004</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt;\">S.Palmieri</span></u><span style=\"font-size:8.0pt;\">, A.M.Siani, G.R.Casale, E.Sansone, <b>G.Budillon</b>, B.Buonocore, M.Bencivenga.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“</span></b><b><span style=\"font-size:8.0pt; text-transform:uppercase;\">Sea storms which affected central Tyrrhenian coasts of the Italian peninsula in 2002”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">Coastal Environment 2004, Alicante, Spain, 26-28 April 2004.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">93</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2004</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><u><span style=\"font-size: 8.0pt\">G.Budillon</span></u></b><span style=\"font-size:8.0pt;\">, G.Fusco, G.Spezie.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“Atmosphere-ocean heat exchanges and thermohaline variability in the Ross Sea”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">XXVIII SCAR Open Science Conference “Antarctica and the Southern Ocean in the Global System”, Bremen, Germany, 25-29 July 2004.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">92</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2004</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt;\">G.P.Gasparini</span></u><span style=\"font-size: 8.0pt;\">, A.Ortona, <b>G.Budillon</b>, M.Astraldi, E.Sansone.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“</span></b><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">The propagation of the Eastern Mediterranean Transient from the eastern to the western Mediterranean Basin”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">37th CIESM CONGRESS, Barcelona, Spain, 7-11 June 2004.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">91</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">2003</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">A.Bergamasco, <b>G.Budillon</b>, A.Carniel, V.Defendi, R.Meloni, E.Paschini, M.Sclavo, G.Spezie.</span></div>\r\n <div style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:justify;border:none;\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“Downslope flow across the Ross Sea shelf break (Antarctica)”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">American Geophysical Union. Fall Meeting. San Francisco, USA, 8-12 December 2003.</span></div>\r\n <div style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:justify;border:none;\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">90</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2003</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:justify;border:none;\"><u><span style=\"font-size:8.0pt;\">P.Rivaro</span></u><span style=\"font-size:8.0pt;\">, <b>G.Budillon</b>, S.Massolo, A.Bergamasco, G.Spezie.</span></div>\r\n <div style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:justify;border:none;\"><b><span style=\"font-size:8.0pt;text-transform:uppercase\">“</span></b><b><span style=\"font-size:8.0pt;text-transform: uppercase\">Impiego di cloro fluoro carburi come traccianti chimici delle acque di piattaforma nel Mare di Ross”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">Workshop “</span><span style=\"font-size:8.0pt\">Fisica e chimica dell\'atmosfera antartica”, CNR – Roma 22-24 October 2003.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">89</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2003</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><u><span style=\"font-size: 8.0pt\">G.Budillon</span></u></b><span style=\"font-size:8.0pt;\">, S.Rintoul, G.Spezie.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“Upper ocean thermal STRUCTURE, Baroclinic Transports, AND variability between NEW ZEALAND and Antarctica”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">Workshop “</span><span style=\"font-size:8.0pt\">Fisica e chimica dell\'atmosfera antartica”, CNR – Roma 22-24 October 2003.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">88</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2003</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><u><span style=\"font-size: 8.0pt\">G.Budillon</span></u></b><span style=\"font-size:8.0pt;\">, G.Fusco, G.Spezie.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“Air-Sea Fluxes iN Terra Nova Bay Polynya and thermohaline variability in the western ross sea”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">Workshop “</span><span style=\"font-size:8.0pt\">Fisica e chimica dell\'atmosfera antartica”, CNR – Roma 22-24 October 2003.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">87</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2003</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><u><span style=\"font-size:8.0pt;\">G.Budillon</span></u></b><span style=\"font-size:8.0pt;\">, M.Tramontin<u>.</u> <b><u>[INVITED TALK</u>]</b></span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“</span></b><b><span style=\"font-size:8.0pt; text-transform:uppercase;\">Mesoscale features in a Mediterranean coastal area revealed by a hf radar”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">IUGG, IAPSO Joint Assembly – Sapporo, Japan, 31 June – 11 July 2003.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">86</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2003</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">G.Spezie et CLIMA Group.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">“THE ITALIAN CONTRIBUTION TO THE OCEANOGRAPHY OF THE ROSS SEA”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">IUGG, IAPSO Joint Assembly – Sapporo, Japan, 31 June – 11 July 2003.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">85</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2003</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">G.Catalano, <b>G.Budillon</b>, R. La Ferla, P. Povero, M. Ravaioli, V. Saggiomo, A. Accornero, M. Azzaro, G. C. Carrada, F. Giglio, L. Langone, O. Mangoni, C. Misic, M. Modigh.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“A GLOBAL BUDGET OF CARBON AND NITOGEN IN THE ROSS SEA (SOUTHERN OCEAN)”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">U.S.</span><span style=\"font-size:8.0pt;\"> JGOFS Open Science Conference, 5-8 May 2003.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">84</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2003</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">A.Ortona, <u>G.P.Gasparini</u>, <b>G.Budillon</b>, M.Astraldi, E.Sansone. </span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">“INTERANNUAL VARIABILITY OF THE WATER CHARACTERISTICS THROUGH THE STRAIT OF SICILY (MEDITERRANEAN BASIN)”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">IUGG, IAPSO Joint Assembly – Sapporo, Japan, 31 June – 11 July 2003.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">83</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2003</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><u><span style=\"font-size:8.0pt;\">G.Budillon</span></u></b><span style=\"font-size:8.0pt;\">, M.Tramontin.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“A study of the sea surface circulation of a coastal area using a HF radar (Northern Adriatic Sea)”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">EGS - AGU - EUG Joint Assembly, Nice, France, April 2003.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">82</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2003</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">A.Ortona, <u>G.P.Gasparini</u>, <b>G.Budillon</b>, M.Astraldi, E.Sansone. </span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“Time evolution of the hydrographic characteristics in the Strait of Sicily during the last 16 years (from 1986 to 2002)”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">EGS - AGU - EUG Joint Assembly, Nice, France, April 2003.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">81</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2003</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt; text-transform:uppercase\">p</span></u><u><span style=\"font-size:8.0pt\">.Rivaro</span></u><span style=\"font-size:8.0pt\">, A.Bergamasco, <b>G.Budillon</b>, S.Massolo, G.Spezie.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“THE TRACER SIGNATURE OF SHELF WATERS IN THE ROSS SEA (ANTARCTICA)”</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">IUGG, IAPSO Joint Assembly – Sapporo, Japan, 31 June – 11 July 2003.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">80</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2002</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt\">M.Capello</span></u><span style=\"font-size:8.0pt\">, M.Ferrari, S.Tucci, <b>G.Budillon</b>.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">“VARIABILITA’ SPAZIALE E TEMPORALE DEL MATERIALE PARTICELLATO PRESENTE NELLE ACQUE COMPRESE TRA BAIA TERRA NOVA E CAPE ADARE (MARE DI ROSS-ANTARTIDE)”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">III Convegno Nazionale di Scienze del Mare (CoNISMa). </span><span style=\"font-size:8.0pt;\">Bari</span><span style=\"font-size:8.0pt;\">, ITALY</span><span style=\"font-size:8.0pt;\">, 27 - 30 November 2002.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">79</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2002</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt;\">P.Rivaro</span></u><span style=\"font-size:8.0pt;\">, A.Bergamasco, <b>G.Budillon</b>, R.Frache, R.Hohmann, S.Massolo, G.Spezie.</span></div>\r\n <div><span style=\"font-size:8.0pt;\">“STUDIO DEI PROCESSI DI MESCOLAMENTO E DI VENTILAZIONE DELLE MASSE D’ACQUA NEL MARE DI ROSS (ANTARTIDE) MEDIANTE CLOROFLUOROCARBURI”.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">III Convegno Nazionale di Scienze del Mare (CoNISMa). </span><span style=\"font-size:8.0pt;\">Bari</span><span style=\"font-size:8.0pt;\">, ITALY</span><span style=\"font-size:8.0pt;\">, 27 - 30 November 2002.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">78</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2002</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><u><span style=\"font-size: 8.0pt\">G.Budillon</span></u></b><span style=\"font-size:8.0pt\">, D.Flocco, S.Kern, F.Napoli.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt; text-transform:uppercase\">“OSSERVAZIONI SULLA DINAMICA DELLA POLYNYA DEL MARE DI ROSS DURANTE GLI ANNI 1995 – 1999”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">III Convegno Nazionale di Scienze del Mare (CoNISMa). </span><span style=\"font-size:8.0pt;\">Bari</span><span style=\"font-size:8.0pt;\">, ITALY</span><span style=\"font-size:8.0pt;\">, 27 - 30 November 2002.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">77</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2002</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">G.Catalano, <b><u><span style=\"text-transform:uppercase\">G.B</span>udillon</u></b>, R.LaFerla, P.Povero, M.Ravaioli, V.Saggiomo, A.Accornero, G.C.Carrada, F.Giglio, L.Langone, O.Mangoni, C.Misic, M.Modigh.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">“STIMA DEI FLUSSI BIOCHIMICI TRA IL MARE DI ROSS E L’OCEANO MERIDIONALE”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">III Convegno Nazionale di Scienze del Mare (CoNISMa). </span><span style=\"font-size:8.0pt;\">Bari</span><span style=\"font-size:8.0pt;\">, ITALY</span><span style=\"font-size:8.0pt;\">, 27 - 30 November 2002.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">76</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2002</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><u><span style=\"font-size: 8.0pt\">G.Budillon</span></u></b><span style=\"font-size:8.0pt\">, M.Orsi, A.Ortona, G.Spezie, S.Tucci.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt; text-transform:uppercase\">“Idrologia, dinamica e distribuzione del materiale sospeso nelle zone frontali dell’Adriatico Meridionale”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">III Convegno Nazionale di Scienze del Mare (CoNISMa). </span><span style=\"font-size:8.0pt;\">Bari</span><span style=\"font-size:8.0pt;\">, ITALY</span><span style=\"font-size:8.0pt;\">, 27 - 30 November 2002.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">75</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2002</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt\">M.Astraldi</span></u><span style=\"font-size:8.0pt\">, <b>G.Budillon</b>, G.P.Gasparini, A.Ortona, E.Sansone.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt; text-transform:uppercase\">“Evoluzione delle caratteristiche idrologiche delle masse d’acqua nel canale di Sicilia negli ultimi 15 anni”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">International Geosphere-Biosphere Programme (IGBP). Paestum, 14-16 November 2002.</span></div>\r\n <div style=\"text-align:justify\"><b><u> </u></b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">74</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2002</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt;\">P.Rivaro</span></u><span style=\"font-size:8.0pt;\">, <b>G.Budillon</b>, S.Massolo, W.M.Smethie, G.Spezie.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt; text-transform:uppercase\">“DISTRIBUZIONE DI CLORO FLUORO CARBURI NEL MARE DI ROSS (ANTARTIDE) IN RELAZIONE A PROCESSI DI MESCOLAMENTO DI MASSE D\'ACQUA IN AREA DI SCARPATA”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">XV Congresso Nazionale dell’<b>A.I.O.L.</b>. </span><span style=\"font-size:8.0pt;\">Roma</span><span style=\"font-size:8.0pt;\">, ITALY</span><span style=\"font-size:8.0pt;\">, 23-25 September 2002.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">73</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2002</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">G.Budillon</span></b><span style=\"font-size:8.0pt\">, S.Massolo, P.Rivaro, <u>G.Spezie</u>.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“Studies of deep water formation and mixing in the Ross Sea using anthropogenic tracers”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">II GLOBEC Open Science Meeting, “Comparative Ecosystems and Climate Change”, 15-18 October 2002, Qingdao, P. R. China</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">72</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2002</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt;\">L.Grieco</span></u><b><span style=\"font-size:8.0pt;\">, G.Budillon.</span></b></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">“<span style=\"text-transform: uppercase\">Transport processes of suspended matter in the Gulf of Gaeta</span>”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">Fourth International Conference on Coastal Environment “Environmental Problems in Coastal Region”. Rhodes, GREECE, 16-18 September 2002.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">71</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2002</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">G.Budillon</span></b><span style=\"font-size:8.0pt\">, S.Cordero Gremes, <u>E.Salusti</u>.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">“<span style=\"text-transform:uppercase;\">On the Dense Water Spreading off the ross sea shelf</span>”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">EGS XXVII General Assembly, Nice, France, 21 - 26 April 2002.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">70</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2002</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt;\">A.Rubino</span></u><span style=\"font-size:8.0pt;\">, <b>G.Budillon</b>, S.Pierini, G.Spezie.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“A model for the sinking and spreading of the disw in the ross sea”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">EGS XXVII General Assembly, Nice, France, 21 - 26 April 2002.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">69</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2002</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">A.Bergamasco<u>,</u> V.Defendi, G.Spezie,</span><b><span style=\"font-size:8.0pt\">G.Budillon</span></b><span style=\"font-size:8.0pt;\">, <u>S.Carniel</u>.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“Note on the Ross Sea shelf water downflow processes (Antarctica)”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">EGS XXVII General Assembly, Nice, France, 21 - 26 April 2002.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">68</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2002</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">G.Budillon</span></b><span style=\"font-size:8.0pt\">, <u>D.Flocco</u>, S.Kern, F.Napoli.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“Observations on the opening and closure of the Ross Sea polynya in 1995-1999”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">EGS XXVII General Assembly, Nice, France, 21 - 26 April 2002.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">67</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2002</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt;\">G.Fusco</span></u><span style=\"font-size:8.0pt;\">, </span><b><span style=\"font-size:8.0pt;\">G.Budillon</span></b><span style=\"font-size:8.0pt;\">.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“Air-sea forcing and thermohaline changes in the Ross Sea”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">EGS XXVII General Assembly, Nice, France, 21 - 26 April 2002.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">64</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2002</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><u><span style=\"font-size: 8.0pt\">G.Budillon</span></u></b><span style=\"font-size:8.0pt\">, M.Gabellini, S.Tucci, F.Arghittu, L.Grieco, L.Nicoletti.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt; text-transform:uppercase\">“Uno studio di impatto ambientale relativo ad attività di dragaggio di depositi sabbiosi sommersi. Approccio sperimentale e modellistico”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">XV Congresso Nazionale dell’<b>A.I.O.L.</b>. </span><span style=\"font-size:8.0pt;\">Roma</span><span style=\"font-size:8.0pt;\">, ITALY</span><span style=\"font-size:8.0pt;\">, 23-25 September 2002.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">65</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2001</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">A. Bergamasco, <b><u>G.Budillon</u></b>, E. Paschini, G.Spezie.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“hssw variabilità and spreading in the western ross sea”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">IAPSO, Mar de Plata, ARGENTINA, October 2001.</span></div>\r\n <div style=\"text-align:justify\"><u> </u></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">64</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2001</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt\">R.Meloni</span></u><span style=\"font-size:8.0pt\">, E.Paschini, S.Aliani, <b>G.Budillon</b>, G.Fusco.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“six years of moored measurements in the ross sea, clima project”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">II International Conference “The Oceanography of the Ross Sea”. Ischia, <span style=\"text-transform:uppercase\">Italy</span>, October 2001.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">63</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2001</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt\">R.Meloni</span></u><span style=\"font-size:8.0pt\">, G.Fusco, <b>G.Budillon</b>, A..Bergamasco, S.Aliani.</span></div>\r\n <div><span style=\"font-size:8.0pt;text-transform: uppercase;\">“Seemgly anomalous behaviour subsurface waters in terra nova bay polynya during austral autumn”.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">II International Conference “The Oceanography of the Ross Sea”. Ischia, <span style=\"text-transform:uppercase\">Italy</span>, October 2001.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">62</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2001</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt;\">A.Rubino</span></u><span style=\"font-size:8.0pt;\">, <b>G.Budillon</b>, S.Pierini, G.Spezie.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“A model for the sinking and spreading of the disw in the ross sea”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">II International Conference “The Oceanography of the Ross Sea”. Ischia, <span style=\"text-transform:uppercase\">Italy</span>, October 2001.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">61</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2001</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><u><span style=\"font-size: 8.0pt\">G.Budillon</span></u></b><span style=\"font-size:8.0pt;\">, G.Catalano, S.Cozzi, L.Greco, C.Ianni, M.Pacciaroni, A.Ortona, P.Rivaro.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“A Multiparameter mixing analysis of the shelf waters IN the ross sea, prelimary results”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">II International Conference “The Oceanography of the Ross Sea”. Ischia, <span style=\"text-transform:uppercase\">Italy</span>, October 2001.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">60</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2001</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">G.Budillon</span></b><span style=\"font-size:8.0pt;\">, <u>G.Fusco</u>.</span></div>\r\n <div style=\"text-align:justify;text-indent:0cm\"><span style=\"font-size:8.0pt;\">“Air-Sea Interactions and thermohaline variability in the WESTERN ROSS SEA”.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">II International Conference “The Oceanography of the Ross Sea”. Ischia, <span style=\"text-transform:uppercase\">Italy</span>, October 2001.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">59</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2001</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt\">A.Bergamasco</span></u><span style=\"font-size:8.0pt\">, <b>G.Budillon</b>, E.Paschini, G.Spezie.</span></div>\r\n <div><span style=\"font-size:8.0pt;text-transform: uppercase;\">“antarctic downslope flow along the western Ross Sea continental shelf-break”.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">II International Conference “The Oceanography of the Ross Sea”. Ischia, <span style=\"text-transform:uppercase\">Italy</span>, October 2001.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">58</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2001</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt\">A.Cappelletti</span></u><span style=\"font-size:8.0pt\">, G.Fusco, P.Picco, R.Meloni, <b>G.Budillon.</b></span></div>\r\n <div><span style=\"font-size:8.0pt;\">“AIR-SEA INTERACTION IN TERRA NOVA BAY POLYNYA (ANTARCTICA)”.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">EGS XXVI General Assembly, Nice, <span style=\"text-transform:uppercase\">FrancE</span><span style=\"text-transform:uppercase\">,</span> 25-28 April 2001.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">57</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2001</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><u><span style=\"font-size:8.0pt;\">G.Budillon</span></u></b><span style=\"font-size:8.0pt;\">, S.Rintoul.</span></div>\r\n <div><span style=\"font-size:8.0pt;text-transform: uppercase;\">“Upper ocean thermal STRUCTURE AND variability between NEW ZEALAND and Antarctica”.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">II International Conference “The Oceanography of the Ross Sea”. Ischia, <span style=\"text-transform:uppercase\">Italy</span>, October 2001.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">56</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2000</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt;\">S.Fonda Umani</span></u><span style=\"font-size:8.0pt;\">, M.Cabrini, P.Del Negro, C.De Vittor, M.Monti, P.Ramani, S.Tucci, M.Capello, A.Martini, R.Frache, P.Rivaro, E.Zambianchi, <b>G.Budillon</b>.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase\">“AREA MARINA PROTETTA DI BAIA TERRA NOVA: STRUTTURA FISICO-CHIMICO-BIOLOGICA DELLA COLONNA D’ACQUA DURANTE L’ESTATE AUSTRALE DEL 1998”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">2° Convegno Nazionale del CoNISMa , Genova, ITALY, 22-25 November 2000.</span></div>\r\n <div style=\"text-align:justify\"><u> </u></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">55</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2000</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify;\"><b><u><span style=\"font-size:8.0pt\">G.Budillon</span></u></b><span style=\"font-size:8.0pt\">., F.Grilli, A.Ortona, A.Russo, M.Tramontin.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“AN ASSESSMENT OF COASTAL DYNAMICS OBSERVED OFFSHORE ANCONA WITH AN HF RADAR”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">2° Convegno Nazionale del CoNISMa , Genova, ITALY, 22-25 November 2000.</span></div>\r\n <div style=\"text-align:justify\"><u> </u></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">54</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2000</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt\">G.Fusco</span></u><span style=\"font-size:8.0pt\">, D.Flocco, <b>G.Budillon</b>, G.Spezie, E.Zambianchi.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase\">“DINAMICA E VARIABILITÀ DELLA POLYNYA DI BAIA TERRA NOVA”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">2° Convegno Nazionale del CoNISMa , Genova, ITALY, 22-25 November 2000.</span></div>\r\n <div style=\"text-align:justify\"><u> </u></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">53</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2000</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><u><span style=\"font-size:8.0pt;\">G.Budillon</span></u></b><b><span style=\"font-size:8.0pt;\"> <u>[INVITED TALK]</u></span></b></div>\r\n <div style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:justify\"><b><span style=\"text-transform:uppercase;\">“coastal mesoscale features in the adriatic sea and their impacts in the near-shore ecosystem”.</span></b></div>\r\n <div style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:justify\">International Simposium on the “Conexiones y Dinamica en Sistemas Costieros Litorales – Bahias y Costas Abiertas”</div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">Pontificia Universidad Catolica de Chile (Santiago del Cile), 16-18 October 2000.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">52</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2000</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><u><span style=\"font-size:8.0pt;\">G.Budillon</span></u></b><span style=\"font-size:8.0pt;\">, S.Rintoul.</span></div>\r\n <div style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:justify\"><b><span style=\"text-transform:uppercase;\">“AN ESTIMATION OF THE ACC BAROCLINIC TRANSPORT SOUTH OF NEW ZEALAND FROM XBT MEASUREMENTS”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">2° Convegno Nazionale del CoNISMa , Genova, ITALY, 22-25 November 2000.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">51</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2000</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">G.Budillon</span></b><span style=\"font-size:8.0pt\">, E.Sansone, G.Spezie.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">“A REAL TIME APPLICATION TO MAP MARINE SURFACE CURRENT FIELD”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">Conference of the International Association of Maritime Economists. Napoli, ITALY, 13-15 September 2000.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">50</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2000</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">A.Accornero, C.Arricò<u>, <b>G.Budillon</b></u>, F.Conversano, E.Sansone.</span></div>\r\n <div><span style=\"font-size:8.0pt;text-transform:uppercase\">“Valutazione ambientale delle acque costIere superficiali della regione campania: risultati preliminari”.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">XIV Congresso Nazionale dell’<b>A.I.O.L.</b>. </span><span style=\"font-size:8.0pt;\">Garda, ITALY, 25-28 September 2000.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">49</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2000</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt\">A.Accornero</span></u><span style=\"font-size:8.0pt\">, <b>G.Budillon</b>, C.Manno, R.Meloni.</span></div>\r\n <div><span style=\"font-size:8.0pt;\">“WATER COLUMN DYNAMICS AND BIOGENIC FLUXES IN A COASTAL POLYNYA OF THE WESTERN ROSS SEA (ANTARCTICA)”.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">American Society of Limnology and Oceanography. </span><span style=\"font-size:8.0pt;\">Copenhagen, <span style=\"text-transform:uppercase\">Denmark</span>, 5-9 June 2000. Abstract SS38-03p.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">48</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2000</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">G.Budillon</span></b><span style=\"font-size:8.0pt\">, A.Artegiani, E.Paschini, A.Russo, G.Spezie.</span></div>\r\n <div style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:justify\"><b><span style=\"text-transform:uppercase;\">“Upper ocean thermal variability between NEW ZEALAND and Antarctica (P14 Woce line)”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">Southern Ocean - JGOFS Symposium Brest, <span style=\"text-transform:uppercase\">fraNCE</span>, 8-12 July 2000. </span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">47</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2000</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">G.Budillon</span></b><span style=\"font-size:8.0pt\">, S.Cordero Gremes, E.<u>Salusti.</u></span></div>\r\n <div style=\"margin-bottom:0cm;margin-bottom:.0001pt; text-align:justify\"><b><span style=\"text-transform:uppercase;\">“On the dense WATER spreading off the Ross Sea shelf (Southern Ocean”.</span></b></div>\r\n <div style=\"text-align:justify;\"><span style=\"font-size:8.0pt;\">Southern Ocean - JGOFS Symposium Brest, <span style=\"text-transform:uppercase\">fraNCE</span>, 8-12 July 2000. </span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">46</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2000</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">G.Budillon</span></b><span style=\"font-size:8.0pt;\">, S.Gremes Cordero, E.<u>Salusti</u>.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“On removing mechanisms of the dense water off the Ross Sea shelf (<a name=\"_Hlt476645178\">S</a>outhern Ocean)”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">EGS XXV General Assembly, Nice, <span style=\"text-transform:uppercase\">FrancE</span><span style=\"text-transform:uppercase\">,</span> 25-28 April 2000.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">45</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2000</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">G.Budillon</span></b><span style=\"font-size:8.0pt\">, D.Flocco, G.Fusco, G.Spezie, E.<u>Zambianchi.</u></span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“WINTERTIME VARIABILITY OF TERRA NOVA BAY POLYNYA”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">International Symposium of the “International Glaciological Society”. Fairbanks, Alaska, U.S.A., 19-23 June 2000.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">44</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2000</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">G.Budillon</span></b><span style=\"font-size:8.0pt\">, G.Fusco, G.Spezie.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“Ocean-atmosphere heat exchange in th<a name=\"_Hlt476644610\">e</a> Ross Sea (Antarctica)”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">EGS XXV General Assembly, Nice, <span style=\"text-transform:uppercase\">France</span><span style=\"text-transform:uppercase\">,</span> 25-28 April 2000.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">43</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2000</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt\">A.Russo</span></u><span style=\"font-size:8.0pt\">, <b>G.Budillon</b>, E.Paschini, A.Artegiani, G.Spezie.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“Five-years austral summe<a name=\"_Hlt476644980\">r</a> variability of the upper ocean thermal structure along a transect between New Zealand and the Ross Sea (Antarctica)”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">EGS XXV General Assembly, Nice, <span style=\"text-transform:uppercase\">France</span><span style=\"text-transform:uppercase\">,</span> 25-28 April 2000.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">42</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2000</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">G.Budillon</span></b><span style=\"font-size:8.0pt;\"> , G.Spezie.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“thermohaline structure and variability in the Terra Nova Bay polynya (Ross Sea – Antarctica)”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">American Geophysical Union. Ocean Science Meeting. San Antonio, <span style=\"text-transform:uppercase\">Texas</span> – USA, 24-28 January 2000.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">41</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1999</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">E.Napolitano, <b><u>G.Budillon</u></b>, E.Pugliese Carratelli, G.Fattorusso.</span></div>\r\n <div><span style=\"font-size:8.0pt;\">“A PROJECT STUDY ON THE RAINFALL IN THE CAMPAIN REGION (SOUTHERN ITALY) BY A METEOROLOGICAL RADAR: PRELIMINARY ASPECTS”.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">III Annual Workshop of the GLOREAM (GLObal and Regional Atmospheric Modelling). Ischia ITALY, 22-24 September 1999.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">40</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1999</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><u><span style=\"font-size:8.0pt;\">G.Budillon</span></u></b><span style=\"font-size:8.0pt;\">.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;layout-grid-mode:line\">“Use of HF Doppler radar for coastal current measurements”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">International</span><span style=\"font-size:8.0pt;\"> School</span><span style=\"font-size:8.0pt;\"> of Geophysics, 16<sup>th</sup> Course. <span style=\"font-variant-numeric: normal; font-variant-caps: small-caps;\">Science-Technology Synergy for Research in Marine Environment: Challenges for the XXI Century</span>. Erice (Trapani) ITALY, 8-16 September 1999.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">39</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1999</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">E.<u>Napolitano</u>, <b>G.Budillon</b>, E.Pugliese-Carratelli, P.Villani, L.Musumanno.</span></div>\r\n <div><span style=\"font-size:8.0pt;text-transform: uppercase;\">“Radar Rainfall Estimation in the Campania Region (Southern Italy): preliminary findings”.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">European Geophysical Society Plinius Conference on Mediterranean Storms., Maratea, <span style=\"text-transform:uppercase\">Italy</span><span style=\"text-transform:uppercase\">, </span>14-16 October 1999.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">38</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1999</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt\">P.Povero</span></u><span style=\"font-size:8.0pt\">, M.Chiantore, C.Misic, <b>G.Budillon</b>, R.Cattaneo-Vietti.</span></div>\r\n <div><span style=\"font-size:8.0pt;text-transform: uppercase;\">“Pelagic-benthic coupling in Adelie Cove (Terra Nova Bay, Antarctica): a strongly land forcing controlled system?”.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">Symposium & Workshop “Ecology of the Antarctic Sea Ice Zone – EASIZ”, Bremerhaven, <span style=\"text-transform:uppercase\">Germany</span>, 22-25 June 1999.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-top:0cm;text-align:center; page-break-after:auto;border:none;\"><span style=\"font-size:8.0pt;Times New Roman","serif";\">37</span></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"margin-top:0cm;text-align:center; page-break-after:auto;border:none;\"><span style=\"font-size:8.0pt;Times New Roman","serif";\">1999</span></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">P.Malanotte-Rizzoli, B.B.Manca, M. Ribera D’Alcalà, A.Theocharis, S.Brenner, <b><u>G.Budillon</u></b>, E.Ozsoy.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“The Eastern Mediterranean in the 80\'s and in the 90\'s: the big transition in the intermediate and deep circulations”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">XXIV General Assembly of the European Geophysical Society, The Hague, <span style=\"text-transform:uppercase\">The Netherlands</span>, 19-23 April 1999.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">36</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1998</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">R.Cattaneo-Vietti, L.Aguzzi, <b>G.Budillon</b>, <u>M.Chiantore</u>, A.Melley, C.Misic, L.S.Monticelli, P.Povero, M.Vacchi.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“structure and dynamics of the coenoses of terra nova bay”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">I Convegno Nazionale delle Scienze del Mare. </span><span style=\"font-size:8.0pt;\">Ischia (NA), ITALY, 11-14 September 1998.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">35</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1998</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><u><span style=\"font-size:8.0pt\">G.Budillon</span></u></b><span style=\"font-size:8.0pt\">, G.Ruta.</span></div>\r\n <div><span style=\"font-size:8.0pt;text-transform:uppercase\">“Rappresentazione di dati idrologici e analisi geostatistica in ambiente gis (idirisi) nell’area costiera anconetana”.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">I Convegno Nazionale delle Scienze del Mare. </span><span style=\"font-size:8.0pt;\">Ischia (NA), ITALY, 11-14 September 1998.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">34</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1998</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><u><span style=\"font-size:8.0pt\">G.Budillon</span></u></b><span style=\"font-size:8.0pt\">, E.Paschini, A.Simioli, E.Zambianchi.</span></div>\r\n <div><span style=\"font-size:8.0pt;text-transform: uppercase;\">“surface dynamics of a coastal area off ancona (adriatic sea)”.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">I Convegno Nazionale delle Scienze del Mare. </span><span style=\"font-size:8.0pt;\">Ischia (NA), ITALY, 11-14 September 1998.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">33</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1998</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><u><span style=\"font-size:8.0pt\">G.Budillon</span></u></b><span style=\"font-size:8.0pt\">, M.Grotti, P.Rivaro, G.Spezie, S.Tucci.</span></div>\r\n <div><span style=\"font-size:8.0pt;text-transform: uppercase;\">“physical and biogeochemical signatures associated with the water circulation along the ancona coastal area (prisma-2 project)”.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">I Convegno Nazionale delle Scienze del Mare. </span><span style=\"font-size:8.0pt;\">Ischia (NA), ITALY, 11-14 September 1998.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">32</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1998</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">G.Budillon</span></b><span style=\"font-size:8.0pt\">, <u>G.Fusco</u>, G.Spezie.</span></div>\r\n <div><span style=\"font-size:8.0pt;text-transform: uppercase;\">“a study of surface heat fluxes in the ross sea (antarctica)”.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">I Convegno Nazionale delle Scienze del Mare. </span><span style=\"font-size:8.0pt;\">Ischia (NA), ITALY, 11-14 September 1998.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">31</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1998</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">G.Budillon</span></b><span style=\"font-size:8.0pt\">, <u>G.Fusco</u>, G.Spezie.</span></div>\r\n <div><span style=\"font-size:8.0pt;text-transform:uppercase\">“analisi dei flussi di calore all’interfaccia nel mare di ross e loro contributo per la formazione del ghiaccio nella polynya di baia terranova”.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">XIII Congresso Nazionale dell’<b>A.I.O.L.</b>. </span><span style=\"font-size:8.0pt;\">Portonovo (AN), ITALY, 28-30 September 1998.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">30</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1998</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt\">A.Russo</span></u><span style=\"font-size:8.0pt\">, A.Artegiani, A.Bergamasco, <b>G.Budillon</b>, E.Paschini, G.Spezie.</span></div>\r\n <div><span style=\"font-size:8.0pt;text-transform: uppercase;\">“XBT Observations along the P14 WOCE Section”.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">WOCE (World Ocean Circulation Experiment) Conference. Halifax , <span style=\"text-transform:uppercase\">Canada</span>, 24-29 May 1998.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">29</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1998</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><u><span style=\"font-size:8.0pt\">G.Budillon</span></u></b><span style=\"font-size:8.0pt\">, M.Moretti, E.Sansone, G.Spezie.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">“DYNAMICS OF A MID-ADRIATIC COASTAL AREA. FIRST EXPERIMENTAL RESULTS OBTAINED IN THE FRAMEWORK OF PRISMA-2 PROJECT”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size: 8.0pt;\">Commission Internationale pour l’Exploration Scientifique de la Mer Méditerranée. </span><span style=\"font-size:8.0pt;\">Dubrovnik</span><span style=\"font-size:8.0pt;\">, CROATIA</span><span style=\"font-size:8.0pt;\">, 1-5 June 1998.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">28</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1998</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><u><span style=\"font-size:8.0pt\">G.Budillon</span></u></b><span style=\"font-size:8.0pt\">, E.Paschini.</span></div>\r\n <div><span style=\"font-size:8.0pt;text-transform:uppercase\">“trasporti costieri nell’area anconetana (mare adriatico)”.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">XIII Congresso Nazionale dell’<b>A.I.O.L.</b>. </span><span style=\"font-size:8.0pt;\">Portonovo (AN), ITALY, 28-30 September 1998.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">27</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1998</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><u><span style=\"font-size:8.0pt\">G.Budillon</span></u></b><span style=\"font-size:8.0pt\">, G.Fusco, G.Spezie.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“Ocean-Atmosphere Heat Fluxes in the Ross Sea - Preliminary Results”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">30th International Liége Colloquium on Ocean Hydrodynamics. Liége, <span style=\"text-transform:uppercase\">Belgium</span>, 4-8 May 1998.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">26</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1997</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><u><span style=\"font-size:8.0pt\">G.Budillon</span></u></b><span style=\"font-size:8.0pt\">, M.Moretti, E.Sansone, G.Spezie.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">“FIRST EXPERIMENTAL RESULTS IN A MID-ADRIATIC COASTAL AREA (PRISMA-2 PROJECT)”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">International Conference on “Progress in Oceanography of the Mediterranean Sea”. Roma ITALY, 17-19 November 1997.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">25</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1997</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">G.Budillon</span></b><span style=\"font-size:8.0pt\">, M.Capello, M.Sobarzo, <u>G.Spezie</u>, S.Tucci.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“hydrodynamics and suspended particulate matter characteristics in the strait of magellan”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">International Workshop “Marine Biological Investigation in the Magellan Region Related to the Antarctic”. Universidad de Magellanes, Punta Arenas, <span style=\"text-transform:uppercase\">Cile</span>, 7-11 April 1997.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">24</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1997</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt\">E.Zambianchi</span></u><span style=\"font-size:8.0pt\">, <b>G.Budillon</b>, P.Falco, G.Spezie.</span></div>\r\n <div><span style=\"font-size:8.0pt;\">“SURFACE DYNAMICS OF THE ANTARCTIC CIRCUMPOLAR CURRENT: PRELIMINARY RESULTS OF DRIFTER AND XBT MEASUREMENTS”.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">Joint Assemblies of the International Association of Meteorology and Atmospheric Sciences and the International Association for the Physical Sciences of the Oceans (IAMAS-IAPSO). Melbourne <span style=\"text-transform:uppercase\">Australia</span>, 1-9 July 1997.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">23</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1997</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><u><span style=\"font-size:8.0pt\">G.Budillon</span></u></b><span style=\"font-size:8.0pt\">, A.Artegiani, A.Russo, G.Spezie.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“hydrological characteristics in the western sector of the ross sea (austral summer 1994/95)”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">International Conference “The Oceanography of the Ross Sea - Antarctica”. Lerici, <span style=\"text-transform:uppercase\">Italy</span>, 24-28 March 1997.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">22</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1997</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt\">E.Zambianchi</span></u><span style=\"font-size:8.0pt\">, <b>G.Budillon</b>, P.Falco, G.Spezie.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“Preliminary Results of Drifter and XBT Measurements of the Surface Dynamics of the Antarctic Circumpolar Current”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">International Conference “The Oceanography of the Ross Sea - Antarctica”. Lerici, <span style=\"text-transform:uppercase\">Italy</span>, 24-28 March 1997.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">21</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1997</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt\">A.Bergamasco</span></u><span style=\"font-size:8.0pt\">, <b>G.Budillon</b>, A.Di Maio, G.Spezie.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;text-transform:uppercase;\">“first numerical experiments of the water column thermodynamical evolution in terra nova bay polynya area”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">International Conference “The Oceanography of the Ross Sea - Antarctica”. Lerici, <span style=\"text-transform:uppercase\">Italy</span>, 24-28 March 1997.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">20</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1997</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt\">A.Russo</span></u><span style=\"font-size:8.0pt\">, A.Artegiani, <b>G.Budillon</b>, G.Spezie.</span></div>\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt;\">“UPPER OCEAN TEMPERATURE OBSERVATION ALONG P14 WOCE SECTION IN THE SOUTHERN OCEAN (XBT MEASUREMENTS)”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">International Conference “The Oceanography of the Ross Sea - Antarctica”. Lerici, <span style=\"text-transform:uppercase\">Italy</span>, 24-28 March 1997.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">19</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1996</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">G.Budillon</span></b><span style=\"font-size:8.0pt\">, M.Moretti, S.Pierini, G.Spezie.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">“<b><span style=\"text-transform:uppercase\">Caratteristiche Idrodinamiche lungo la FaScia Costiera Campano-Laziale</span>”.</b></span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">Workshop del CoNISMa “La ricerca scientifica e tecnologica per lo sviluppo compatibile della pesca e della maricultura nella fascia costiera”. </span><span style=\"font-size:8.0pt;\">Fano</span><span style=\"font-size:8.0pt;\">, ITALY</span><span style=\"font-size:8.0pt;\">, 21 e 22 November 1996.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">18</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1996</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><u><span style=\"font-size:8.0pt\">G.Budillon</span></u></b><span style=\"font-size:8.0pt\">, G.Ficca, E.Sansone.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">“<b>SENSITIVITY STUDY OF THE RHODES GYRE CIRCULATION PATTERNS”.</b></span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">International Workshop “LIWEX95”. Erdemli, TURKY, 4-6 November 1996.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">17</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1996</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">G.Budillon</span></b><span style=\"font-size:8.0pt\">, <u>G.Ficca</u>, E.Sansone.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">“<b>CARATTERIZZAZIONE E MESCOLAMENTO DELLE MASSE D’ACQUA NEL BACINO LEVANTINO (MAR MEDITERRANEO)”.</b></span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">XII Congresso Nazionale dell’<b>A.I.O.L.</b>. </span><span style=\"font-size:8.0pt;\">Vulcano, ITALY, 18-21 September 1996.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">16</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1996</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">G.Budillon</span></b><span style=\"font-size:8.0pt\">, <u>A.Di Maio</u>, G.Spezie.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">“<b>FLUSSI DI CALORE ALL’INTERFACCIA ARIA-MARE-GHIACCIO NELLA BAIA DI TERRA NOVA (ANTARTIDE - SPEDIZIONE 1995/96)”.</b></span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">XII Congresso Nazionale dell’<b>A.I.O.L.</b>. </span><span style=\"font-size:8.0pt;\">Vulcano, ITALY, 18-21 September 1996.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">15</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1996</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt\">B.Manca</span></u><span style=\"font-size:8.0pt\">, A.Bergamasco, <b>G.Budillon</b>, E.Sansone, P.Scarazzato.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">“<b>OBSERVATIONAL EVIDENCES OF THE TRANSITION TO THE NEW STATE OF THE EASTERN MEDITERRANEAN GENERAL CIRCULATION AS INFERRED FROM POEM DATA COLLECTED IN THE IONIAN SEA DURING THE PERIOD 1991-1995”.</b></span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">Workshop Internazionale “POEM”. Molitg les Bains (Perpignan ), FRANCE, 1-5 July 1996.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">14</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1996</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt\">S.Tucci</span></u><span style=\"font-size:8.0pt\">, <b>G.Budillon</b>, M.Capello, M.Ferrari.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">“<b>THE SUSPENDED MATTER IN WATER MASSES NEAR THE ROSS ICE SHELF”.</b></span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">Workshop Internazionale: “Ecologia del Mare di Ross (Antartide)”. </span><span style=\"font-size:8.0pt;\">Taormina</span><span style=\"font-size:8.0pt;\">, ITALY</span><span style=\"font-size:8.0pt;\">, 14-16 May 1996.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">13</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1996</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">A.Artegiani, <b>G.Budillon</b>, M.Moretti, E.Paschini, <u>A.Russo</u>, G.Spezie.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">“<b>WATER MASS CHARACTERISTICS OF THE ROSS SEA - ITALIAN EXPEDITION 1994-95.</b> </span><b><span style=\"font-size:8.0pt\">PART II”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">Workshop Internazionale: “Ecologia del Mare di Ross (Antartide)”. </span><span style=\"font-size:8.0pt;\">Taormina</span><span style=\"font-size:8.0pt;\">, ITALY</span><span style=\"font-size:8.0pt;\">, 14-16 May 1996.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">12</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1996</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">A.Artegiani, <b><u>G.Budillon</u></b>, M.Moretti, E.Paschini, A.Russo, G.Spezie.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">“<b>WATER MASS CHARACTERISTICS OF THE ROSS SEA - ITALIAN EXPEDITION 1994-95.</b> </span><b><span style=\"font-size:8.0pt\">PART I”.</span></b></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">Workshop Internazionale: “Ecologia del Mare di Ross (Antartide)”. </span><span style=\"font-size:8.0pt;\">Taormina</span><span style=\"font-size:8.0pt;\">, ITALY</span><span style=\"font-size:8.0pt;\">, 14-16 May 1996.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">11</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1995</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><u><span style=\"font-size:8.0pt\">G.Budillon</span></u></b><span style=\"font-size:8.0pt\">, M.Moretti, E.Sansone, M. Ribera D’Alcalà.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">“<b>INTERNAL DYNAMICS OF THE STRAITS OF SICILY (MEDITERRANEAN SEA)”.</b></span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">XXI Assemblea della <b>I.A.P.S.O.</b>. </span><span style=\"font-size:8.0pt;\">Honolulu, HAWAII – USA, August 1995.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">10</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1995</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">G.Budillon</span></b><span style=\"font-size:8.0pt\">, M.Moretti, E.Sansone, G.Spezie, <u>E.Zambianchi</u>.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">“<b>EVALUATION OF HYDROLOGICAL BUDGET BY MEANS OF DIRECT CURRENT MEASUREMENTS IN THE STRAITS OF SICILY”.</b></span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">XXXIV Congresso - Assemblea Plenaria della <b>C.I.E.S.M.</b>, <span style=\"text-transform:uppercase\">Malta</span>, March 1995.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">9</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1994</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><u><span style=\"font-size:8.0pt\">R.Pariante</span></u><span style=\"font-size:8.0pt\">, <b>G.Budillon</b>, M.Ribera D’Alcalà.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">“<b>VARIABILITÁ INTERANNUALE NELL’IDROGRAFIA DEL GOLFO DI NAPOLI”.</b></span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">XI Congresso Nazionale dell’<b>A.I.O.L.</b>. </span><span style=\"font-size:8.0pt;\">Sorrento, ITALY, 26-28 October 1994.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">8</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1994</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><u><span style=\"font-size:8.0pt\">G.Budillon</span></u></b><span style=\"font-size:8.0pt\">, M.Moretti, E.Sansone, E.Zambianchi.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">“<b>FLUSSI NELLO STRETTO DI SICILIA DEDOTTI DA MISURE DIRETTE ED INDIRETTE DI CORRENTE (NOVEMBRE 1993 - MAGGIO 1994)”.</b></span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">XI Congresso Nazionale dell’<b>A.I.O.L.</b>. </span><span style=\"font-size:8.0pt;\">Sorrento, ITALY, 26-28 October 1994.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">7</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1993</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">G.Budillon</span></b><span style=\"font-size:8.0pt\">, <u>M.Moretti</u>, E.Sansone, G.Spezie, E. Zambianchi.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">“<b>TRANSPORT ESTIMATES IN THE STRAITS OF SICILY (1985-1992)”.</b></span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">10° Convegno Nazionale del <b>G.N.F.A.O.</b>"<i>Il Ruolo della Fisica dell\'Atmosfera e dell\'Oceano negli Studi Ambientali</i>". </span><span style=\"font-size:8.0pt;\">Lerici</span><span style=\"font-size:8.0pt;\">, ITALY</span><span style=\"font-size:8.0pt;\">, 3-5 November 1993.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">6</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1993</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><u><span style=\"font-size:8.0pt\">G.Budillon</span></u></b><span style=\"font-size:8.0pt\">.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">“<b>STUDI E RICERCHE SUI MUTAMENTI DEI FLUSSI MARINI NEL GOLFO DI SALERNO DOVUTI AD INTERVENTI ANTROPICI”.</b></span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">IV Congresso di <b>MAREAMICO</b>. Palinuro, ITALY, 17/20 June 1993.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">5</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1992</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">G.Budillon</span></b><span style=\"font-size:8.0pt\">, <u>F.Conversano</u>, F.Campili, F.Corato, G.Spezie.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">“<b>ALCUNE CARATTERISTICHE DEI PROCESSI BIOGEOCHIMICI NEL CANALE DI SICILIA”.</b></span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">X Congresso Nazionale dell\'<b>A.I.O.L.</b>. </span><span style=\"font-size:8.0pt;\">Alassio, ITALY, 4-6 November 1992.</span></div>\r\n <div style=\"text-align:justify\"><b> </b></div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">4</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1992</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><span style=\"font-size:8.0pt\">G.Budillon</span></b><span style=\"font-size:8.0pt\">, M.Moretti, E.Sansone, <u>E.Zambianchi</u>.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt;\">“<b>SEASONAL TRANSPORTS IN THE STRAIT OF SICILY: UPDATING OF RESULTS”.</b></span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">XXXIII Congresso - Assemblea Plenaria della <b>C.I.E.S.M.</b>. </span><span style=\"font-size:8.0pt;\">Trieste, ITALY, 12-17 October 1992.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">3</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1992</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><u><span style=\"font-size:8.0pt\">G.Budillon</span></u></b><span style=\"font-size:8.0pt\">, M.Moretti, E.Sansone, E.Zambianchi.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">“<b>IDROLOGIA DEL CANALE DI SICILIA: RISULTATI PRELIMINARI DELLA CAMPAGNA POEM-7 (MAGGIO 1992)”.</b></span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">9° Convegno Nazionale del <b>G.N.F.A.O.</b>. </span><span style=\"font-size:8.0pt;\">Roma, ITALY, 8-10 June 1992.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">2</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt;\">1991</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">G.Spezie<u>, S.Tucci</u>, <b>G.Budillon</b>, N.Corradi, M.Piccazzo.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">“<b>CARATTERISTICHE FISICHE DEL MARE DI ROSS E DISPERSIONE DEL MATERIALE SOSPESO”.</b></span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">Congresso della <b>Società Geografica Italiana</b>. “<i>Verso una Nuova Geografia delle Terre Polari”</i>. </span><span style=\"font-size:8.0pt;\">Roma</span><span style=\"font-size:8.0pt;\">, ITALY</span><span style=\"font-size:8.0pt;\">, 21-22 November 1991.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n <tr style=\"page-break-inside:avoid\">\r\n <td width=\"41\" style=\"width:24.85pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">1</span></b></div>\r\n </td>\r\n <td width=\"59\" style=\"width:35.4pt;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:8.0pt\">1989</span></b></div>\r\n </td>\r\n <td width=\"709\" valign=\"top\" style=\"width:15.0cm;padding:0cm 3.55pt 0cm 3.55pt\">\r\n <div style=\"text-align:justify\"><b><u><span style=\"font-size:8.0pt\">G.Budillon</span></u></b><span style=\"font-size:8.0pt\">, L.Mirabile, S.Pierini.</span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">“<b>STUDIO DEL SOLLEVAMENTO DI AREE VULCANICHE MEDIANTE MAREOMETRI SOTTOMARINI”.</b></span></div>\r\n <div style=\"text-align:justify\"><span style=\"font-size:8.0pt\">5° Convegno Nazionale del <b>G.N.F.A.O.</b> "<i>Il Clima dell\'Area Mediterranea: Aspetti Meteorologici e Oceanografici"</i>. </span><span style=\"font-size:8.0pt;\">Roma</span><span style=\"font-size:8.0pt;\">, ITALY</span><span style=\"font-size:8.0pt;\">, 22-23 March 1989.</span></div>\r\n <div style=\"text-align:justify\"> </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<div> </div>','',0),(10,10,'berardino.buonocore','BUONOCORE Berardino','BUONOCORE',' Berardino','images/photos/standard.jpg','','6572','berardino.buonocore@uniparthenope.it',NULL,NULL,NULL,'','',NULL,'Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,'','','',0),(12,12,'francesco.camastra','CAMASTRA Francesco','CAMASTRA',' Francesco',NULL,NULL,'6505','francesco.camastra@uniparthenope.it',NULL,'201901291654210.camastra_cv.pdf','201901301212170.Elenco-completo_Pubblicazioni.pdf','Mercoledì 15.00-19.00 (ricevimento va prenotato con email di prenotazione) ','430, quarto piano NORD','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6CD65BE4CA795E3BD1C27D90D0377B47.esse3-uniparthenope-prod-01?docente_id=107&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,'https://www.researchgate.net/profile/Francesco_Camastra',NULL,NULL,'',0),(13,13,'salvatore.capuano','CAPUANO Salvatore','CAPUANO',' Salvatore','images/photos/standard.jpg','','','s.capuano1@libero.it',NULL,NULL,NULL,'','',NULL,'Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,'','','',0),(14,14,'paolo.casoria','CASORIA Paolo','CASORIA',' Paolo','images/photos/standard.jpg','','081-5476578','paolo.casoria@uniparthenope.it',NULL,NULL,NULL,'I Semestre - Venerdì 10,30 - 12,30','521 - 5° Piano Nord','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6CD65BE4CA795E3BD1C27D90D0377B47.esse3-uniparthenope-prod-01?docente_id=2053&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,'','','',0),(15,15,'elena.chianese','CHIANESE Elena','CHIANESE',' Elena','images/photos/standard.jpg','','6631','elena.chianese@uniparthenope.it',NULL,NULL,NULL,'','','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6CD65BE4CA795E3BD1C27D90D0377B47.esse3-uniparthenope-prod-01?docente_id=1695&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,'','','',0),(16,16,'angelo.ciaramella','CIARAMELLA Angelo','CIARAMELLA',' Angelo','201910200751200.foto_2.png',NULL,'6674','angelo.ciaramella@uniparthenope.it',NULL,'201810021446070.Academic_CV_Eng.pdf','201810021446070.Academic_CV_P.pdf','Mercoledi\' 10:00 - 12:00 ','431 - IV','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6CD65BE4CA795E3BD1C27D90D0377B47.esse3-uniparthenope-prod-01?docente_id=1955&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,'<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica; text-align: center;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica; text-align: center;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica; text-align: center;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\">University of Naples “Parthenope” (Università degli Studi di Napoli “Parthenope”)</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\">Department of Science and Technology (Dipartimento di Scienze e Tecnologie)</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\">Centro Direzionale di Napoli, C4 island,</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\">Naples, <span style=\"font-stretch: normal; line-height: normal;\">80143 </span>Italy</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 8px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\"><span style=\"font-stretch: normal; line-height: normal;\">Phone: </span>+390815476674</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica; color: rgb(0, 113, 146);\"><span style=\"font-size: small;\"><span style=\"color: #000000\">email: </span>angelo.ciaramella@uniparthenope.it</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica; color: rgb(0, 113, 146);\"><span style=\"font-size: small;\"><span style=\"color: #000000\">url: </span>www.scienzeetecnologie.uniparthenope.it/docenti.php</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\">Scopus Author ID: 7003470719</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\">ORCID ID: orcid.org/0000-0001-5592-7995</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\">Born: April 27, 1973—Maddaloni (CE), Italy</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\">Nationality: Italian</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 14.5px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\"><strong>Current position</strong></span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\">Associate Professor, Department of Science and Technology, University of Naples “Parthenope”, Italy</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 14.5px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 14.5px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\"><strong>Areas of specialization</strong></span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\">Soft Computing • Machine Learning • Computational Intelligence • Signal Processing • Data Mining and Data Analysis in Astrophysics, Geology and Biology • </span><a id=\"fck_paste_padding\"><span style=\"font-size: small;\">Brain-Computer Interface</span></a></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\"> </span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 14.5px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\"><strong>Appointments held</strong></span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\"><span style=\"font-stretch: normal; line-height: normal;\">2015- </span>Associate Professor, Department of Science and Technology, University of Naples “Parthenope”, </span><span style=\"font-size: small;\">Italy</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\"><span style=\"font-stretch: normal; line-height: normal;\">2007-2015 </span>Assistant Professor, Department of Science and Technology, University of Naples “Parthenope”, </span><span style=\"font-size: small;\">Italy</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\"><span style=\"font-stretch: normal; line-height: normal;\">2003-2007 </span>Research Fellow, Department of Mathematics and Computer Science, University of Salerno, Italy</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\"> </span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 14.5px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\"><strong>Education</strong></span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\"><span style=\"font-stretch: normal; line-height: normal;\">2003 </span>PhD in Computer Science, University of Salerno, Italy</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\"><span style=\"font-stretch: normal; line-height: normal;\">1998 </span>Master of Science in Computer Science, University of Salerno, Italy</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\"> </span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 14.5px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\"><strong>Scientific Activities Short Resume</strong></span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica; text-align: justify;\"><span style=\"font-size: small;\">The main research interests of Angelo Ciaramella are Soft Computing, Machine Learning and Data Mining. In particular he is interested in statistical and Machine Learning approaches for Blind Source Separation, Sparse Coding, Compressive Sensing and Dictionary Learning, for signal processing and feature extraction. Moreover, he has been working on fuzzy and neuro-fuzzy systems for structured and unstructured data. Recently, he is interested for developing Fuzzy Decision Support Systems in risk assessment. He also studied and developed new methodologies for preprocessing, clustering, visualization and assessment of biological, air quality and social network data (e.g., twitter).</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica; text-align: justify;\"><span style=\"font-size: small;\"> </span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 14.5px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\"><strong>Teaching</strong></span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\"><span style=\"font-stretch: normal; line-height: normal;\">2007- </span>Programming I and Laboratory of Programming I, B.Sc. in Computer Science, University of Naples “Parthenope”, Italy</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\"><span style=\"font-stretch: normal; line-height: normal;\">2007- </span>Multimedia Systems and Laboratory of Multimedia Systems, M.Sc. in Computer Science (Machine Learning and Big Data), University of Naples “Parthenope”, Italy</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\"><span style=\"font-stretch: normal; line-height: normal;\">2013- </span>Programming II and Laboratory of Programming II, B.SC. in Computer Science, University of Naples “Parthenope”, Italy</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\"><span style=\"font-stretch: normal; line-height: normal;\">2015- </span>Programming III and Laboratory of Programming III, B.SC. in Computer Science, University of Naples “Parthenope”, Italy</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\"> </span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 14.5px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\"><strong>Doctoral courses</strong></span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\"><span style=\"font-stretch: normal; line-height: normal;\">2015-2016 </span>Member of the doctoral course, 31th Cycle - “Ambiente, Risorse e Sviluppo Sostenibile”, Scientific coordinator Prof. Dumontet Stefano, University of Naples “Parthenope”, Italy</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\"><span style=\"font-stretch: normal; line-height: normal;\">2018 </span>President of the examination commission, XXX Cycle - “Informatics and Information Engineering” (Informatica e Ingegneria dell’Informazione), University of Salerno, Italy</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\"><span style=\"font-stretch: normal; line-height: normal;\">2017 </span>Member of the examination commission, XXIX Cycle - “Informatics and Information Engineering” (Informatica e Ingegneria dell’Informazione), University of Salerno, Italy</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\"><span style=\"font-stretch: normal; line-height: normal;\">2011 </span>Member of the examination commission, IX Ciclo - “Matemathics”, University of Salerno, Italy</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 14.5px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\"> </span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 14.5px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\"><strong>Visiting</strong></span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\"><span style=\"font-stretch: normal; line-height: normal;\">2001-2003-2004 </span>Visiting Doctoral and Post-Doctoral Fellow, Dept. of Electrical and Computer Engineering, </span><span style=\"font-size: small;\">University of Alberta, Edmonton, Canada</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 14.5px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\"> </span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 14.5px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\"><strong>Editioral Board</strong></span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\"><span style=\"font-stretch: normal; line-height: normal;\">2015- </span>International Journal on Artificial Intelligence Tools, World Scientific</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\"><span style=\"font-stretch: normal; line-height: normal;\">2014-2017 </span>Journal of Applied Mathematics, Hindawi</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\"> </span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 14.5px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\"><strong>Reviewer activity for Journals</strong></span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\">Soft Computing, Neurocomputing, Fuzzy Sets and Systems, Information Sciences, IEEE Transaction</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\">on Neural Networks, IEEE Transaction on Fuzzy Systems, International Journal on Artificial</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\">Intelligence Tools, IET Communications, Pattern Recognition Letters, Pattern Recognition, Neural</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\">Computing and Applications, International Journal of Applied Mathematics and Computer Science, </span><span style=\"font-size: small;\">IEEE Transaction on Biomedical Engineering, IEEE Transaction on Cybernetics</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 14.5px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\"> </span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 14.5px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\"><strong>Scientific Societies Memberships</strong></span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\">IEEE(Member), IEEE Computational Intelligence Society, IEEE Signal Processing, SIREN - Società Italiana REti Neurali, GIRPR -Gruppo Italiano Ricercatori in Pattern Recognition, AIxIA</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\"> </span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 14.5px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\"><strong>Program Committee Member</strong></span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\"><span style=\"font-stretch: normal; line-height: normal;\">2017- </span>CIBB International Conference on Computational Intelligence methods for Bioinformatics and</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\">Biostatistics</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\"><span style=\"font-stretch: normal; line-height: normal;\">2017 </span>FUZZ-IEEE 2017 (IEEE International Conference on Fuzzy Systems), 09.07.2017 - 12.07.2017, Naples</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\"><span style=\"font-stretch: normal; line-height: normal;\">2005- </span>International Conference on Intelligent Computing (ICIC)</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\"><span style=\"font-stretch: normal; line-height: normal;\">2008-2013 </span>Global Congress on Intelligent Systems (GCIS)</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\"> </span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 14.5px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\"><strong>Chair activities</strong></span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\"><span style=\"font-stretch: normal; line-height: normal;\">2018 </span>Bioinformatics Technical Chair, CIBB2018 15th International Conference on Computational</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\">Intelligence methods for Bioinformatics and Biostatistics, Caparica, Portugal, 6-8 September 2018</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\"><span style=\"font-stretch: normal; line-height: normal;\">2017 </span>Session Chair, “Advances in Soft Computing modelling for biomedical data”, at the conference</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\">FUZZ-IEEE 2017 (IEEE International Conference on Fuzzy Systems), 09.07.2017 - 12.07.2017, Napoli</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\"><span style=\"font-stretch: normal; line-height: normal;\">2018 </span>Plenary Lecture Chair, “Sparse graphical models in genomics: an application to censored qPCR</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\">data”, Prof. Veronica Vinciotti, CIBB2018 - 15th International Conference on Computational Intelligence</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\">Methods for Bioinformatics and Biostatistics, Caparica, Portugal, 6 to 8 September 2018;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\"><span style=\"font-stretch: normal; line-height: normal;\">2018 </span>Session Chair, “Computational Intelligence Methods for Bioinformatics and Biostatistics – III”,</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\">CIBB2018 - 15th International Conference on Computational Intelligence Methods for Bioinformatics</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\">and Biostatistics, Caparica, Portugal, 6 to 8 September 2018;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\"><span style=\"font-stretch: normal; line-height: normal;\">2017 </span>Session Chair, “Identification and Analysis of Fuzzy Models III”, “23rd International Conference</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: small;\">of the North American Fuzzy Information Processing Society” (NAFIPS 2004), from 27 to 30 June, </span><span style=\"font-size: small;\">2004, Banff, Alberta, Canada</span></p>','<p style=\"margin: 0px; font-stretch: normal; font-size: 14.5px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: large;\"><strong>Scientific works</strong></span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\"><strong>Journals</strong></span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium; white-space: pre-wrap; font-family: Arial, Verdana, sans-serif;\">- Spatio-temporal learning in predicting ambient particulate matter concentration by multi-layer perceptron, E. </span><span style=\"font-family: Arial, Verdana, sans-serif; white-space: pre-wrap; font-size: medium;\">Chianese, F. Camastra, A. Ciaramella, T.C.. Landi, A. Staiano, A. Riccio,</span><span style=\"font-size: medium;\"><span style=\"font-family: Arial, Verdana, sans-serif;\"> Ecological Informatics, 49, pp. 54-61, 2019 </span></span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Compressive sampling and adaptive dictionary learning for the packet loss recovery in audio multimedia streaming, A. Ciaramella, M. Gianfico, G. Giunta, Multimedia Tools and Applications, 75 (24), pp. 17375-17392, ISSN: 13807501, doi: 10.1007/s11042-015-3002-x, 2016;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Packet loss recovery in audio multimedia streaming by using compressive sensing, A. Ciaramella, G. Giunta, IET Communications, 10 (4), pp. 387-392, ISSN: 17518628, doi: 10.1049/iet-com.2014.0995, 2016;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- A fuzzy decision system for genetically modified plant environmental risk assessment using Mamdani inference, F. Camastra, A. Ciaramella, V. Giovannelli, M. Lener, V. Rastelli, A. Staiano, G. Staiano, A. Starace, Expert Systems with Applications, 42 (3), pp. 1710-1716, ISSN: 09574174, doi: 10.1016/j.eswa.2014.09.041, 2015;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- TÉRA: A tool for the environmental risk assessment of genetically modified plants, F. Camastra, A. Ciaramella, V. Giovannelli, M. Lener, V. Rastelli, A. Staiano, G. Staiano, A. Starace, Ecological Informatics, vol. 24, pp. 186-193, ISSN: 15749541, doi: 10.1016/j.ecoinf.2014.09.001, 2014;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- A note on some mathematical models on the effects of Bt-maize exposure, F. Camastra, A. Ciaramella, A. Staiano, Environmental and Ecological Statistics, pp. 1-9, ISSN: 1352-8505, doi: 10.1007/s10651-013-0264-1, 2013;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Machine Learning and Soft Computing Methodologies for Music Emotion Recognition, A. Ciaramella, G. Vettigli, Smart Innovation, Systems and Technologies, vol. 19, p. 427- 436, ISBN: 978-364235466-3, doi: 10.1007/978-3-642-35467-042, 2013;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Machine Learning and Soft Computing for ICT Security: an Overview of Current Trends, F. Camastra, A. Ciaramella, A. Staiano, Journal of Ambient Intelligence and Humanized Computing, vol. 4, p. 235-247, ISSN: 1868-5137, doi: 10.1007/s12652-011-0073-z, 2013;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Information-Theoretic Approaches for Models Selection in Multi-model Ensemble Atmospheric Dispersion Predictions, A. Riccio, A. Ciaramella, S. Galmarini, E. Solazzo, S. Potempski, NATO Science for Peace and Security Series C: Environmental Security, 137, pp. 535-539, ISSN: 18746519, doi:10.1007/978-94-007-5577-2_90, 2013;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- On the systematic reduction of data complexity in multi-model atmospheric dispersion ensemble</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">modeling, A. Riccio, A. Ciaramella, S. Galmarini, G. Giunta, S. Potempski, E. Solazzo, Journal of Geophysical Research - Atmospheres, vol. 117, ISSN: 0148-0227, doi: 10.1029/2011JD016503, 2012;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Automatic detection of long-period events at Campi Flegrei Caldera (Italy), A. Ciaramella, E. De Lauro, M. Falanga, S. Petrosino, Geophysical Research Letters, vol. 38, pp. 1-5, ISSN: 0094-8276, doi: 10.1029 /2011GL049065, 2011;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Modeling and Generating Organ Pipes Self-Sustained Tones by Using ICA, A. Ciaramella, E. De Lauro, S. De Martino, M. Falanga, R. Tagliaferri, Journal of Signal and Information Processing, vol. 02, pp. 141-151, ISSN: 2159-4465, doi: 10.4236/jsip.2011.23018, 2011;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Interactive data analysis and clustering of genomic data, A. Ciaramella, S. Cocozza, F. Iorio, G. Miele, F. Napolitano, M. Pinelli, G. Raiconi, R. Tagliaferri, Neural Networks, vol. 21, Issues 2-3, pp. 368-378, ISSN: 0893-6080, doi: 10.1016/ </span><span style=\"font-size: medium;\">j.neunet.2007.12.026, 2008;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Clustering and visualization approaches for human cell cycle gene expression data analysis, F. Napolitano, G. Raiconi, R. Tagliaferri, A. Ciaramella, A. Staiano, G. Miele, International, Journal of Approximate Reasoning, vol. 47, Issue 1, pp. 70-84, ISSN: 0888-613, doi:10.1016/j.ijar.2007.03.013, 2008;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">14. Neural Network Techniques for Proactive Password Checking, A. Ciaramella, P. D’Arco, A. De Santis, C. Galdi, R. Tagliaferri, IEEE Transactions on Dependable and Secure Computing, Volume 3, Issue 4, Oct.-Dec. 2006 Page(s):327 - 339, </span><span style=\"font-size: medium;\">ISSN: 1545-5971, doi: 10.1109/TDSC.2006.53, 2006;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- A Multi-Step Approach to Time Series Analysis and Gene Expression Clustering, R. Amato, A. Ciaramella, N. Deniskina, C. Del Mondo, D. di Bernardo, C. Donalek, G. Longo, G. Mangano, G. Miele, G. Raiconi, A. Staiano, R. Tagliaferri, Bioinformatics, vol. 22, n. 5, pp. 589-596, ISSN: 1367-4803, doi: 10.1093/bioinformatics/btk026, 2006;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Complexity of Time Series Associated to Dynamical Systems Inferred from Independent Component</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">Analysis, A. Ciaramella, E. de Lauro, S. De Martino, M. Falanga, R. Tagliaferri, Physical Review E., </span><span style=\"font-size: medium;\">72, 046712-1/14, ISSN: 1539-3755, doi: 10.1103/PhysRevE.72.046712, 2005;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Separation of Convolved Mixtures in Frequency Domain ICA, A. Ciaramella, M. Funaro, R. Tagliaferri, International Mathematical Forum, vol. 1, no.16, pp. 769-795, ISSN: 1312-7594, doi: 10.12988/imf, 2006;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Novel Techniques for Microarry Data Analysis, A. Ciaramella, R. Amato, A. Staiano, R. Tagliaferri, et al., Journal of Theoretical and Computational Nanoscience, vol. 2, n. 4, pp. 514-523, ISSN: 1546-1955, doi: http://dx.doi.org/10.1166/ jctn.2005.006, 2005;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Fuzzy Relational Neural Network, A. Ciaramella, R. Tagliaferri, W. Pedrycz, A. Di Nola, International Journal of Approximate</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">Reasoning, vol. 41, pp. 146-163, ISSN: 0888-613, doi: 10.1016/j.ijar.2005.06.016, 2006;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- ICA Based Identification of Dynamical Systems Generating Synthetic and Real World Time Series, A. Ciaramella, E. De Lauro, S. De Martino, M. Falanga, R. Tagliaferri, Soft Computing, vol. 10, pp. 587-606, ISSN: 1432-7643, doi: 10.1007/s00500-005-0515-7, 2006;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Applications of Neural Networks in Astronomy and Astroparticle Physics, A. Ciaramella, E. Donalek, A. Staiano, et al., Recent Res. Devel. Astrophys., vol. 2, pp. 27-58, ISBN:9788177362954, 2005;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- The Genetic Development of Ordinal Sums, A. Ciaramella, W. Pedrycz, R. Tagliaferri, Fuzzy Sets and Systems, vol. 151, pp. 303-325, doi: 10.1016/j.fss.2004.07.003, ISSN: 0165-0114, 2005;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Characterization of Strombolian Events by Using Independent Component Analysis, . Ciaramella, E. De Lauro, S. De Martino, B. Di Lieto, M. Falanga, R. Tagliaferri, Nonlinear Processes in Geophysics, vol. 11, pp. 453-461, ISSN: 1023-5809, 2004;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- A Multifrequency Analysis of Radio Variability of Blazars, A. Ciaramella, C. Bongardo, H. D. Aller, M. F. Aller, G. De Zotti, A. Lähteenmaki, G. Longo, L. Milano, R. Tagliaferri, H. Teräsranta, M. Tornikoski, S. Urpo, Astronomy . Astrophysics Journal, vol. 419, pp. 485-500, ISSN: 0004-6361, doi: 10.1051/0004-6361:20035771, 2004;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Polarisation analysis of the independent components of low frequency events at Stromboli volcano </span><span style=\"font-size: medium;\">(Eolian Islands, Italy), F. Acernese , A. Ciaramella, S. De Martino, M. Falanga, C. Godano, R. Tagliaferri, Journal of Volcanology and Geothermal Research, Elsevier Journals, n. 137, pp. 153-168, ISSN: 0377-0273, doi: 10.1016/j.jvolgeores.2004.05.005, 2004;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Neural Networks in Astronomy, R. Tagliaferri, G. Longo, L. Milano, F. Acernese, F. Barone, A. Ciaramella, R. De Rosa, C. </span><span style=\"font-size: medium;\">Donalek, A. Eleuteri, G. Raiconi, S. Sessa, A. Staiano, A. Volpicelli, Neural Networks, vol. 16, N. 3-4, pp. 295-319, 2003, ISSN: 0893-6080, doi: 10.1016/S0893-6080(03)00028-5, 2003;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Neural Networks for Blind-Source Separation of Stromboli Explosion Quakes, F. Acernese, A. Ciaramella, S. De Martino, R. De Rosa, M. Falanga, R. Tagliaferri, IEEE Transactions on Neural Networks, vol. 14, Issue: 1, pp. 167-175, ISSN: 1045-9227, doi: </span><span style=\"font-size: medium;\">10.1109/TNN.2002.806649, 2003;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Soft Computing Methodologies for Spectral Analysis in Cyclostratigraphy, R. Tagliaferri, N. Pelosi, A. Ciaramella, G. Longo, M. Milano, F. Barone, Computers and Geosciences, vol. 27, issue 5, pp. 535-548, ISSN: 0098-3004, doi: 10.1016/S0098-3004(00)00166-7, 2001;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Spectral Analysis of Stellar Light Curves by Means of Neural Networks, R. Tagliaferri, A. Ciaramella, L.Milano, F. Barone, G. Longo, Astronomy and Astrophysics Supplement Series, vol. 137, pp. 391-405, ISSN: 0004-6361, 1999;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\"> </span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\"><strong>Chapter Books (Scopus)</strong></span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Content-based music agglomeration by sparse modeling and convolved independent component </span><span style=\"font-size: medium;\">analysis, M. Iannicelli, D. Nardone, A. Ciaramella, A. Staiano, Smart Innovation, Systems and Technologies, 103, pp. 87-96, 2019;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Fuzzy clustering of structured data: Some preliminary results, G. Vettigli, A. Ciaramella, IEEE International Conference on Fuzzy Systems, art. no. 8015648, 2017;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- On the estimation of pollen density on non-target lepidoptera food plant leaves in bt-maize exposure models: Open problems and possible neural network-based solutions, F. Camastra, A. Ciaramella, A. Staiano, Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics), 10613 LNCS, pp. 407-414, 2017;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Semantic maps of Twitter conversations, A. Ciaramella, A. Maratea, E. Spagnoli, Smart Innovation, Systems and Technologies, 69, pp. 327-338, 2017;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- A bayesian-based neural network model for solar photovoltaic power forecasting, A. Ciaramella, A. Staiano, G. Cervone, S. Alessandrini, Smart Innovation, Systems and Technologies, 54, pp. 169-177, ISSN: 21903018, doi: 10.1007/978-3-319-33747-0_17, 2016;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- A Fuzzy Decision Support System for the Environmental Risk Assessment of genetically modified organisms, F. Camastra, A. Ciaramella, V. Giovannelli, M. Lener, V. Rastelli, A. Staiano, G. Staiano, A. Starace, Smart Innovation, Systems and Technologies, 26, pp. 241-249, ISSN: 21903018, doi: 10.1007/978-3-319-04129-2_24, 2014;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Environmental Risk Assessment of Genetically Modified Organisms by a Fuzzy Decision Support System, F. Camastra, A. Ciaramella, V. Giovannelli, M. Lener, V. Rastelli, A. Staiano, G. Staiano, A. Starace, LNCS, vol. 8158, p. 428-435, ISBN: 978-3-642-41189-2, ISSN: 0302-9743, doi:10.1007/978-3-642-41190-846, 2013;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Rule Learning in a Fuzzy Decision Support System for the Environmental Risk Assessment of GMOs, F. Camastra, A. Ciaramella, V. Giovannelli, M. Lener, V. Rastelli, A. Staiano, G. Staiano, A. Starace, LNAI, vol. 8256, p. 226-233, ISBN: 978-3-319-03199-6, ISSN: 0302-9743, doi:10.1007/978-3-319-03200-923, 2013;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Comparison of Dispersion Models by Using Fuzzy Similarity Relations, A. Ciaramella, A. Riccio, S. Galmarini, G. Giunta, S. Potempski, LNCS, vol. 6934; p. 57-67, ISSN: 0302-9743, doi: 10.1007/978-3-642-23954-0_8, 2011;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Uninorm Based Fuzzy Network for Tree Data Structures, A. Ciaramella, W. Pedrycz, A. Petrosino, LNAI 5571, pp. 77-84, ISSN: 0302-9743, doi: 10.1007/978-3-642-02282-1_10, 2009;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Statistical and Fuzzy Approaches for Atmospheric Boundary Layer Classification, A. Ciaramella, A. Riccio, F. Angelini, G. P. Gobbi, T. C. Landi, LNAI 5853, pp. 375-384, ISSN:0302-9743, doi: 10.1007/978-3-642-10291-2_38, 2009;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Independent Data Model Selection for Ensemble Dispersion Forecasting, A. Ciaramella, G. Giunta, A. Riccio, S. Galmarini, Book: Applications of Supervised and Unsupervised Ensemble Methods Series: Studies in Computational Intelligence, Vol. 245, pp. 213-231, ISSN: 1860-949X, doi: 10.1007/978-3-642-03999-7_12, 2009;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Single Channel Polyphonic Music Transcription, A. Ciaramella, Frontiers in Artificial Intelligence and Applications (IOS), vol. 193, pp. 99-108, ISSN: 0922-6389, doi: 10.3233/978-1-58603-984-4-99, 2009;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- The Genetic Development of Uninorm-Based Neurons, A. Ciaramella, W. Pedrycz and R. Tagliaferri, LNAI 4578, pp. 69-76, ISSN: 0302-9743, 2007;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">20. Clustering, Assessment and Validation: an application to gene expression data, A. Ciaramella, S. Cocozza, F. Iorio, G. Miele, F. Napolitano, M. Pinelli, G. Raiconi, R. Tagliaferri, Proceedings of International Joint Conference on Neural Networks, Orlando, Florida, USA, August 12-17, 2007, pp. 1419-1425, ISSN: 10987576, doi: 10.1109 /IJCNN.2007.4371199, 2007;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- NEC for Gene Expression Analysis, R. Amato, A. Ciaramella, N. Deniskina, et al., LNAI 3849, pp. 246-251, ISSN: 03029743, doi:10.1007/11676935_30, 2006;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- OR/AND Neurons for Fuzzy Set Connectives Using Ordinal Sums and Genetic Algorithms, A. Ciaramella, W. Pedrycz, R. Tagliaferri, LNAI 3849, pp. 188-194, ISSN:0302-9743, doi:10.1007/11676935_23, 2006;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- NEC: a Hierarchical Agglomerative Clustering Based on Fisher and Negentropy Information, A. Ciaramella, G. Longo, A. Staiano, R. Tagliaferri, LNCS 3931, pp. 49-56, ISSN: 03029743, doi: 10.1007/11731177_8, 2006;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Fuzzy Relational Neural Network for Data Analysis, A. Ciaramella, W. Pedrycz, R. Tagliaferri, A. Di Nola, LNAI 2955, pp. 103 - 109, ISSN: 0302-9743, 2006;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- BSS Toolbox for Delayed and Convolved Mixtures, A. Ciaramella, F. Iorio, R. Tagliaferri, Proceedings of IEEE International Joint Conference on Neural Networks 2005 (IJCNN05), vol. 2, pp. 1245 - 1250, ISBN: 0780390482;978-078039048-5, doi: 10.1109 /IJCNN.2005.1556032, 2005;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Data Visualization Methodologies for Data Mining Systems in Bioinformatics, A. Ciaramella, A. Staiano, R. Tagliaferri et al., Proceedings of IEEE International Joint Conference on Neural Networks 2005 (IJCNN05), vol. 1, pp. 143 - 148, ISBN: 0780390482;978-078039048-5, doi: 10.1109 /IJCNN.2005.1555820, 2005;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Visualization, Clustering and Classification of Multidimensional Astronomical Data, A. Ciaramella, A. Staiano, R. Tagliaferri et al., Proceedings of IEEE International Workshop on Computer Architecture for Machine Perception (CAMP05 ), pp. 141 - 146, 2005;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Inference Systems by Using Ordinal Sums and Genetic Algorithms, A. Ciaramella, W. Pedrycz, R. Tagliaferri, Proceedings of NAFIPS 2004, IEEE Annual Meeting of the Fuzzy Information, vol.2, pp. 629 - 634, 2004;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Fuzzy Neural Networks Based on Fuzzy Logic Algebras Valued Relations, R. Tagliaferri, A. Ciaramella, A. Di Nola, R. Belohlavek, “Fuzzy Partial Differential Equations and Relational Equations: Reservoir Characterization and Modeling”, M. Nikravesh, </span><span style=\"font-size: medium;\">L.A. Zadeh, V. Korotnihk (Eds.), Springer-Verlag, ISBN: 978-3-540-20322-3, doi: 10.1007 /978-3-540-39675-8_3, 2004;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Ordinal Sums by Using Genetic Algorithms, A. Ciaramella, W. Pedrycz, R. Tagliaferri, Proceedings of FUZZ-IEEE 2004, IEEE International Conference on Fuzzy Systems, vol. 2, pp. 641-646, ISSN: 10987584, doi: 10.1109/FUZZY.2004.1375472, 2004;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- ICA for Modelling and Generating Organ Pipes Self-sustained Tones, A. Ciaramella, E. De Lauro, S. De Martino, M. R. Falanga, R. Tagliaferri, Proceedings of IJCNN 2004, IEEE International Joint Conference on Neural Networks, pp. 261-266, ISSN: 10987576, 2004;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Probabilistic principal surfaces for yeast gene microarray data mining, A. Staiano, L. De Vinco, A. Ciaramella, G. Raiconi, R. Tagliaferri, R. Amato, G. Longo, C. Donalek, G. Miele, D.D. Bernardo, Proceedings of IEEE Conference on Data Mining, Brighton, </span><span style=\"font-size: medium;\">UK, 1-4 Novembre, ISBN: 0769521428;978-076952142-8, doi: 10.1109 /ICDM.2004.10088, 2004;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Amplitude and Permutation Indeterminacies in Frequency Domain Convolved ICA, A. Ciaramella, R. Tagliaferri, Proceedings of the IEEE International Joint Conference on Neural Networks 2003, vol. 1, pp. 708-713, 2003;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Fuzzy Similarities in Stars/Galaxies Classification, S. Sessa , R. Tagliaferri, G. Longo, A. Ciaramella, A. Staiano, Proceedings of the IEEE International Conference on Systems, Man and Cybernetics, vol. 2 , pp. 494-496, ISSN: 08843627, 2002;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Fuzzy relations neural network: Some preliminary results, A. Ciaramella, W. Pedrycz, R. Tagliaferri, Proceedings of the 10th IEEE International Conference on Fuzzy Systems, vol. 1 , pp. 469-472, 2001;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Two-layer Fuzzy Relational Networks: some preliminary results, A. Ciaramella, W. Pedrycz, R. Tagliaferri, Proceedings of the Atlantic Symposium on Computational Biology and Genome Information Systems & Thecnology (CBGI) 2001, pp. 82-86, </span><span style=\"font-size: medium;\">ISBN: 0970789009, 2001;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Advanced Data Mining Tools for Exploring Large Astronomical Data Bases, G. Longo, R. Tagliaferri, S. Sessa, P. Ortiz, M. Capaccioli, A. Ciaramella, C. Donalek, G. Raiconi, A. Staiano, A. Volpicelli, SPIE’s 46th Annual Meeting International Symposium on Optical Science and Technology, pp. 61-75, ISSN: 0277786X, doi: 10.1117/12.447191, 2001;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Hybrid Neural Networks for Frequency Estimation of Unevenly Sampled Data, F. Barone, A. Ciaramella, L. Milano, R. Tagliaferri, G. Longo, Proceedings of the International Joint Conference on Neural Networks (IJCNN), vol. II, pp. 975-979, 2000;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\"> </span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\"><strong>Proceedings of Conferences (No Scopus)</strong></span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Comparative proteome analysis by SELDI-MS of the dopaminergic cellular model A1 after NURR1 over-expression , F. Febbraio, M. Cerreta, S. Pulcrano, G. C. Bellenchi, D. Nardone, A. Ciaramella, G. Manco, 5th World Congress on Biotechnology, Valencia, Spain, 2014;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Independent Model Selection for Ensemble Dispersion Forecasting, A. Ciaramella, G. Giunta, A. Riccio, S. Galmarini, Proceedings of SUEMA-ECAI 2008 Workshop, July 21-25, 2008;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Data visualization and clustering: an application to gene expression data, A. Ciaramella, F. Iorio, F. Napolitano, G. Raiconi, R. Tagliaferri, G. Miele, A. Staiano, Modeling and Simulation in Science: 6th International Workshop on Data Analysis in Astronomy, Di </span><span style=\"font-size: medium;\">Gesù, Lo Bosco, Maccarone Eds., World Scientific, 2007;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Clustering and Visualization Approaches for Human Cell Cycle Gene Expression Data Analysis, A. Ciaramella, F. Napolitano, G. Miele, G. Raiconi, A. Staiano, R. Tagliaferri, Proceedings of IEEE International Joint Conference on Neural Networks 2006 (IJCNN06), Special Session on Neural Networks Applications to Bioinformatics, Vancouver, Canada, July 16-21, 2006;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- A Multi-step Approach for Scientific Data Exploration, A. Ciaramella, F. Napolitano, G. Raiconi, R. Tagliaferri, G. Miele, A. Staiano, Proceedings of British HCI 2006 Workshop on Combining Visualisation and Interaction to Facilitate Scientific Exploration and Discovery, London, UK, September 11, 2006;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Single Channel Separation of Music Signals and Transcription, A. Ciaramella, A. Eleuteri, L. Giordano, L. Milano, R. Tagliaferri, Proceedings of Conferenza Italiana Sistemi Intelligenti (CISI06), Ancona, 27 - 29 settembre 2006;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Music Score Transcription from Single Channel Mixtures, A. Ciaramella, A. Eleuteri, L. Giordano, L. Milano, R. Tagliaferri, Proceedings of ICA Research Network Workshop (ICARN 2006), Liverpool, UK 18 - 19 September 2006;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- An Unified Framework for Preprocessing, Visualization and Clustering of Genetic Data, A. Ciaramella, R. Amato, A. Staiano, Proceedings of BITS 2005, Marzo 17-19, 2005;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Ensembles of PPS and Competitive Evolution on Data: two different approaches to data classification, R. Amato, A. Ciaramella, C. Del Mondo, L. De Vinco, C. Donalek, G. Longo, G. Miele, G. Raiconi, A. Staiano, R. Tagliaferri, ADA’04 Proceedings of the 3rd international conference on Astronomical Data Analysis, British Computer Society Swinton UK, 2004;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Probabilistic Principal Surfaces and Data Mining, A. Ciaramella, A. Staiano et al., Proceedings della conferenza Astronomical Data Analysis III, Sant’Agata sui due Golfi, Aprile 28 - Maggio 1, 2004 (Electronic Workshops in Computing,</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">The British Computer Society);</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Mining Yeast Gene Microarray Data with Latent Variable Models , A. Ciaramella, A. Staiano, L. De Vinco et al. , Proceedings of WIRN 2004, XV Italian Workshop on Neural Network, 15-17 Settembre, Perugia, 2004;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Neural Networks for Spectral Analysis of Unevenly Sampled Data, R. Tagliaferri, A. Ciaramella, F. Barone, L. Milano, A. J. Banday, S. Zaroubi, & M. Bartelmann (Eds.), Mining the sky, pp. 386-390, Heidelberg: Springer, 2001.</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Neural Networks for Blind Source Separation of Stromboli Explosion Quakes, F. Acernese, A. Ciaramella, S. De Martino, M. Falanga, R.Tagliaferri, Proceedings of the II International Workshop on ICA and BSS, pp. 441-446, 2000;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- A Neural Network approach for the Noise Identification and Data Quality of the VIRGO antenna, F. Barone, A. Ciaramella, A. Eleuteri, F. Garufi, L. Milano, R. Tagliaferri, Proceedings of the III Edoardo AMALDI Conference on Gravitational Waves, S. Meskov editor, AIP, pp. 465-466, 2000 (Citazioni - SG: 2);</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Analisi di polarizzazione della componente fondamentale degli eventi a bassa frequenza di </span><span style=\"font-size: medium;\">Stromboli (Isole Eolie Italia), F. Acernese, A. Ciaramella, S. De Martino, M. Falanga, C. Godano, R. Tagliaferri, Atti del convegno del Consiglio Nazionale delle Ricerche Gruppo Nazionale di Geofisica della Terra Solida, 19 Convegno Nazionale, Consiglio Nazionale delle Ricerche, Roma, 7-9 Novembre 2000;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Neural Networks for Spectral Analysis of Unevenly Sampled Data, R. Tagliaferri, A. Ciaramella, L. Milano, F. Barone, G. Longo, Proceedings of the 11th Italian Workshop on Neural Nets WIRN Vietri 99, Springer-Verlag, pp. 226-233, 1999</span><span style=\"font-size: medium;\">;</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Application of Neural Networks to Individuate Milankovic’ Periodicities in the Stratigraphic Record, A. Ciaramella, R. Tagliaferri, N. Pelosi, F. Barone, G. Longo, Proceedings of IAMG ’98, 4-th Annual Conference of the International Association for Mathematical Geology, A. Buccianti, G. Nardi e R. Potenza Ed.s, pp. 759-765, 1998.</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><strong><span style=\"font-size: medium;\">To publish</span></strong></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Fuzzy Similarity-Based Multi-View Hierarchical Clustering, A. Ciaramella, D. Nardone, A. Staiano, Bioinformatics and Computational Biology Conference (BBCC2018), November 19- 21, Naples, 2018 (to publish);</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Compressive Sensing and Hierarchical Clustering for Microarray Data with Missing Values, A. Ciaramella, D. Nardone, A. Staiano, CIBB2018, 15th International Conference on Computational Intelligence methods for Bioinformatics and Biostatistics, Caprica, Portugal, 6-8 September 2018 (to publish);</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Fuzzy Similarity-based Hierarchical Clustering for Atmospheric Pollutants Prediction, F. Camastra, A. Ciaramella, A. Riccio, S. Le Hoang, A. Staiano, WILF 2018, The 12th International Workshop on Fuzzy Logic and Applications, 6-7 September, 2018 (to publish);</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"><span style=\"font-size: medium;\">- Blind Source Separation using Dictionary Learning in Wireless Sensor Network scenario, A. Ciaramella, D. Nardone, A. Staiano, Italian Workshop on Neural Networks (WIRN), 13-15 June, 2018 (to publish);</span></p>\r\n<p style=\"margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Helvetica;\"> </p>','',0),(17,17,'alfredo.ciccodicola','CICCODICOLA Alfredo','CICCODICOLA',' Alfredo','201510021451150.Ciccodicola.jpg',NULL,'6551','alfredo.ciccodicola@uniparthenope.it',NULL,'201510021515190.CV_Ciccodicola.pdf','201510021544320.PubbCiccodicola.pdf','MARTEDI\' e GIOVEDI\': 11:00-14:00 su appuntamento da concordare','410 - IV piano S','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6CD65BE4CA795E3BD1C27D90D0377B47.esse3-uniparthenope-prod-01?docente_id=102&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,'BIOMOL:15/10/15;19/11/15;14/12/15-GENET:12/10/15;17/11/15;9/12/15',NULL,NULL,NULL,NULL,'',0),(19,19,'stefania.dangelo','D\'ANGELO Stefania','D\'ANGELO',' Stefania','images/photos/2016-02-03-17-29-37.jpg','','081 5474672 ','stefania.dangelo@uniparthenope.it ',NULL,NULL,NULL,'Mercoledì (previo appuntamento via e-mail) ','Via Medina 40 - I piano - stanza n° 11 ','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6CD65BE4CA795E3BD1C27D90D0377B47.esse3-uniparthenope-prod-01?docente_id=1368&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,'','','',0),(20,20,'giuseppe.delcore','DEL CORE Giuseppe','DEL CORE',' Giuseppe','images/photos/standard.jpg','','6689','giuseppe.delcore@uniparthenope.it',NULL,NULL,NULL,'','','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6CD65BE4CA795E3BD1C27D90D0377B47.esse3-uniparthenope-prod-01?docente_id=733&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,'','','',0),(23,23,'paola.didonato','DI DONATO Paola','DI DONATO',' Paola','images/photos/standard.jpg',NULL,'6625','paola.didonato@uniparthenope.it',NULL,'201707120909070.CV_PaolaDiDonato_2017.pdf',NULL,'10:00-12:00 lunedì e mercoledì (previo appuntamento da concordare inviando una mail al docente)','520, V piano, lato NORD','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6CD65BE4CA795E3BD1C27D90D0377B47.esse3-uniparthenope-prod-01?docente_id=729&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,NULL,NULL,'',0),(24,24,'valeria.dionofrio','DI ONOFRIO Valeria ','DI ONOFRIO',' Valeria ','images/photos/standard.jpg',NULL,'6542','valeria.dionofrio@uniparthenope.it',NULL,NULL,NULL,NULL,'401 - IV piano S','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6CD65BE4CA795E3BD1C27D90D0377B47.esse3-uniparthenope-prod-01?docente_id=902&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,'27 maggio 2015; 24 giugno 2015; 23 luglio 2015; 24 settembre 2015; 27 ottobre 2015; 17 novembre 2015; 15 dicembre 2015 ',NULL,NULL,NULL,NULL,'',0),(25,25,'donegan','DONEGAN Mary Frances','DONEGAN',' Mary Frances','images/photos/standard.jpg','','6547','donegan@uniparthenope.it',NULL,NULL,NULL,'','',NULL,'Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,'','','',0),(26,26,'stefano.dumontet','DUMONTET Stefano','DUMONTET',' Stefano','201310201651100.foto mia 3.JPG','<p>Corso “Indicatori biologici” Docente: Stefano Dumontet stefano.dumontet@uniparthenope.it </p>\r\n<p> Finalità del corso •Acquisire una conoscenza di base della ruolo dei microrganismi negli ambienti naturali, del loro ruolo ecologico nei cicli biogeochimici. •Acquisire una conoscenza di base del monitoraggio microbiologico degli ambienti naturali per la verifica del loro stato di inquinamento •Acquisire una conoscenza di base dell’uso di indicatori biologici sia eucarioti che procarioti •Acquisire i rudimenti delle tecniche di valutazione ecotossicologica degli inquinanti Materiale didattico Libro di testo: Paola Barbieri, Giuseppina Bestetti, Enrica Galli e Davide Zannoni (2008). Microbiologia ambientale ed elementi di ecologia microbica. Casa Editrice Ambrosiana, Milano, . www.ceaedizioni.it Appunti in formato power point messi a disposizione dal docente Libro consigliato: Guida alla conoscenza della biologia e dell’ecologia del suolo. Funzionalità, diversità biologica, indicatori. Cristina Menta. Perdisa Editore, Bologna, www.gruppoperdisaeditore.it Metodologia didattica • Lezioni frontali a cura del docente • Seminari tematici a cura di esperti del settore • Sono previsti al momento 2 seminari  Dr.ssa Sonia Manzo, Laboratorio di ecotossicologia ENEA Portici  Dr. Carlo Jacomini, ISPRA, Roma • Esercitazioni:  presso il laboratorio di ecotossicologia dell’ENEA (Portici)  presso il laboratorio didattico della Facoltà di Scienze Tecnologie • Verifica dell’apprendimento:  in modo informale durante il corso  valutazione finale tramite esame orale.   Programma Parte generale •Metabolismo microbico: classificazione nutrizionale, respirazione aerobica ed anaerobica, fermentazioni, ossidazione substrati organici ed inorganici •Fisiologia microbica: esigenze nutrizionali, cinetiche di assunzione di sostanze organiche disciolte, fattori condizionanti la crescita dei microrganismi •Eutrofia, oligotrofia e strategie di sopravvivenza •Ecologia microbica: ruolo dei microorganismi negli ambienti naturali. •Microorganismi e catena alimentare del detrito. •Microrganismi come agenti biogeochimici •Relazioni ecologiche tra batteri ed eucarioti •Strategie r e k: differenze concettuali tra procarioti ed eucarioti Gli indicatori e gli indici biologici •Approccio concettuale agli indici e agli indicatori biologici •Limiti operazionali e concettuali degli indici ed indicatori biologici •Monitoraggio biologico del suolo  Biomassa microbica come indicatore di qualità  Indicatori vegetali  Invertebrati del suolo come indicatori di qualità • Monitoraggio biologico degli ecosistemi acquatici  I batteri indici di contaminazione fecale  Ecologia dei batteri patogeni negli ecosistemi acquatici  Microbial loop e viral loop  Indice Biotico Esteso (IBE) L’ecotossicologia • Definizione • Valutazione del rischio ambientale con approccio ecotossicologico • Organismi test • Il caso dei metalli pesanti nel suolo</p>','081 5476529','stefano.dumontet@uniparthenope.it',NULL,NULL,NULL,NULL,NULL,'https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6CD65BE4CA795E3BD1C27D90D0377B47.esse3-uniparthenope-prod-01?docente_id=1092&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,NULL,NULL,'',0),(27,27,'ugo.falchi','FALCHI Ugo','FALCHI',' Ugo','201907230731060.2_ugov_fotopersona_00000000001184.jpg',NULL,'6593','ugo.falchi@uniparthenope.it','http://www.linkedin.com/pub/ugo-falchi/0/32a/11b',NULL,NULL,'Contattare il docente all\'indirizzo ugo.falchi@uniparthenope.it ','411 sud - IV','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6CD65BE4CA795E3BD1C27D90D0377B47.esse3-uniparthenope-prod-01?docente_id=105&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,'ugofalchi','https://www.researchgate.net/profile/Ugo_Falchi/','<p><span style=\"font-family: Verdana;\">MAIN SCIENTIFIC ACTIVITY<br />\r\n<!--[if gte mso 9]><xml>\r\n<w:WordDocument>\r\n<w:View>Normal</w:View>\r\n<w:Zoom>0</w:Zoom>\r\n<w:TrackMoves />\r\n<w:TrackFormatting />\r\n<w:HyphenationZone>14</w:HyphenationZone>\r\n<w:PunctuationKerning />\r\n<w:ValidateAgainstSchemas />\r\n<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n<w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n<w:DoNotPromoteQF />\r\n<w:LidThemeOther>IT</w:LidThemeOther>\r\n<w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n<w:Compatibility>\r\n<w:BreakWrappedTables />\r\n<w:SnapToGridInCell />\r\n<w:WrapTextWithPunct />\r\n<w:UseAsianBreakRules />\r\n<w:DontGrowAutofit />\r\n<w:SplitPgBreakAndParaMark />\r\n<w:EnableOpenTypeKerning />\r\n<w:DontFlipMirrorIndents />\r\n<w:OverrideTableStyleHps />\r\n<w:UseFELayout />\r\n</w:Compatibility>\r\n<m:mathPr>\r\n<m:mathFont m:val=\"Cambria Math\" />\r\n<m:brkBin m:val=\"before\" />\r\n<m:brkBinSub m:val=\"--\" />\r\n<m:smallFrac m:val=\"off\" />\r\n<m:dispDef />\r\n<m:lMargin m:val=\"0\" />\r\n<m:rMargin m:val=\"0\" />\r\n<m:defJc m:val=\"centerGroup\" />\r\n<m:wrapIndent m:val=\"1440\" />\r\n<m:intLim m:val=\"subSup\" />\r\n<m:naryLim m:val=\"undOvr\" />\r\n</m:mathPr></w:WordDocument>\r\n</xml><![endif]--></span></p>\r\n<p><span style=\"font-family: Verdana;\"><!--[if gte mso 9]><xml>\r\n<w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\nDefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\nLatentStyleCount=\"267\">\r\n<w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\" />\r\n<w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\" />\r\n<w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\" />\r\n<w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\" />\r\n<w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\" />\r\n<w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\" />\r\n<w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\" />\r\n<w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Table Grid\" />\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\" />\r\n<w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\" />\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\" />\r\n<w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\" />\r\n<w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\" />\r\n<w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\" />\r\n<w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\" />\r\n<w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\" />\r\n<w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\" />\r\n<w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\" />\r\n<w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\" />\r\n</w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n/* Style Definitions */\r\ntable.MsoNormalTable\r\n{mso-style-name:\"Tabella normale\";\r\nmso-tstyle-rowband-size:0;\r\nmso-tstyle-colband-size:0;\r\nmso-style-noshow:yes;\r\nmso-style-priority:99;\r\nmso-style-parent:\"\";\r\nmso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\nmso-para-margin-top:0cm;\r\nmso-para-margin-right:0cm;\r\nmso-para-margin-bottom:10.0pt;\r\nmso-para-margin-left:0cm;\r\nline-height:115%;\r\nmso-pagination:widow-orphan;\r\nfont-size:11.0pt;\r\nfont-family:\"Calibri\",\"sans-serif\";\r\nmso-ascii-font-family:Calibri;\r\nmso-ascii-theme-font:minor-latin;\r\nmso-hansi-font-family:Calibri;\r\nmso-hansi-theme-font:minor-latin;}\r\n</style>\r\n<![endif]--> </span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;text-align:
justify;text-justify:inter-ideograph;line-height:normal\"><span style=\"font-family: Verdana;\"><span lang=\"EN-US\">Since 2015. Member of REPRISE, Register of Expert Peer Reviewers for Italian Scientific Evaluation, established at the Ministry of Education, University and Research (MIUR), as a scientific expert.</span></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;text-align:
justify;text-justify:inter-ideograph;line-height:normal\"><span style=\"font-family: Verdana;\"><span lang=\"EN-US\">2015. Member of the board of examiners for final exams, </span><span style=\"font-size: 10pt;\" lang=\"EN-US\">Tirocinio Formativo Attivo (T.F.A.), academic year </span><span lang=\"EN-US\">2014-2015.</span></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;text-align:
justify;text-justify:inter-ideograph;line-height:normal\"><span style=\"font-family: Verdana;\"><span lang=\"EN-US\">2014-2015. Member of the board of examiners for admission to the Tirocinio Formativo Attivo (T.F.A.), academic year 2014-2015, class A072.</span></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;text-align:
justify;text-justify:inter-ideograph;line-height:normal\"><span style=\"font-family: Verdana;\"><span lang=\"EN-US\">2014. Tutor and member of the board of examiners for final exams, PAS - Percorsi Abilitanti Speciali, class A072.</span></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;text-align:
justify;text-justify:inter-ideograph;line-height:normal\"><span style=\"font-family: Verdana;\"><span lang=\"EN-US\">2014. </span>Professor of "Laboratorio di cartografia e fotogrammetria”, [Cartography and photogrammetry], PAS - Percorsi Abilitanti Speciali, class A072, 2 CFU</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;text-align:
justify;text-justify:inter-ideograph;line-height:normal\"><span style=\"font-family: Verdana;\"><span lang=\"EN-US\">2013-2016. PRIN 2010-2011: "Innovative geomatics techniques for surveying, remote sensing (airborne, satellite, UAV) and webGIS for mapping real-time risk and the prevention of environmental damage", researcher, Scientific Coordinator Prof. Raffaele Santamaria.</span></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;text-align:
justify;text-justify:inter-ideograph;line-height:normal\"><span style=\"font-family: Verdana;\"><span lang=\"EN-US\">From October 2013. University of Napoli "Parthenope" [Naples, Italy], Professor of "fotogrammetria" [photogrammetry].</span></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;text-align:
justify;text-justify:inter-ideograph;line-height:normal\"><span style=\"font-family: Verdana;\"><span lang=\"EN-US\">2013. Professor of "Geodesy", Tirocinio Formativo Attivo (T.F.A.), academic year 2012-2013, class, 1 CFU</span></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;text-align:
justify;text-justify:inter-ideograph;line-height:normal\"><span style=\"font-family: Verdana;\"><span lang=\"EN-US\">From January 2013. University of Napoli "Parthenope" [Naples, Italy], PhD Tutor, Scienze Geodetiche e Topografiche, [geodesy and topography].</span></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;text-align:
justify;text-justify:inter-ideograph;line-height:normal\"><span style=\"font-family: Verdana;\"><span lang=\"EN-US\">2010-2012. PRIN 2008 "WEBGIS and multispectral satellite images for the recognition and analysis of territorial and environmental risks", researcher, Scientific Coordinator Prof. Raffaele Santamaria.</span></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;text-align:
justify;text-justify:inter-ideograph;line-height:normal\"><span style=\"font-family: Verdana;\"><span lang=\"EN-US\">2008-2015. </span></span><span style=\"font-family: Verdana;\"><span lang=\"EN-US\">Member at the Register of Expert Peer-Reviewers, Ministry of Education, University and Research (MIUR) as a scientific expert.</span></span></p>\r\n<p><span style=\"font-family: Verdana;\">From February 2007. PhD Doctoral College Research professor and Tutor, (Geodesy and Surveying), University of Napoli "Parthenope". <br />\r\n</span></p>\r\n<p><span style=\"font-family: Verdana;\">From March 2006. University of Napoli "Parthenope" [Naples, Italy], Professor of "fondamenti di cartografia" [cartography]. <br />\r\n</span></p>\r\n<p><span style=\"font-family: Verdana;\">From December 2005. Full time Research Professor, ICAR/06 (topography and cartography), University of Napoli "Parthenope" [Naples, Italy]. <br />\r\n</span></p>\r\n<p><span style=\"font-family: Verdana;\">From May 2003 to June 2004. Research Fellow, DIST, University of Cagliari, research title: "the automatic cartographic generalization in GIS enviroment" <br />\r\n</span></p>\r\n<p><span style=\"font-family: Verdana;\">From October 2000. Research Co-ordinator, research project funded by the University of Cagliari and Regional Administration of Sardinia,(Regione Autonoma della Sardegna, RAS): the problem of geographic data generalization of topographic maps at scales 1:50000, 1:100000 and 1:250000 from the “Carta Tecnica Regionale”, (CTR, official regional cartography). <br />\r\n</span></p>\r\n<p><span style=\"font-family: Verdana;\">May 2000, Research Fellow, University of Cagliari, "Centro Interdipartimentale per le Tecnologie e gli Ambienti Collegati agli Sport", CITAS: "Applicazioni fotogrammetriche all’analisi del movimento del corpo umano" [photogrammetric techniques for the analysis of the human body movement]. <br />\r\n</span></p>\r\n<p><span style=\"font-family: Verdana;\">From May 1999. Research Co-ordinator, research project funded by the University of Cagliari and Regional Administration of Sardinia,(Regione Autonoma della Sardegna, RAS): the treatment of the the “Carta Tecnica Regionale”, (CTR, official regional cartography) and the definition of procedures for the organization of the geographic data in GIS enviroment.</span></p>','<p>SCIENTIFIC JOURNAL</p>\r\n<p>FALCHI U. (2018). IT tools for the management of multi - representation geographical information. INTERNATIONAL JOURNAL OF ENGINEERING & TECHNOLOGY, vol. 7 issue 1 pp. 65-69, <a href=\"http://dx.doi.org/10.14419%2Fijet.v7i1.8810\">10.14419/ijet.v7i1.8810</a></p>\r\n<p>FALCHI U. (2017). Spatial data: from cartography to geodatabase. GEODESY AND CARTOGRAPHY, vol. 43 issue 4 pp. 142.146, <a href=\"http://dx.doi.org/10.3846%2F20296991.2017.1412613\">10.3846/20296991.2017.1412613</a></p>\r\n<p>FALCHI U. (2015). <!--[if gte mso 9]><xml>\r\n<o:OfficeDocumentSettings>\r\n<o:RelyOnVML />\r\n<o:AllowPNG />\r\n</o:OfficeDocumentSettings>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n<w:WordDocument>\r\n<w:View>Normal</w:View>\r\n<w:Zoom>0</w:Zoom>\r\n<w:TrackMoves />\r\n<w:TrackFormatting />\r\n<w:HyphenationZone>14</w:HyphenationZone>\r\n<w:PunctuationKerning />\r\n<w:ValidateAgainstSchemas />\r\n<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n<w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n<w:DoNotPromoteQF />\r\n<w:LidThemeOther>IT</w:LidThemeOther>\r\n<w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n<w:Compatibility>\r\n<w:BreakWrappedTables />\r\n<w:SnapToGridInCell />\r\n<w:WrapTextWithPunct />\r\n<w:UseAsianBreakRules />\r\n<w:DontGrowAutofit />\r\n<w:SplitPgBreakAndParaMark />\r\n<w:DontVertAlignCellWithSp />\r\n<w:DontBreakConstrainedForcedTables />\r\n<w:DontVertAlignInTxbx />\r\n<w:Word11KerningPairs />\r\n<w:CachedColBalance />\r\n</w:Compatibility>\r\n<w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n<m:mathPr>\r\n<m:mathFont m:val=\"Cambria Math\" />\r\n<m:brkBin m:val=\"before\" />\r\n<m:brkBinSub m:val=\"--\" />\r\n<m:smallFrac m:val=\"off\" />\r\n<m:dispDef />\r\n<m:lMargin m:val=\"0\" />\r\n<m:rMargin m:val=\"0\" />\r\n<m:defJc m:val=\"centerGroup\" />\r\n<m:wrapIndent m:val=\"1440\" />\r\n<m:intLim m:val=\"subSup\" />\r\n<m:naryLim m:val=\"undOvr\" />\r\n</m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n<w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\nDefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\nLatentStyleCount=\"267\">\r\n<w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\" />\r\n<w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\" />\r\n<w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\" />\r\n<w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\" />\r\n<w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\" />\r\n<w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\" />\r\n<w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\" />\r\n<w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Table Grid\" />\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\" />\r\n<w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\" />\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\" />\r\n<w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\" />\r\n<w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\" />\r\n<w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\" />\r\n<w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\" />\r\n<w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\" />\r\n<w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\" />\r\n<w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\" />\r\n<w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\" />\r\n</w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n/* Style Definitions */\r\ntable.MsoNormalTable\r\n{mso-style-name:\"Tabella normale\";\r\nmso-tstyle-rowband-size:0;\r\nmso-tstyle-colband-size:0;\r\nmso-style-noshow:yes;\r\nmso-style-priority:99;\r\nmso-style-qformat:yes;\r\nmso-style-parent:\"\";\r\nmso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\nmso-para-margin-top:0cm;\r\nmso-para-margin-right:0cm;\r\nmso-para-margin-bottom:10.0pt;\r\nmso-para-margin-left:0cm;\r\nline-height:115%;\r\nmso-pagination:widow-orphan;\r\nfont-size:11.0pt;\r\nfont-family:\"Calibri\",\"sans-serif\";\r\nmso-ascii-font-family:Calibri;\r\nmso-ascii-theme-font:minor-latin;\r\nmso-fareast-font-family:\"Times New Roman\";\r\nmso-fareast-theme-font:minor-fareast;\r\nmso-hansi-font-family:Calibri;\r\nmso-hansi-theme-font:minor-latin;}\r\n</style>\r\n<![endif]-->A Conceptual Model for the Management of Multi - Representation Geographical Information. <!--[if gte mso 9]><xml>\r\n<w:WordDocument>\r\n<w:View>Normal</w:View>\r\n<w:Zoom>0</w:Zoom>\r\n<w:TrackMoves />\r\n<w:TrackFormatting />\r\n<w:HyphenationZone>14</w:HyphenationZone>\r\n<w:PunctuationKerning />\r\n<w:ValidateAgainstSchemas />\r\n<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n<w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n<w:DoNotPromoteQF />\r\n<w:LidThemeOther>IT</w:LidThemeOther>\r\n<w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n<w:Compatibility>\r\n<w:BreakWrappedTables />\r\n<w:SnapToGridInCell />\r\n<w:WrapTextWithPunct />\r\n<w:UseAsianBreakRules />\r\n<w:DontGrowAutofit />\r\n<w:SplitPgBreakAndParaMark />\r\n<w:DontVertAlignCellWithSp />\r\n<w:DontBreakConstrainedForcedTables />\r\n<w:DontVertAlignInTxbx />\r\n<w:Word11KerningPairs />\r\n<w:CachedColBalance />\r\n</w:Compatibility>\r\n<w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n<m:mathPr>\r\n<m:mathFont m:val=\"Cambria Math\" />\r\n<m:brkBin m:val=\"before\" />\r\n<m:brkBinSub m:val=\"--\" />\r\n<m:smallFrac m:val=\"off\" />\r\n<m:dispDef />\r\n<m:lMargin m:val=\"0\" />\r\n<m:rMargin m:val=\"0\" />\r\n<m:defJc m:val=\"centerGroup\" />\r\n<m:wrapIndent m:val=\"1440\" />\r\n<m:intLim m:val=\"subSup\" />\r\n<m:naryLim m:val=\"undOvr\" />\r\n</m:mathPr></w:WordDocument>\r\n</xml><![endif]-->INTERNATIONAL JOURNAL OF ENGINEERING AND TECHNOLOGY<!--[if gte mso 9]><xml>\r\n<w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\nDefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\nLatentStyleCount=\"267\">\r\n<w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\" />\r\n<w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\" />\r\n<w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\" />\r\n<w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\" />\r\n<w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\" />\r\n<w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\" />\r\n<w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\" />\r\n<w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Table Grid\" />\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\" />\r\n<w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\" />\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\" />\r\n<w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\" />\r\n<w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\" />\r\n<w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\" />\r\n<w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\" />\r\n<w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\" />\r\n<w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\" />\r\n<w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\" />\r\n<w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\" />\r\n</w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n/* Style Definitions */\r\ntable.MsoNormalTable\r\n{mso-style-name:\"Tabella normale\";\r\nmso-tstyle-rowband-size:0;\r\nmso-tstyle-colband-size:0;\r\nmso-style-noshow:yes;\r\nmso-style-priority:99;\r\nmso-style-qformat:yes;\r\nmso-style-parent:\"\";\r\nmso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\nmso-para-margin-top:0cm;\r\nmso-para-margin-right:0cm;\r\nmso-para-margin-bottom:10.0pt;\r\nmso-para-margin-left:0cm;\r\nline-height:115%;\r\nmso-pagination:widow-orphan;\r\nfont-size:11.0pt;\r\nfont-family:\"Calibri\",\"sans-serif\";\r\nmso-ascii-font-family:Calibri;\r\nmso-ascii-theme-font:minor-latin;\r\nmso-fareast-font-family:\"Times New Roman\";\r\nmso-fareast-theme-font:minor-fareast;\r\nmso-hansi-font-family:Calibri;\r\nmso-hansi-theme-font:minor-latin;}\r\n</style>\r\n<![endif]-->, vol. 7 issue 6 2015, pp. 2060-2068, ISSN: 0975-4024<!--[if gte mso 9]><xml>\r\n<w:WordDocument>\r\n<w:View>Normal</w:View>\r\n<w:Zoom>0</w:Zoom>\r\n<w:TrackMoves />\r\n<w:TrackFormatting />\r\n<w:HyphenationZone>14</w:HyphenationZone>\r\n<w:PunctuationKerning />\r\n<w:ValidateAgainstSchemas />\r\n<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n<w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n<w:DoNotPromoteQF />\r\n<w:LidThemeOther>IT</w:LidThemeOther>\r\n<w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n<w:Compatibility>\r\n<w:BreakWrappedTables />\r\n<w:SnapToGridInCell />\r\n<w:WrapTextWithPunct />\r\n<w:UseAsianBreakRules />\r\n<w:DontGrowAutofit />\r\n<w:SplitPgBreakAndParaMark />\r\n<w:DontVertAlignCellWithSp />\r\n<w:DontBreakConstrainedForcedTables />\r\n<w:DontVertAlignInTxbx />\r\n<w:Word11KerningPairs />\r\n<w:CachedColBalance />\r\n</w:Compatibility>\r\n<m:mathPr>\r\n<m:mathFont m:val=\"Cambria Math\" />\r\n<m:brkBin m:val=\"before\" />\r\n<m:brkBinSub m:val=\"--\" />\r\n<m:smallFrac m:val=\"off\" />\r\n<m:dispDef />\r\n<m:lMargin m:val=\"0\" />\r\n<m:rMargin m:val=\"0\" />\r\n<m:defJc m:val=\"centerGroup\" />\r\n<m:wrapIndent m:val=\"1440\" />\r\n<m:intLim m:val=\"subSup\" />\r\n<m:naryLim m:val=\"undOvr\" />\r\n</m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n<w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\nDefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\nLatentStyleCount=\"267\">\r\n<w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\" />\r\n<w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\" />\r\n<w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\" />\r\n<w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\" />\r\n<w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\" />\r\n<w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\" />\r\n<w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\" />\r\n<w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Table Grid\" />\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\" />\r\n<w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\" />\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\" />\r\n<w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\" />\r\n<w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\" />\r\n<w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\" />\r\n<w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\" />\r\n<w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\" />\r\n<w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\" />\r\n<w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\" />\r\n<w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\" />\r\n</w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n/* Style Definitions */\r\ntable.MsoNormalTable\r\n{mso-style-name:\"Tabella normale\";\r\nmso-tstyle-rowband-size:0;\r\nmso-tstyle-colband-size:0;\r\nmso-style-noshow:yes;\r\nmso-style-priority:99;\r\nmso-style-qformat:yes;\r\nmso-style-parent:\"\";\r\nmso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\nmso-para-margin-top:0cm;\r\nmso-para-margin-right:0cm;\r\nmso-para-margin-bottom:10.0pt;\r\nmso-para-margin-left:0cm;\r\nline-height:115%;\r\nmso-pagination:widow-orphan;\r\nfont-size:11.0pt;\r\nfont-family:\"Calibri\",\"sans-serif\";\r\nmso-ascii-font-family:Calibri;\r\nmso-ascii-theme-font:minor-latin;\r\nmso-fareast-font-family:\"Times New Roman\";\r\nmso-fareast-theme-font:minor-fareast;\r\nmso-hansi-font-family:Calibri;\r\nmso-hansi-theme-font:minor-latin;}\r\n</style>\r\n<![endif]--></p>\r\n<p>FALCHI U (2010). SIFS project: an experience of Sardinia Region Property Registry management in support of municipalities, to carry out the functions and to improve land management in local taxes. BOLLETTINO DELLA SOCIETÀ ITALIANA DI FOTOGRAMMETRIA E TOPOGRAFIA, vol. 01/2010, pp. 85-95, ISSN: 1721-971X</p>\r\n<p>DERUDA G. P., FALCHI E., FALCHI U, VACCA G. (2005). The automatic cartographic generalization in GIS. BOLLETTINO DELLA SOCIETÀ ITALIANA DI FOTOGRAMMETRIA E TOPOGRAFIA, vol. 02/2005, pp. 81-96, ISSN: 1721-971X</p>\r\n<p>MUSSUMECI G., CONDORELLI A., FALCHI U (2004). Data Survey and Management Techniques in Civil Protection Emergencies. INTERNATIONAL ARCHIVES OF THE PHOTOGRAMMETRY, REMOTE SENSING AND SPATIAL INFORMATION SCIENCES, ISSN: 1682-1750</p>\r\n<p>FALCHI U, VACCA G., FALCHI E. (2004). Multiscale representation: a data generalization workflow and quality evaluation experience in GIS enviroment. INTERNATIONAL ARCHIVES OF THE PHOTOGRAMMETRY, REMOTE SENSING AND SPATIAL INFORMATION SCIENCES, ISSN: 1682-1750</p>\r\n<p> </p>\r\n<p>CONFERENCE PROCEEDINGS<br />\r\nCAPRIOLI M, CEPPI C, FALCHI U, MANCINI F, SCARANO M (2014). <span style=\"mso-ansi-language:EN-US\" lang=\"EN-US\">Assessing the relationship between urban parameters and the LST derived by satellite and aerial imageries in a GIS environment: the case of Bari (Italy). Geophysical Research Abstracts, Vol. 16, EGU2014-12203, EGU General Assembly 2014, Vienna, 27 April – 02 May 2014</span></p>\r\n<p>CAPRIOLI M, FALCHI U, SCARANO M, ZICARELLI M (2013). Evaluation of urban heat loss with satellite technique. Federazione delle Associazioni Scientifiche per le Informazioni Territoriali e Ambientali (ASITA)</p>\r\n<p>FALCHI U, UTZERI N (2010). Integration of cadastral information in the DBMS of the Regional Administration of Sardinia. Federazione delle Associazioni Scientifiche per le Informazioni Territoriali e Ambientali (ASITA), ISBN: 978-88-903132-5-7</p>\r\n<p>FALCHI U, MURA S (2009). Topographic database 1k - 2k: a path validation in progress in accordance with the specific content of the Regional Administration of Sardinia. Federazione delle Associazioni Scientifiche per le Informazioni Territoriali e Ambientali (ASITA), ISBN: 978-88-903132-2-6</p>\r\n<p>FALCHI U, UTZERI N (2009). Historical Orthophoto: Evolution of the Sardinian territory in the last 55 years. Federazione delle Associazioni Scientifiche per le Informazioni Territoriali e Ambientali (ASITA), ISBN: 978-88-903132-2-6</p>\r\n<p>FALCHI U, UTZERI N (2009). Historical Orthophoto: recovery of archival material for the generation of orthophotos. Problems and methodology. Federazione delle Associazioni Scientifiche per le Informazioni Territoriali e Ambientali (ASITA), ISBN: 978-88-903132-2-6 <br />\r\nFALCHI U (2008). Spatial database (DBT) IntesaGIS: a project proposal for the transition from DB10k to minor scales. Federazione delle Associazioni Scientifiche per le Informazioni Territoriali e Ambientali (ASITA), ISBN: 978-88-903132-1-9</p>\r\n<p>FALCHI U, UTZERI N (2008). Multiprecision and multiscale spatial database: implementation of DB2K spatial information within the database DB10k. Federazione delle Associazioni Scientifiche per le Informazioni Territoriali e Ambientali (ASITA), ISBN: 978-88-903132-1-9</p>\r\n<p>FALCHI U, UTZERI N (2008). Multiprecision and Multiscale spatial database: report of a sharing and integration experience of databases. Federazione Italiana delle Associazioni Scientifiche per le Informazioni Territoriali e Ambientali (ASITA), ISBN: 978-88-903132-1-9</p>\r\n<p>FALCHI U, PUGLIANO G (2006). Representation of DBT IntesaGIS at synthesis scales: a methodological way starting from DB10k. Federazione Italiana delle Associazioni Scientifiche per le Informazioni Territoriali e Ambientali (ASITA), ISBN: 88-900943-0-3</p>\r\n<p>DERUDA G.P., FALCHI E., FALCHI U, VACCA G. (2003). Application and evaluation of the quality of a model of cartographic generalization from a scale 1:10000 to scales 1:50000, 1:100000 and 1:250000. Federazione Italiana delle Associazioni Scientifiche per le Informazioni Territoriali e Ambientali (ASITA)</p>\r\n<p>DERUDA G. P., FALCHI E., FALCHI U (2002). Cartographic derivation in GIS environment of the Sardinian CTR at scale 1:50.000. Federazione Italiana delle Associazioni Scientifiche per le Informazioni Territoriali e Ambientali (ASITA)</p>\r\n<!--[if gte mso 9]><xml>\r\n <o:OfficeDocumentSettings>\r\n <o:AllowPNG/>\r\n </o:OfficeDocumentSettings>\r\n</xml><![endif]--> <!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:HyphenationZone>14</w:HyphenationZone>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>IT</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:EnableOpenTypeKerning/>\r\n <w:DontFlipMirrorIndents/>\r\n <w:OverrideTableStyleHps/>\r\n </w:Compatibility>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"false\"\r\n DefSemiHidden=\"false\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"371\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"index 1\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"index 2\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"index 3\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"index 4\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"index 5\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"index 6\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"index 7\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"index 8\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"index 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n UnhideWhenUsed=\"true\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n UnhideWhenUsed=\"true\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n UnhideWhenUsed=\"true\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n UnhideWhenUsed=\"true\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n UnhideWhenUsed=\"true\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n UnhideWhenUsed=\"true\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n UnhideWhenUsed=\"true\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n UnhideWhenUsed=\"true\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n UnhideWhenUsed=\"true\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Normal Indent\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"footnote text\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"annotation text\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"header\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"footer\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"index heading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" SemiHidden=\"true\"\r\n UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"table of figures\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"envelope address\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"envelope return\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"footnote reference\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"annotation reference\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"line number\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"page number\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"endnote reference\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"endnote text\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"table of authorities\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"macro\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"toa heading\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"List\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"List Bullet\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"List Number\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"List 2\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"List 3\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"List 4\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"List 5\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"List Bullet 2\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"List Bullet 3\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"List Bullet 4\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"List Bullet 5\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"List Number 2\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"List Number 3\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"List Number 4\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"List Number 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Closing\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Signature\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"true\"\r\n UnhideWhenUsed=\"true\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Body Text\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Body Text Indent\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"List Continue\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"List Continue 2\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"List Continue 3\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"List Continue 4\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"List Continue 5\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Message Header\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Salutation\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Date\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Body Text First Indent\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Body Text First Indent 2\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Note Heading\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Body Text 2\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Body Text 3\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Body Text Indent 2\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Body Text Indent 3\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Block Text\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Hyperlink\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"FollowedHyperlink\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Document Map\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Plain Text\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"E-mail Signature\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"HTML Top of Form\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"HTML Bottom of Form\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Normal (Web)\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"HTML Acronym\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"HTML Address\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"HTML Cite\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"HTML Code\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"HTML Definition\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"HTML Keyboard\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"HTML Preformatted\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"HTML Sample\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"HTML Typewriter\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"HTML Variable\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Normal Table\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"annotation subject\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"No List\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Outline List 1\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Outline List 2\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Outline List 3\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Simple 1\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Simple 2\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Simple 3\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Classic 1\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Classic 2\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Classic 3\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Classic 4\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Colorful 1\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Colorful 2\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Colorful 3\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Columns 1\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Columns 2\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Columns 3\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Columns 4\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Columns 5\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Grid 1\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Grid 2\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Grid 3\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Grid 4\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Grid 5\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Grid 6\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Grid 7\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Grid 8\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table List 1\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table List 2\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table List 3\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table List 4\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table List 5\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table List 6\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table List 7\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table List 8\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table 3D effects 1\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table 3D effects 2\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table 3D effects 3\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Contemporary\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Elegant\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Professional\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Subtle 1\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Subtle 2\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Web 1\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Web 2\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Web 3\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Balloon Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Theme\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" QFormat=\"true\"\r\n Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" QFormat=\"true\"\r\n Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" QFormat=\"true\"\r\n Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" QFormat=\"true\"\r\n Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" QFormat=\"true\"\r\n Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" QFormat=\"true\"\r\n Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" SemiHidden=\"true\"\r\n UnhideWhenUsed=\"true\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"41\" Name=\"Plain Table 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"42\" Name=\"Plain Table 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"43\" Name=\"Plain Table 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"44\" Name=\"Plain Table 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"45\" Name=\"Plain Table 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"40\" Name=\"Grid Table Light\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"Grid Table 1 Light\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"Grid Table 6 Colorful\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"Grid Table 7 Colorful\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"46\"\r\n Name=\"Grid Table 1 Light Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"51\"\r\n Name=\"Grid Table 6 Colorful Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"52\"\r\n Name=\"Grid Table 7 Colorful Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"46\"\r\n Name=\"Grid Table 1 Light Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"51\"\r\n Name=\"Grid Table 6 Colorful Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"52\"\r\n Name=\"Grid Table 7 Colorful Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"46\"\r\n Name=\"Grid Table 1 Light Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"51\"\r\n Name=\"Grid Table 6 Colorful Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"52\"\r\n Name=\"Grid Table 7 Colorful Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"46\"\r\n Name=\"Grid Table 1 Light Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"51\"\r\n Name=\"Grid Table 6 Colorful Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"52\"\r\n Name=\"Grid Table 7 Colorful Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"46\"\r\n Name=\"Grid Table 1 Light Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"51\"\r\n Name=\"Grid Table 6 Colorful Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"52\"\r\n Name=\"Grid Table 7 Colorful Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"46\"\r\n Name=\"Grid Table 1 Light Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"51\"\r\n Name=\"Grid Table 6 Colorful Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"52\"\r\n Name=\"Grid Table 7 Colorful Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"List Table 1 Light\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"List Table 6 Colorful\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"List Table 7 Colorful\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"46\"\r\n Name=\"List Table 1 Light Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"51\"\r\n Name=\"List Table 6 Colorful Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"52\"\r\n Name=\"List Table 7 Colorful Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"46\"\r\n Name=\"List Table 1 Light Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"51\"\r\n Name=\"List Table 6 Colorful Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"52\"\r\n Name=\"List Table 7 Colorful Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"46\"\r\n Name=\"List Table 1 Light Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"51\"\r\n Name=\"List Table 6 Colorful Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"52\"\r\n Name=\"List Table 7 Colorful Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"46\"\r\n Name=\"List Table 1 Light Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"51\"\r\n Name=\"List Table 6 Colorful Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"52\"\r\n Name=\"List Table 7 Colorful Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"46\"\r\n Name=\"List Table 1 Light Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"51\"\r\n Name=\"List Table 6 Colorful Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"52\"\r\n Name=\"List Table 7 Colorful Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"46\"\r\n Name=\"List Table 1 Light Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"51\"\r\n Name=\"List Table 6 Colorful Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"52\"\r\n Name=\"List Table 7 Colorful Accent 6\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Tabella normale\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-fareast-language:EN-US;}\r\n</style>\r\n<![endif]-->','',0),(28,28,'pierpaolo.falco','FALCO Pierpaolo','FALCO',' Pierpaolo','201905100719010.DSC04660.JPG',NULL,'6359','pierpaolo.falco@uniparthenope.it',NULL,'201905100729010.CVetstud_FALCO2019.pdf','201905100729010.Lista Pubblicazioni_FALCO.pdf','Martedi\' e Mercoledi\' dalla 14.30 alle 16 .00 \n\nNote per lo studente : Inviare un email di avviso al docente prima di presentarsi al ricevimento','523 quinto piano lato Nord','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6CD65BE4CA795E3BD1C27D90D0377B47.esse3-uniparthenope-prod-01?docente_id=2037&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,'pierfal','https://www.researchgate.net/profile/Pierpaolo_Falco',NULL,NULL,'',0),(29,29,'alessio.ferone','FERONE Alessio','FERONE',' Alessio','images/photos/standard.jpg',NULL,NULL,'alessio.ferone@uniparthenope.it',NULL,'201902011406250.CVFeroneDiST.pdf',NULL,'Martedì ore 16:00 (prenotare via email)',NULL,'https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6CD65BE4CA795E3BD1C27D90D0377B47.esse3-uniparthenope-prod-01?docente_id=410&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,NULL,'<p><a href=\"https://ricerca.uniparthenope.it/cris/rp/rp01594\">ricerca.uniparthenope.it/cris/rp/rp01594</a></p>','',0),(30,30,'giampaolo.ferraioli','FERRAIOLI Giampaolo','FERRAIOLI',' Giampaolo','201709121431180.ferraioli.jpg',NULL,'081 5476778','giampaolo.ferraioli@uniparthenope.it','https://sites.google.com/view/gferraioli/','201901241053470.CV-Europass-20190124-Ferraioli-EN.pdf','201901241054060.pubblicazioni.pdf','Mercoledi\' 14.30-16.30','Stanza 510 - V Piano lato Sud','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6CD65BE4CA795E3BD1C27D90D0377B47.esse3-uniparthenope-prod-01?docente_id=1876&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,'giampaolo.ferraioli','https://www.researchgate.net/profile/Giampaolo_Ferraioli','<!--[if gte mso 9]><xml>\r\n <o:OfficeDocumentSettings>\r\n <o:AllowPNG/>\r\n </o:OfficeDocumentSettings>\r\n</xml><![endif]--> <!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:HyphenationZone>14</w:HyphenationZone>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>IT</w:LidThemeOther>\r\n <w:LidThemeAsian>JA</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:EnableOpenTypeKerning/>\r\n <w:DontFlipMirrorIndents/>\r\n <w:OverrideTableStyleHps/>\r\n <w:UseFELayout/>\r\n </w:Compatibility>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"276\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--> <!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\ntable.MsoNormalTable\r\n {mso-style-name:\"Tabella normale\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin:0cm;\r\n mso-para-margin-bottom:.0001pt;\r\n mso-pagination:widow-orphan;\r\n font-size:10.0pt;\r\n font-family:Cambria;}\r\n</style>\r\n<![endif]--> <!--StartFragment-->\r\n<p class=\"MsoNormal\" style=\"text-align:justify;text-justify:inter-ideograph; line-height:150%\"><b style=\"font-size: 8pt;\"><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family: Calibri\">Giampaolo Ferraioli </span></b><span lang=\"EN-US\" style=\"font-size: 12pt; font-family: Calibri;\">was born in Lagonegro, Italy, in 1982. He received the BS and MS degrees and the Ph.D. degree in Telecommunication Engineering from the Università degli Studi di Napoli Parthenope in 2003, 2005 and 2008, respectively. He has been Visiting Scientist at Département TSI of Télécom ParisTech, Paris, France. Currently, he is an Assistant Professor with Università degli Studi di Napoli Parthenope. His main research interests deal with Statistical Signal and Image Processing, Radar Systems, Synthetic Aperture Radar Interferometry and Magnetic Resonance Imaging. In 2009 he won the “IEEE 2009 Best European PhD Thesis in Remote Sensing” prize, sponsored by IEEE Geoscience and Remote Sensing Society. He serves as Associate Editor of IEEE Geoscience and Remote Sensing Letters and of Remote Sensing. He is member of the Technical Liaison Committee for IEEE Transactions on Computational Imaging. He is a Senior Member of IEEE.</span></p>\r\n<!--[if gte mso 9]><xml>\r\n<o:OfficeDocumentSettings>\r\n<o:AllowPNG />\r\n<o:PixelsPerInch>96</o:PixelsPerInch>\r\n</o:OfficeDocumentSettings>\r\n</xml><![endif]--> <!--[if gte mso 9]><xml>\r\n<w:WordDocument>\r\n<w:View>Normal</w:View>\r\n<w:Zoom>0</w:Zoom>\r\n<w:TrackMoves />\r\n<w:TrackFormatting />\r\n<w:HyphenationZone>14</w:HyphenationZone>\r\n<w:PunctuationKerning />\r\n<w:ValidateAgainstSchemas />\r\n<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n<w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n<w:DoNotPromoteQF />\r\n<w:LidThemeOther>IT</w:LidThemeOther>\r\n<w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n<w:Compatibility>\r\n<w:BreakWrappedTables />\r\n<w:SnapToGridInCell />\r\n<w:WrapTextWithPunct />\r\n<w:UseAsianBreakRules />\r\n<w:DontGrowAutofit />\r\n<w:SplitPgBreakAndParaMark />\r\n<w:EnableOpenTypeKerning />\r\n<w:DontFlipMirrorIndents />\r\n<w:OverrideTableStyleHps />\r\n</w:Compatibility>\r\n<m:mathPr>\r\n<m:mathFont m:val=\"Cambria Math\" />\r\n<m:brkBin m:val=\"before\" />\r\n<m:brkBinSub m:val=\"--\" />\r\n<m:smallFrac m:val=\"off\" />\r\n<m:dispDef />\r\n<m:lMargin m:val=\"0\" />\r\n<m:rMargin m:val=\"0\" />\r\n<m:defJc m:val=\"centerGroup\" />\r\n<m:wrapIndent m:val=\"1440\" />\r\n<m:intLim m:val=\"subSup\" />\r\n<m:naryLim m:val=\"undOvr\" />\r\n</m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n<w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"false\"\r\nDefSemiHidden=\"false\" DefQFormat=\"false\" DefPriority=\"99\"\r\nLatentStyleCount=\"380\">\r\n<w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"Normal\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\nUnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\nUnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\nUnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\nUnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\nUnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\nUnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 7\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\nUnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 8\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\nUnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 9\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"index 1\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"index 2\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"index 3\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"index 4\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"index 5\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"index 6\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"index 7\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"index 8\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"index 9\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\nUnhideWhenUsed=\"true\" Name=\"toc 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\nUnhideWhenUsed=\"true\" Name=\"toc 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\nUnhideWhenUsed=\"true\" Name=\"toc 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\nUnhideWhenUsed=\"true\" Name=\"toc 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\nUnhideWhenUsed=\"true\" Name=\"toc 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\nUnhideWhenUsed=\"true\" Name=\"toc 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\nUnhideWhenUsed=\"true\" Name=\"toc 7\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\nUnhideWhenUsed=\"true\" Name=\"toc 8\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\nUnhideWhenUsed=\"true\" Name=\"toc 9\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Normal Indent\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"footnote text\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"annotation text\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"header\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"footer\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"index heading\" />\r\n<w:LsdException Locked=\"false\" Priority=\"35\" SemiHidden=\"true\"\r\nUnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"caption\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"table of figures\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"envelope address\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"envelope return\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"footnote reference\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"annotation reference\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"line number\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"page number\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"endnote reference\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"endnote text\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"table of authorities\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"macro\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"toa heading\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"List\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"List Bullet\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"List Number\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"List 2\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"List 3\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"List 4\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"List 5\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"List Bullet 2\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"List Bullet 3\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"List Bullet 4\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"List Bullet 5\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"List Number 2\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"List Number 3\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"List Number 4\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"List Number 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"10\" QFormat=\"true\" Name=\"Title\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Closing\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Signature\" />\r\n<w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"true\"\r\nUnhideWhenUsed=\"true\" Name=\"Default Paragraph Font\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Body Text\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Body Text Indent\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"List Continue\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"List Continue 2\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"List Continue 3\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"List Continue 4\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"List Continue 5\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Message Header\" />\r\n<w:LsdException Locked=\"false\" Priority=\"11\" QFormat=\"true\" Name=\"Subtitle\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Salutation\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Date\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Body Text First Indent\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Body Text First Indent 2\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Note Heading\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Body Text 2\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Body Text 3\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Body Text Indent 2\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Body Text Indent 3\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Block Text\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Hyperlink\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"FollowedHyperlink\" />\r\n<w:LsdException Locked=\"false\" Priority=\"22\" QFormat=\"true\" Name=\"Strong\" />\r\n<w:LsdException Locked=\"false\" Priority=\"20\" QFormat=\"true\" Name=\"Emphasis\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Document Map\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Plain Text\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"E-mail Signature\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"HTML Top of Form\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"HTML Bottom of Form\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Normal (Web)\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"HTML Acronym\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"HTML Address\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"HTML Cite\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"HTML Code\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"HTML Definition\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"HTML Keyboard\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"HTML Preformatted\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"HTML Sample\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"HTML Typewriter\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"HTML Variable\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Normal Table\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"annotation subject\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"No List\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Outline List 1\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Outline List 2\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Outline List 3\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Table Simple 1\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Table Simple 2\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Table Simple 3\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Table Classic 1\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Table Classic 2\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Table Classic 3\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Table Classic 4\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Table Colorful 1\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Table Colorful 2\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Table Colorful 3\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Table Columns 1\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Table Columns 2\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Table Columns 3\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Table Columns 4\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Table Columns 5\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Table Grid 1\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Table Grid 2\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Table Grid 3\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Table Grid 4\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Table Grid 5\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Table Grid 6\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Table Grid 7\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Table Grid 8\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Table List 1\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Table List 2\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Table List 3\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Table List 4\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Table List 5\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Table List 6\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Table List 7\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Table List 8\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Table 3D effects 1\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Table 3D effects 2\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Table 3D effects 3\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Table Contemporary\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Table Elegant\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Table Professional\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Table Subtle 1\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Table Subtle 2\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Table Web 1\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Table Web 2\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Table Web 3\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Balloon Text\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"Table Grid\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Table Theme\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Note Level 1\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Note Level 2\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Note Level 3\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Note Level 4\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Note Level 5\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Note Level 6\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Note Level 7\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Note Level 8\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\nName=\"Note Level 9\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Placeholder Text\" />\r\n<w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"No Spacing\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 1\" />\r\n<w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Revision\" />\r\n<w:LsdException Locked=\"false\" Priority=\"34\" QFormat=\"true\"\r\nName=\"List Paragraph\" />\r\n<w:LsdException Locked=\"false\" Priority=\"29\" QFormat=\"true\" Name=\"Quote\" />\r\n<w:LsdException Locked=\"false\" Priority=\"30\" QFormat=\"true\"\r\nName=\"Intense Quote\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"19\" QFormat=\"true\"\r\nName=\"Subtle Emphasis\" />\r\n<w:LsdException Locked=\"false\" Priority=\"21\" QFormat=\"true\"\r\nName=\"Intense Emphasis\" />\r\n<w:LsdException Locked=\"false\" Priority=\"31\" QFormat=\"true\"\r\nName=\"Subtle Reference\" />\r\n<w:LsdException Locked=\"false\" Priority=\"32\" QFormat=\"true\"\r\nName=\"Intense Reference\" />\r\n<w:LsdException Locked=\"false\" Priority=\"33\" QFormat=\"true\" Name=\"Book Title\" />\r\n<w:LsdException Locked=\"false\" Priority=\"37\" SemiHidden=\"true\"\r\nUnhideWhenUsed=\"true\" Name=\"Bibliography\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\nUnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"TOC Heading\" />\r\n<w:LsdException Locked=\"false\" Priority=\"41\" Name=\"Plain Table 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"42\" Name=\"Plain Table 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"43\" Name=\"Plain Table 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"44\" Name=\"Plain Table 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"45\" Name=\"Plain Table 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"40\" Name=\"Grid Table Light\" />\r\n<w:LsdException Locked=\"false\" Priority=\"46\" Name=\"Grid Table 1 Light\" />\r\n<w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark\" />\r\n<w:LsdException Locked=\"false\" Priority=\"51\" Name=\"Grid Table 6 Colorful\" />\r\n<w:LsdException Locked=\"false\" Priority=\"52\" Name=\"Grid Table 7 Colorful\" />\r\n<w:LsdException Locked=\"false\" Priority=\"46\"\r\nName=\"Grid Table 1 Light Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"51\"\r\nName=\"Grid Table 6 Colorful Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"52\"\r\nName=\"Grid Table 7 Colorful Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"46\"\r\nName=\"Grid Table 1 Light Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"51\"\r\nName=\"Grid Table 6 Colorful Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"52\"\r\nName=\"Grid Table 7 Colorful Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"46\"\r\nName=\"Grid Table 1 Light Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"51\"\r\nName=\"Grid Table 6 Colorful Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"52\"\r\nName=\"Grid Table 7 Colorful Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"46\"\r\nName=\"Grid Table 1 Light Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"51\"\r\nName=\"Grid Table 6 Colorful Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"52\"\r\nName=\"Grid Table 7 Colorful Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"46\"\r\nName=\"Grid Table 1 Light Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"51\"\r\nName=\"Grid Table 6 Colorful Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"52\"\r\nName=\"Grid Table 7 Colorful Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"46\"\r\nName=\"Grid Table 1 Light Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"51\"\r\nName=\"Grid Table 6 Colorful Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"52\"\r\nName=\"Grid Table 7 Colorful Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"46\" Name=\"List Table 1 Light\" />\r\n<w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark\" />\r\n<w:LsdException Locked=\"false\" Priority=\"51\" Name=\"List Table 6 Colorful\" />\r\n<w:LsdException Locked=\"false\" Priority=\"52\" Name=\"List Table 7 Colorful\" />\r\n<w:LsdException Locked=\"false\" Priority=\"46\"\r\nName=\"List Table 1 Light Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"51\"\r\nName=\"List Table 6 Colorful Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"52\"\r\nName=\"List Table 7 Colorful Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"46\"\r\nName=\"List Table 1 Light Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"51\"\r\nName=\"List Table 6 Colorful Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"52\"\r\nName=\"List Table 7 Colorful Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"46\"\r\nName=\"List Table 1 Light Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"51\"\r\nName=\"List Table 6 Colorful Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"52\"\r\nName=\"List Table 7 Colorful Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"46\"\r\nName=\"List Table 1 Light Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"51\"\r\nName=\"List Table 6 Colorful Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"52\"\r\nName=\"List Table 7 Colorful Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"46\"\r\nName=\"List Table 1 Light Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"51\"\r\nName=\"List Table 6 Colorful Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"52\"\r\nName=\"List Table 7 Colorful Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"46\"\r\nName=\"List Table 1 Light Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"51\"\r\nName=\"List Table 6 Colorful Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"52\"\r\nName=\"List Table 7 Colorful Accent 6\" />\r\n</w:LatentStyles>\r\n</xml><![endif]-->\r\n<p><style type=\"text/css\">\r\n<!--\r\n /* Font Definitions */\r\n@font-face\r\n {font-family:\"Cambria Math\";\r\n panose-1:2 4 5 3 5 4 6 3 2 4;\r\n mso-font-charset:0;\r\n mso-generic-font-family:auto;\r\n mso-font-pitch:variable;\r\n mso-font-signature:-536870145 1107305727 0 0 415 0;}\r\n@font-face\r\n {font-family:Calibri;\r\n panose-1:2 15 5 2 2 2 4 3 2 4;\r\n mso-font-charset:0;\r\n mso-generic-font-family:auto;\r\n mso-font-pitch:variable;\r\n mso-font-signature:-536870145 1073786111 1 0 415 0;}\r\n /* Style Definitions */\r\np.MsoNormal, li.MsoNormal, div.MsoNormal\r\n {mso-style-unhide:no;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n margin:0cm;\r\n margin-bottom:.0001pt;\r\n mso-pagination:widow-orphan;\r\n mso-hyphenate:none;\r\n font-size:12.0pt;\r\n font-family:\"Times New Roman\";\r\n mso-fareast-font-family:\"Times New Roman\";\r\n mso-fareast-language:#0400;}\r\np.FigureCaption, li.FigureCaption, div.FigureCaption\r\n {mso-style-name:\"Figure Caption\";\r\n mso-style-unhide:no;\r\n margin:0cm;\r\n margin-bottom:.0001pt;\r\n text-align:justify;\r\n mso-pagination:widow-orphan;\r\n mso-hyphenate:none;\r\n text-autospace:ideograph-numeric;\r\n font-size:8.0pt;\r\n font-family:\"Times New Roman\";\r\n mso-fareast-font-family:\"Times New Roman\";\r\n mso-ansi-language:EN-US;\r\n mso-fareast-language:#0400;}\r\n.MsoChpDefault\r\n {mso-style-type:export-only;\r\n mso-default-props:yes;\r\n font-size:10.0pt;\r\n mso-ansi-font-size:10.0pt;\r\n mso-bidi-font-size:10.0pt;}\r\n@page WordSection1\r\n {size:612.0pt 792.0pt;\r\n margin:70.85pt 2.0cm 2.0cm 2.0cm;\r\n mso-header-margin:36.0pt;\r\n mso-footer-margin:36.0pt;\r\n mso-paper-source:0;}\r\ndiv.WordSection1\r\n {page:WordSection1;}\r\n-->\r\n</style> <!--[if gte mso 10]>\r\n<style>\r\n/* Style Definitions */\r\ntable.MsoNormalTable\r\n{mso-style-name:\"Tabella normale\";\r\nmso-tstyle-rowband-size:0;\r\nmso-tstyle-colband-size:0;\r\nmso-style-noshow:yes;\r\nmso-style-priority:99;\r\nmso-style-parent:\"\";\r\nmso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\nmso-para-margin:0cm;\r\nmso-para-margin-bottom:.0001pt;\r\nmso-pagination:widow-orphan;\r\nfont-size:10.0pt;\r\nfont-family:\"Times New Roman\";}\r\n</style>\r\n<![endif]--> <!--StartFragment--> <!--EndFragment--></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify;text-justify:inter-ideograph; line-height:150%\"><span lang=\"EN-GB\" style=\"font-family: "Times New Roman";mso-ansi-language:EN-GB\"><o:p></o:p></span></p>\r\n<!--EndFragment-->',NULL,'',0),(31,31,'pierpaolo.franzese','FRANZESE Pier Paolo','FRANZESE',' Pier Paolo','201511151810130.Pier Paolo Franzese.jpg','https://ecodynamics-uniparthenope.weebly.com/pierpaolofranzese.html?id_nomina=31','+39 081 5476528','pierpaolo.franzese@uniparthenope.it','https://ecodynamics-uniparthenope.weebly.com/pierpaolofranzese.html',NULL,NULL,'Su appuntamento','Sesto Piano, Lato Nord','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6CD65BE4CA795E3BD1C27D90D0377B47.esse3-uniparthenope-prod-01?docente_id=1354&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,'pierpaolofranzese','https://www.scopus.com/authid/detail.uri?authorId=25928400400','<p> https://ecodynamics-uniparthenope.weebly.com/pierpaolofranzese.html?id_nomina=31 <a id=\"fck_paste_padding\"></a></p>','<p> https://ecodynamics-uniparthenope.weebly.com/pierpaolofranzese.html?id_nomina=31<a id=\"fck_paste_padding\"></a></p>','',0),(33,33,'giannetta.fusco','FUSCO Giannetta','FUSCO',' Giannetta','201902271821180.io_feb2019.jpg',NULL,'081 547 6592','giannetta.fusco@uniparthenope.it',NULL,'201911111159190.CV_Giannetta_Fusco_x web.pdf','201902271740200.Elenco Pubblicazioni.pdf','tutti i giorni previa prenotazione via-mail','n. 526 V piano','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6C79642AD9D47DFBB991DF8FD7C7C5CF.esse3-uniparthenope-prod-01?docente_id=705&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,'giannetta.fusco','https://www.researchgate.net/profile/Giannetta_Fusco','<p> </p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom:3.0pt;text-align:justify\"><span style=\"font-size: x-small;\"><span style=\"font-family: Courier New;\"><small><br />\r\n</small></span></span></p>',NULL,'',0),(34,34,'salvatore.gaglione','GAGLIONE Salvatore','GAGLIONE',' Salvatore','201311021642530.3deec5236ca7793dd4_l_3ef4f.jpg','<p>Giorni e Orario di ricevimento:<br />\r\n<br />\r\nmartedì - mercoledì - giovedì dalle ore 10:30 alle 12:30 </p>','6610','salvatore.gaglione@uniparthenope.it','http://pang.uniparthenope.it/',NULL,'201311011750480.paper_list.html','martedì - mercoledì - giovedì dalle ore 10:30 alle 12:30 (4° piano Lato SUD stanza 406)','406 - 4° piano L','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6C79642AD9D47DFBB991DF8FD7C7C5CF.esse3-uniparthenope-prod-01?docente_id=1349&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,'https://www.researchgate.net/profile/Salvatore_Gaglione/?ev=hdr_xprf','<p>Salvatore Gaglione has obtained his M.Sc degree in Navigation Sciences at "Parthenope" University of Naples. On February 2006 he successfully defended his PhD dissertation entitled: The GBAS - Ground-Based Augmentation System. Since March 2008 he has been Assistant Professor in Navigation at the Science and Technology Department at "Parthenope" University of Naples. On 2010 he was Visiting Academic at "Department of Geomatics Engineering” of University of Calgary (Canada) working on issues of Integrated Navigation From June 2010 he is one of the Scientific Director of the Department of Science and Technology “Navigation Laboratory" and Responsible of the EGNOS DATA COLLECTION NETWORK monitor station placed at Naples.</p>',NULL,'',0),(35,35,'ardelio.galletti','GALLETTI Ardelio','GALLETTI',' Ardelio','201612062102380.fotoAG2.png',NULL,'081-547 6607','ardelio.galletti@uniparthenope.it','http://scholar.google.it/citations?user=9nkAP-4AAAAJ&hl=it','201612092009150.Galletti_CV_italiano.pdf',NULL,'Giovedì 14:00 - 16:00','422, IV piano (Lato Nord)','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do?docente_id=436&ANNO_ACCADEMICO=2018\n','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,'https://www.researchgate.net/profile/Ardelio_Galletti',NULL,NULL,'',0),(37,37,'giulio.giunta','GIUNTA Giulio','GIUNTA',' Giulio','201402211209310.foto-220-GG.jpg',NULL,'081-547 6546','giulio.giunta@uniparthenope.it','https://scholar.google.it/scholar?hl=en&as_sdt=0%2C5&q=giulio+giunta&btnG=','201911221030580.Curriculum-ita-2019-GGiunta-SSIS.pdf','201911221100460.Pubblicazioni Scopus Giunta-11-2019.pdf','lunedì 14:00 - 16:00','420, IV piano Nord','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6C79642AD9D47DFBB991DF8FD7C7C5CF.esse3-uniparthenope-prod-01?docente_id=2051&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,'prof.giulio.giunta','https://www.researchgate.net/profile/Giulio_Giunta2','<p><strong>Posizione attuale.</strong><br />\r\nProfessore Ordinario di Calcolo Scientifico (SSD: MAT/08, SC: 01/A5).<br />\r\nPresidente del Corso di Studi in Informatica, Università di Napoli Parthenope (UniParthenope).<br />\r\n</p>\r\n<p><strong>Formazione e Posizioni precedenti.</strong><br />\r\nLaurea in Fisica con lode, Università di Napoli Federico II. <br />\r\nBorsa di studio in Analisi Numerica, Consiglio Nazionale delle Ricerche, Dip. Matematica e Applicazioni, Università di Napoli Federico II, 1978 - 1982.<br />\r\nRicercatore universitario (Calcolo Numerico e Programmazione), <span style=\"text-align: justify;\">Dipartimento di Matematica e Applicazioni, Università di Napoli </span><em style=\"text-align: justify;\">Federico II</em><span style=\"text-align: justify;\">, 1982 -1986.<br />\r\n</span>Ricercatore (Resident Associate), Mathematics and Computer Science Division, Argonne National Laboratory, University of Chicago, USA, 1984.<br />\r\nProfessore Associato di Calcolo Numerico e Programmazione, Facoltà di Ingegneria, Università della Basilicata, 1987 - 1990.<br />\r\nProfessore di Analisi Numerica, Università Nazionale Somala, Mogadiscio, Somalia, 1990.<br />\r\nProfessore Straordinario di Calcolo Numerico e Programmazione, Facoltà di Scienze Nautiche, Istituto Universitario Navale di Napoli, 1990 - 1993.<br />\r\nProfessore Ordinario di Calcolo Numerico e Programmazione (MAT/08), UniParthenope, 1994 - oggi.<br />\r\nDirettore dell\'Istituto di Matematica, UniParthenope, 1990 - 1998.<br />\r\nDirettore dell\'Istituto di Matematica, Fisica e Applicazioni, UniParthenope, 1998 - 2004.<br />\r\nPresidente del Centro di Calcolo Elettronico, UniParthenope, 1998 - oggi.<br />\r\nMembro del Nucleo di Valutazione, UniParthenope, 2000 - 2002.<br />\r\nMembro del Consiglio di Amministrazione, UniParthenope, 11/2002 -11/2005.<br />\r\nPresidente del i Corso di Studi in Informatica,UniParthenope, 2003 - oggi.<br />\r\nMembro del Collegio dei Docenti del Dottorato di Ricerca in Scienze ed Ingegneria del Mare, Università di Napoli <em>Federico II</em>, 2001-2005.<br />\r\nMembro del Comitato “Sostegno della ricerca scientifica e tecnologica e diffusione delle tecnologie” (legge 297) del Ministero dell’Istruzione, dell’Università e della Ricerca, 2004.<br />\r\nReferente Indirizzo Tecnologico, Scuola di Specializzazione Insegnamento Scolastico Superiore, UniParthenope, 2004 - 2009.<br />\r\nDirettore del Dipartimento di Scienze Applicate, UniParthenope, 2005 - 2010.<br />\r\nMembro del Comitato per la Ricerca Industriale del Ministero dell’Università e della Ricerca, 2005 - 2008.<br />\r\nPresidente del Centro di Calcolo Elettronico,UniParthenope.<br /></p>\r\n<div id=\"dnn_ctr1054_ModuleContent\" class=\"ModefforityEaloHTMLC\"><strong style=\"font-family: arial; font-size: 13px;\"><span style=\"color: #ff0000;\">Attività di ricerca.\r\n</span></strong>L’indagine scientifica di G.G. si realizza anche attraverso il coordinamento e la guida di un gruppo di ricerca multidisciplinare del Dipartimento di Scienze Applicate, composto da matematici, informatici e chimici, e si avvale degli strumenti avanzati di calcolo scientifico del Laboratorio di Modellistica Numerica e Calcolo Parallelo del suddetto dipartimento, di cui G.G. è stato l’ideatore e l’attuale responsabile scientifico (http://lmncp.uniparthenope.it). I finanziamenti delle attività di ricerca provengono da ambiti di ricerca di base e di ricerca applicata e industriale.<br />\r\nLa ricerca è finalizzata allo sviluppo e all\'analisi di metodi e di algoritmi numerici e alla produzione di software matematico di base, di software scientifico applicativo e di sistemi software avanzati per applicazioni scientifiche complesse. In quest’ultimo campo la ricerca si svolge nell’ambito di progetti interdisciplinari di Computational Science e riguarda essenzialmente problematiche di tipo ambientale.<br />\r\nNell\'attività di ricerca di G.G. ricevono particolare attenzione le metodologie e le tecniche di calcolo parallelo avanzato e, negli ultimi anni, lo sviluppo di modelli computazionali per calcolatori paralleli, dai supercalcolatori paralleli ai cluster di personal computer; infatti è parte integrante dell’attività di ricerca l’insieme delle attività di indagine e di sperimentazione delle più recenti tipologie di sistemi di calcolo ad alte prestazioni e basso costo, come multicore, many core, GPGpu e piattaforme ibride, per il calcolo scientifico. <br />\r\nUn’altra linea di ricerca di G.G. ha per obiettivo lo sviluppo di strumenti e tecnologie software per la realizzazione di ambienti computazionali collaborativi, distribuiti e virtuali per il calcolo scientifico, utilizzando metodologie e tecniche di grid/cloud computing. <br />\r\nn tali ambiti i principali contributi sono stati conseguiti nei seguenti campi: <br />\r\n metodologie e tecniche di sviluppo e valutazione di software numerico,<br />\r\n algoritmi e software matematico per problemi inversi,<br />\r\n algoritmi e software per architetture parallele,<br />\r\n modelli numerici di trasporto-diffusione-reazione,<br />\r\n calcolo scientifico avanzato per problemi di Computational Science in campo ambientale,<br />\r\n modelli numerici di qualità dell\'aria,<br />\r\n metodologie e tecniche di analisi e classificazione di dati spazio-temporali,<br />\r\n modelli di simulazione e previsione per problemi ambientali complessi,<br />\r\n implementazione (web e grid computing) di modelli ambientali complessi,<br />\r\n metodologie e tecniche per l\'ensamble modeling,<br />\r\n sviluppo di strumenti software middleware per il grid/cloud computing. </div>\r\n<p>Collaborazioni scientifiche principali: <br />\r\n Dipartimento di Matematica e Applicazioni, Università di Napoli Federico II,<br />\r\n Dipartimento di Chimica, Università di Napoli Federico II, <br />\r\n Istituto di Calcolo e Reti ad Alte Prestazioni del CNR,<br />\r\n Mathematics and Computer Science Division, Argonne National Laboratory, USA<br />\r\n Computation Institute, University of Chicago, USA,<br />\r\n Center for Advanced Computing Research del California Institute of Technology, USA.<br />\r\n NEC Laboratories America, Princeton, USA.<br />\r\n<br />\r\nMembership e incarichi scientifici principali: <br />\r\nmembro del SIAM (American Society for Industrial and Applied Mathematics),<br />\r\nmembro del GNCS (Gruppo Nazionale Calcolo Scientifico, Istituto Nazionale Alta Matematica),<br />\r\nrevisore di progetti FISR “Climatologia e sviluppo sostenibile”, MIUR,</p>\r\n<p><a id=\"fck_paste_padding\"> <br type=\"_moz\" />\r\n</a></p>','Bibliografia completa <br />\r\n\r\nPubblicazioni con ISI<br />\r\n\r\n\r\n[1] G. Giunta, G. Laccetti, A. Murli - Il problema della valutazione del software matematico. Rivista di Informatica, XIII, 1983.<br />\r\n\r\n[2] G. Giunta, A. Murli, M. Rizzardi - ARIST: a package for IEEE Standard arithmetic. Mini and Microcomputers and their applications. (ed. G. Mastronardi), ISMM, Acta Press, 1984.<br />\r\n\r\n[3] J.N. Lyness, G. Giunta - A modification of the Weeks method for numerical inversion of the Laplace Transform. Mathematics of Computation, 47, 175, 1986.<br />\r\n\r\n[4] G. Giunta, A. Murli - Algorithm 649. A package for computing trigonometric Fourier coefficients based on Lyness algorithm. ACM Transactions on Mathematical Software, 13, 1, 1987.<br />\r\n\r\n[5] B.S. Garbow, G. Giunta, J.N. Lyness, A. Murli – Software for an implementation of Weeks\' method for the Inverse Laplace Transform problem. ACM Transactions on Mathematical Software, 14, 2, 1988.<br />\r\n\r\n[6] Garbow B.S., G. Giunta, J.N. Lyness, A. Murli - Algorithm 662. A Fortran software package for the numerical inversion of the Laplace Transform based on Weeks\' method. ACM Transactions on Mathematical Software, 14, 2, 1988.<br />\r\n\r\n[7] G. Giunta, G. Laccetti, M. Rizzardi - More on the Weeks method for numerical inversion of the Laplace Transform. Numerische Mathematik, 54, 1988.<br />\r\n\r\n[8] Giunta G., G. Laccetti, M. Rizzardi – A numerical method for locating the abscissa of convergence of a Laplace Transform function with no Singularity at Infinity. International Journal of Computer Mathematics, 37,1990.<br />\r\n\r\n[9] G. Giunta, G. Laccetti, A. Murli - Software matematico e nuove architetture. Rivista di Informatica, XXI, 2, 1991. <br />\r\n\r\n[10] A. d\'Alessio, G. Giunta, G. Schmid - Sul posizionamento della trasformazione di Laplace. Ricerche di Matematica, XLIII, 2, 1994.<br />\r\n\r\n[11] G. Giunta, A. Murli, G. Schmid - An analysis of bilinear transform-polynomial methods of inversion of Laplace transforms. Numerische Mathematik, 69, 1995.<br />\r\n\r\n[12] P. d\'Ambra, G. Giunta - Concurrent banded Cholesky factorization on workstation networks using PVM. Parallel Computing, 25, 1995.<br />\r\n\r\n[13] M.A. de Rosa, G. Giunta, M. Rizzardi - Parallel Talbot\'s algorithm for distributed memory machines, Parallel Computing, 25, 1995.<br />\r\n\r\n[14] G. Giunta, A. Murli, G. Schmid - Error analysis of Rjabov algorithm for inverting Laplace Transforms. Ricerche di Matematica, XLIV,1, 1995.<br />\r\n\r\n[15] G. Barone, P. D’Ambra, D. di Serafino, G. Giunta, A. Murli, A. Riccio - Parallel Numerical Simulation of Reacting Flows in Air Quality models. Proc. Conference on Parallel Computational Fluid Dynamics 96 (P. Schiano, A. Ecer, J. Periaux, N. Satofuka, Eds.), North Holland, 1997.<br />\r\n\r\n[16] G. Barone, P. D’Ambra, D. di Serafino, G. Giunta, A. Riccio - Numerical simulations of air pollution phenomena in ther Neapolitan urban area(southern Italy): first experiences. Notes on Numerical Fluid Mechanics, Large Scale Scientific Computiations of engineering and environmental problems, (M. Griebel et al. eds.), vol 62, Kluwer Ac. Publ., 1998. <br /> \r\n\r\n[17] G. Barone, P. D’Ambra, D. di Serafino, G. Giunta, A. Riccio - Present developments of advanced computational methods for modeling meteorology and urban air quality assessment. Proc. of the Euro-Mediterranean Conference on Transport policy and air quality in urban areas, 1998. <br /> \r\n\r\n[18] G. Giunta, et al. – Application of a photochemical Air Quality Model to the Naples urban area and implications to local ozone control strategies. Fres. Environmental Bullettin, 7,1998. <br /> \r\n\r\n[19] G. Barone, P. D’Ambra, D. di Serafino, G. Giunta, A. Riccio - Application of a Parallel Photochemical Air Quality Model to the Campania Region. Proc. of the APMS International Conference, (INRIA ed.), Paris, 1998.<br />\r\n\r\n[20] G. Barone, P. D’Ambra, D. di Serafino, G. Giunta, A. Murli, A. Riccio – Application of the Parallel Photochemical Air Quality Model to the Campania Region (Southern Italy). Mathematics and Environment, 3rd International Congress, (P. Fergola Ed.), 1998. <br /> \r\n\r\n[21] G. Barone, P. D’Ambra, D. di Serafino, G. Giunta, A. Riccio - Parallel numerical simulation of air pollution in southern Italy: first experiences. Large Scale Computations in Air Pollution Modelling, (Z. Zlatev et al. eds.), Vieweg, 1998.<br /> \r\n\r\n[22] G. Barone, P. D’Ambra, D. di Serafino, G. Giunta, A. Riccio - A comparison of numerical methods for solving the diffusion-reaction equations in air quality models. Computing and Visualization in Science, vol. 2, N 1, 1-13,1999.<br />\r\n\r\n[23] G. Barone, P. D’Ambra, D. di Serafino, G. Giunta, A. Murli, A. Riccio - Parallel numerical simulation of air pollution in southern Italy. Large Scale Computations in Air Pollution Modelling, (Z. Zlatev et al. eds.), Kluwer Ac. Publ., NATO Science Series, 2 Environmental Security, Vol. 57, 1999.<br /> \r\n\r\n[24] G. Barone, P. D’Ambra, D. di Serafino, G. Giunta, A. Riccio - PNAM: parallel software for air quality simulations in the Naples area. Environmental Management and Health, 10, 4, 1999. <br /> \r\n\r\n[25] G. Barone, P. D’Ambra, D. di Serafino, G. Giunta, A. Riccio – A comprehensive atmospheric chemical model for the description of dynamics of reactive pollutants. N.Y. Academy of Sciences, 879, 1999.<br /> \r\n\r\n[26] G. Giunta, et al. - Marine GIS Development: Mapping the Bay of Naples. Sea Technology, vol. 40, No 6, June, 1999.<br /> \r\n\r\n[27] G. Barone, P. D’Ambra, G. Giunta, A. Riccio - Application of a parallel photochemical air quality model to the Campania region (southern Italy). Environmental Modelling & Software, 15 , 2000. <br /> \r\n\r\n[28] G. Barone, P.J.H. Builtjes, G. Giunta (Eds.) - Global and Reagional Atmospheric Modelling, Annali I.U.N., special issue, Proc. III GLOREAM Workshop, 2000.<br />\r\n\r\n[29] P. Mariani, S. Esposito, G. Giunta, M. Ribera - Interaction between plankton seasonal cycle and terrestrial runoff in the Gulf of Naples: a numerical study. Chemistry and Ecology, 3, 2004.<br />\r\n\r\n[30] G. Giunta, R. Montella, P. Mariani, A. Riccio - Modeling and computational issues for air/water quality problems: a grid computing approach. Il Nuovo Cimento, 28C, 2, 2005.<br />\r\n\r\n[31] A. Riccio, G. Barone, E. Chianese, G. Giunta - A hierarchical Bayesan approach to the spatio-temporal modeling of air quality data. Atmospheric Environment, 40, 2006.<br />\r\n\r\n[32] I. Ascione, G. Giunta, P. Mariani, R. Montella, A. Riccio - A grid computing based virtual laboratory for environmental simulations. Proc. of EuroPar 2006, Parallel Processing (W. Nagel, W. Walter, W. Lehrer eds.), Springer, 2006.<br />\r\n\r\n[33] G. Giunta, P. Mariani, R. Montella, A. Riccio - pPOM: a nested, scalable, parallel and Fortran 90 implementation of the Princeton Ocean Model. Environmental Modelling and Software, 22, 2007.<br />\r\n \r\n[34] A. Riccio, E. Chianese, G. Giunta - The application of a trajectory classification procedure to interpret air pollution measurements in the urban area of Naples (Southern Italy). Science of the Total Environment, 376, 198-214, 2007.<br />\r\n\r\n[35] G. Giunta, R. Montella, A. Riccio - Using Grid Computing Based Components in On Demand Environmental Data Delivery. Proceedings of UPGRADE-CN’07, June 26, 2007, Monterey, California, USA. ACM 978-1-59593-718-6, 2007.<br />\r\n\r\n[36] G. Giunta, R. Montella, A. Riccio - An integrated ClassAd-Latent Semantic Indexing matchmaking algorithm for Globus Toolkit based computing grids. Proceedings of the 7th International Conference on Parallel Processing and Applied Mathematics PPAM 2007, 2007.<br />\r\n\r\n[37] G. Giunta, G. Laccetti, R. Montella - A grid-based service oriented environmental modeling laboratory for research and production applications. Proceedings of the 7th International Conference on Parallel Processing and Applied Mathematics PPAM 2007, 2007.<br />\r\n\r\n[38] A. Riccio, G. Giunta, and S. Galmarini - Seeking for the rational basis of the \'median model\': a way to optimally combine multi-model ensemble results. Atmospheric Chemistry and Physics, 7, 5701-5737, 2007.<br />\r\n\r\n[39] Giunta G., G. Laccetti, R. Montella - A grid-based service oriented environmental modeling laboratory for research and production applications. Parallel Processing and Applied Mathematics 2007 (R. Wyrzykowski, J. Dongarra, K. Karczewski, J. Wasniewski, editors), Lecture Notes in Computer Science n. 4967, Springer Verlag, pagg. 951-960, 2008.<br />\r\n\r\n[40] Giunta G., G. Laccetti, R. Montella - Five dimension environmental data resource brokering on computational grids and scientific clouds - Proceedings of the 3rd IEEE Asia-Pacific Services Computing Conference (IEEE APSCC 2008), pp. 81-88, 2008.<br />\r\n\r\n[41] A. Ciaramella, G. Giunta, A. Riccio, S. Galmarini - Independent Data Model Selection for Ensemble Dispersion Forecasting. Book: Applications of Supervised and Unsupervised Ensemble Methods. Series: Studies in Computational Intelligence, Vol. 245, pp. 213-231,ISSN:1860-949X, Springer-Verlag, 2009.<br />\r\n\r\n[42] R. Montella, G. Giunta, G. Laccetti - Multidimensional Environmental Data Resource Brokering on Computational Grids and Scientific Clouds. Book: Handbook of Cloud Computing, Part 4, pp. 474-492, 978-1-4419-6524-0_20, 2010.<br />\r\n\r\n[43] G. Giunta, R. Montella, G. Agrillo, G. Coviello - A GPGPU Transparent Virtualization Component for High Performance Computing Clouds. Lecture Notes in Computer Science, Vol. 6271/2010, pp. 379-391, 978-3-642-15277-1_37, 2010.<br />\r\n\r\n[44] S. Potempski, S. Galmarini, A. Riccio, G. Giunta - Bayesian model averaging for emergency response atmospheric dispersion multimodel ensembles: Is it really better? How many data are needed? Are the weights portable? . J. Geophys. Res., Vol. 115, No. D21, D21309, doi:10.1029/2010JD014210, 2010.<br />\r\n\r\n[45] A. Riccio, G Giunta, T. Landi, M. Migliaccio - Remote optical observation of biomass burning: A feasibility and experimental case study with the SIM.GA hyperspectral system. International Journal of Remote Sensing, p. 1-19, ISSN: 0143-1161, doi: 10.1080/01431161. 2010.508055, 2011. <br />\r\n\r\n[46] G. Giunta, R. Montella, G. Laccetti, F. Isaila, F. Garcia Blas – A GPU accelerated High Performance Cloud Computing infrastructure for Grid Computing based virtual environmental laboratory. Book: Advances in Grid Computing (Z. Constantinescu Ed.), Intech, pp. 121-146, 978-953-307-301-9, 2011.<br />\r\n\r\n[47] Riccio, A., A. Ciaramella, G. Giunta, S. Galmarini, E. Solazzo, and S. Potempski (2012), On the systematic reduction of data complexity in multi-model atmospheric dispersion ensemble modeling, J. Geophys. Res., vol 117, D05314, 12 pp, doi:10.1029/2011JD016503, 2012.<br />\r\n\r\n[48] Montella R., Coviello G., Giunta G., Laccetti G., Isaila F., and Garcia Blas J., A General-Purpose Virtualization Service for HPC on Cloud Computing: An Application to GPUs, Parallel Processing and Applied Mathematics, PPAM 2011 (R.Wyrzykowski, J.Dongarra , K.Karczewski, J.Wasniewski Eds.), pp. 740-749, Lecture Notes in Computer Science n. 7203, Springer Verlag, DOI: 10.1007/978-3-642-31464-3, 2012.<br />\r\n\r\n[49] Galletti A., Giunta G., Schmid G., A mathematical model of collaborative reputation systems, International Journal of Computer Mathematics, vol 89, n. 17, pp. 2315-2332 DOI: 10.1080/00207160.2012.715641, 2012.<br />\r\n\r\n[50] Cuomo S., Galletti A., Giunta G., Starace A., Surface reconstruction from scattered point via RBF interpolation on GPU, Proceedings of the 2013 Federated Conference on Computer Science and Information Systems. vol. 1, p. 433-440, IEEE, ISBN: 978-1-4673-4471-5, Krakow, Poland, September 8-11, 2013.<br />\r\n\r\n[51] Cuomo S., Galletti A., Giunta G., Marcellino L., A class of piecewise interpolating functions based on barycentric coordinates, Ricerche di Matematica, vol. 63, p. 87-102, ISSN: 1827-3491, doi: 10.1007/s11587-014-0214-8, 2014.<br />\r\n\r\n[52] Cuomo S., Galletti A., Giunta G., Marcellino L., A novel triangle-based method for scattered data interpolation. Applied Mathematical Sciences, vol. 8, p. 6717-6724, ISSN: 1314-7552, doi: 10.12988/ams, 2014.<br />\r\n\r\n[53] Montella R., Giunta G., Laccetti G., Virtualizing high-end GPGPUs on ARM clusters for the next generation of high performance cloud computing. Cluster Computing, vol. 1, p. 139-152, ISSN: 1386-7857, doi: 0.1007/s10586-013-0341-0, 2014.<br />\r\n\r\n[54] Ciaramella A., Gianfico M., Giunta G., Compressive sampling and adaptive dictionary learning for the Packet Loss Recovery in Audio Multimedia Streaming. Multimedia Tools and Applications, doi:10.1007/s11042-015-3002-x, 2015.<br />\r\n\r\n[55] Cuomo S., Galletti A., Giunta G., Marcellino L.. Piecewise Hermite interpolation via barycentric coordinates. RICERCHE DI MATEMATICA, vol. 64, p. 303-319, ISSN: 0035-5038, doi: 10.1007/s11587. 2015.<br />\r\n\r\n[56] Montella, R., Giunta, G., Laccetti, G., Lapegna, M., Palmieri, C., Ferraro, C.,\r\nPelliccia, V.: Virtualizing CUDA enabled GPGPUs on ARM clusters. (2016) Lecture\r\nNotes in Computer Science (including subseries Lecture Notes in Artificial\r\nIntelligence and Lecture Notes in Bioinformatics), 9574, pp. 3-14. Cited 17 times.\r\nDOI: 10.1007/978-3-319-32152-3_1.<br />\r\n\r\n[57]Montella, R., Ferraro, C., Kosta, S., Pelliccia, V., Giunta, G.: Enabling androidbased devices to high-end GPGPUs. (2016) Lecture Notes in Computer Science\r\n(including subseries Lecture Notes in Artificial Intelligence and Lecture Notes\r\nin Bioinformatics), 10048 LNCS, pp. 118-125. Cited 8 times. DOI: 10.1007/978-3-\r\n319-49583-5_9.<br />\r\n\r\n[58]Ciaramella, A., Giunta, G.: Packet loss recovery in audio multimedia streaming by\r\nusing compressive sensing. (2016) IET Communications, 10 (4), pp. 387-392. DOI:\r\n10.1049/iet-com.2014.0995. < br />\r\n\r\n[59] Cuomo, S., Galletti, A., Giunta, G., Marcellino, L.: Some error bounds for kiterated\r\ngaussian recursive filters. (2016) AIP Conference Proceedings, 1776, art.\r\nno. 040008, . Cited 2 times. DOI: 10.1063/1.4965320. <br />\r\n\r\n[60] Galletti, A., Giunta, G.:Error analysis for the first-order Gaussian recursive filter operator. (2016) Proceedings of the 2016 Federated Conference on Computer\r\nScience and Information Systems, FedCSIS 2016, art. no. 7733312, pp. 673-678.\r\nCited 3 times.<br />\r\n\r\n[61] Ciaramella, A., Gianfico, M., Giunta, G.: Compressive sampling and adaptive dictionary learning for the packet loss recovery in audio multimedia streaming.\r\n(2016) Multimedia Tools and Applications, 75 (24), pp. 17375-17392. Cited 4 times.\r\nDOI: 10.1007/s11042-015-3002-x. <br />\r\n\r\n[62] Galletti, A., Giunta, G.: On the Construction of a Second Order Gaussian Recursive Filter. (2017) Proceedings - 12th International Conference on Signal Image Technology and Internet-Based Systems, SITIS 2016, art. no. 7907545, pp. 705-712. Cited 1 time. DOI: 10.1109/SITIS.2016.118. <br />\r\n\r\n[63] Cuomo, S., Galletti, A., Giunta, G., Marcellino, L.: Reconstruction of implicit curves and surfaces via RBF interpolation. (2017) Applied Numerical Mathematics, 116, pp. 157-171. Cited 17 times. DOI: 10.1016/j.apnum.2016.10.016.<br />\r\n\r\n[64]Cuomo, S., Galletti, A., Giunta, G., Marcellino, L.: Numerical Effects of the Gaussian Recursive Filters in Solving Linear Systems in the 3Dvar Case Study. (2017) Numerical Mathematics, 10 (3), pp. 520-540. Cited 3 times. DOI: 10.4208/nmtma.2017.m1528.<br />\r\n\r\n[65] Montella, R., Giunta, G., Laccetti, G., Lapegna, M., Palmieri, C., Ferraro, C., Pelliccia, V., Hong, C.-H., Spence, I., Nikolopoulos, D.S.: On the Virtualization of CUDA Based GPU Remoting on ARM and X86 Machines in the GVirtuS Framework. (2017) International Journal of Parallel Programming, 45 (5), pp. 1142-1163. Cited 13 times. DOI: 10.1007/s10766-016-0462-1.<br />\r\n\r\n[66] Galletti, A., Giunta, G., Marcellino, L., Parlato, D.: An algorithm for Gaussian recursive filters in a multicore architecture. (2017) Proceedings of the 2017 Federated Conference on Computer Science and Information Systems, FedCSIS 2017, art. no. 8104591, pp. 507-511. DOI: 10.15439/2017F428. <br />\r\n\r\n[67] Montella, R., Kosta, S., Oro, D., Vera, J., Fernández, C., Palmieri, C., Di Luccio, D., Giunta, G., Lapegna, M., Laccetti, G.: Accelerating Linux and Android applications on low-power devices through remote GPGPU offloading. (2017) Concurrency Computation, 29 (24), art. no. e4286. Cited 7 times. DOI: 10.1002/cpe.4286.<br />\r\n\r\n[68] Montella, R., Di Luccio, D., Kosta, S., Giunta, G., Foster, I.: Performance, Resilience, and Security in Moving Data from the Fog to the Cloud: The DYNAMO Transfer Framework Approach. (2018) Lecture Notes in Computer Science. DOI: 10.1007/978-3-030-02738-4_17.<br />\r\n\r\n[69] Chianese, E., Galletti, A., Giunta, G., Landi, T.C., Marcellino, L., Montella, R., Riccio, A.: Spatiotemporally resolved ambient particulate matter concentration by fusing observational data and ensemble chemical transport model simulations. (2018) Ecological Modelling, 385, pp. 173-181. Cited 1 time. DOI: 10.1016/j.ecolmodel.2018.07.019.<br />\r\n\r\n[70] Montella, R., Marcellino, L., Galletti, A., Di Luccio, D., Kosta, S., Laccetti, G., Giunta, G.: Marine bathymetry processing through GPGPU virtualization in high performance cloud computing. (2018) Concurrency Computation, 30 (24), art. no. e4895, . Cited 3 times.DOI: 10.1002/cpe.4895.<br />\r\n\r\n[71] Montella, R., Di Luccio, D., Marcellino, L., Galletti, A., Kosta, S., Giunta, G., Foster, I.:Workflow-based automatic processing for Internet of Floating Things crowdsourced data. (2019) Future Generation Computer Systems, 94, pp. 103-119. DOI: 10.1016/j.future.2018.11.025.<br />\r\n\r\n\r\n\r\n<br />\r\n\r\nAltre pubblicazioni<br />\r\n\r\n[1] G. Giunta, G. Laccetti, A. Murli, M. Rizzardi - Un precompilatore FORTRAN per l\'aritmetica speciale significativa. Atti Congresso AICA, 1979.<br /> \r\n\r\n[2] G. Giunta, G. Laccetti, M. Rizzardi – Un precompilatore FORTRAN per l\'aritmetica speciale significativa. Note sull\'uso. Pubblicazioni Istituto di Matematica, Univ. di Napoli, n. 79-76, 1979.<br />\r\n\r\n[3] G. Giunta, G. Laccetti, A. Murli, M. Rizzardi - Un criterio per la valutazione comparativa dell\'accuratezza dei sistemi aritmetici di minicomputers. La Ricerca, XXX, 1979.<br />\r\n\r\n[4] G. Giunta, G. Laccetti, A. Murli, M. Rizzardi - L\'influenza dell\'ambiente di elaborazione sul software matematico: un\'analisi comparativa delle caratteristiche statiche e dinamiche dei sistemi aritmetici di alcuni minicomputers. Progetto Finalizzato Informatica, rapporto SOFMAT n. 17.81, 1981.<br />\r\n\r\n[5] G. Giunta, G. Laccetti, A. Murli, M. Rizzardi - Sulle librerie di programmi numerici. Progetto Finalizzato Informatica, rapporto SOFMAT n. 18.81, 1981.<br />\r\n\r\n [6] G. Giunta, A. Murli - Una implementazione dell\'algoritmo di Lyness per il calcolo dei coefficienti di Fourier. Monografie di Software Matematico, n.25, Pubblicazioni IAC-CNR, Roma, 1983.<br />\r\n\r\n[7] G. Giunta, J.N. Lyness, A. Murli - An implementation of Weeks\' method for Inverse Laplace Transform problem. Argonne National Laboratory, Tech. Memo, n.39, 1984.<br />\r\n\r\n [8] G. Giunta, A. Murli - An algorithm for inverting the Laplace Transform using real and real sampled function values. Proc. of IMACS 88, 12th World Congress on Scientific Computation, Paris, III, 556-559, 1988.<br />\r\n\r\n[9] G. Giunta, G. Laccetti, M. Rizzardi – On computing the abscissa of convergence of a Laplace Transform function. Proc. of IMACS 88, 12th World Congress on Scientific Computation, Paris, III, 563-569, 1988.<br />\r\n\r\n[10] P. d\'Ambra, G. Giunta - Concurrent banded Cholesky factorization for distributed memory environments. Preprint n. 39, Dipartimento di Matematica e Applicazioni, Università di Napoli Federico II, 1993.<br />\r\n\r\n[11] G. Giunta - Parallel Computation in Air Quality modeling. Proc. Conferenza Nazionale S.I.M.A.I. (Società Italiana di Matematica Applicata e Industriale), 1996.<br />\r\n\r\n[12] G. Giunta, et al. - Atmospheric pollution modeling of the Campania region. Proc. III Convegno Nazionale di Informatica Chimica, 1997.<br />\r\n\r\n[13] G. Barone, P. D’Ambra, D. di Serafino, G. Giunta, A. Riccio - Application of a Parallel Photochemical Air Quality Model to the Campania Region. Proc. of the APMS International Conference, (INRIA ed.), Paris, 1998.<br />\r\n\r\n[14] G. Barone, P. D’Ambra, D. di Serafino, G. Giunta, A. Murli, A. Riccio – Application of the Parallel Photochemical Air Quality Model to the Campania Region (Southern Italy). Mathematics and Environment, 3rd International Congress, (P. Fergola Ed.), 1998. <br /> \r\n\r\n[15] G. Barone, P.J.H. Builtjes, G. Giunta (Eds.) - Global and Reagional Atmospheric Modelling, Annali I.U.N., special issue, Proc. III GLOREAM Workshop, 2000.<br />\r\n\r\n[16] G. Barone, P. D’Ambra, G. Giunta, R. Montella, A. Riccio - An operational model for air quality simulations in the Campania region). Proc. Int. Conf. on Harmonization within atmospheric dispersion modelling for regulatory purposes, 5 , 2001. <br /> \r\n\r\n[17] P. Caruso, G. Giunta, R. Montella - Integrazione fra sistemi paralleli e GIS commerciali. Proc. of ESRI GIS day, Nov., 2001.<br />\r\n\r\n[18] P. Caruso, G. Giunta, R. Montella - GIS and Environmental Modeling: an integrated approach to the air pollution of the Campania Region. Proc. of ESRI GIS day, Nov., 2001.<br />\r\n\r\n[19] G. Giunta - Supercalcolo e reti nella ricerca e nella formazione. Lezione inaugurale anno accademico 2001-02 Università di Napoli Parthenope, Jan., 2002.<br />\r\n\r\n[20] G. Giunta - Supercalcolo e reti: prospettive per la ricerca e la formazione. Quaderni Meridionali, Mar., 2002.<br />\r\n\r\n[21] G. Giunta, A. Riccio - Il Plume in grid nel modello di qualità dell’aria PNAM. Rapporto Tecnico n. 1 2002, Istituto di Matematica, Fisica e Applicazioni, Università di Napoli Parthenope, May, 2002.<br />\r\n\r\n[22] P. Mariani, S. Esposito, G. Giunta, M. Ribera - Interaction between seasonal cycle and terrestrial runoff in determining the time course of plankton biomass in a coastal embayment: a numerical study. Proc. II Convegno naz. Scienze del Mare. Bari, Nov., 2002.<br />\r\n\r\n[23] P. Caruso, G. Giunta, R. Montella, A. Pirone - Calcolo parallelo e sistemi informativi geografici: un’applicazione all’elaborazione di modelli digitali del terreno. Proc. of ESRI GIS day, Nov., 2002.<br />\r\n\r\n[24] G. Giunta, P. Mariani, R. Montella, A. Riccio - An integrated computational environment for air-water quality simulation. Proc. Computational Management Science, Crete, May, 2003.<br />\r\n\r\n[25] G. Barone, C. Bellone, G. Giunta, A. Riccio, E. Chianese - Plume dispersion from power electric stations and other industrial new plants in the Campania Region. Proc. GLOREAM 2003, Colonia, Sept., 2003.<br />\r\n\r\n[26] G. Giunta, R. Montella, A. Riccio - Space-time estimation of gridded meteorological data for the MM5 assessment. Proc. GLOREAM 2003, Colonia, Sept., 2003.<br />\r\n\r\n[27] A. Murli, G. Giunta, G. Laccetti, M. Rizzardi - Laboratorio di Programmazione I. Liguori Editore, 2003.<br />\r\n\r\n[28] G. Barone, E. Chianese, G. Giunta, A. Riccio - A hierarchical Bayesan approach to the spatio-temporal assessment of the CAMx model. Proc. GLOREAM 2004, Aveiro, Sept., 2004.<br />\r\n\r\n[29] A. Riccio, G. Giunta, and E. Chianese - Un approccio Bayesiano per la stima di CO2 a partire da misure rilevate da piattaforma aerea. (in italian) In B. Carli et al. (Editors), Clima e cambiamenti climatici: le attività di ricerca del CNR, pages 437_440. CNR, 2007.<br />\r\n\r\n[30] Montella R, Giunta G, Laccetti G. - Virtualizing high-end GPGPUs on ARM clusters for the next generation of high performance cloud computing. In: Cluster Computing. CLUSTER COMPUTING, vol. 1, p. 139-152, ISSN: 1386-7857, doi: 0.1007/s10586-013-0341-0, 2014.<br />\r\n\r\n[31] Cuomo S., Galletti A., Giunta G., Marcellino L. - Toward a Multi-level Parallel Framework on GPU Cluster with PetSC-CUDA for PDE-based Optical Flow Computation. In: International Conference on Computational Science. PROCEDIA COMPUTER SCIENCE, vol. 51, p. 170-179, ISSN: 1877-0509, doi: 10.1016/j.procs.2015.05.220, 2015.<br />\r\n\r\n[32] Cuomo S., Galletti A., Giunta G., Marcellino L. - Reconstruction of implicit curves and surfaces via RBF interpolation. In: New Trends In Numerical Analysis: Theory, Methods, Algorithms and Applications. vol. 2, p. 60-63. 2015.<br />\r\n','',0),(41,41,'silvio.magnosi','MAGNOSI Silvio','MAGNOSI',' Silvio','images/photos/standard.jpg','','4825','silvio.magnosi@uniparthenope.it',NULL,NULL,NULL,'','','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6C79642AD9D47DFBB991DF8FD7C7C5CF.esse3-uniparthenope-prod-01?docente_id=1854&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,'','','',0),(43,43,'antonio.maratea','MARATEA Antonio','MARATEA',' Antonio','201902070741090.maratea.jpg',NULL,'6687','antonio.maratea@uniparthenope.it',NULL,NULL,NULL,NULL,'408, quarto piano','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6C79642AD9D47DFBB991DF8FD7C7C5CF.esse3-uniparthenope-prod-01?docente_id=404&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,'https://www.researchgate.net/profile/Antonio_Maratea','<h2 class=\"western\" style=\"font-family: Albany, sans-serif; font-size: 14pt; font-style: italic;\">Istruzione: </h2>\r\n<p style=\"margin-bottom: 0cm;\">Dottorato di ricerca in Ingegneria dell’Informazione XVIII ciclo conseguito presso l’Università del Sannio con tesi dal titolo "<i>M</i><i>achine learning applications in functional genomics</i>", supervisore prof. Michele Ceccarelli. </p>\r\n<p style=\"margin-bottom: 0cm;\">Laurea in Scienze Statistiche conseguita presso l’Università del Sannio, con tesi di laurea in Informatica dal titolo: "<i>Fuzzy Clustering, un\'applicazione al territorio del Sannio</i>", relatore prof. Michele Ceccarelli.</p>\r\n<h2 class=\"western\" style=\"font-family: Albany, sans-serif; font-size: 14pt; font-style: italic;\">Posizioni: </h2>\r\n<p style=\"margin-bottom: 0cm;\">Ricercatore confermato presso la facoltà di Scienze e Tecnologie dell\'Università Parthenope (2011).</p>\r\n<p style=\"margin-bottom: 0cm;\">Ricercatore non confermato presso la facoltà di Scienze e Tecnologie dell\'Università Parthenope (2008).</p>\r\n<p style=\"margin-bottom: 0cm;\">Dottorando XVIII ciclo presso la facoltà di Ingegneria dell\'Università degli studi del Sannio (2003-2007).</p>\r\n<p style=\"margin-bottom: 0cm;\">Assegnista presso il Centro di Ricerca sulle Tecnologie del Software (RCOST) dell\'Università del Sannio per il Settore Scientifico Disciplinare ING-INF/05 (2003).</p>\r\n<h2 class=\"western\" style=\"font-family: Albany, sans-serif; font-size: 14pt; font-style: italic;\">Keywords:</h2>\r\n<p style=\"margin-bottom: 0cm;\">Machine Learning, Pattern Recognition, Data Mining, Soft Computing, Natural Language Processing.</p>\r\n<h2 class=\"western\" style=\"font-family: Albany, sans-serif; font-size: 14pt; font-style: italic;\">Attività Didattica (estratto) </h2>\r\n<p style=\"margin-bottom: 0cm;\"><i>Basi di Dati e Laboratorio di Basi di Dati</i> nel Corso di Laurea in Informatica dell\'Università "Parthenope", a partire dall\'anno accademico 2008/2009.</p>\r\n<p style=\"margin-bottom: 0cm;\"><i>Basi di Dati II e Laboratorio di Basi di Dati II </i>(poi Data Science)<i>,</i> nel Corso di Laurea Magistrale in Informatica Applicata dell\'Università "Parthenope", a partire dall\'anno accademico 2008/2009.</p>\r\n<p style=\"margin-bottom: 0cm;\"><i>Informatica</i> (poi <i>Abilità Informatica</i>) nel corso di laurea in Scienze Motorie dell\'Università "Parthenope", a partire dall\'anno accademico 2008/2009.</p>\r\n<p style=\"margin-bottom: 0cm;\"><i>Informatica con elementi di Bioinformatica</i> nel Corso di Laurea in Scienze Biologiche, a partire dall\'anno accademico 2009/2010 e fino all\'anno accademico 2011/2012. </p>\r\n<p style=\"margin-bottom: 0cm;\"><i>Invited lecture</i> nell\'ambito del programma Erasmus+ presso l\'università di Ruse (BG) sui metodi di classificazione Ensemble (2017).</p>\r\n<h2 class=\"western\" style=\"font-family: Albany, sans-serif; font-size: 14pt; font-style: italic;\">Viaggi di studio e permanenze all\'estero</h2>\r\n<p style=\"margin-bottom: 0cm;\"><i> Stage presso il</i> CHUM (Centre Hospitalier de l’Université de Montreal), in Canada, nel gruppo di ricerca del Prof. Pavel Hamet, per applicazioni su dati reali da Microarray di metodi informatico-statistici di analisi dei dati (2004-2005);</p>\r\n<p style=\"margin-bottom: 0cm;\"><i> soggiorno presso l’</i>IGB (Institute for Genomics and Bioinformatics) della University of California, Irvine, in USA, nel gruppo di ricerca del Prof. Pierre Baldi, per lo studio di metodi per l’analisi multifattoriale dei dati reali da Microarray e l’applicazione ai gel proteici bidimensionali delle tecniche di analisi dell’espressione differenziale (2006).</p>\r\n<h2 class=\"western\" style=\"font-family: Albany, sans-serif; font-size: 14pt; font-style: italic;\">Conferenze recenti </h2>\r\n<p>SIMAI 2016 a Milano; Compsystech 2017 a Ruse (BG); SITIS 2017 a Napoli; CVPL 2018 a Vico Equense (NA); WIRN 2018 a Vietri sul Mare (SA); WILF 2018 a Genova.</p>\r\n<div> </div>','<p><a href=\"https://dblp.uni-trier.de/pers/hd/m/Maratea:Antonio\"> Elenco pubblicazioni</a></p>','',0),(44,44,'livia.marcellino','MARCELLINO Livia','MARCELLINO',' Livia','201711280840370.22008035_10213776188660122_6768572101247740312_n.jpg',NULL,'6676','livia.marcellino@uniparthenope.it','https://scholar.google.it/citations?user=Jo-n0LUAAAAJ&hl=it, https://www.scopus.com/authid/detail.uri?authorId=56072252600 ','201908010838260.cv_marcellino_DIP.pdf',NULL,'giovedi dalle 10:00-12:00','419 piano IV ala','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6C79642AD9D47DFBB991DF8FD7C7C5CF.esse3-uniparthenope-prod-01?docente_id=420&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,'https://www.researchgate.net/profile/Livia_Marcellino','<p>Allegato PDF</p>','<p> </p>\r\n<p>https:\\\\www.scopus.com/authid/detail.uri?authorld=56072252600</p>','',0),(45,45,'filomena.mazzeo','MAZZEO Filomena','MAZZEO',' Filomena','201909171416560.IMG_4319.jpg',NULL,' 6648','filomena.mazzeo@uniparthenope.it',NULL,'201905111530550.Filomena Mazzeo MD inglese breve.docx','201905111444060.PUBBLICAZIONI SCIENTIFICHE maggio 2019.docx','Su appuntamento da concordare via email','401 IV piano lato sud','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6C79642AD9D47DFBB991DF8FD7C7C5CF.esse3-uniparthenope-prod-01?docente_id=785&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,'19 gennaio 2015/ 18 febbraio 2015',NULL,'Filomena Mazzeo ','<p> </p>\r\n<p> </p>','<p> <span style=\"font-family: Garamond, serif; font-size: 12pt; text-align: justify;\"> </span></p>\r\n<p class=\"Aaoeeu\" style=\"margin-top:1.0pt;margin-right:0cm;margin-bottom:1.0pt; margin-left:0cm;text-align:justify\"><span style=\"font-size:12.0pt;font-family: "Garamond","serif";mso-bidi-font-family:Arial;mso-ansi-language:IT\"> </span><b><span style=\"font-size:16.0pt;font-family:"Garamond",serif;mso-bidi-font-family:Arial; mso-ansi-language:IT\">ELENCO PUBBLICAZIONI</span></b></p>\r\n<h3><span style=\"font-size: 12pt; font-family: "Minion Pro", serif;\"><br />\r\n</span></h3>\r\n<h3> </h3>','',0),(46,46,'francesco.mele','MELE Francesco','MELE',' Francesco','images/photos/standard.jpg','','','f.mele@cib.na.cnr.it',NULL,NULL,NULL,'','','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do?docente_id=1685&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,'','','',0),(47,47,'concetta.metallo','METALLO Concetta','METALLO',' Concetta','images/photos/standard.jpg',NULL,'0815476958','concetta.metallo@uniparthenope.it',NULL,'201902071352570.201901291708320.CV_Metallo_2019.pdf','201902071349510.pubblicazioni2019.pdf','mercoledì ore 14.00 - stanza 410 (ricevimento va prenotato tramite email)','410 - quarto piano','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6C79642AD9D47DFBB991DF8FD7C7C5CF.esse3-uniparthenope-prod-01?docente_id=1403&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,'concymet','https://www.researchgate.net/concetta.metallo',NULL,NULL,'',0);
INSERT INTO `page_docenti` VALUES (49,49,'raffaele.montella','MONTELLA Raffaele','MONTELLA',' Raffaele','201801231037300.RMontella-Imp.png','','6672','raffaele.montella@uniparthenope.it','http://www.raffaelemontella.it',NULL,NULL,'Martedì 14:30 - 16:30','4NW-421','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6C79642AD9D47DFBB991DF8FD7C7C5CF.esse3-uniparthenope-prod-01?docente_id=1682&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,'raffaele.montella','https://www.researchgate.net/profile/Raffaele_Montella','<p> </p>\r\n<p class=\"MsoNormal\" style=\"text-align:center\" align=\"center\"><b style=\"mso-bidi-font-weight:
normal\"><span style=\"font-size:20.0pt;mso-bidi-font-size:14.0pt;
font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">Teaching and Research Curriculum Vitae</span></b></p>\r\n<p class=\"MsoNormal\" style=\"text-align:center\" align=\"center\"><b style=\"mso-bidi-font-weight:
normal\"><span style=\"font-size:14.0pt;font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></b></p>\r\n<p class=\"MsoNormal\" style=\"text-align:center\" align=\"center\"><b style=\"mso-bidi-font-weight:
normal\"><span style=\"font-size:14.0pt;font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Raffaele MONTELLA</span></b></p>\r\n<p class=\"MsoNormal\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:"Times New Roman";mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b style=\"mso-bidi-font-weight:
normal\"><span style=\"font-size:14.0pt;font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Personal Information</span></b></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">name: Raffaele Montella</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">place of birth: Naples</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">day of birth: 10/05/1972</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">cell: +39 3393055922</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">e-mail: raffaele.montella@uniparthenope.it</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">web: http://raffaelemontell.it</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">Updated: Jan 2019</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b style=\"mso-bidi-font-weight:
normal\"><span style=\"font-size:14.0pt;font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></b></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b style=\"mso-bidi-font-weight:
normal\"><span style=\"font-size:14.0pt;font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Short bio:</span></b></p>\r\n<p class=\"MsoNormal\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:"Times New Roman";mso-ansi-language:EN-US\" lang=\"EN-US\">Raffaele Montella works as assistant professor, with tenure, in Computer Science at Department of Science and Technologies, University of Naples “Parthenope”, Italy since 2005. He got his degree (MSc equivalent) in (Marine) Environmental Science at the University of Naples “Parthenope” in 1998 defending a thesis about the “Development of a GIS system for marine applications” scoring with laude and an award mention to his study career. He defended his PhD thesis about “Environmental modeling and Grid Computing techniques” earning the PhD in Marine Science and Engineering at the University of Naples “Federico II”.</span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:"Times New Roman";mso-ansi-language:EN-US\" lang=\"EN-US\">The research main topics and the scientific production are focused on tools for high performance computing, such as grid, cloud and GPUs with applications in the field of computational environmental science (multidimensional big data/distributed computing for modeling and scientific workflows and science gateways) leveraging on his previous (and still ongoing) experiences in embedded/mobile/wearable/pervasive computing and internet of things. He joined the CI/RDCEP of the University of Chicago as Visiting Scholar and as Visiting Assistant Professor working on the FACE-IT project. He leads the IT infrastructure of the University of Naples “Parthenope” Centre for Marine and Atmosphere Monitoring and Modelling (CCMMMA). He technically leads the University of Naples “Parthenope” research units of the European Project “Heterogeneous secure multi-level Remote Acceleration service for low-Power Integrated systems and Devices (RAPID)” focusing on GVirtuS development and integration (General purpose Virtualization Service) enabling CUDA kernel execution on mobile and embedded devices. He leads the local funded project: “Modelling mytilus farming System with Enhanced web technologies (MytiluSE)” focused on high performance computing based coupled simulations for mussel farms food quality prediction and assessment for human gastric disease mitigation. He leads the research prototype project: “FairWind: smart, cloud-based, multifunctional navigation system” targeting the coastal marine data gathering as crowdsourcing for environmental protection, development and management.</span></p>\r\n<p><b style=\"mso-bidi-font-weight:normal\"><span style=\"font-size:14.0pt;
font-family:"Calibri",sans-serif;mso-fareast-font-family:"Times New Roman";
mso-bidi-font-family:Arial;mso-ansi-language:EN-US;mso-fareast-language:IT;
mso-bidi-language:AR-SA\" lang=\"EN-US\"><br style=\"page-break-before:always\" clear=\"all\" />\r\n</span></b></p>\r\n<p class=\"MsoNormal\"><b style=\"mso-bidi-font-weight:normal\"><span style=\"font-size:14.0pt;font-family:"Calibri",sans-serif;mso-bidi-font-family:
Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">1. Current Position</span></b></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">Assistant professor, with tenure, in Computer Science (Ricercatore Universitario Confermato SDD INF/01), Department of Science and Technology, University of Naples “Parthenope”, Italy.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b style=\"mso-bidi-font-weight:
normal\"><span style=\"font-size:14.0pt;font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">2. Studies </span></b></p>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l28 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">PhD in Marine Science and Engineering (XVI course), University of Naples Federico II, February 2005.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">PhD thesis: “Environmental modeling and Grid Computing techniques”</span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l28 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Degree cum laude in Environmental Science, “Parthenope” University of Naples, 14/7/1998<br />\r\n Degree thesis: “Development of a GIS system for marine applications”</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b style=\"mso-bidi-font-weight:
normal\"><span style=\"font-size:14.0pt;font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">3. Previous positions</span></b></p>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l15 level1 lfo2\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Assistant professor in Computer Science, since 13/1/2005, at the Department of Applied Science, School of Science and Technology, University “Parthenope” of Naples, Italy.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l15 level1 lfo2\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Visiting at the Computation Institute, University of Chicago (Chicago, IL, USA), from March 2017 to April 2017.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l15 level1 lfo2\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Visiting professor in Computer Science at the Computer Science Department, University of Chicago (Chicago, IL, USA), from October 2015 to September 2016.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l15 level1 lfo2\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Visiting at the Computation Institute, University of Chicago (Chicago, IL, USA), from January 2015 to March 2015.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l15 level1 lfo2\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Visiting scholar at the Computation Institute, University of Chicago (Chicago, IL, USA), from October 2013 to March 2014.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l15 level1 lfo2\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Visiting at the Computation Institute, University of Chicago (Chicago, IL, USA), from January 2013 to March 2013.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l15 level1 lfo2\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Visiting scholar at the Computation Institute, University of Chicago (Chicago, IL, USA) and at the Mathematics and Computer Science Division, Argonne National Laboratory (Argonne, IL, USA), from October 2011 to March 2012.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l15 level1 lfo2\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Visiting at the Mathematics and Computer Science Division, Argonne National Laboratory (Argonne, IL, USA) and at the Computation Institute, University of Chicago (Chicago, IL, USA), from January 2010 to March 2010.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l15 level1 lfo2\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Visiting at the NEC Labs of America in Princeton (NJ-USA) on “GPU virtualization and performance evaluation”, from May 2010 to July 2010.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l15 level1 lfo2\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Visiting at the Department of Computer Science (Computer Architecture, Communications and Systems Group), University Carlos III of Madrid, Spain, June-July 2009.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l15 level1 lfo2\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Visiting at the Mathematics and Computer Science Division, Argonne National Laboratory (Argonne, IL, USA), from January 2009 to March 2009.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l15 level1 lfo2\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Visiting at the Department of Computer Science (Computer Architecture, Communications and Systems Group), University Carlos III of Madrid, June 2008.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l15 level1 lfo2\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Visiting at the Mathematics and Computer Science Division, Argonne National Laboratory (Argonne, IL, USA), from November 2007 to March 2008.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l15 level1 lfo2\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">PhD Student, from November 2001 to February 2005, with scholarship, at the Research Center for Parallel Computing and Supercomputers of the National Research Council (CPS-CNR), Naples, Italy.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l15 level1 lfo2\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Research Contract at the CPS-CNR, Naples, Italy, from May 2000 to July 2000, (“Development of an advanced high performance application for Campania Region air quality management” project funded by the Campania Region, Italy) – Development of a software system for high performance computers aimed at performing realistic simulations of air quality scenarios over the Campania region (southern Italy).</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l15 level1 lfo2\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Scientific Collaboration with the Challenger Division for Seafloor Studies, Southampton Oceanography Centre, Southampton (UK), October 1999 – Development of a software system for TOBI data processing.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l15 level1 lfo2\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Research Contract with the CPS-CNR, Naples, Italy, from August 1999 to November 1999. Development of a GIS based model for space and temporal emission distribution (“Development of an advanced high performance application for Campania Region air quality management” project funded by the Campania Region)</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l15 level1 lfo2\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Research Contract at the Geomare Sud Institute, National Research Center, Naples, Italy (currently IAMC, Istituto Ambiente Marino Costiero), from November 1998 to February 1999. <span style=\"mso-spacerun:yes\"> </span>Development of a simulated Remotely Operated Vehicle with non-immersive virtual reality interface and force feedback control.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l15 level1 lfo2\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Research Contract at the Interdisciplinary Environmental Research Center (CIRAM), University Federico II of Naples, Italy, from July 1998 to December 1998. Development of a geo-referenced database in a client/server environment for Campania Region mineral water sources management.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p><b style=\"mso-bidi-font-weight:normal\"><span style=\"font-size:14.0pt;
font-family:"Calibri",sans-serif;mso-fareast-font-family:"Times New Roman";
mso-bidi-font-family:Arial;mso-ansi-language:EN-US;mso-fareast-language:IT;
mso-bidi-language:AR-SA\" lang=\"EN-US\"><br style=\"page-break-before:always\" clear=\"all\" />\r\n</span></b></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b style=\"mso-bidi-font-weight:
normal\"><span style=\"font-size:14.0pt;font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">4. Research activities</span></b></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b style=\"mso-bidi-font-weight:
normal\"><span style=\"font-size:14.0pt;font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\"><span style=\"mso-spacerun:yes\"> </span></span></b></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b style=\"mso-bidi-font-weight:
normal\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">4.1. Contextualization</span></b></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">The research field is about the design and the implementation of tools for high performance computing such as parallel and distributed computing, grid and cloud computing and general purpose graphic processing units. From the application point of view, the research interests are focused on the so-called <i style=\"mso-bidi-font-style:normal\">Environmental Computer Science</i> field, dealing about methodologies, technologies and computer science tools for advanced Environmental Science challenges. </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">The current main research field focuses grid computing in the context of multidisciplinary computational science research projects, with special regard to complex environmental simulations. It focuses on the frameworks and middleware development, in order to build distributed applications for environmental data acquisition, management, processing, analysis, visualization and web publishing. </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">Grid computing is a key technology in the field of computational sciences because it permits to share and to coordinate resources utilization within so-called Virtual Organizations. This kind of approach makes aggregating the geographical distributed storage and computing resources in complex virtual clusters cost effective.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">The main goal of many national and international projects (Grid.it, SPACI, SCOPE, EGEE, Enabling Grid for E-science in Europe, TeraGrid in US) is the acceleration of e-Science results implementing grid computing infrastructures, aggregating and sharing number-crunching power and storage capabilities.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">In the field of (computational) environmental science, the two most important issues are: the need for huge dataset management resources and the need for high performance computing in order to run complexly coupled models. This means it is necessary to make web-based computing solutions, grids and clouds, the key technology to improve knowledge in this field. This kind of systemic approach makes a holistic understanding of the environmental problems possible, as the quantitative analysis of non linear, but linked complex phenomena.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">In this context, the research activity is aimed at the development of grid, cloud and web-based computing tools, in order to achieve better results in scientific high-performance computing, automatic model coupling, self-resolving multidimensional adaptation in differently organized space temporal data, geo-referenced data management, and the visualization and classification of multidimensional data.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">Thanks to the experience earned during the post-degree and pre-PhD science and technologies efforts about multi-modal web applications developing what more than a decade after will be contextualized as “smart city”, one of most exciting and promising research interest is about the integration of the HPC technologies (grid, cloud, GPUs) with the embedded, mobile, wearable, pervasive computing and internet of things.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b style=\"mso-bidi-font-weight:
normal\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">4.2. Scientific production</span></b></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">The research activity is proven by scientific production consisting of referenced papers, conference presentations, collaborations with national and international groups (Mathematics and Computer Science Division/Argonne National Laboratory, MCS/ANL; Computation Institute/University of Chicago, CI/UoC; Computer Architecture, Communications and Systems Group/Department of Computer Science/University Carlos III of Madrid, ARCOS/UoMC3; Cinvestav Tamaulipas, Adaptive Heterogeneous Storage Research Group, Victoria, Mexico), the participation in and management of scientific and industrial research projects.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">The main results were achieved in the following research fields:</span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l6 level1 lfo19\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Geographic Information Systems for marine applications;</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l6 level1 lfo19\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">High performance parallel computing for environmental modeling;</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l6 level1 lfo19\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Environmental modeling for the space-temporal distribution of air pollutants;</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l6 level1 lfo19\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Environmental modeling for the sea current simulation on distributed memory parallel machines;</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l6 level1 lfo19\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Development of grid computing and service computing tools for the computational sciences;</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l6 level1 lfo19\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Design and development of middleware for grid computing applications;</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l6 level1 lfo19\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Design, development and modeling of peta-scale data management systems on clouds;</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l6 level1 lfo19\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">High performance computing clouds;</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l6 level1 lfo19\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">General purpose Graphics Processing Units;</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l6 level1 lfo19\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Internet of things;</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l6 level1 lfo19\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Workflows in support of large-scale science.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">These results are commented in the following part of this document.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">Interest in grid technology began at the end of ‘90s, during research work on the development of an air quality model system [</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">21</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">]. In [</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">78</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">], an algorithm for parallel job submission using a software and hardware independent GIS interface [</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">22</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">] is described. Using a similar approach, in [</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">2</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">] how to integrate sea current models within a GIS is described.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">The use of a complex distributed computing system, based on dedicated resource, parallel computing elements tightly connected, and scavenge resources in an operational way in order to produce weather and marine forecasts using coupled atmospheric, ocean current, wind driven waves and air quality models, is described in [</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">1</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">]. The main results obtained in this research are an operational forecasting system leveraging on a computing grid for both heterogenic resources sharing and distributed storage. In order to achieve these results, a fully grid web service (Globus Toolkit, MCS/ANL - CI/UoC)-based approach was used. The innovative contribution is the fully interchangeable component system with the final goal of implementing an environmental modeling virtual laboratory, based on distributed computing leveraging on gird computing technology, the grid-enabling techniques coded in standard guidelines and the resource brokering algorithm. <span style=\"mso-spacerun:yes\"> </span></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">The research activity focuses on the componentization methods applied to existing applications in order to develop an advanced modeling system, integrating meteo-marine models (WW3, npPOM) and air quality models (CAMx): in [4] a novel environment is described, aimed at grid application creation, using a workflow description language, Job Flow Description Language (JFDL), developed in order to submit jobs as methods offered by grid web services. The performance of each model in a coupled model system is limited by computing bottlenecks and this is situation is “to be avoided”. In [</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">5</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">] the implementation of a Princeton Ocean Model version is described, suited to distributed memory parallel machines, also implementing the nesting capabilities in order to increase the model space resolution locally. The algorithm implementation is based on a <i style=\"mso-bidi-font-style:
normal\">same source</i> approach. This approach was used in a novel way, minimizing the original code changes.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US;mso-bidi-font-weight:bold\" lang=\"EN-US\">Environmental model systems and grid computing technology and methodologies made the development of a virtual laboratory possible, dedicated to the simulation and the forecast of meteo-marine events, related to air and water quality fields</span><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\"> [</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">6</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">]: Grid computing technology permits geographically distributed computing and storage resources use in a coordinate, effective and efficient way, with the main aim of providing high performance to high CPU demanding applications. The state of the art of this technology is the middleware software layer, developed as part of international projects, joining existing applications (i.e. part of the Earth e-Science field) and the grid computing services such as remote job submission, remote resource utilization, security and collaborative tools.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">In this context, as part of a cooperation program with several national and international research institutions (Università degli Studi di Napoli Parthenope, Università degli Studi di Napoli Federico II, MCS/ANL, CI/UoC, ARCOS/UoMC3), the research focused on the design and implementation of middleware components dedicated to:</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l11 level1 lfo28\"><span style=\"font-family:"Calibri",sans-serif;mso-ansi-language:EN-US\" lang=\"EN-US\">medium/low level. A resource brokering service was developed [</span><span style=\"font-family:"Calibri",sans-serif;mso-ansi-language:EN-US\" lang=\"EN-US\">7</span><span style=\"font-family:"Calibri",sans-serif;mso-ansi-language:EN-US\" lang=\"EN-US\">,</span><span style=\"font-family:"Calibri",sans-serif;mso-ansi-language:EN-US\" lang=\"EN-US\">8</span><span style=\"font-family:"Calibri",sans-serif;mso-ansi-language:EN-US\" lang=\"EN-US\">].</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l11 level1 lfo28\"><span style=\"font-family:"Calibri",sans-serif;mso-ansi-language:EN-US\" lang=\"EN-US\">medium/high level. A suite of tools for the grid workflow management [</span><span style=\"font-family:"Calibri",sans-serif;mso-ansi-language:EN-US\" lang=\"EN-US\">6</span><span style=\"font-family:"Calibri",sans-serif;mso-ansi-language:EN-US\" lang=\"EN-US\">], the data distribution [16,18] and the data acquisition instruments sharing [</span><span style=\"font-family:"Calibri",sans-serif;mso-ansi-language:EN-US\" lang=\"EN-US\">27</span><span style=\"font-family:"Calibri",sans-serif;mso-ansi-language:EN-US\" lang=\"EN-US\">] were developed.</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l11 level1 lfo28\"><span style=\"font-family:"Calibri",sans-serif;mso-ansi-language:EN-US\" lang=\"EN-US\">high level</span><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">. A modeling system in a service computing context based on grid computing middleware [9] w</span><span style=\"font-family:"Calibri",sans-serif;mso-ansi-language:EN-US\" lang=\"EN-US\">as developed</span><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">.<span style=\"mso-spacerun:yes\"> </span></span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">In [6], the grid-enabling process of legacy-type software (such as forecasting models could be considered) is described. With current technology, the following issues limit the use of the grid computing technology in an off-the-shelf production environment:</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;mso-list:l17 level1 lfo18\"><span style=\"font-family:"Calibri",sans-serif;mso-fareast-font-family:Calibri;
mso-ansi-language:EN-US\" lang=\"EN-US\"><span style=\"mso-list:Ignore\">a)<span style=\"font:7.0pt "Times New Roman"\"> </span></span></span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">The grid-enabling process could be very complex or could introduce bugs.</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;mso-list:l17 level1 lfo18\"><span style=\"font-family:"Calibri",sans-serif;mso-fareast-font-family:Calibri;
mso-ansi-language:EN-US\" lang=\"EN-US\"><span style=\"mso-list:Ignore\">b)<span style=\"font:7.0pt "Times New Roman"\"> </span></span></span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">The majority of Earth e-Science applications are built by coupling different numeric models using different data types. Interfacing different models could be a complex process.</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;mso-list:l17 level1 lfo18\"><span style=\"font-family:"Calibri",sans-serif;mso-fareast-font-family:Calibri;
mso-ansi-language:EN-US\" lang=\"EN-US\"><span style=\"mso-list:Ignore\">c)<span style=\"font:7.0pt "Times New Roman"\"> </span></span></span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">The computing grid is made using a virtualization process, thanks to the middleware layer appearing as a sort of API used by a programming language, even in a complex way.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">The research focused on innovative approaches to help the final user, a computational scientist, by simplifying in a fully transparent way what apparently only computer scientists can deal with. In [</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">6</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">], the guidelines are drawn in an innovative way, in order to envelop a legacy application with a wrap framework, exposing the main features. The framework implements what is needed in order to interact with the workflow job scheduler. In this paper, the complex job submission, as running an environmental model, is reduced to the deployment of a complex archive on a remote computing element and the kick-starting of a shell script. <span style=\"mso-spacerun:yes\"> </span>This was possible thanks to the implemented grid infrastructure, the developed algorithms and to the innovative methodology for the application tuning. As a test bed, some environmental models (atmosphere, air/water quality, ocean dynamics, wind wave propagation) were used successfully [</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">23</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">,</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">5</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">]. These models were implemented and/or developed by the Department of Applied Science of the “Parthenope” University of Naples and then used in a production fashion, in order to carry out studies on the impact of air pollutant produced by human activities in the Campania Region [</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">24</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">,</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">25</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">].<span style=\"mso-spacerun:yes\"> </span>In this context a virtual laboratory was implemented for environmental modeling, with the main aim of creating easy access for non-computer scientist users to computing models, results, analysis tools and visualization tools. In [</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">9</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">], the evolution of this architecture is described: basing everything on grid web services, and creating a completely modular system which allows the implementation of experiments by simply assembled coupling components.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">These tools allow the use of coupled models, and the study of the synergetic or antagonistic effects resulting from the interaction between various environmental sectors. The ultimate aim can be considered the development of software solutions, as part of</span><span style=\"font-size:14.0pt;mso-bidi-font-size:12.0pt;font-family:"Tahoma",sans-serif;
mso-fareast-font-family:Tahoma;color:#00000A;mso-ansi-language:EN-US\" lang=\"EN-US\"> </span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">grid network infrastructures, able to supply support services to research and to applications in production, both operational or on-demand, for scenario analysis, forecasts, applications of interest for civil protection and management of the territory, equipped with intuitive graphic interface, expandable and which can be personalized with limited IT knowledge [</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">6</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">,</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">9</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">].</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">The identification and selection of the necessary grid resources for a specific computing, bearing in mind a criteria of optimization, local management policies, availability of computational capacity and memory, the possibility of reserving resources and grid dynamics, are a technological challenge in the field of grid computing. ClassAd language , developed as part of the Condor Project, has been adopted for the description of computational grid resources. However, Condor, a tool which is aimed at high throughput computing through the use of computing resources which are otherwise not used, does not operate an intensive web service, but a proprietary protocol which is not aimed at inter-operability. The Globus Toolkit, which is very much aimed at services, is implemented using the web service resource framework and offers a basic service for the compliance of jobs, the management of reply mechanisms, efficient and effective file transfer and the indexing of resources, yet does not supply any resource brokers or matchmaking services . [</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">7</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">,</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">8</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">] describe the innovative contribution of services offered by the Globus Toolkit through its resource brokering service, through which it is possible to select published resources on the grid index service through the ClassAd language.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">A Resource Broker Service has been developed which is based on the web service technology offered by Globus Toolkit version 4, implementing matchmaking algorithms which are completely configurable and which can be personalized. At the same time, a framework has been developed which allows users to carry out very complex queries on the GT4’s Index Service. The matchmaking algorithm supports both simple native notations and those in Condor’s ClassAd language. ClassAd is a functional language where the basic unit is the expression, and the relative evaluation has the same significance of an execution, while the result is the substitution of the expression with the value of the result. The language has been designed so that the evaluation of the expression is carried out in an efficient and effective way, and the execution times are proportional to the dimensions of the expression itself. In [</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">7</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">], the architecture of the Resource Broker Service and the search and selection of resources algorithm are described, while the most innovative element is the algorithm which implements the analysis and elaboration of the status of the grid resources published in the index service.<span style=\"mso-spacerun:yes\"> </span>In this paper, in order to place the implemented service in a real context, an example is shown, applied to an on-demand meteo-marine forecast system (the selection of the most internal central point of the dominion, or with the most resolution; maximum resolution on seafloor obtained: 333m).<span style=\"mso-spacerun:yes\"> </span>The system uses a job scheduler which had been previously developed, as well as JFDL for the description of grid applications so as to access to distributed observations, to model software and to graphic rendering tools. The system combines components offered by GTA to the job scheduler and the resource broker so it becomes totally grid aware.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">Research has been carried out on the possibility of using ClassAD language for the resources searches and an algorithm based on Latent Semantic Indexing (LSI) for the selection of the best resources available according to what is published on the Globus Toolkit Index Service. In [8], the results of the comparisons between the two different algorithms for resources search and selection are described: an innovative approach based on a proprietary interrogation language and on an LSI algorithm, as well as the features offered by a library which ClassAd. The combined use of the two search and selection policies allows the limitation of the counter-indications for use of either method.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">On the basis of the developed resource brokering services, a grid component has been studied and created which implements a grid-enabled version of the OpenDAP protocol, widely used to access multidimensional data typical of applications related to the scientific field. In [</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">26</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">], a component is described which ensures an efficient and effective distribution of contents through the computational grid, contributing to the creation of a totally grid-aware software infrastructure for environmental applications which use high quantities of data in an intensive way. In this paper, the innovative elements are those involved in the research of framework development, so as to use binary distributions of OpenDAP servers, developed and distributed in a community-type context, defining guidelines for this type of same binary approach. With this in mind, the following are implemented: </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"><span style=\"mso-spacerun:yes\"> </span></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l18 level1 lfo29\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">An algorithm which publishes a dataset on grid index service through the analysis and elaboration of metadata, in a way to make the datasets the objectives of a query carried out by a resource broker;</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l18 level1 lfo29\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">A software component for the use of grid services related to security management, resolving the type of problems which are faced in a limited way by the OpenDAP server implementation, but which are important for the scientific community which uses this type of technology;</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l18 level1 lfo29\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">an OpenDAP server which, working locally compared to client applications, interfaces in a transparent way with the grid service for data distribution without the need to modify the application which uses the data.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">The application of grid tools to problems related to the effective and efficient distribution of environmental data has led to the evolution of developed components in order to improve its performance. In [</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">28</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">], a grid web service is described, which is able to automatically publish metadata related to the environmental data which must be distributed, but which has advanced characteristics compared to the previous version. Amongst the innovative elements of this service, we have a cache and replication mechanism which results in a consistent improvement of its performance, especially in conditions of real-life use, where large datasets are produced by external services, such as in an atmospheric simulation model, which are then used by other components that need a subset of the original data. This component has been designed with a dynamic deployment on a grid environment in mind, based on cloud, thanks to the guaranteed modularity of the architectural divisions in grid web services (such as the front-end), back-end services (data selection motors, legacy applications) and data providers (which can be personalized). The cache mechanism performs at a web service level, avoiding the request of the back-end service if a previously served dataset is required. The most popular datasets contained in the cache, or those which are requested the most, are promoted to datasets directly published on the index service. This way, as well as the improved performance thanks to the cache mechanism, a further improvement of performance is possible thanks to the resources search and selection policies implemented by the resource broker.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">This paper also presents a real application, aimed evaluating the results achieved by a meteorological forecast model. In the computational meteorology field, evaluation is carried out through ensemble analysis, the comparison of data obtained by different simulations initialized with the same data, but differently altered: the use of grid computing techniques is very widespread. To reduce computing needs, an innovative algorithm has been introduced which is based on the analysis of data variations foreseen for the day on which the functioning of model (the target day) is to be evaluated, in successive simulations with initial and peripheral conditions which are temporarily closer to the target temporary instant. The service which implements the evaluation algorithm needs to manage large datasets and to be able to carry out sub-setting operations with these datasets: the developed component in [18] allows the effective and efficient management of these types of problems.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"line-height:12.0pt\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">Among the needs of a virtual lab for computing environmental sciences, the availability of tools for data acquisitions is fundamental. In [</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">27</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">], an innovative approach to management and sharing of these tools is presented, through a computational grid based on grid web services. The innovative element is designing the service on the basis of two components: a tool abstraction framework, which can be used and tested independently by the grid web service, and a grid service which exposes the features in the context of distributed computing. From an architectural point of view, a tool consists of the aggregation of sensors and actuators and more than one tool can be aggregated in groups and managed by a single service. Different tools can share the same sensors and actuators. Thanks to this framework, the service can treat different tools equally, for both operations which can be carried out with them (reading data upon request, streaming data produced, layout, management of actuators) and for data transfer, which adopts the NetCDF standard. The developed grid web service allows groups of tools to be automatically published on the grid index service. The previously developed service brokering service, thanks to the software component which elaborates and aggregates the data published on the grid index service, deals with the tool resource through the description and query ClassAd language. The service presented in [</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">27</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">] integrates with the one described in [</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">28</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">], which is the component for computational grid management of acquired data [</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">70</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">]. This way, the tools can be managed both directly and as storage elements for data produced.</span></p>\r\n<p class=\"MsoNormal\" style=\"line-height:12.0pt\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"line-height:12.0pt\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">The grid computing technology permits the coordinate, efficient and effective use of (geographically spread) computational and storage resources with the aim to achieve high performance throughputs for intensive CPU load applications. In recent years the use of grid computing in high performance demanding applications in e-science has become a common issue. The promise of exa-scale computing power is enforced by the many core technology that involves general purpose CPUs and specialized computing devices, such as FPGA, DSP and GPUs. In particular GPUs, due also to their wide market footprint, have currently achieved one of the best core/cost rate in that category. Relying to some APIs provided by GPU vendors, the use of GPUs as general-purpose massive parallel computing device (GPGPUs) is now routinely carried out in the scientific community. Leveraging on consolidated technologies such as, but not limited to, grid computing and virtualization, the increasing number of CPUs cores on chip has driven the development and spreading of the cloud computing especially as Infrastructure as a Service (IaaS). Elastic computer power and storage provided by a cloud infrastructure may be attractive but it is still limited by poor communication performance and lack of support in using GPGPUs within a virtual machine instance. In a recent work we presented gVirtuS, the GPU Virtualization Service filling the gap between in-house hosted computing clusters, equipped with GPGPUs devices, and pay-for-use high performance virtual clusters deployed via public or private computing clouds. </span></p>\r\n<p class=\"MsoNormal\" style=\"line-height:12.0pt\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"line-height:12.0pt\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">The gVirtuS component allows an instanced virtual machine to access GPGPUs in a transparent way, with an overhead slightly greater than a real machine/GPGPU setup and permits to share GPU devices among different computing nodes.</span></p>\r\n<p class=\"MsoNormal\" style=\"line-height:12.0pt\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">GVirtuS extends and generalizes gVirtus (with lower case g), a GPU virtualization solution proposed in our previous work [5]. The main motivation of gVirtuS was to address the limitations of transparently employing accelerators such as CUDA-based GPUs in virtualization environments.<span style=\"mso-spacerun:yes\"> </span>Before gVirtuS, using GPUs required explicit programming of the communication between virtual and physical machines and between guest and host operating systems. Furthermore, the solution had to deal with issues related to the vendor specific interfaces on the virtual machine side. These limitations drastically reduced the productivity of virtualization solutions based on GPUs and hindered the employment of accelerators as on-demand resources in cloud computing infrastructures.</span></p>\r\n<p class=\"MsoNormal\" style=\"line-height:12.0pt\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"line-height:12.0pt\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">The generic virtualization service GVirtuS (Generic Virtualization Service) is a framework for facilitating the development of split-drivers for virtualization solutions (as shown in Figure 1). As the previous gVirtus, the brightest GVirtuS feature is the independence from all involved technologies: the hypervisor, the communicator and the target of the virtualization (general purpose graphics processing units for computing acceleration, high performance network interface cards, distributed parallel file systems, measurement instruments and data acquisition interfaces).</span></p>\r\n<p class=\"MsoNormal\" style=\"line-height:12.0pt\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">GVirtuS, the software component presented in this paper is different from his ancestor gVirtus in the following ways. While gVirtuS proposes a virtualization solution for CUDA, GVirtuS offers virtualization support for generic libraries such as accelerator libraries (OpenCL, OpenGL and CUDA as well), parallel file systems, communication libraries (MPI) gVirtuS required explicit porting on virtualization technologies of frontends, backends and communicators. Further, GVirtuS targets to facilitate independence of virtualization technology by offering generic interfaces, which simplifies porting virtualization solutions across platforms. Finally, GVirtuS could be seen as an abstraction for generic virtualization in HPC on cloud infrastructures.</span></p>\r\n<p class=\"MsoNormal\" style=\"line-height:12.0pt\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">In GVirtuS the split-drivers are abstracted away, while offering the developers abstractions of common mechanisms, which can be shared for implementing the desired functionality. In this way, developing a new virtualization driver is simplified, as it is based on common utilities and communication abstractions. GVirtuS abstracts away frontends, backends and communicators. The GVirtuS software stack is designed in a modular fashion: the frontend, the communicator and the backend are implemented as plug-ins. For each virtualized device the frontend and the backend are cooperating, while both of them are completely independent from the communicator. Developers can focus their efforts on virtual device and resource implementation without taking care of the communication technology.</span></p>\r\n<p class=\"MsoNormal\" style=\"line-height:12.0pt\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"line-height:12.0pt\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">The GVirtuS software component has been migrated to hybrid x86_64/ARM/GPU architectures in order to feet the new requirements pointed out by the green computing. High performance cloud computing is behind the scene powering ”the next big thing” as the mainstream accelerator for innovation in many areas. We describe here how to accelerate inexpensive ARM-based computing nodes with high-end GPGPUs hosted on x86 64 machines using the GVirtuS general-purpose virtualization service. We draw the vision of a possible next generation computing clusters characterized by highly heterogeneous parallelism heading to a lower electric power demanding, less heat producing and more environmental friendliness. Preliminary but promising performance data suggest that this solution could be considered as part of the foundations of the next generation of high performance cloud computing components. The last ongoing results of this research are about sharing GPU/CUDA devices among virtual and real machines hosted on public and/or private clouds involving different architectures. The GVirtuS component is one of the key of the European</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-GB\" lang=\"EN-GB\">— RAPID — H2020-ICT-2014/H2020-ICT-2014-1“Heterogeneous Secure Multi-level Remote Acceleration Service for Low-Power Integrated Systems and Devices” (</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\">Project </span><span style=\"font-family:
"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:EN-GB\" lang=\"EN-GB\">Grant Agreement number: 644312).</span></p>\r\n<p class=\"MsoNormal\" style=\"line-height:12.0pt\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"line-height:12.0pt\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"line-height:12.0pt\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">Related with GVirtuS architecture, we propose a new service model called Sensing Instrument as a Service (SIaaS). It incorporates the idea on which is based cloud computing that is virtualization and sharing physical resources, but this time with the term “physical resources” we refers not only to storage, network, computational power (as classic resources offered by cloud providers) but physical distributed sensing instrument. The problem of the virtualization of these kinds of resources is solved using Abstract Instrument Framework (AIF). It is a Java framework that provides a standard interface for several scientific instruments for data acquisition and allows handling different kind of instrument through a high-level device driver. The connection layer between physical device and leveraging on GVirtus features does the high level interface provided to the user through a virtual machine equipped with AIF. GVirtus<span style=\"mso-spacerun:yes\"> </span>is our transparent virtualization component for high performance computing clouds that provides needed modules to create connection between physical resource and the high level interface. GVirtuS is a key technology for the European Union’s Horizon 2020 research and innovation program under grant agreement No 644312 “RAPID heterogeneous secure multi-level remote acceleration service for low-power integrated systems and devices, http://rapid-project.eu”.</span></p>\r\n<p class=\"MsoNormal\" style=\"line-height:12.0pt\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"line-height:12.0pt\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">The appearance of infinite capacity available on demand requires automatic allocation and management and this is made possible by use different levels of virtualization of resources. Users can access resources by using specific cloud system software and each cloud provider offer adifferent levels of abstraction and different level of management of the resources that would make the difference in using one cloud system rather than one other. The problem is that even if software stacks have improved interoperability among different cloud platforms, the more of APIs for cloud computing are still essentially proprietary, or at least have not been the subject of active standardization. Thus, customers cannot easily extract their data and programs from one site to run on another and this could be a serious problem. Indeed, it means that users are vulnerable to price increases, to reliability problems, or even to providers going out of business. </span></p>\r\n<p class=\"MsoNormal\" style=\"line-height:12.0pt\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">To avoid this problem, we have created JaClouX – Java bindings for Cloud eXtension (JCX) an open source, cloud independent, Java API for high performance cloud computing application design, development, simulation and evaluation. With JCX developers are able to write a cloud aware application and deploy that in different supported Cloud infrastructure without changing any line of code.<span style=\"mso-spacerun:yes\"> </span>Moreover, JCX is more than a generic interface to different cloud provider, it is a complete framework that allows realizing elastic application able to scale resources following a specific scheme of allocation easily definable by users. JCX is used as common glue in cloud distributed applications.</span></p>\r\n<p class=\"MsoNormal\" style=\"line-height:12.0pt\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"line-height:12.0pt\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">The different results achieved in cloud computing research worked as building bricks for real world application for science and engineering. In the field of earth science, the computational approach in the challenge of earth system knowledge achievement is hugely increased. Nevertheless, some drawbacks have been revealed grave concerning about how accessible and reproducible are computation-reliant results. Galaxy is a world spread, open source, web-based platform for genomic research addressing these kinds of problems in the life science field. Galaxy tracks and manages, in an automatic fashion, data provenance. It provides support for capturing the context and intent of computational methods. In this way, life science oriented computational experiments are made accessible, reproducible and transparent. The earth system science community leverages on an amazing amount of software computing tools covering almost any research needs. The lack of an earth system oriented meta workflow tool and the Galaxy availability drove the choice about a Galaxy Earth System (Galaxy-ES) software design and implementation. Thanks to Galaxy-ES, potentially thousands of earth system scientists could accelerate their researches leveraging on an interactive, web-based, well-supported and documented community and tools. Galaxy-ES provides earth scientists with a medium to communicate a complete computational analysis, access, publish their data and, least, but not the last, share their software components. The Galaxy-ES evolved from it’s research prototype form to the production, and still on-going development, FACE-IT Galaxy within the “A Framework to Advance Climate, Economic, and Impact Investigations with Information Technology (FACE-IT)” project funded by the NSF cyberSEES program, Award No. 1331922.</span></p>\r\n<p class=\"MsoNormal\" style=\"line-height:12.0pt\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"line-height:12.0pt\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">Galaxy-ES is the cloud enabled middleware used to support the base technology of Science Object Linking and Embedding (SOLE), a tool for linking research papers with associated science objects, such as source codes, datasets, annotations, workflows, packages, and virtual machine images. The objective of SOLE is to reduce the cost to an author of linking research papers with such science objects for the purpose of reproducible research. To this end, SOLE allows an author to use simple tags to delimit a science object to be associated with a research paper. It creates an adequate representation of the science object and manages a bibliography-like specification of science objects. Authors and readers can reference elements of this bibliography and associate them with phrases in the text of the research paper through a Web interface, in a similar manner to a traditional bibliography tool.</span></p>\r\n<p class=\"MsoNormal\" style=\"line-height:12.0pt\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"line-height:12.0pt\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"line-height:12.0pt\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"line-height:12.0pt\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">UPAPI SDK (UniParthenope Application Programming Interface Software Development Kit, <a href=\"http://web.uniparthenope.it/upapi/\">http://web.uniparthenope.it/upapi/</a>), briefly “UPAPI”, is a general purpose, smart application oriented, software development kit for a rapid development and testing of web services based application program interfaces.<span style=\"mso-spacerun:yes\"> </span>UPAPI is written in Python and designed as a framework based on Bottle. UPAPI has the main goal to reduce the time to market of web API development, improve the software componentization in order to fit the mobile application requirements and, last but not the least, automatically provide human readable documentation. UPAPI is the cornerstone of generic smart applications for cities, universities and the Internet of Things.</span></p>\r\n<p class=\"MsoNormal\" style=\"line-height:12.0pt\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"line-height:12.0pt\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">The Open Sailing Processor (OSP) is an open software and open hardware marine portable console computer that leverages on a built from scratch software infrastructure based on stable and well documented web technologies. This research prototype project is about the use of low-power embedded computing and the internet of things as integrating platform for environmental/marine big data acquisition and sharing. OSP evolved in its actual form of FairWind a smart, cloud-enabled, navigation system based on open technologies with the two-fold aim of spreading of the high-technology knowledge in marine electronics among leisure sailors and support an Internet of Floating Things development platform able to deliver the next generation of boating related applications and perform marine data crowdsourcing. The FairWind project is loosely coupled with other ongoing projects using the RAPID technology to gather data for marine and weather modelling.<span style=\"mso-spacerun:yes\"> </span>One of the latest achievements in the Internet of Floating Thing context is the development of a highly resilient, high performance and secure protocol for parceled data transfer from the gathering sites to the elastic cloud (<a href=\"http://fairwind.uniparthenope.it\">http://fairwind.uniparthenope.it</a>) . </span></p>\r\n<p class=\"MsoNormal\" style=\"line-height:12.0pt\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"line-height:12.0pt\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">In the short-term, we intend to proceed with the with the research in the applicative context of IT support tools for complex environmental models, designing and implementing a framework and grid web services for the presentation of numerical models such as distributed computing resources, to which standard, homogeneous and constant access distribution is guaranteed, by following an approach which is not dissimilar to that used for the virtualization of tools. The mid-term research interest is the use of multi-core architecture in the file of high-performance scientific computing with particular reference to graphic processors used in a generic way (GPGPU) as big-scale parallel computing resources with applications to distributed multimedia and mobile devices. Some research ongoing experiences have been focused in the field of hybrid / distributed high performance Internet of things with applications to embedded/mobile/wearable/pervasive computing in smart * (city, university, sailing…) contexts. </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b style=\"mso-bidi-font-weight:
normal\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">4.3. Joint and/or coordinated research project</span></b></p>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l4 level1 lfo15\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">PROMETEO: New technologies for environmental monitoring and modeling (…) – 2010/2013, Campania Region, Italy University “Parthenope” of Naples – <b style=\"mso-bidi-font-weight:normal\">Coordinator for distributed computing infrastructure.</b></span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l4 level1 lfo15\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">FGPE (Framework for Gamified Programming in Education). EU Erasmus+ funded project for the improvement of technical skills in the education of computer science and computer programming topics. <b style=\"mso-bidi-font-weight:normal\">Scientific Coordinator of the local unit.</b></span></li>\r\n</ul>\r\n<p class=\"MsoListParagraph\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l4 level1 lfo15\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">MytiluSE (<b>M</b>odelling m<b>ytilu</b>s farming <b>S</b>ystem with <b>E</b>nhanced web technologies, http://meteo.uniparthenope.it/mytiluse). The aim of the MutiluSE project is the modelling of water pollution in nearshore of the Campania Region in order to perform mussuel farm products assessment and prediction. The project leverage on high performance computing, workflows in support of large scale science and internet of floating things components.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l4 level1 lfo15\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">FACE-IT (http://faceit-portal.org): FACE-IT is an effort to develop a new IT infrastructure to accelerate existing disciplinary research and enable information transfer among these traditionally separate fields. It is being developed out of a collaboration between the University of Chicago Computation Institute\'s center for Robust Decision-making in Climate and Energy Policy, the Columbia University Center for Climate Systems Research, the University of Florida, and the Global Trade Analysis Project at Purdue University to meet the needs of several international communities of researchers working on issues around climate change vulnerabilities, impacts, adaptations, and mitigation. <b style=\"mso-bidi-font-weight:normal\">FACE-IT Galaxy design and development leader</b>.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l4 level1 lfo15\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">RAPID (http://rapid-project.eu): RAPID tackles this challenge by taking advantage of high-performance accelerators and high-bandwidth networks. Following our approach, compute or storage intensive tasks are seamlessly offloaded from the low-power devices to more powerful heterogeneous accelerators, supporting multiple virtual CPUs and GPUs. We propose, for the first time, a secure unified model where almost any device or infrastructure, ranging from smartphone, notebook, laptop and desktop to private and public cloud can operate as an accelerated entity and/or as an accelerator serving other less powerful devices in a secure way. <b style=\"mso-bidi-font-weight:normal\">GVirtuS design and development leader</b>.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l4 level1 lfo15\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Benchmark creation for GPU Virtualization and Cloud Computing – NEC Laboratories of America / DSA- 2013 – <b style=\"mso-bidi-font-weight:normal\">Scientific Coordinator</b>.<br />\r\n </span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l4 level1 lfo15\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">SEBETO: centralized IT infrastructure for general-purpose web services created by the students of the University “Parthenope” of Naples – 2012 – <b style=\"mso-bidi-font-weight:normal\">Scientific Coordinator</b>. </span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l4 level1 lfo15\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Benchmark creation for GPU Virtualization and Cloud Computing – NEC Laboratories of America / DSA- 2012 – <b style=\"mso-bidi-font-weight:normal\">Scientific Coordinator</b>.<br />\r\n </span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l4 level1 lfo15\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Development of a software system for coastal pollution event modeling based on HPC: an application to mussels’ farm - 2011/2013, Campania Region, Italy University “Parthenope” of Naples – <b style=\"mso-bidi-font-weight:normal\">Scientific Coordinator</b>.<br />\r\n </span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l4 level1 lfo15\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Benchmark creation for GPU Virtualization and Cloud Computing – NEC Laboratories of America / DSA- 2011 – <b style=\"mso-bidi-font-weight:normal\">Scientific Coordinator</b>.<br />\r\n </span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l4 level1 lfo15\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">GPU Virtualization and Cloud Computing – NEC Laboratories of America / DSA- 2010 – <b style=\"mso-bidi-font-weight:
 normal\">Scientific Coordinator</b>.<br />\r\n </span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l4 level1 lfo15\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">ESG-CET: Earth System Grid. Argonne National Laboratory/ University of Chicago (IL-US) – 2009/2010</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l4 level1 lfo15\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">ODISSEA: On-demand information services extended architecture. University “Parthenope” of Naples – 2008, grant n..... Campania Region, Italy.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l4 level1 lfo15\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">MO.D.EM.: MOdelli Didattici E Metodologie. </span><span style=\"font-family:
 "Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">University “Parthenope” of Naples – 2008, grant n..... Campania Region, Italy</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"margin-left:18.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l4 level1 lfo15\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">End-to-End Biofuels Analysis: Building Capability in HPC Socio-Economic-Environmental Modeling. Argonne National Laboratory/ University of Chicago (IL-US) – 2007</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l4 level1 lfo15\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Designing and implementing a virtual scientific laboratory for maritime science and atmosphere based on grid computing technology - grant L.R. N.5/28.03.2002, Campania Region, Italy. University “Parthenope” of Naples – 2008 – <b style=\"mso-bidi-font-weight:normal\">Scientific Coordinator.</b></span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"><span style=\"mso-spacerun:yes\"> </span></span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l4 level1 lfo15\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">ICEAGE Project. University Federico II of Naples - 2006</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l4 level1 lfo15\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">SCOPE Project. University Federico II of Naples, University “Parthenope” of Naples – 2006, grant n...., Italian Ministry of Research and University.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l4 level1 lfo15\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Advanced Methodologies for the development and validation of air quality models. University “Parthenope” of Naples – 2005, grant n.....</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l4 level1 lfo15\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">SPACI Project: Southern Partnership for Advanced Computational Infrastructures, CNR, University “Parthenope” of Naples – 2005, grant n. ..., Italian National Research Council.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l4 level1 lfo15\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Mathematical models for meteo-marine forecasts, University “Parthenope” of Naples – 2005, grant n...., Environmental Management, Province of Naples, Italy.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l4 level1 lfo15\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">EUCIP 4U. University “Parthenope” of Naples - 2005, grant n. ..., Italian Ministry of Research and University.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l4 level1 lfo15\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Grid.it: University of Naples Federico II -2004</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l4 level1 lfo15\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Development of advanced software for the control of air pollution in the Campania Region. Center for Parallel Computing and Supercomputers - 2000, grant n....., Campania Region, Italy.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l4 level1 lfo15\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">CARG Project: Carta Geologica d’Italia scala 1:50.000. </span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
 mso-ansi-language:EN-US\" lang=\"EN-US\">Istituto Geomare Sud - 1999, grant n...., Italian National Research Council.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b style=\"mso-bidi-font-weight:
normal\"><span style=\"font-size:14.0pt;font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></b></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b style=\"mso-bidi-font-weight:
normal\"><span style=\"font-size:14.0pt;font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">4.4. Other scientific activities<span style=\"mso-spacerun:yes\"> </span></span></b></p>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level1 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Reviewer:</span>\r\n <ul style=\"margin-top:0cm\" type=\"circle\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level2 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">HPSS - EuroPar-2011 – 29 August, 2 September 2011 – Bordeaux (FR).</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level2 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Simulation Modelling Practice and Theory - International Journal of the Federation of European Simulation Societies</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level2 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Scalable Computing: Practice and Experience - Scientific International Journal for Parallel and Distributed Computing</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level2 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Journal of Network and Computer Applications.</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level2 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">“Workshop on Models, Algorithms and Methodologies for Hierarchical Parallelism in new HPC Systems” - “9th International Conference on Parallel Processing and Applied Mathematics PPAM 2011”, 11-14 September 2011, Torun, Poland.</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level2 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">EuroPar-2010 – 31 August, 3 September 2010 – Ischia.</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level2 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Workshop Content Distribution Network Upgrade (CDN Upgrade 08) - High Performance Distributed Computing (HPDC 2008) – 23 June 2008 – Boston (MA – USA).</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level2 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">“Workshop on Models, Algorithms and Methodologies for Grid-enabled Computing Environments” - “7th International Conference on Parallel Processing and Applied Mathematics PPAM 2007”, 9-12 September 2007, Danzig, Poland.</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level2 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Workshop Content Distribution Network Upgrade (CDN Upgrade 07) - High Performance Distributed Computing (HPDC 2007) – 26 June 2007 – Monterey (CA – USA).</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level2 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">EuroPar-2004 – 31 August, 3 September 2008 – Pisa.</span></li>\r\n </ul>\r\n </li>\r\n</ul>\r\n<p class=\"MsoNormal\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level1 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Program Vice Chair of the “<span style=\"mso-bidi-font-weight:bold\">Third Workshop on Models, Algorithms and Methodologies for Hybrid Parallelism in new HPC Systems</span>” - “11th International Conference on Parallel Processing and Applied Mathematics PPAM 2015”, 6-9 September 2015, <span style=\"mso-bidi-font-weight:
 bold\">Krakow</span>, Poland.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level1 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Program Committee Member of the “20<sup>th</sup> European Conference on Message Passing Interface EuroMPI 2013”, 15-18 September 2013, Madrid, Spain.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level1 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Program Vice Chair of the “<span style=\"mso-bidi-font-weight:bold\">Second Workshop on Models, Algorithms and Methodologies </span>for<span style=\"mso-bidi-font-weight:bold\"> Hierarchical Parallelism in new HPC Systems</span>” - “10th International Conference on Parallel Processing and Applied Mathematics PPAM 2013”, 8-11 September 2013, Warsaw, Poland.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level1 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Keynote speaker “<span style=\"mso-bidi-font-weight:
 bold\">The role of high performance (cloud) computing in the "next big thing" the people are waiting for: building the web 3.x with x really close to 9 and beyond.</span>” - International Symposium on Parallel Architectures ISPA 2012, July 2012, Madrid, Spain</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level1 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Editor of “Special Issue on Novel Parallel and Distributed Computing Paradigms” with prof. Jesùs Carretero - </span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-GB\" lang=\"EN-GB\">New Generation Computing - Springer Japan, 2013.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level1 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Program Committee Member of the “Workshop on High-Performance Scientific and Engineering Computing” - “13th IEEE International Conference on High Performance Computing and Communications HPCC 2011”, 2-4 September 2011, Banff, Canada.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level1 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Program Vice Chair of the track “High Performance Scientific and Engineering Computing” - “9th International Conference on Parallel Processing and Applied Mathematics PPAM 2011”, 11-14 September 2011, Torun, Poland.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level1 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Guest chair at “Grid and Cooperative Computing” session - Asian Pacific Service Computing Conference 2008, International Symposium on Modeling, Assembly and Management for Service Oriented Engineering (MamSOE-08) – 9-12 December 2008, Yilan, Taiwan.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level1 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Program Committee Member of the “Workshop on Models, Algorithms and Methodologies for Grid-enabled Computing Environments” - “7th International Conference on Parallel Processing and Applied Mathematics PPAM 2007”, 9-12 September 2007, Dang, Poland.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level1 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Scientific Secretariat Member at the WILF 2005 conference, the 6th International Workshop on Fuzzy Logic and Applications - 15-17 September 2005 - Crema (Milan).</span></li>\r\n</ul>\r\n<p><span style=\"font-size:12.0pt;font-family:"Calibri",sans-serif;
mso-fareast-font-family:"Times New Roman";mso-bidi-font-family:Arial;
mso-ansi-language:EN-US;mso-fareast-language:IT;mso-bidi-language:AR-SA\" lang=\"EN-US\"><br style=\"mso-special-character:line-break;page-break-before:always\" clear=\"all\" />\r\n</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b style=\"mso-bidi-font-weight:
normal\"><span style=\"font-size:14.0pt;font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">5. Teaching activities </span></b></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">All teaching activities performed are mainly related to the Bachelor’s and Master’s Degrees in Computer Science, at the Faculty of Science and Technology of the “Parthenope” University of Naples.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b style=\"mso-bidi-font-weight:
normal\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
Arial;mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></b></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b style=\"mso-bidi-font-weight:
normal\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">5.1. Courses</span></b></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">Classes taught as part of the Bachelor’s Degree in Computer Science:</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l29 level1 lfo3\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Computer programming part III with laboratory (formerly OOP programming with Java) – 10 CFU (A.A. 2003-2004, 2004-2005,2005-2006,2006-2007)</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l29 level1 lfo3\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Computer programming part III with laboratory (formerly OOP programming with Java) – 9 CFU (A.A. 2007-2008, 2008-2009, 2009-2010, 2010-2011,2011-2012,2012-2013)</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l29 level1 lfo3\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Computer programming part III with laboratory (formerly OOP programming with Java) – 6 CFU (A.A. 2013-2014,2014-2015)</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l29 level1 lfo3\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Web Technologies - 5 CFU (A.A. 2004-2005, 2005-2006, 2006-2007)</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l29 level1 lfo3\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Web Technologies - 6 CFU (A.A. 2007-2008, 2008-2009, 2009-2010, 2010-2011,2011-2012,2012-2013,2013-2014,2014-2015, 2016-2017, 2017-2018)</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l29 level1 lfo3\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Multimedia and Mobile Computing – 6 CFU (A.A. 2017-2018)</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">Classes taught as part of the Master’s Degree in Computer Science:</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l3 level1 lfo4\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">High Performance Computing tools (Distributed, Grid, Cloud, GPUs) – 9 CFU (A.A. 2010-2011) (Joint with prof. Giulio Giunta)</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l3 level1 lfo4\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Advanced computer programming on networks with laboratory – module B (Internet of Things) – 6 CFU (A.A. 2012-2013,2013-2014,2014-2015, 2016-2017)</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l3 level1 lfo4\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Advanced computer programming on networks with laboratory (web and distributed computing programming with Java) – 9 CFU (A.A. 2009-2010, 2010-2011, 2011-2012)</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l3 level1 lfo4\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Advanced programming (formerly Software Engineering with practical examples – 6 CFU (A.A. 2004-2005)</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">Classes taught as part of the Bachelor’s Degree in Environmental Science – Campus Campania project:</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l3 level1 lfo4\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Computer science for environmental scientists – 10 CFU (A.A. 2006-2007)</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">Classes taught as part of the Master’s Degree in Environmental Science:</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l3 level1 lfo4\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Environmental Computer Science – 6 CFU (A.A. 2010-2011) </span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">Classes taught remotely –MO.D.EM. project:</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l3 level1 lfo4\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Database systems – 80 hours: 10 front teaching, 30 teaching support production, 40 remote teaching (A.A. 2007-2008)</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">Foreign Universities invitations to teach classes (seminaries):</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level1 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Cycle of seminaries “Workflows, cloud computing and internet of things” at the Computation Institute, University of Chicago, Chicago – Illinois - USA, 2015-2016.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level1 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Short course “High Performance Multimedia Computing” (12 hours) at the Department of Computer Science, University Carlos III of Madrid, Spain, May 2012.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level1 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Short course “A gentle introduction to Grid Computing and Environmental Modeling” (16 hours) at the Department of Computer Science, University Carlos III of Madrid, Spain, July 2008.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">Classes taught and tutoring activities at International schools:</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level1 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Teaching assistant and tutorial activities at the fourth “International summer School on Grid Computing” organized by the Global Grid Forum, now Open Grid Forum – ICEAGE Project, July 2006.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level1 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Teaching “Java primer and renewal” class and tutorial activities at the third “International summer School on Grid Computing” organized by the Global Grid Forum, Now Open Grid Forum, July 2005.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">Classes taught as part of the specialization school of teaching, technological area, class code A042 – Computer Science (SICS):</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l3 level1 lfo4\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Teaching technology laboratory– 40 hours (A.A. 2005-2006, 2006-2007, 2007-2008, 2008-2009)</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l3 level1 lfo4\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Web programming and multimedia laboratory – 30 hours (A.A. 2005-2006, 2006-2007, 2007-2008, 2008-2009)</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\">Classes taught as part of the special teaching enabling school, technological area, class code A042 – Computer Science (SICS):</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l22 level1 lfo7\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Computer programming teaching Module B – 20 hours (A.A. 2006-2007)</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b style=\"mso-bidi-font-weight:
normal\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">5.2. Computer science bachelor degree final work advisor</span></b></p>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l26 level1 lfo6\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Design and implementation of a portlet for the authentication in a grid computing environment: a working example</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l26 level1 lfo6\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Audio and Video Streaming: the development of a web TV portal</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l26 level1 lfo6\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Grid computing web portal implementation</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l26 level1 lfo6\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Development of a .net software for offshore underwater cables and pipe deployment</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l26 level1 lfo6\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Workflow approach for local government agency IT protocol</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l26 level1 lfo6\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Development of a Resource Broker for computing grids</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l26 level1 lfo6\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Grid computing simulations: resource discovery and selection</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l26 level1 lfo6\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Design, development and testing of university authentication provider</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l26 level1 lfo6\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Development of a software system for teaching laboratory management and the use of them in high performance computing and grid computing</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l26 level1 lfo6\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">ORM Object to Relational Mapping. Functional and performance analysis of the main open source products</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l26 level1 lfo6\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Development of web components using ASP.net 2.0</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l26 level1 lfo6\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Industrial grid and HPC benchmarks</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l26 level1 lfo6\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Comparison and contrast of E-Learning open source platforms</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l26 level1 lfo6\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Development of workflow grid applications using the Globus Toolkit 4</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l26 level1 lfo6\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Development of grid applications: workflow management using Swift</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l26 level1 lfo6\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Implementing a grid service for astronomical applications</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l26 level1 lfo6\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Implementing a generic GUI for grid web services</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l26 level1 lfo6\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Design and development of a tool for the creation and management of HPC clusters for computational science applications</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l26 level1 lfo6\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Compare and contrast MVC paradigm implementations: J2EE and ASP.net</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l26 level1 lfo6\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">…</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b style=\"mso-bidi-font-weight:
normal\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">5.3. Environmental science Master’s Degree thesis advisor</span></b></p>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l30 level1 lfo20\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Management of environmental datasets using the grid computing approach</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l30 level1 lfo20\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Implementing the ROMS model as a component of a virtual laboratory for environmental modeling</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:"Times New Roman";
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b style=\"mso-bidi-font-weight:
normal\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">5.4. Other teaching activities</span></b></p>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level1 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">“Multimedia application programming for digital terrestrial television” Module (30 hours) –IFTS course “Experts in communication and multimedia systems” – University of Napoli Parthenope – May 2011.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"><span style=\"mso-spacerun:yes\"> </span></span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level1 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">“Java Standard Edition” Module (48 hours) – post-laurea master course “Experts in system management and software development of web platforms (S3Web)” – University of Napoli Parthenope – May 2009.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level1 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">“New Technology for software development” Module (30 hours) - PON 2007-2013 Project “Skills for environmental development learning” - ISIS Antonio<span style=\"mso-spacerun:yes\"> </span>Serra di Napoli - November 2008.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level1 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\"><span style=\"mso-spacerun:yes\"> </span>“Software Engineering” Module (40 hours) - IFTS “Web Designer” - IPSCT Don Minzoni – Giugliano, Naples – January 2006.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level1 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">“IT User” Module (80 hours) - IFTS “Industrial Automation Technician” - Istituto Tecnico Industriale “R. Elia” di Castellammare di Stabia (NA) – December 2004.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level1 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\"><span style=\"mso-spacerun:yes\"> </span></span><span style=\"font-family:
 "Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">“Advanced Information Technology Module” – “Information Technology and Linux Communications Systems” professional training course - Campania Region and University of Naples Federico II collaboration- December 2002.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level1 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\"><span style=\"mso-spacerun:yes\"> </span>“Advanced Information Technology Methods: Web Technology” Module - “Information and Communication Technology Project and e-business Management” professional training course - Campania Region and “Parthenope” University of Naples collaboration- November 2002.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level1 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">“Advanced Information Technology Methods: Web Technology” Module - “Information and Communication Technology Project and Website Management” professional training course - Campania Region and “Parthenope” University of Naples collaboration- May 2002.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level1 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">“Advanced Information Technology Methods: Web Technology” Module - “Information and Communication Technology Project and Website Management”- professional training course - Campania Region and “Parthenope” University of Naples collaboration- February 2002.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level1 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">“Multimedia and the Web” Module - “Multimedia Technology” IFTS Course - Istituto Tecnico Industriale “Cesaro” di Torre Annunziata (NA) – January 2002.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:"Times New Roman"\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:"Times New Roman"\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b style=\"mso-bidi-font-weight:
normal\"><span style=\"font-size:14.0pt;font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">6. Institutional activities<span style=\"mso-spacerun:yes\"> </span></span></b></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level1 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Research Representative at the School of Science and Technology Council 2008-2013.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level1 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Coordinator in charge of technical and scientific management of Numerical and Computional Parallel Model Laboratory at Department of Applied Science, University “Parthenope” of Naples.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"><span style=\"mso-spacerun:yes\"> </span></span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level1 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Leader of the “Sebeto Project”: an IT infrastructure for students’ creativity acceleration and cooperation.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level1 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Guidance and tutorial activities aimed at the presentation, in various contexts, of Degrees in IT and other degree courses connected to the Department of Science and Technology, University “Parthenope” of Naples, and providing support for students, in order to assist their academic and professional careers.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify;text-indent:2.25pt\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level1 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Member of the IT Hardware and Software Testing Commission of the Department of Applied Science.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"margin-left:18.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level1 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Member of the Guidance Commission of the Faculty of Science and Technology. </span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level1 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Member of the Internship Commission of the IT Degree Course.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level1 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Member of numerous comparative evaluation commissions aimed at the appointment of scientific collaboration contracts.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level1 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Responsible for the web-portal for the WILF 2005 Conference, the 6th International Workshop on Fuzzy Logic and Applications - 15-17 September 2005 - Crema (Milan).</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level1 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Responsible for the web-portal for the ParCo 2001 Conference, International Conference on Parallel Computing, 4-7 September 2001 - Naples.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level1 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Responsible for internet services, web, grids and HPC of the Department of Applied Science (previously Istituto di Matematica, Fisica ed Applicazioni).</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l12 level1 lfo5\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Responsible for high performance computing, production and web services of the Regional Centre for Marine and Atmospheric Monitoring and Modeling (http://meteo.uniparthenope.it).</span></li>\r\n</ul>\r\n<p><style type=\"text/css\">\r\n<!--\r\n /* Font Definitions */\r\n @font-face\r\n {font-family:Wingdings;\r\n panose-1:5 0 0 0 0 0 0 0 0 0;\r\n mso-font-charset:2;\r\n mso-generic-font-family:decorative;\r\n mso-font-pitch:variable;\r\n mso-font-signature:0 268435456 0 0 -2147483648 0;}\r\n@font-face\r\n {font-family:\"Cambria Math\";\r\n panose-1:2 4 5 3 5 4 6 3 2 4;\r\n mso-font-charset:0;\r\n mso-generic-font-family:roman;\r\n mso-font-pitch:variable;\r\n mso-font-signature:-536870145 1107305727 0 0 415 0;}\r\n@font-face\r\n {font-family:Calibri;\r\n panose-1:2 15 5 2 2 2 4 3 2 4;\r\n mso-font-charset:238;\r\n mso-generic-font-family:swiss;\r\n mso-font-pitch:variable;\r\n mso-font-signature:-536859905 -1073697537 9 0 511 0;}\r\n@font-face\r\n {font-family:Tahoma;\r\n panose-1:2 11 6 4 3 5 4 4 2 4;\r\n mso-font-charset:238;\r\n mso-generic-font-family:swiss;\r\n mso-font-pitch:variable;\r\n mso-font-signature:-520081665 -1073717157 41 0 66047 0;}\r\n /* Style Definitions */\r\n p.MsoNormal, li.MsoNormal, div.MsoNormal\r\n {mso-style-unhide:no;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n margin:0cm;\r\n margin-bottom:.0001pt;\r\n mso-pagination:widow-orphan;\r\n font-size:12.0pt;\r\n font-family:\"Times New Roman\",serif;\r\n mso-fareast-font-family:\"Times New Roman\";\r\n mso-fareast-language:IT;}\r\np.MsoHeader, li.MsoHeader, div.MsoHeader\r\n {mso-style-unhide:no;\r\n mso-style-link:\"Header Char\";\r\n margin:0cm;\r\n margin-bottom:.0001pt;\r\n mso-pagination:widow-orphan;\r\n tab-stops:center 240.95pt right 481.9pt;\r\n font-size:12.0pt;\r\n font-family:\"Times New Roman\",serif;\r\n mso-fareast-font-family:\"Times New Roman\";\r\n mso-fareast-language:IT;}\r\np.MsoFooter, li.MsoFooter, div.MsoFooter\r\n {mso-style-priority:99;\r\n mso-style-unhide:no;\r\n mso-style-link:\"Footer Char\";\r\n margin:0cm;\r\n margin-bottom:.0001pt;\r\n mso-pagination:widow-orphan;\r\n tab-stops:center 240.95pt right 481.9pt;\r\n font-size:12.0pt;\r\n font-family:\"Times New Roman\",serif;\r\n mso-fareast-font-family:\"Times New Roman\";\r\n mso-fareast-language:IT;}\r\np.MsoListBullet, li.MsoListBullet, div.MsoListBullet\r\n {mso-style-unhide:no;\r\n margin-top:0cm;\r\n margin-right:0cm;\r\n margin-bottom:0cm;\r\n margin-left:18.0pt;\r\n margin-bottom:.0001pt;\r\n mso-add-space:auto;\r\n text-indent:-18.0pt;\r\n mso-pagination:widow-orphan;\r\n mso-list:l1 level1 lfo16;\r\n tab-stops:list 18.0pt;\r\n font-size:12.0pt;\r\n font-family:\"Times New Roman\",serif;\r\n mso-fareast-font-family:\"Times New Roman\";\r\n mso-fareast-language:IT;}\r\np.MsoListBulletCxSpFirst, li.MsoListBulletCxSpFirst, div.MsoListBulletCxSpFirst\r\n {mso-style-unhide:no;\r\n mso-style-type:export-only;\r\n margin-top:0cm;\r\n margin-right:0cm;\r\n margin-bottom:0cm;\r\n margin-left:18.0pt;\r\n margin-bottom:.0001pt;\r\n mso-add-space:auto;\r\n text-indent:-18.0pt;\r\n mso-pagination:widow-orphan;\r\n mso-list:l1 level1 lfo16;\r\n tab-stops:list 18.0pt;\r\n font-size:12.0pt;\r\n font-family:\"Times New Roman\",serif;\r\n mso-fareast-font-family:\"Times New Roman\";\r\n mso-fareast-language:IT;}\r\np.MsoListBulletCxSpMiddle, li.MsoListBulletCxSpMiddle, div.MsoListBulletCxSpMiddle\r\n {mso-style-unhide:no;\r\n mso-style-type:export-only;\r\n margin-top:0cm;\r\n margin-right:0cm;\r\n margin-bottom:0cm;\r\n margin-left:18.0pt;\r\n margin-bottom:.0001pt;\r\n mso-add-space:auto;\r\n text-indent:-18.0pt;\r\n mso-pagination:widow-orphan;\r\n mso-list:l1 level1 lfo16;\r\n tab-stops:list 18.0pt;\r\n font-size:12.0pt;\r\n font-family:\"Times New Roman\",serif;\r\n mso-fareast-font-family:\"Times New Roman\";\r\n mso-fareast-language:IT;}\r\np.MsoListBulletCxSpLast, li.MsoListBulletCxSpLast, div.MsoListBulletCxSpLast\r\n {mso-style-unhide:no;\r\n mso-style-type:export-only;\r\n margin-top:0cm;\r\n margin-right:0cm;\r\n margin-bottom:0cm;\r\n margin-left:18.0pt;\r\n margin-bottom:.0001pt;\r\n mso-add-space:auto;\r\n text-indent:-18.0pt;\r\n mso-pagination:widow-orphan;\r\n mso-list:l1 level1 lfo16;\r\n tab-stops:list 18.0pt;\r\n font-size:12.0pt;\r\n font-family:\"Times New Roman\",serif;\r\n mso-fareast-font-family:\"Times New Roman\";\r\n mso-fareast-language:IT;}\r\na:link, span.MsoHyperlink\r\n {mso-style-priority:99;\r\n mso-style-parent:\"\";\r\n color:blue;\r\n text-decoration:underline;\r\n text-underline:single;}\r\na:visited, span.MsoHyperlinkFollowed\r\n {mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-parent:\"\";\r\n color:#954F72;\r\n text-decoration:underline;\r\n text-underline:single;}\r\np\r\n {mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-margin-top-alt:auto;\r\n margin-right:0cm;\r\n mso-margin-bottom-alt:auto;\r\n margin-left:0cm;\r\n mso-pagination:widow-orphan;\r\n font-size:12.0pt;\r\n font-family:\"Times New Roman\",serif;\r\n mso-fareast-font-family:\"Times New Roman\";\r\n mso-fareast-language:IT;}\r\np.MsoAcetate, li.MsoAcetate, div.MsoAcetate\r\n {mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-link:\"Balloon Text Char\";\r\n margin:0cm;\r\n margin-bottom:.0001pt;\r\n mso-pagination:widow-orphan;\r\n font-size:9.0pt;\r\n font-family:\"Times New Roman\",serif;\r\n mso-fareast-font-family:\"Times New Roman\";\r\n mso-fareast-language:IT;}\r\np.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph\r\n {mso-style-priority:34;\r\n mso-style-unhide:no;\r\n mso-style-qformat:yes;\r\n margin-top:0cm;\r\n margin-right:0cm;\r\n margin-bottom:0cm;\r\n margin-left:36.0pt;\r\n margin-bottom:.0001pt;\r\n mso-pagination:widow-orphan;\r\n font-size:12.0pt;\r\n font-family:\"Times New Roman\",serif;\r\n mso-fareast-font-family:\"Times New Roman\";\r\n mso-fareast-language:IT;}\r\nspan.HeaderChar\r\n {mso-style-name:\"Header Char\";\r\n mso-style-unhide:no;\r\n mso-style-locked:yes;\r\n mso-style-link:Header;\r\n mso-ansi-font-size:12.0pt;\r\n mso-bidi-font-size:12.0pt;\r\n mso-fareast-language:IT;}\r\nspan.FooterChar\r\n {mso-style-name:\"Footer Char\";\r\n mso-style-priority:99;\r\n mso-style-unhide:no;\r\n mso-style-locked:yes;\r\n mso-style-link:Footer;\r\n mso-ansi-font-size:12.0pt;\r\n mso-bidi-font-size:12.0pt;\r\n mso-fareast-language:IT;}\r\nspan.BalloonTextChar\r\n {mso-style-name:\"Balloon Text Char\";\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-unhide:no;\r\n mso-style-locked:yes;\r\n mso-style-link:\"Balloon Text\";\r\n mso-ansi-font-size:9.0pt;\r\n mso-bidi-font-size:9.0pt;\r\n mso-fareast-language:IT;}\r\n.MsoChpDefault\r\n {mso-style-type:export-only;\r\n mso-default-props:yes;\r\n font-size:10.0pt;\r\n mso-ansi-font-size:10.0pt;\r\n mso-bidi-font-size:10.0pt;}\r\n@page WordSection1\r\n {size:612.0pt 792.0pt;\r\n margin:70.85pt 2.0cm 2.0cm 2.0cm;\r\n mso-header-margin:36.0pt;\r\n mso-footer-margin:36.0pt;\r\n mso-paper-source:0;}\r\ndiv.WordSection1\r\n {page:WordSection1;}\r\n /* List Definitions */\r\n @list l0\r\n {mso-list-id:-227;\r\n mso-list-template-ids:1027611152;}\r\n@list l0:level1\r\n {mso-level-number-format:bullet;\r\n mso-level-text:\"\";\r\n mso-level-tab-stop:0cm;\r\n mso-level-number-position:left;\r\n margin-left:0cm;\r\n text-indent:0cm;\r\n font-family:Symbol;}\r\n@list l0:level2\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:36.0pt;\r\n mso-level-number-position:left;\r\n margin-left:54.0pt;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l0:level3\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:72.0pt;\r\n mso-level-number-position:left;\r\n margin-left:90.0pt;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l0:level4\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:108.0pt;\r\n mso-level-number-position:left;\r\n margin-left:126.0pt;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l0:level5\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:144.0pt;\r\n mso-level-number-position:left;\r\n margin-left:162.0pt;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l0:level6\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:180.0pt;\r\n mso-level-number-position:left;\r\n margin-left:198.0pt;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l0:level7\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:216.0pt;\r\n mso-level-number-position:left;\r\n margin-left:234.0pt;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l0:level8\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:252.0pt;\r\n mso-level-number-position:left;\r\n margin-left:270.0pt;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l0:level9\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:288.0pt;\r\n mso-level-number-position:left;\r\n margin-left:306.0pt;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l1\r\n {mso-list-id:-119;\r\n mso-list-type:simple;\r\n mso-list-template-ids:-1046740508;}\r\n@list l1:level1\r\n {mso-level-number-format:bullet;\r\n mso-level-style-link:\"List Bullet\";\r\n mso-level-text:;\r\n mso-level-tab-stop:18.0pt;\r\n mso-level-number-position:left;\r\n margin-left:18.0pt;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l2\r\n {mso-list-id:295792157;\r\n mso-list-type:hybrid;\r\n mso-list-template-ids:-86985678 1731209676 68157465 68157467 68157455 68157465 68157467 68157455 68157465 68157467;}\r\n@list l2:level1\r\n {mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Arial\",sans-serif;}\r\n@list l2:level2\r\n {mso-level-number-format:alpha-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l2:level3\r\n {mso-level-number-format:roman-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:right;\r\n text-indent:-9.0pt;}\r\n@list l2:level4\r\n {mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l2:level5\r\n {mso-level-number-format:alpha-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l2:level6\r\n {mso-level-number-format:roman-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:right;\r\n text-indent:-9.0pt;}\r\n@list l2:level7\r\n {mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l2:level8\r\n {mso-level-number-format:alpha-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l2:level9\r\n {mso-level-number-format:roman-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:right;\r\n text-indent:-9.0pt;}\r\n@list l3\r\n {mso-list-id:340015915;\r\n mso-list-type:hybrid;\r\n mso-list-template-ids:2011971304 68157441 68157443 68157445 68157441 68157443 68157445 68157441 68157443 68157445;}\r\n@list l3:level1\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l3:level2\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l3:level3\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l3:level4\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l3:level5\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l3:level6\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l3:level7\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l3:level8\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l3:level9\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l4\r\n {mso-list-id:361788372;\r\n mso-list-type:hybrid;\r\n mso-list-template-ids:-970419228 68157441 68157443 68157445 68157441 68157443 68157445 68157441 68157443 68157445;}\r\n@list l4:level1\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l4:level2\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l4:level3\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l4:level4\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l4:level5\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l4:level6\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l4:level7\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l4:level8\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l4:level9\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l5\r\n {mso-list-id:424955644;\r\n mso-list-type:hybrid;\r\n mso-list-template-ids:-86985678 1731209676 68157465 68157467 68157455 68157465 68157467 68157455 68157465 68157467;}\r\n@list l5:level1\r\n {mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Arial\",sans-serif;}\r\n@list l5:level2\r\n {mso-level-number-format:alpha-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l5:level3\r\n {mso-level-number-format:roman-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:right;\r\n text-indent:-9.0pt;}\r\n@list l5:level4\r\n {mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l5:level5\r\n {mso-level-number-format:alpha-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l5:level6\r\n {mso-level-number-format:roman-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:right;\r\n text-indent:-9.0pt;}\r\n@list l5:level7\r\n {mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l5:level8\r\n {mso-level-number-format:alpha-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l5:level9\r\n {mso-level-number-format:roman-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:right;\r\n text-indent:-9.0pt;}\r\n@list l6\r\n {mso-list-id:456606235;\r\n mso-list-type:hybrid;\r\n mso-list-template-ids:1776996602 68157441 68157443 68157445 68157441 68157443 68157445 68157441 68157443 68157445;}\r\n@list l6:level1\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l6:level2\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l6:level3\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l6:level4\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l6:level5\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l6:level6\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l6:level7\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l6:level8\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l6:level9\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l7\r\n {mso-list-id:460464193;\r\n mso-list-type:hybrid;\r\n mso-list-template-ids:1704369438 68157441 68157443 68157445 68157441 68157443 68157445 68157441 68157443 68157445;}\r\n@list l7:level1\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l7:level2\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l7:level3\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l7:level4\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l7:level5\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l7:level6\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l7:level7\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l7:level8\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l7:level9\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l8\r\n {mso-list-id:474950172;\r\n mso-list-type:hybrid;\r\n mso-list-template-ids:1839126072 1731209676 68157465 68157467 68157455 68157465 68157467 68157455 68157465 68157467;}\r\n@list l8:level1\r\n {mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Arial\",sans-serif;}\r\n@list l8:level2\r\n {mso-level-number-format:alpha-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l8:level3\r\n {mso-level-number-format:roman-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:right;\r\n text-indent:-9.0pt;}\r\n@list l8:level4\r\n {mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l8:level5\r\n {mso-level-number-format:alpha-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l8:level6\r\n {mso-level-number-format:roman-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:right;\r\n text-indent:-9.0pt;}\r\n@list l8:level7\r\n {mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l8:level8\r\n {mso-level-number-format:alpha-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l8:level9\r\n {mso-level-number-format:roman-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:right;\r\n text-indent:-9.0pt;}\r\n@list l9\r\n {mso-list-id:557126824;\r\n mso-list-type:hybrid;\r\n mso-list-template-ids:648728054 68157455 68157465 68157467 68157455 68157465 68157467 68157455 68157465 68157467;}\r\n@list l9:level1\r\n {mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l9:level2\r\n {mso-level-number-format:alpha-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l9:level3\r\n {mso-level-number-format:roman-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:right;\r\n text-indent:-9.0pt;}\r\n@list l9:level4\r\n {mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l9:level5\r\n {mso-level-number-format:alpha-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l9:level6\r\n {mso-level-number-format:roman-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:right;\r\n text-indent:-9.0pt;}\r\n@list l9:level7\r\n {mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l9:level8\r\n {mso-level-number-format:alpha-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l9:level9\r\n {mso-level-number-format:roman-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:right;\r\n text-indent:-9.0pt;}\r\n@list l10\r\n {mso-list-id:701134094;\r\n mso-list-type:hybrid;\r\n mso-list-template-ids:-86985678 1731209676 68157465 68157467 68157455 68157465 68157467 68157455 68157465 68157467;}\r\n@list l10:level1\r\n {mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Arial\",sans-serif;}\r\n@list l10:level2\r\n {mso-level-number-format:alpha-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l10:level3\r\n {mso-level-number-format:roman-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:right;\r\n text-indent:-9.0pt;}\r\n@list l10:level4\r\n {mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l10:level5\r\n {mso-level-number-format:alpha-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l10:level6\r\n {mso-level-number-format:roman-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:right;\r\n text-indent:-9.0pt;}\r\n@list l10:level7\r\n {mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l10:level8\r\n {mso-level-number-format:alpha-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l10:level9\r\n {mso-level-number-format:roman-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:right;\r\n text-indent:-9.0pt;}\r\n@list l11\r\n {mso-list-id:761725571;\r\n mso-list-type:hybrid;\r\n mso-list-template-ids:-73892522 68157441 68157443 68157445 68157441 68157443 68157445 68157441 68157443 68157445;}\r\n@list l11:level1\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l11:level2\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l11:level3\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l11:level4\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l11:level5\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l11:level6\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l11:level7\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l11:level8\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l11:level9\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l12\r\n {mso-list-id:765464681;\r\n mso-list-type:hybrid;\r\n mso-list-template-ids:-1568089896 68157441 68157443 68157445 68157441 68157443 68157445 68157441 68157443 68157445;}\r\n@list l12:level1\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l12:level2\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l12:level3\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l12:level4\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l12:level5\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l12:level6\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l12:level7\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l12:level8\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l12:level9\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l13\r\n {mso-list-id:1265265404;\r\n mso-list-type:hybrid;\r\n mso-list-template-ids:-86985678 1731209676 68157465 68157467 68157455 68157465 68157467 68157455 68157465 68157467;}\r\n@list l13:level1\r\n {mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Arial\",sans-serif;}\r\n@list l13:level2\r\n {mso-level-number-format:alpha-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l13:level3\r\n {mso-level-number-format:roman-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:right;\r\n text-indent:-9.0pt;}\r\n@list l13:level4\r\n {mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l13:level5\r\n {mso-level-number-format:alpha-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l13:level6\r\n {mso-level-number-format:roman-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:right;\r\n text-indent:-9.0pt;}\r\n@list l13:level7\r\n {mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l13:level8\r\n {mso-level-number-format:alpha-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l13:level9\r\n {mso-level-number-format:roman-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:right;\r\n text-indent:-9.0pt;}\r\n@list l14\r\n {mso-list-id:1321929560;\r\n mso-list-type:hybrid;\r\n mso-list-template-ids:-1241773968 68157455 68157465 68157467 68157455 68157465 68157467 68157455 68157465 68157467;}\r\n@list l14:level1\r\n {mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l14:level2\r\n {mso-level-number-format:alpha-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l14:level3\r\n {mso-level-number-format:roman-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:right;\r\n text-indent:-9.0pt;}\r\n@list l14:level4\r\n {mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l14:level5\r\n {mso-level-number-format:alpha-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l14:level6\r\n {mso-level-number-format:roman-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:right;\r\n text-indent:-9.0pt;}\r\n@list l14:level7\r\n {mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l14:level8\r\n {mso-level-number-format:alpha-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l14:level9\r\n {mso-level-number-format:roman-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:right;\r\n text-indent:-9.0pt;}\r\n@list l15\r\n {mso-list-id:1358584365;\r\n mso-list-type:hybrid;\r\n mso-list-template-ids:1464233584 68157441 68157443 68157445 68157441 68157443 68157445 68157441 68157443 68157445;}\r\n@list l15:level1\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l15:level2\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l15:level3\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l15:level4\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l15:level5\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l15:level6\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l15:level7\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l15:level8\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l15:level9\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l16\r\n {mso-list-id:1370687085;\r\n mso-list-type:hybrid;\r\n mso-list-template-ids:-86985678 1731209676 68157465 68157467 68157455 68157465 68157467 68157455 68157465 68157467;}\r\n@list l16:level1\r\n {mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Arial\",sans-serif;}\r\n@list l16:level2\r\n {mso-level-number-format:alpha-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l16:level3\r\n {mso-level-number-format:roman-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:right;\r\n text-indent:-9.0pt;}\r\n@list l16:level4\r\n {mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l16:level5\r\n {mso-level-number-format:alpha-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l16:level6\r\n {mso-level-number-format:roman-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:right;\r\n text-indent:-9.0pt;}\r\n@list l16:level7\r\n {mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l16:level8\r\n {mso-level-number-format:alpha-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l16:level9\r\n {mso-level-number-format:roman-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:right;\r\n text-indent:-9.0pt;}\r\n@list l17\r\n {mso-list-id:1427265153;\r\n mso-list-type:hybrid;\r\n mso-list-template-ids:-1397961990 68157463 68157443 68157445 68157441 68157443 68157445 68157441 68157443 68157445;}\r\n@list l17:level1\r\n {mso-level-number-format:alpha-lower;\r\n mso-level-text:\"%1\\)\";\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l17:level2\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l17:level3\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l17:level4\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l17:level5\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l17:level6\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l17:level7\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l17:level8\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l17:level9\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l18\r\n {mso-list-id:1482039175;\r\n mso-list-type:hybrid;\r\n mso-list-template-ids:2015277402 68157441 68157443 68157445 68157441 68157443 68157445 68157441 68157443 68157445;}\r\n@list l18:level1\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l18:level2\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l18:level3\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l18:level4\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l18:level5\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l18:level6\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l18:level7\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l18:level8\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l18:level9\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l19\r\n {mso-list-id:1571427502;\r\n mso-list-type:hybrid;\r\n mso-list-template-ids:-86985678 1731209676 68157465 68157467 68157455 68157465 68157467 68157455 68157465 68157467;}\r\n@list l19:level1\r\n {mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Arial\",sans-serif;}\r\n@list l19:level2\r\n {mso-level-number-format:alpha-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l19:level3\r\n {mso-level-number-format:roman-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:right;\r\n text-indent:-9.0pt;}\r\n@list l19:level4\r\n {mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l19:level5\r\n {mso-level-number-format:alpha-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l19:level6\r\n {mso-level-number-format:roman-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:right;\r\n text-indent:-9.0pt;}\r\n@list l19:level7\r\n {mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l19:level8\r\n {mso-level-number-format:alpha-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l19:level9\r\n {mso-level-number-format:roman-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:right;\r\n text-indent:-9.0pt;}\r\n@list l20\r\n {mso-list-id:1603370090;\r\n mso-list-type:hybrid;\r\n mso-list-template-ids:-86985678 1731209676 68157465 68157467 68157455 68157465 68157467 68157455 68157465 68157467;}\r\n@list l20:level1\r\n {mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Arial\",sans-serif;}\r\n@list l20:level2\r\n {mso-level-number-format:alpha-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l20:level3\r\n {mso-level-number-format:roman-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:right;\r\n text-indent:-9.0pt;}\r\n@list l20:level4\r\n {mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l20:level5\r\n {mso-level-number-format:alpha-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l20:level6\r\n {mso-level-number-format:roman-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:right;\r\n text-indent:-9.0pt;}\r\n@list l20:level7\r\n {mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l20:level8\r\n {mso-level-number-format:alpha-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l20:level9\r\n {mso-level-number-format:roman-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:right;\r\n text-indent:-9.0pt;}\r\n@list l21\r\n {mso-list-id:1680044426;\r\n mso-list-type:hybrid;\r\n mso-list-template-ids:260053474 68157441 68157443 68157445 68157441 68157443 68157445 68157441 68157443 68157445;}\r\n@list l21:level1\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l21:level2\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l21:level3\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l21:level4\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l21:level5\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l21:level6\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l21:level7\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l21:level8\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l21:level9\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l22\r\n {mso-list-id:1688409056;\r\n mso-list-type:hybrid;\r\n mso-list-template-ids:1300518126 68157441 68157443 68157445 68157441 68157443 68157445 68157441 68157443 68157445;}\r\n@list l22:level1\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l22:level2\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l22:level3\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l22:level4\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l22:level5\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l22:level6\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l22:level7\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l22:level8\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l22:level9\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l23\r\n {mso-list-id:1792355254;\r\n mso-list-type:hybrid;\r\n mso-list-template-ids:646248284 68157441 68157443 68157445 68157441 68157443 68157445 68157441 68157443 68157445;}\r\n@list l23:level1\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l23:level2\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l23:level3\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l23:level4\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l23:level5\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l23:level6\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l23:level7\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l23:level8\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l23:level9\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l24\r\n {mso-list-id:1800297319;\r\n mso-list-type:hybrid;\r\n mso-list-template-ids:-1324476452 68157455 68157465 68157467 68157455 68157465 68157467 68157455 68157465 68157467;}\r\n@list l24:level1\r\n {mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l24:level2\r\n {mso-level-number-format:alpha-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l24:level3\r\n {mso-level-number-format:roman-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:right;\r\n text-indent:-9.0pt;}\r\n@list l24:level4\r\n {mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l24:level5\r\n {mso-level-number-format:alpha-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l24:level6\r\n {mso-level-number-format:roman-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:right;\r\n text-indent:-9.0pt;}\r\n@list l24:level7\r\n {mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l24:level8\r\n {mso-level-number-format:alpha-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l24:level9\r\n {mso-level-number-format:roman-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:right;\r\n text-indent:-9.0pt;}\r\n@list l25\r\n {mso-list-id:1830360587;\r\n mso-list-type:hybrid;\r\n mso-list-template-ids:-1449229058 68157455 68157465 68157467 68157455 68157465 68157467 68157455 68157465 68157467;}\r\n@list l25:level1\r\n {mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l25:level2\r\n {mso-level-number-format:alpha-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l25:level3\r\n {mso-level-number-format:roman-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:right;\r\n text-indent:-9.0pt;}\r\n@list l25:level4\r\n {mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l25:level5\r\n {mso-level-number-format:alpha-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l25:level6\r\n {mso-level-number-format:roman-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:right;\r\n text-indent:-9.0pt;}\r\n@list l25:level7\r\n {mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l25:level8\r\n {mso-level-number-format:alpha-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l25:level9\r\n {mso-level-number-format:roman-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:right;\r\n text-indent:-9.0pt;}\r\n@list l26\r\n {mso-list-id:1905751405;\r\n mso-list-type:hybrid;\r\n mso-list-template-ids:721869906 -1084213874 68157443 68157445 68157441 68157443 68157445 68157441 68157443 68157445;}\r\n@list l26:level1\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;\r\n mso-ansi-language:EN-GB;}\r\n@list l26:level2\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l26:level3\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l26:level4\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l26:level5\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l26:level6\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l26:level7\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l26:level8\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l26:level9\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l27\r\n {mso-list-id:1933007270;\r\n mso-list-type:hybrid;\r\n mso-list-template-ids:-191055142 68157455 68157465 68157467 68157455 68157465 68157467 68157455 68157465 68157467;}\r\n@list l27:level1\r\n {mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l27:level2\r\n {mso-level-number-format:alpha-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l27:level3\r\n {mso-level-number-format:roman-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:right;\r\n text-indent:-9.0pt;}\r\n@list l27:level4\r\n {mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l27:level5\r\n {mso-level-number-format:alpha-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l27:level6\r\n {mso-level-number-format:roman-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:right;\r\n text-indent:-9.0pt;}\r\n@list l27:level7\r\n {mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l27:level8\r\n {mso-level-number-format:alpha-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l27:level9\r\n {mso-level-number-format:roman-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:right;\r\n text-indent:-9.0pt;}\r\n@list l28\r\n {mso-list-id:1966351796;\r\n mso-list-type:hybrid;\r\n mso-list-template-ids:1625824372 68157441 68157443 68157445 68157441 68157443 68157445 68157441 68157443 68157445;}\r\n@list l28:level1\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l28:level2\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l28:level3\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l28:level4\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l28:level5\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l28:level6\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l28:level7\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l28:level8\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l28:level9\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l29\r\n {mso-list-id:2112240086;\r\n mso-list-type:hybrid;\r\n mso-list-template-ids:-18210182 68157441 68157443 68157445 68157441 68157443 68157445 68157441 68157443 68157445;}\r\n@list l29:level1\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l29:level2\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l29:level3\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l29:level4\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l29:level5\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l29:level6\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l29:level7\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l29:level8\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l29:level9\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l30\r\n {mso-list-id:2141192404;\r\n mso-list-type:hybrid;\r\n mso-list-template-ids:-813692626 68157441 68157443 68157445 68157441 68157443 68157445 68157441 68157443 68157445;}\r\n@list l30:level1\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l30:level2\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l30:level3\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l30:level4\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l30:level5\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l30:level6\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\n@list l30:level7\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Symbol;}\r\n@list l30:level8\r\n {mso-level-number-format:bullet;\r\n mso-level-text:o;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Courier New\";}\r\n@list l30:level9\r\n {mso-level-number-format:bullet;\r\n mso-level-text:;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:Wingdings;}\r\nol\r\n {margin-bottom:0cm;}\r\nul\r\n {margin-bottom:0cm;}\r\n-->\r\n</style></p>','<p> </p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b style=\"mso-bidi-font-weight:
normal\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">7.1. PhD Thesis</span></b></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"1\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><a name=\"_Ref254271402\"><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial\">R. Montella, “Modellistica ambientale e tecniche di grid computing” (in italian) – Tesi di dottorato in “Scienze ed ingegneria del mare” – XVI Ciclo, University of Naples Federico II, February 2005.</span></a></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b style=\"mso-bidi-font-weight:
normal\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">7.2. Journals</span></b></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"2\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><a name=\"_Ref254271388\"><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">De Lauro M., G. Giunta, R. Montella, “Marine GIS development: mapping the Bay of Naples” - Sea Technology, pp. 53-59, June 1999.</span></a></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"3\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">Montella R., A. Riccio, “Implementazione di una banca dati delle emissioni veicolari nella Regione Campania” (in italian) - Ingegneria Ambientale, pp. 605-611, N. 11/12, November/ December 2002.</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
Arial\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"4\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Giunta G., R. Montella, P. Mariani and A. Riccio, “Modeling and computational issues for air/water quality problems: A grid computing approach” – Il Nuovo Cimento, pp. 215-224, Vol. 28 C, N.2, March – April 2005</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"5\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><a name=\"_Ref254271414\"><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Giunta G., P. Mariani, R. Montella, A. Riccio, “pPOM: A nested, scalable, parallel and Fortran 90 implementation of the Princeton Ocean Model” - Environmental Modelling & Software 22 , pp. 117-122 (2007).</span></a></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"6\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><a name=\"_Ref254271428\"><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Ascione I., G. Giunta, R. Montella, P. Mariani, A. Riccio, “A Grid Computing Based Virtual Laboratory for Environmental Simulations” - Lecture Notes in Computer Science (editors: Wolfang E. Nagel, Wolfang V. Walter, Wolfang Lehner), volume 4128, pp. 1085-1094, Springer, 2006.</span></a><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
 mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"7\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><a name=\"_Ref254271443\"><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Montella R., “Development of a GT4-based Resource Broker Service: an application to on-demand weather and marine forecasting” - Lecture Notes in Computer Science (editors: Christophe Cérin, Kuan-Ching Li), volume 4459, pp. 204-217, Springer, 2007.</span></a><span style=\"font-family:
 "Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"8\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><a name=\"_Ref254271451\"><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Montella R., G. Giunta, A. Riccio, “An integrated ClassAd-Latent Semantic Indexing matchmaking algorithm for Globus Toolkit based computing grids” - Lecture Notes in Computer Science (editors: R. Wyrzykowski, J. Dongarra, et al.), volume 4967, pp. 942-950, Springer, 2008.</span></a></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"9\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><a name=\"_Ref254271560\"><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Giunta G., G. Laccetti, R. Montella, “A grid-based service oriented environmental modeling laboratory for research and production applications” - Lecture Notes in Computer Science (editors: R. Wyrzykowski, J. Dongarra, et al.), volume 4967, pp. 951-960, Springer, 2008.</span></a></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"10\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">Montella R., G. Giunta, and G. Laccetti. </span><span style=\"font-family:
 "Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">"Virtualizing high-end GPGPUs on ARM clusters for the next generation of high performance cloud computing." <i>Cluster Computing</i> 17, no. 1 (2014): 139-152.</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"11\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">Laccetti G., R. Montella, C. Palmieri, V. Pelliccia. </span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
 mso-ansi-language:EN-US\" lang=\"EN-US\">“The High Performance Internet of Things: using GVirtuS to share high-end GPUs with ARM based cluster computing nodes”. Lecture Notes in Computer Science (editors: R. Wyrzykowski, J. Dongarra, et al.), volume 8384, Springer, 2014.</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"12\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">Montella, R., Giunta, G., & Laccetti, G. (2014). </span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
 mso-ansi-language:EN-GB\" lang=\"EN-GB\">Virtualizing high-end GPGPUs on ARM clusters for the next generation of high performance cloud computing. </span><i><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">Cluster computing</span></i><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial\">, <i>17</i>(1), 139-152.</span></li>\r\n</ol>\r\n<p class=\"MsoListParagraph\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"13\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Montella, Raffaele, David Kelly, Wei Xiong, Alison Brizius, Joshua Elliott, Ravi Madduri, Ketan Maheshwari et al. "FACE‐IT: A science gateway for food security research." <i>Concurrency and Computation: Practice and Experience</i> 27, no. 16 (2015): 4423-4436.<br style=\"mso-special-character:line-break\" />\r\n <br style=\"mso-special-character:line-break\" />\r\n </span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">Montella, Raffaele, Giulio Giunta, Giuliano Laccetti, Marco Lapegna, Carlo Palmieri, Carmine Ferraro, Valentina Pelliccia, Cheol-Ho Hong, Ivor Spence, and Dimitrios S. Nikolopoulos. </span><span style=\"font-family:
 "Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">"On the virtualization of CUDA based GPU remoting on ARM and X86 machines in the GVirtuS framework." </span><i><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial\">International Journal of Parallel Programming</span></i><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\"> 45, no. 5 (2017): 1142-1163.</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"15\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">Benassai, Guido, Pietro Aucelli, Giorgio Budillon, Massimo De Stefano, Diana Di Luccio, Gianluigi Di Paola, Raffaele Montella, Luigi Mucerino, Mario Sica, and Micla Pennetta. </span><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">"Rip current evidence by hydrodynamic simulations, bathymetric surveys and UAV observation." </span><i><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial\">Natural Hazards and Earth System Sciences</span></i><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\"> 17, no. 9 (2017): 1493.</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"16\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">Montella, Raffaele, Sokol Kosta, David Oro, Javier Vera, Carles Fernández, Carlo Palmieri, Diana Di Luccio, Giulio Giunta, Marco Lapegna, and Giuliano Laccetti. </span><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">"Accelerating Linux and Android applications on low‐power devices through remote GPGPU offloading." </span><i><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial\">Concurrency and Computation: Practice and Experience</span></i><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial\"> 29, no. 24 (2017).</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b style=\"mso-bidi-font-weight:
normal\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">7.3. Books chapters</span></b></p>\r\n<p class=\"MsoNormal\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"17\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">Giunta G., R. Montella, G. Laccetti, F. Isaila and J. Blas. </span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">A GPU Accelerated High Performance Cloud Computing Infrastructure for Grid Computing Based Virtual Environmental Laboratory, Advances in Grid Computing, Zoran Constantinescu (Ed.), InTech. 2011</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"18\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Montella R., G. Giunta, G. Laccetti, “Multidimensional environmental data resource brokering on computational grids and scientific clouds” - Handbook of Cloud Computing", eds. B. Furht and A. Escalante, Springer. 2010</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"19\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Montella R., I. Foster, “Using hybrid grid/cloud computing technologies for environmental data elastic storage, processing and provisioning” - Handbook of Cloud Computing", eds. B. Furht and A. Escalante, Springer. 2010</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b style=\"mso-bidi-font-weight:
normal\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">7.4. International conferences</span></b></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"20\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">De Lauro M., G. Giunta, R. Montella, “Osiris: a new GIS approach for geophysical and oceanographic data management” – (Poster) –<span style=\"mso-spacerun:yes\"> </span>Abstract XXIV European Geophysical Society general assembly, The Hague, Holland, 19-23 April 1999.</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"21\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><a name=\"_Ref254271351\"><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial\">Barone G., P. D’Ambra, D. di Serafino, G. Giunta, R. Montella, A. Murli, A. Riccio, “An Operational Mesoscale Air Quality Model for the Campania Region” – Proc. 3th GLOREAM Workshop, 22-24 settembre, Isola d’Ischia, Italia, Annali Istituto Universitario Navale, pp. 179-189, June 2000.</span></a></li>\r\n</ol>\r\n<p class=\"MsoNormal\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
Arial\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"22\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><a name=\"_Ref254271379\"><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial\">Barone G., P. D’Ambra, D. di Serafino, G. Giunta, R. Montella, A. Murli, A. Riccio, “A software system for air pollution monitoring over the Campania Region SPMIAC” – (Poster) – ParCo 2001 Parallel Computing Conference, Napoli, September 2001.</span></a></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"23\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><a name=\"_Ref254271505\"><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Barone G., G. Giunta, R. Montella, A. Murli, A. Riccio, “Evaluation of the impact of emission reduction strategies in the Naples area” – Proc. 5th GLOREAM Workshop, 24-26 September, Wengen, Switzerland (2001).</span></a></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"24\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><a name=\"_Ref254271527\"><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Barone G., P. D’Ambra, D. di Serafino, G. Giunta, R. Montella, A. Murli, A. Riccio, “The numerical simulation of air pollution episodes in Southern Italy. An overview of research activities” – Proc. 6th GLOREAM Workshop, 4-2 September, Aveiro, Portugal (2002).</span></a></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"25\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><a name=\"_Ref254271537\"><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Barone G., G. Giunta, R. Montella, A. Murli and A. Riccio, “SPMIAC as a Modeling Tool to Evaluate the Impact of Emission Reduction Strategies in the Naples Area” - Proceedings of EUROTRAC-2 Symposium 2002, pp. 901-905, 11-15 March, Garmisch-Partenkirchen, Germany, 2002.</span></a></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"26\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><a name=\"_Ref254271636\"><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Montella R., G. Giunta, A. Riccio, “Using Grid Computing Based Components in On Demand Environmental Data Delivery” - Proceedings of UPGRADE-CN’07, pp. 81-86, 26 June 2007, Monterey, California, USA. ACM 978-1-59593-718-6 2007</span></a></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"27\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><a name=\"_Ref254271475\"><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Montella R., A. Agrillo, D. Mastrangelo, M. Menna, “A Globus Toolkit 4 Based Instrument Service For Environmental Data Acquisition And Distribution” - Proceedings of UPGRADE-CN’08, pp. 21-28, 23 June 2008, Boston, Massachusetts, USA. ACM 978-1-60558-155-2 2008</span></a></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"28\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><a name=\"_Ref254271658\"><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Giunta G., G. Laccetti, R. Montella, “Five dimension environmental data resource brokering on computational grids and scientific clouds” -<span style=\"mso-spacerun:yes\"> </span>Proceedings of the 3rd IEEE Asia-Pacific Services Computing Conference (IEEE APSCC 2008), pp. 81-88, December 2008.</span></a></li>\r\n</ol>\r\n<p class=\"MsoNormal\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"29\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">G. Giunta, R. Montella, G. Agrillo, and G. Coviello, "A GPGPU Transparent Virtualization Component for High Performance Computing Clouds," , D’Ambra, P., Guarracino, M., and Talia, D., Eds., Berlin, Heidelberg: Springer Berlin / Heidelberg, 2010, vol. 6271, pp. 379-391.</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"30\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:Helvetica;mso-bidi-font-family:Helvetica;
 mso-ansi-language:EN-GB\" lang=\"EN-GB\">Montella R., G. Coviello, G. Giunta, G. Laccetti, F. Isaila and J. Blas</span><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">, "</span><span style=\"font-family:Helvetica;mso-bidi-font-family:Helvetica;
 mso-ansi-language:EN-GB\" lang=\"EN-GB\">A general-purpose virtualization service for HPC on cloud computing: an application to GPUs</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
 mso-ansi-language:EN-US\" lang=\"EN-US\">," PPAM 2011 - Workshop on Models, Algorithms and Methodologies <span style=\"mso-spacerun:yes\"> </span>for Hierarchical Parallelism in new HPC Systems - Torun, Poland, September 11-14, 2011</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"31\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:Helvetica;mso-bidi-font-family:Helvetica;
 mso-ansi-language:EN-GB\" lang=\"EN-GB\">Di Lauro R., Giannone F., Ambrosio L. and R. Montella, </span><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">"Virtualizing general purpose GPUs for high performance cloud computing: an application to a fluid simulator", ISPA 2012 – IEEE 10<sup>th</sup> International Symposium on Parallel Architecture – Madrid, Spain, July 2012</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"32\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:Helvetica;mso-bidi-font-family:Helvetica;
 mso-ansi-language:EN-GB\" lang=\"EN-GB\"><span style=\"mso-spacerun:yes\"> </span>Di Lauro R., Lucarelli F. and R. Montella </span><span style=\"font-family:
 "Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">"SIaaS-Sensing Instrument as a Service Using Cloud Computing to Turn Physical Instrument into Ubiquitous Service", ISPA 2012 – IEEE 10<sup>th</sup> International Symposium on Parallel Architecture – Madrid, Spain, July 2012</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:Helvetica;mso-bidi-font-family:Helvetica;mso-ansi-language:
EN-GB\" lang=\"EN-GB\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"33\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:Helvetica;mso-bidi-font-family:Helvetica;
 mso-ansi-language:EN-GB\" lang=\"EN-GB\"><span style=\"mso-spacerun:yes\"> </span>Pham Q., Malik T., Foster I., Di Lauro R and R. Montella, </span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
 mso-ansi-language:EN-US\" lang=\"EN-US\">"SOLE: linking research papers with science objects", </span><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial;mso-ansi-language:EN-GB\" lang=\"EN-GB\">Provenance and Annotation of Data and Processes, Springer Berlin Heidelberg, 2012</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"34\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:Helvetica;mso-bidi-font-family:Helvetica;
 mso-ansi-language:EN-GB\" lang=\"EN-GB\">Montella R., G. Laccetti, </span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">"</span><span style=\"font-family:Helvetica;mso-bidi-font-family:Helvetica;mso-ansi-language:
 EN-US\" lang=\"EN-US\">The High Performance Internet of Things: using GVirtuS for gluing cloud computing and ubiquitous connected devices.</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
 mso-ansi-language:EN-US\" lang=\"EN-US\">" accepted at PPAM 2013 – Second Workshop on Models, Algorithms and Methodologies for Hierarchical Parallelism in new HPC Systems - Warsaw, Poland, September 8-11, 2013</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"35\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-GB\" lang=\"EN-GB\">Montella, R., Brizius, A., Elliott, J., Kelly, D., Madduri, R., Maheshwari, K., ... & Foster, I. (2014, November). FACE-IT: a science gateway for food security research. In <i>Proceedings of the 9th Gateway Computing Environments Workshop</i> (pp. 42-46). </span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">IEEE Press.</span></li>\r\n</ol>\r\n<p class=\"MsoListParagraph\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"36\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"mso-list:l0 level1 lfo1\"><span style=\"font-family:
 "Calibri",sans-serif;mso-bidi-font-family:Arial\">Montella, Raffaele, Giulio Giunta, Giuliano Laccetti, Marco Lapegna, Carlo Palmieri, Carmine Ferraro, and Valentina Pelliccia. </span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
 mso-ansi-language:EN-US\" lang=\"EN-US\">"Virtualizing CUDA enabled GPGPUs on ARM clusters." In <i>Parallel Processing and Applied Mathematics</i>, pp. 3-14. </span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial\">Springer, Cham, 2016.</span></li>\r\n <li class=\"MsoNormal\" style=\"mso-list:l0 level1 lfo1\"><span style=\"font-family:
 "Calibri",sans-serif;mso-bidi-font-family:Arial\">López, Lara, Francisco Javier Nieto, Terpsichori-Helen Velivassaki, Sokol Kosta, Cheol-Ho Hong, Raffaele Montella, Iakovos Mavroidis, and Carles Fernández. </span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">"Heterogeneous Secure Multi-level Remote Acceleration Service for Low-power Integrated Systems and Devices." </span><i><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial\">Procedia Computer Science</span></i><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\"> 97 (2016): 118-121. <b style=\"mso-bidi-font-weight:normal\">Best paper award.</b></span></li>\r\n <li class=\"MsoNormal\" style=\"mso-list:l0 level1 lfo1\"><span style=\"font-family:
 "Calibri",sans-serif;mso-bidi-font-family:Arial\">Montella, Raffaele, Alison Brizius, Diana Di Luccio, Cheryl Porter, Joshua Elliot, Ravi Madduri, David Kelly, Angelo Riccio, and Ian Foster. </span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">"Applications of the FACE-IT portal and workflow engine for operational food quality prediction and assessment: Mussel farm monitoring in the Bay of Napoli, Italy." </span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">(2016).</span></li>\r\n <li class=\"MsoNormal\" style=\"mso-list:l0 level1 lfo1\"><span style=\"font-family:
 "Calibri",sans-serif;mso-bidi-font-family:Arial\">Montella, Raffaele, Diana Di Luccio, Pasquale Troiano, Angelo Riccio, Alison Brizius, and Ian Foster. </span><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">"WaComM: A parallel Water quality Community Model for pollutant transport and dispersion operational predictions." In <i>Signal-Image Technology & Internet-Based Systems (SITIS), 2016 12th International Conference on</i>, pp. 717-724. </span><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial\">IEEE, 2016.</span></li>\r\n <li class=\"MsoNormal\" style=\"mso-list:l0 level1 lfo1\"><span style=\"font-family:
 "Calibri",sans-serif;mso-bidi-font-family:Arial\">Montella, Raffaele, Carmine Ferraro, Sokol Kosta, Valentina Pelliccia, and Giulio Giunta. </span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">"Enabling android-based devices to high-end gpgpus." In <i>International Conference on Algorithms and Architectures for Parallel Processing</i>, pp. 118-125. </span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">Springer, Cham, 2016.</span></li>\r\n <li class=\"MsoNormal\" style=\"mso-list:l0 level1 lfo1\"><span style=\"font-family:
 "Calibri",sans-serif;mso-bidi-font-family:Arial\">Galletti, Ardelio, Livia Marcellino, Raffaele Montella, Vincenzo Santopietro, and Sokol Kosta. </span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">"A virtualized software based on the NVIDIA cuFFT library for image denoising: performance analysis." </span><i><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial\">Procedia Computer Science</span></i><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\"> 113 (2017): 496-501.</span></li>\r\n <li class=\"MsoNormal\" style=\"mso-list:l0 level1 lfo1\"><span style=\"font-family:
 "Calibri",sans-serif;mso-bidi-font-family:Arial\">Di Luccio, Diana, Ardelio Galletti, Livia Marcellino, Angelo Riccio, Raffaele Montella, and Alison Brizius. </span><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">"Some remarks about a community open source Lagrangian pollutant transport and dispersion model." </span><i><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial\">Procedia Computer Science</span></i><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">113 (2017): 490-495.</span></li>\r\n <li class=\"MsoNormal\" style=\"mso-list:l0 level1 lfo1\"><span style=\"font-family:
 "Calibri",sans-serif;mso-bidi-font-family:Arial\">Marcellino, Livia, Raffaele Montella, M. Ruggieri, M. La Pegna, L. D’Amore, and G. Laccetti. </span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">"Using GPGPU accelerated interpolation algorithms for marine bathymetry processing with on-premises and cloud based computational resources." In <i>12th International Conference on Parallel Processing and Applied Mathematics</i>. </span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">2017.</span></li>\r\n <li class=\"MsoNormal\" style=\"mso-list:l0 level1 lfo1\"><span style=\"font-family:
 "Calibri",sans-serif;mso-bidi-font-family:Arial\">Galletti, Ardelio, Raffaele Montella, Livia Marcellino, Angelo Riccio, Diana Di Luccio, Alison Brizius, and Ian T. Foster. </span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
 mso-ansi-language:EN-US\" lang=\"EN-US\">"Numerical and Implementation Issues in Food Quality Modeling for Human Diseases Prevention." </span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">In <i>HEALTHINF</i>, pp. 526-534. 2017.</span></li>\r\n <li class=\"MsoNormal\" style=\"mso-list:l0 level1 lfo1\"><span style=\"font-family:
 "Calibri",sans-serif;mso-bidi-font-family:Arial\">Benassai, G., D. Di Luccio, M. Migliaccio, V. Cordone, G. Budillon, and R. Montella. </span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">"High resolution remote sensing data for environmental modelling: Some case studies." In <i>Research and Technologies for Society and Industry (RTSI), 2017 IEEE 3rd International Forum on</i>, pp. 1-5. </span><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial\">IEEE, 2017.</span></li>\r\n <li class=\"MsoNormal\" style=\"mso-list:l0 level1 lfo1\"><span style=\"font-family:
 "Calibri",sans-serif;mso-bidi-font-family:Arial\">Montella, Raffaele, Alfredo Petrosino, and Vincenzo Santopietro. </span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
 mso-ansi-language:EN-US\" lang=\"EN-US\">"WhoAreYou (WAY): A Mobile CUDA Powered Picture ID Card Recognition System." In <i>International Conference on Image Analysis and Processing</i>, pp. 375-382. Springer, Cham, 2017.</span></li>\r\n <li class=\"MsoNormal\" style=\"mso-list:l0 level1 lfo1\"><span style=\"font-family:
 "Calibri",sans-serif;mso-bidi-font-family:Arial\">Benassai, G., D. Di Luccio, M. Migliaccio, V. Cordone, G. Budillon, and R. Montella. </span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">"High resolution remote sensing data for environmental modelling: Some case studies." In <i>Research and Technologies for Society and Industry (RTSI), 2017 IEEE 3rd International Forum on</i>, pp. 1-5. </span><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial\">IEEE, 2017.</span></li>\r\n <li class=\"MsoNormal\" style=\"mso-list:l0 level1 lfo1\"><span style=\"font-family:
 "Calibri",sans-serif;mso-bidi-font-family:Arial\">Montella, Raffaele, Diana Di Luccio, Livia Marcellino, Ardelio Galletti, Sokol Kosta, Alison Brizius, and Ian Foster. </span><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">"Processing of crowd-sourced data from an internet of floating things." In Proceedings of the 12th Workshop on Workflows in Support of Large-Scale Science, p. 8. ACM, 2017.</span></li>\r\n <li class=\"MsoNormal\" style=\"mso-list:l0 level1 lfo1\"><span style=\"font-family:
 "Calibri",sans-serif;mso-bidi-font-family:Arial\">Montella, Raffaele, Sokol Kosta, David Oro, Javier Vera, Carles Fernández, Carlo Palmieri, Diana Di Luccio, Giulio Giunta, Marco Lapegna, and Giuliano Laccetti. </span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">"Accelerating Linux and Android applications on low‐power devices through remote GPGPU offloading." </span><i><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial\">Concurrency and Computation: Practice and Experience</span></i><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial\"> 29, no. 24 (2017): e4286.</span></li>\r\n <li class=\"MsoNormal\" style=\"mso-list:l0 level1 lfo1\"><span style=\"font-family:
 "Calibri",sans-serif;mso-bidi-font-family:Arial\">Laccetti, Giuliano, Marco Lapegna, Valeria Mele, and Raffaele Montella. </span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
 mso-ansi-language:EN-US\" lang=\"EN-US\">"An adaptive algorithm for high‐dimensional integrals on heterogeneous CPU‐GPU systems." </span><i><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">Concurrency and Computation: Practice and Experience</span></i><span style=\"font-family:
 "Calibri",sans-serif;mso-bidi-font-family:Arial\"> (2018): e4945.</span></li>\r\n <li class=\"MsoNormal\" style=\"mso-list:l0 level1 lfo1\"><span style=\"font-family:
 "Calibri",sans-serif;mso-bidi-font-family:Arial\">Montella, Raffaele, Alison Brizius, Diana Di Luccio, Cheryl Porter, Joshua Elliot, Ravi Madduri, David Kelly, Angelo Riccio, and Ian Foster. </span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">"Using the FACE-IT portal and workflow engine for operational food quality prediction and assessment: An application to mussel farms monitoring in the Bay of Napoli, Italy." </span><i><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial\">Future Generation Computer Systems</span></i><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">(2018).</span></li>\r\n <li class=\"MsoNormal\" style=\"mso-list:l0 level1 lfo1\"><span style=\"font-family:
 "Calibri",sans-serif;mso-bidi-font-family:Arial\">Montella, Raffaele, Mario Ruggieri, and Sokol Kosta. </span><span style=\"font-family:
 "Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">"A fast, secure, reliable, and resilient data transfer framework for pervasive IoT applications." In <i>IEEE INFOCOM 2018-IEEE Conference on Computer Communications Workshops (INFOCOM WKSHPS)</i>, pp. 710-715. </span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial\">IEEE, 2018.</span></li>\r\n <li class=\"MsoNormal\" style=\"mso-list:l0 level1 lfo1\"><span style=\"font-family:
 "Calibri",sans-serif;mso-bidi-font-family:Arial\">Montella, Raffaele, Sokol Kosta, and Ian Foster. </span><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">"DYNAMO: Distributed leisure Yacht-carried sensor-Network for Atmosphere and Marine data crOwdsourcing applications." In <i>Cloud Engineering (IC2E), 2018 IEEE International Conference on</i>, pp. 333-339. IEEE, 2018.</span></li>\r\n <li class=\"MsoNormal\" style=\"mso-list:l0 level1 lfo1\"><span style=\"font-family:
 "Calibri",sans-serif;mso-bidi-font-family:Arial\">Laccetti, Giuliano, Marco Lapegna, and Raffaele Montella. </span><span style=\"font-family:
 "Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">"A scalable unified model for dynamic data structures in message passing (clusters) and shared memory (multicore CPUs) computing environments." In <i>2018 18th IEEE/ACM International Symposium on Cluster, Cloud and Grid Computing (CCGRID)</i>, pp. 599-608. </span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">IEEE, 2018.</span></li>\r\n <li class=\"MsoNormal\" style=\"mso-list:l0 level1 lfo1\"><span style=\"font-family:
 "Calibri",sans-serif;mso-bidi-font-family:Arial\">Di Luccio, Diana, Guido Benassai, Gianluigi Di Paola, Carmen Rosskopf, Luigi Mucerino, Raffaele Montella, and Pasquale Contestabile. </span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
 mso-ansi-language:EN-US\" lang=\"EN-US\">"Monitoring and modelling coastal vulnerability and mitigation proposal for an archaeological site (Kaulonia, Southern Italy)." Sustainability 10, no. 6 (2018): 2017.</span></li>\r\n <li class=\"MsoNormal\" style=\"mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
 mso-ansi-language:EN-US\" lang=\"EN-US\">Deyannis, Dimitris, Rafail Tsirbas, Giorgos Vasiliadis, Raffaele Montella, Sokol Kosta, and Sotiris Ioannidis. "Enabling GPU-assisted antivirus protection on android devices through edge offloading." In <i>Proceedings of the 1st International Workshop on Edge Systems, Analytics and Networking</i>, pp. 13-18. </span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial\">ACM, 2018.</span></li>\r\n <li class=\"MsoNormal\" style=\"mso-list:l0 level1 lfo1\"><span style=\"font-family:
 "Calibri",sans-serif;mso-bidi-font-family:Arial\">Chianese, E., A. Galletti, G. Giunta, T. C. Landi, L. Marcellino, R. Montella, and A. Riccio. </span><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">"Spatiotemporally resolved ambient particulate matter concentration by fusing observational data and ensemble chemical transport model simulations." </span><i><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">Ecological Modelling</span></i><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial\"> 385 (2018): 173-181.</span></li>\r\n <li class=\"MsoNormal\" style=\"mso-list:l0 level1 lfo1\"><span style=\"font-family:
 "Calibri",sans-serif;mso-bidi-font-family:Arial\">Montella, Raffaele, Diana Di Luccio, Sokol Kosta, Giulio Giunta, and Ian Foster. </span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">"Performance, resilience, and security in moving data from the fog to the cloud: The DYNAMO transfer framework approach." In <i>International Conference on Internet and Distributed Computing Systems</i>, pp. 197-208. </span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">Springer, Cham, 2018. (<b style=\"mso-bidi-font-weight:normal\">best paper award</b>)</span></li>\r\n <li class=\"MsoNormal\" style=\"mso-list:l0 level1 lfo1\"><span style=\"font-family:
 "Calibri",sans-serif;mso-bidi-font-family:Arial\">Luccio, Diana Di, Guido Benassai, Giorgio Budillon, Luigi Mucerino, Raffaele Montella, and Eugenio Pugliese Carratelli. </span><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">"Wave run-up prediction and observation in a micro-tidal beach." </span><i><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">Natural Hazards and Earth System Sciences</span></i><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial\"> 18, no. 11 (2018): 2841-2857.</span></li>\r\n <li class=\"MsoNormal\" style=\"mso-list:l0 level1 lfo1\"><span style=\"font-family:
 "Calibri",sans-serif;mso-bidi-font-family:Arial\">Montella, Raffaele, Livia Marcellino, Ardelio Galletti, Diana Di Luccio, Sokol Kosta, Giuliano Laccetti, and Giulio Giunta. </span><span style=\"font-family:
 "Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">"Marine bathymetry processing through GPGPU virtualization in high performance cloud computing." </span><i><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial\">Concurrency and Computation: Practice and Experience</span></i><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial\"> 30, no. 24 (2018): e4895.</span></li>\r\n <li class=\"MsoNormal\" style=\"mso-list:l0 level1 lfo1\"><span style=\"font-family:
 "Calibri",sans-serif;mso-bidi-font-family:Arial\">Montella, Raffaele, Diana Di Luccio, Livia Marcellino, Ardelio Galletti, Sokol Kosta, Giulio Giunta, and Ian Foster. </span><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">"Workflow-based automatic processing for Internet of Floating Things crowdsourced data." </span><i><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial\">Future Generation Computer Systems</span></i><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\"> 94 (2019): 103-119.</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b style=\"mso-bidi-font-weight:
normal\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">7.5. National conferences</span></b></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"62\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">De Lauro M., G. Giunta, R. Montella, “Marine GIS development: an application to the Bay of Naples”, – (Poster) –<span style=\"mso-spacerun:yes\"> </span>Atti Primo Convegno Nazionale delle Scienze del Mare, Ischia, November 1998.</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"63\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">F.L. Chiocci, Baraza J., Ercilla G., Estrada F., Farran M., Martorelli E., Milia A., Montella R., Sposato A., Cammaroto S., Guardati G., Neumayer J., Rapisarda S., Signoretto V, “Immagini TOBI delle isole pontine: degradazione regionale di un pendio sottomarino dovuto a instabilità gravitativa”– 17-simo Convegno Nazionale del Gruppo Nazionale di Geofisica della terra solida, Rome 10-12 November, 1998.</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"64\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">Barone G., A. Corniello, R. de Riso, D. Ducci, R. Montella, A. Riccio, D. Sgambati, “Una base di dati geografici a scopo idrogeologico: un’applicazione alle acque minerali di Castellammare di Stabia (Napoli)” – (Poster) –<span style=\"mso-spacerun:yes\"> </span>ASITA Congress , December 1999. </span></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"65\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">Barone G., G. Giunta, R. Montella, A. Riccio, “Inventario di emissioni di inquinanti atmosferici e sistemi informativi territoriali” – (Poster) –<span style=\"mso-spacerun:yes\"> </span>ASITA Congress , December 1999.</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
Arial\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"66\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">Caruso P., G. Giunta, R. Montella, “Integrazione fra sistemi di calcolo parallelo e sistemi GIS commerciali” – Proc. </span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
 mso-ansi-language:EN-US\" lang=\"EN-US\">Gis Day 2001, pp. 19-22, University of Sannio, November 2001.</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"67\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Montella R., A. Riccio, “GIS and Environmental Modeling: an integrated approach to the air pollution of the Campania Region” – (Poster) –<span style=\"mso-spacerun:yes\"> </span>Proc. Gis Day 2001, pp. 99-101, University of Sannio , November 2001.</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"68\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">Caruso P., G. Giunta, R. Montella, A. Pirone, “Calcolo Parallelo e Sistemi Informativi Geografici: un’applicazione ai modelli digitali del terreno” – Proc. </span><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Gis Day 2002, pp. 22-25, University of Molise, November <span style=\"mso-spacerun:yes\"> </span>2002.</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"69\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">Montella R., G. Agrillo, N. Guida, “Uno strumento per la creazione e gestione di cluster HPC per applicazioni alle scienze computazionali” – (Poster) IES08 - Conferenza Nazionale Italian e-Science 2008 Napoli, 27-29 May 2008 </span></li>\r\n</ol>\r\n<p class=\"MsoNormal\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
Arial\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"70\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><a name=\"_Ref254271789\"><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial\">Laccetti G., G. Giunta, R. Montella, “Un framework per la virtualizzazione e la condivisione di strumenti tramite grid computing” – (Poster) IES08 - Conferenza Nazionale Italian e-Science 2008 Napoli, 27-29 May 2008</span></a></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b style=\"mso-bidi-font-weight:
normal\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">7.6 Technical Reports</span></b></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"71\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">Montella R., “I dati e gli strumenti software per lo sviluppo di un software di tipo GIS per la visualizzazione e l’analisi di una banca dati relativa a possibili scenari di emissioni di inquinanti atmosferici” (in italian) – Working Note del Progetto del Centro di Ricerche per il Calcolo Parallelo e i Supercalcolatori del CNR “Sistema Software per la Previsione e il Monitoraggio dell’Inquinamento Atmosferico in Campania”, N. 01/99, September 1999.</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"72\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">Montella R., “La distribuzione spaziale dei dati per lo sviluppo di un software di tipo GIS” (in italian) <span style=\"mso-spacerun:yes\"> </span>– Working Note del Progetto del Centro di Ricerche per il Calcolo Parallelo e i Supercalcolatori del CNR “Sistema Software per la Previsione e il Monitoraggio dell’Inquinamento Atmosferico in Campania”, N. 02/99, October 1999.</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"73\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">Montella R., “La distribuzione temporale dei dati per lo sviluppo di un software di tipo GIS” (in italian) – Working Note del Progetto del Centro di Ricerche per il Calcolo Parallelo e i Supercalcolatori del CNR “Sistema Software per la Previsione e il Monitoraggio dell’Inquinamento Atmosferico in Campania”, N. 03/99, November 1999.</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"74\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">Montella R., “Integrazione con GIS” (in italian) <span style=\"mso-spacerun:yes\"> </span>– Working Note del Progetto del Centro di Ricerche per il Calcolo Parallelo e i Supercalcolatori del CNR “Sistema Software per la Previsione e il Monitoraggio dell’Inquinamento Atmosferico in Campania”, N. 03-1/99, November 1999.</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"75\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">Montella R., “Modello di<span style=\"mso-spacerun:yes\"> </span>distribuzione spaziotemporale di emissioni di inquinanti atmosferici sulla Regione Campania” (in italian) – Working Note del Progetto del Centro di Ricerche per il Calcolo Parallelo e i Supercalcolatori del CNR “Sistema Software per la Previsione e il Monitoraggio dell’Inquinamento Atmosferico in Campania”, N. 04/2000, April 2000.</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"76\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">Montella R., “Sviluppo di un software per l’archiviazione e l’analisi delle serie temporali di parametri ambientali: l’implementazione” (in italian) – Working Note del Progetto del Centro di Ricerche per il Calcolo Parallelo e i Supercalcolatori del CNR “Sistema Software per la Previsione e il Monitoraggio dell’Inquinamento Atmosferico in Campania”, N. 05/2000, May 2000.</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"77\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">Barone G., P. D’Ambra, G. Giunta, R. Montella, A. Murli, A. Riccio, “Introduzione al Sistema Software per la Previsione e il Monitoraggio dell’Inquinamento Atmosferico in Campania (SPMIAC)”<span style=\"mso-spacerun:yes\"> </span>(in italian) – Working Note del Progetto del Centro di Ricerche per il Calcolo Parallelo e i Supercalcolatori del CNR “Sistema Software per la Previsione e il Monitoraggio dell’Inquinamento Atmosferico in Campania”, N. 09/2000, July 2000.</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"78\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><a name=\"_Ref254271366\"><span style=\"font-family:"Calibri",sans-serif;
 mso-bidi-font-family:Arial\">Montella R., “Interfaccia multipiattaforma per il calcolo distribuito in ambiente client-server” (in italian) – Working Note del Progetto del Centro di Ricerche per il Calcolo Parallelo e i Supercalcolatori del CNR “Sistema Software per la Previsione e il Monitoraggio dell’Inquinamento Atmosferico in Campania”, N. 12-1/2000, September 2000.</span></a></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"79\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">Montella R., “Applicazione GIS per la determinazione di scenari di emissione di inquinanti in atmosfera sul territorio della Regione Campania: interfaccia grafica” (in italian) – Working Note del Progetto del Centro di Ricerche per il Calcolo Parallelo e i Supercalcolatori del CNR “Sistema Software per la Previsione e il Monitoraggio dell’Inquinamento Atmosferico in Campania”, N. 15/2000, December 2000.</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"80\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">Montella R., “Personalizzazione di risorse su portali web mediante tecniche di data mining” (in italian) – Technical Report IMFA/TR 1/02, Dept. of Applied Science, University "Parthenope" of Naples, June 2002.</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"81\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">Montella R., “Web services per la classificazione di dati ambientali” (in italian) – Technical Report IMFA/TR 4/02, Dept. of Applied Science, University "Parthenope" of Naples, July 2002.</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"82\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">Montella R., P. Caruso, A. Pirone, “Calcolo Parallelo e Sistemi informativi Geografici: un’applicazione all’elaborazione di modelli digitali del terreno” (in italian) <span style=\"mso-spacerun:yes\"> </span>– Technical Report IMFA/TR 5/02, Dept. of Applied Science, University "Parthenope" of Naples, September 2002.</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"83\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial\">Mariani P., R. Montella, A. Riccio, “Integrazione di modelli ambientali attraverso tecniche di grid computing basate su web services” (in italian) – Technical Report IMFA/TR 2/03, Dept. of Applied Science, University "Parthenope" of Naples, April 2003.</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"84\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Montella R., “Globus GT4 based Job Flow Scheduler development for a grid computing based environmental simulations laboratory” - Technical Report 2006/07 Dept. of Applied Science, University "Parthenope" of Naples, June 2006.</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:Arial;mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"85\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Montella R., “A ClassAd compatible Resource Broker Service for Globus Toolkit 4 based computational grids: an application to an environmental data provider service” - Technical Report 2006/08 Dept. of Applied Science, <span style=\"mso-spacerun:yes\"> </span>University "Parthenope" of Naples, September 2007.</span></li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"> </li>\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Montella R., G. Agrillo, “A Globus Toolkit 4 based Instrument Service for environmental data acquisition” - Technical Report 2007/03, Dept. of Applied Science, University "Parthenope" of Naples, April 2007.</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"87\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Montella R., G. Agrillo, “Preliminary design of a general purpose wrapping framework for environmental models service oriented grid enabling” - Technical Report 2008/08 Dept. of Applied Science, <span style=\"mso-spacerun:yes\"> </span>University "Parthenope" of Naples, November 2008.</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;mso-ansi-language:
EN-US\" lang=\"EN-US\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"88\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Montella R., G. Agrillo, “Applied High Performance Scientific Computer Laboratory annual report” - Technical Report 2008/09 Dept. of Applied Science, <span style=\"mso-spacerun:yes\"> </span>University "Parthenope" <span style=\"mso-spacerun:yes\"> </span>of Naples, December 2008.</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:"Times New Roman";mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"89\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:"Times New Roman"\">Montella R., G. Agrillo. GrADSj: a GrADS Java Interface. </span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:"Times New Roman";
 mso-ansi-language:EN-US\" lang=\"EN-US\">Technical Report, </span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:Arial;
 mso-ansi-language:EN-US\" lang=\"EN-US\">Dept. of Applied Science, University "Parthenope"<span style=\"mso-spacerun:yes\"> </span>of Naples, </span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:"Times New Roman";
 mso-ansi-language:EN-US\" lang=\"EN-US\">April 2009.</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\" style=\"margin-left:36.0pt;text-align:justify\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:"Times New Roman";
mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"90\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 "Times New Roman";mso-ansi-language:EN-US\" lang=\"EN-US\">Montella R., G. Agrillo. <span style=\"mso-spacerun:yes\"> </span>Abstract Execution Framework: Java interface for out of the process execution. Technical Report, </span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Dept. of Applied Science, University "Parthenope"<span style=\"mso-spacerun:yes\"> </span>of Naples,</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:"Times New Roman";
 mso-ansi-language:EN-US\" lang=\"EN-US\"> June 2009.</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:"Times New Roman";mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"91\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 "Times New Roman";mso-ansi-language:EN-US\" lang=\"EN-US\">Montella R., G. Agrillo. Using Weather Research and Forecast (WRF) model for high resolution climate analysis in a grid computing environment. Technical Report,</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\"> Dept. of Applied Science, University "Parthenope"<span style=\"mso-spacerun:yes\"> </span>of Naples,</span><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:"Times New Roman";
 mso-ansi-language:EN-US\" lang=\"EN-US\"> June 2009.</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\"><span style=\"font-family:"Calibri",sans-serif;
mso-bidi-font-family:"Times New Roman";mso-ansi-language:EN-US\" lang=\"EN-US\"> </span></p>\r\n<ol style=\"margin-top:0cm\" start=\"92\" type=\"1\">\r\n <li class=\"MsoNormal\" style=\"text-align:justify;mso-list:l0 level1 lfo1\"><span style=\"font-family:"Calibri",sans-serif;mso-bidi-font-family:
 Arial;mso-ansi-language:EN-US\" lang=\"EN-US\">Montella R., G. Agrillo, G. Coviello, “Applied High Performance Scientific Computer Laboratory annual report” - Technical Report 2009/10, Dept. of Applied Science, University "Parthenope" of Naples, December 2009.</span></li>\r\n</ol>\r\n<p><style type=\"text/css\">\r\n<!--\r\n /* Font Definitions */\r\n @font-face\r\n {font-family:Helvetica;\r\n panose-1:0 0 0 0 0 0 0 0 0 0;\r\n mso-font-charset:0;\r\n mso-generic-font-family:auto;\r\n mso-font-pitch:variable;\r\n mso-font-signature:-536870145 1342208091 0 0 415 0;}\r\n@font-face\r\n {font-family:\"Cambria Math\";\r\n panose-1:2 4 5 3 5 4 6 3 2 4;\r\n mso-font-charset:0;\r\n mso-generic-font-family:roman;\r\n mso-font-pitch:variable;\r\n mso-font-signature:-536870145 1107305727 0 0 415 0;}\r\n@font-face\r\n {font-family:Calibri;\r\n panose-1:2 15 5 2 2 2 4 3 2 4;\r\n mso-font-charset:238;\r\n mso-generic-font-family:swiss;\r\n mso-font-pitch:variable;\r\n mso-font-signature:-536859905 -1073697537 9 0 511 0;}\r\n /* Style Definitions */\r\n p.MsoNormal, li.MsoNormal, div.MsoNormal\r\n {mso-style-unhide:no;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n margin:0cm;\r\n margin-bottom:.0001pt;\r\n mso-pagination:widow-orphan;\r\n font-size:12.0pt;\r\n font-family:\"Times New Roman\",serif;\r\n mso-fareast-font-family:\"Times New Roman\";\r\n mso-fareast-language:IT;}\r\np.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph\r\n {mso-style-priority:34;\r\n mso-style-unhide:no;\r\n mso-style-qformat:yes;\r\n margin-top:0cm;\r\n margin-right:0cm;\r\n margin-bottom:0cm;\r\n margin-left:36.0pt;\r\n margin-bottom:.0001pt;\r\n mso-pagination:widow-orphan;\r\n font-size:12.0pt;\r\n font-family:\"Times New Roman\",serif;\r\n mso-fareast-font-family:\"Times New Roman\";\r\n mso-fareast-language:IT;}\r\n.MsoChpDefault\r\n {mso-style-type:export-only;\r\n mso-default-props:yes;\r\n font-size:10.0pt;\r\n mso-ansi-font-size:10.0pt;\r\n mso-bidi-font-size:10.0pt;}\r\n@page WordSection1\r\n {size:612.0pt 792.0pt;\r\n margin:70.85pt 2.0cm 2.0cm 2.0cm;\r\n mso-header-margin:36.0pt;\r\n mso-footer-margin:36.0pt;\r\n mso-paper-source:0;}\r\ndiv.WordSection1\r\n {page:WordSection1;}\r\n /* List Definitions */\r\n @list l0\r\n {mso-list-id:474950172;\r\n mso-list-type:hybrid;\r\n mso-list-template-ids:1839126072 1731209676 68157465 68157467 68157455 68157465 68157467 68157455 68157465 68157467;}\r\n@list l0:level1\r\n {mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;\r\n font-family:\"Arial\",sans-serif;}\r\n@list l0:level2\r\n {mso-level-number-format:alpha-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l0:level3\r\n {mso-level-number-format:roman-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:right;\r\n text-indent:-9.0pt;}\r\n@list l0:level4\r\n {mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l0:level5\r\n {mso-level-number-format:alpha-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l0:level6\r\n {mso-level-number-format:roman-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:right;\r\n text-indent:-9.0pt;}\r\n@list l0:level7\r\n {mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l0:level8\r\n {mso-level-number-format:alpha-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:left;\r\n text-indent:-18.0pt;}\r\n@list l0:level9\r\n {mso-level-number-format:roman-lower;\r\n mso-level-tab-stop:none;\r\n mso-level-number-position:right;\r\n text-indent:-9.0pt;}\r\nol\r\n {margin-bottom:0cm;}\r\nul\r\n {margin-bottom:0cm;}\r\n-->\r\n</style></p>','',0),(50,50,'romina.oliva','OLIVA Romina','OLIVA',' Romina','201912121324020.RO_sito1.png',NULL,'6541','romina.oliva@uniparthenope.it',NULL,NULL,NULL,NULL,'419, IV piano',NULL,'Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,'https://www.researchgate.net/profile/Romina_Oliva/','<p> <strong style=\"font-size: 11px; text-align: justify; \"><em><span style=\"font-size: 11pt; \">Academic qualifications</span></em></strong><em style=\"font-size: 11px; text-align: justify; \"><span style=\"font-size: 11pt; \">:</span></em></p>\r\n<div style=\" font-size: 11px; text-align: justify; background-color: rgb(238, 238, 255); \"><em> </em></div>\r\n<p><span style=\"font-size: medium;\"><span style=\"font-family: Arial;\"><span style=\"text-decoration: underline;\">December 2006- present</span>: Permanent position as Lecturer in Chemistry and Bioinformatics at the Department of Applied Sciences, University ofNaples “Parthenope”.<br />\r\n</span></span></p>\r\n<p><span style=\"font-family: Arial;\"><span style=\"font-size: medium;\"><u style=\"font-family: "Times New Roman";\"><span style=\"background-color: rgb(255, 255, 255);\">Decembre 2017:</span></u><span style=\"background-color: rgb(255, 255, 255);\"> </span></span></span><span style=\"font-size: medium;\"><span style=\"font-family: Arial;\"><span style=\"background-color: rgb(255, 255, 255);\">National Scientific Habilitation as Associate Professor in Chemistry.</span></span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"font-family: Arial;\"><u>March 2015:</u> <span style=\"background-color: rgb(255, 255, 255);\">National Scientific Habilitation as Associate Professor in Molecular Biology.</span></span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"font-family: Arial;\"> </span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"font-family: Arial;\"><span style=\"text-indent: -45pt; text-decoration: underline;\">August 2006 - November 2006</span><span style=\"text-indent: -45pt;\">: Four-months </span><span style=\"text-indent: -45pt;\">Post-doctoral</span><span style=\"text-indent: -45pt;\"> fellowship in Bioinformatics from Istituto Pasteur - Fondazione Cenci Bolognetti, supervisor Prof. Anna Tramontano, at the Department of Biochemical Sciences - </span><span style=\"text-indent: -45pt;\">University</span><span style=\"text-indent: -45pt;\"> of </span><span style=\"text-indent: -45pt;\">Rome</span><span style=\"text-indent: -45pt;\">, “La Sapienza”. Research topic: sequence variability of Hepatitis C virus (HCV).</span></span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"font-family: Arial;\"><span style=\"text-decoration: underline;\">A</span></span></span><span style=\"font-size: medium;\"><span style=\"font-family: Arial;\"><span style=\"text-decoration: underline;\">ugust 2004 - July 2006</span>: Two-years Post-doctoral fellowship in Bioinformatics from Accademia Nazionale dei Lincei - Centro Interdisciplinare "Beniamino Segre", supervisor Prof. Anna Tramontano, at the Department of Biochemical Sciences - University of Rome, “La Sapienza”. Research topic: tRNA-proteins interactions</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"font-family: Arial;\"><span style=\"text-decoration: underline;\">August 2003 - July 2004</span>: One-year Post-doctoral fellowship from University of Bologna, Italy, within the FIRB project: Bioinformatics for Genomics and Proteomics: "Large scale modeling of globular and membrane proteins”, in collaboration with the Department of Biochemical Sciences - University of Rome, “La Sapienza”, supervisor Prof. Anna Tramontano. Research topic: “Analysis of proteins sequence-function relationship”.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"font-family: Arial;\"><span style=\"text-decoration: underline;\">January 2003 - June 2003</span>: Six-months Post-doctoral fellowship in Bioinformatics at the Department of Chemistry, University ofNaples “Federico II”, Italy, supervisor Prof. Livio Paolillo. Research topic: modeling by homology of the human furin–eglin c complex.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"font-family: Arial;\"><span style=\"text-decoration: underline;\">November 1999 - December 2002</span>: Three-years PhD Course in Chemistry at the Department of Chemistry, University of Naples “Federico II”, Italy. Project: "Structural study of molecular recognition in enzymatic systems by experimental and computational techniques”, supervisor Prof. Livio Paolillo.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"font-family: Arial;\"><span style=\"text-decoration: underline;\">October 1998 - October 1999</span>: Post-degree fellowship from the National Research Council (CNR), supervisor Prof. Carlo Pedone. Research topic: Peptides Chemistry.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"font-family: Arial;\"><span style=\"text-decoration: underline;\">October 1997 - September 1998</span>: Collaboration with the Nuclear Magnetic Resonance group directed by Prof. Livio Paolillo, at the Department of Chemistry, University of Naples “Federico II”. Topic: conformation and metal-binding properties of bicyclic peptides.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"font-family: Arial;\"><span style=\"text-decoration: underline;\">July 1997</span>: Five-years degree in Chemistry, final mark 110/110, University ofNaples “Federico II”, Italy.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"font-family: Arial;\"><span style=\"text-decoration: underline;\">March 1996 – July 1997</span>: Experimental thesis in Nuclear Magnetic Resonance, at the Department of Chemistry, supervisor Prof. Livio Paolillo. Title: “Conformational study of bicyclic peptide mimics of Calmodulin binding sites”.</span></span></p>\r\n<h1> </h1>\r\n<p><strong style=\"font-size: 12px;\"><em><span style=\"font-family: TimesNewRomanPS; font-size: 12pt;\">V</span><span style=\"font-size: medium;\"><span style=\"font-family: Arial;\">isitor at other institutions</span></span></em></strong></p>\r\n<p> </p>\r\n<div class=\"page\" title=\"Page 2\" style=\"font-family: -webkit-standard;\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<p><span style=\"font-size: medium;\"><span style=\"font-family: Arial;\"><span style=\"color: rgb(61, 61, 61);\">May-August 2007 European Bioinformatics Institute (EBI), Cambridge (UK)</span></span></span><span style=\"color: rgb(61, 61, 61);\"><o:p></o:p></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"font-family: Arial;\"><span style=\"color: rgb(61, 61, 61);\">June-September 2009 European Bioinformatics Institute (EBI), Cambridge (UK)</span></span></span><span style=\"color: rgb(61, 61, 61);\"><o:p></o:p></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"font-family: Arial;\"><span style=\"color: rgb(61, 61, 61);\">January-June 2014 KAUST University, Saudi Arabia</span></span></span><span style=\"color: rgb(61, 61, 61);\"><o:p></o:p></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"font-family: Arial;\"><span style=\"color: rgb(61, 61, 61);\">January-June 2015 KAUST University, Saudi Arabia </span></span></span><span style=\"color: rgb(61, 61, 61);\"><o:p></o:p></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"font-family: Arial;\"><span style=\"color: rgb(61, 61, 61);\">January-June 2016 KAUST University, Saudi Arabia</span></span></span></p>\r\n<p><span style=\"color: rgb(61, 61, 61);\"><o:p></o:p></span><span style=\"font-size: medium;\"><span style=\"font-family: Arial;\"><span style=\"color: rgb(61, 61, 61);\">October 2016-June 2018</span><span style=\"color: rgb(61, 61, 61);\"> </span><span style=\"color: rgb(61, 61, 61);\"> </span><span style=\"color: rgb(61, 61, 61);\"> </span><span style=\"color: rgb(61, 61, 61);\">KAUST University, Saudi Arabia</span></span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"font-family: Arial;\"><span style=\"color: rgb(61, 61, 61);\">October 2018-September 2019</span><span style=\"color: rgb(61, 61, 61);\"> </span><span style=\"color: rgb(61, 61, 61);\"> </span><span style=\"color: rgb(61, 61, 61);\">KAUST University, Saudi Arabia</span></span></span></p>\r\n<p> </p>\r\n</div>\r\n</div>\r\n</div>\r\n<p><span style=\"font-size: medium;\"><span style=\"font-family: Arial;\"> </span></span></p>\r\n<div class=\"page\" title=\"Page 2\" style=\"font-family: -webkit-standard;\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<p> </p>\r\n</div>\r\n</div>\r\n</div>\r\n<p><span style=\"font-family: Arial;\"> </span></p>\r\n<div class=\"page\" title=\"Page 2\" style=\"font-family: -webkit-standard;\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<p> </p>\r\n</div>\r\n</div>\r\n</div>\r\n<p><span style=\"font-family: Arial;\"> </span></p>\r\n<div class=\"page\" title=\"Page 2\" style=\"font-family: -webkit-standard;\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<p><span style=\"color: rgb(61, 61, 61);\"><o:p></o:p></span></p>\r\n<p> </p>\r\n</div>\r\n</div>\r\n</div>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p><strong><em><span style=\"font-size: 11pt; \">Teaching activities:</span></em></strong></p>\r\n<h1><span style=\"text-decoration: underline; font-size: 11pt; \">2007-2008 to today</span><span style=\"font-size: 11pt; \">:</span></h1>\r\n<p><span style=\"font-size: 11pt; \"> “Chemistry”</span><span style=\"font-size: 11pt; \">- for Environmental sciences, then </span><span style=\"font-size: 14.666666984558105px;\">Biotechnology, then </span><span style=\"font-size: 11pt;\">Biological Sciences, University of </span><span style=\"font-size: 11pt;\">Napoli</span><span style=\"font-size: 11pt;\"> “Parthenope” (</span><span style=\"font-size: 11pt;\">Italy</span><span style=\"font-size: 11pt;\">).</span></p>\r\n<p> </p>\r\n<h1><span style=\"text-decoration: underline; font-size: 11pt; \">2006-2007 to 2014-2015</span><span style=\"font-size: 11pt; \">:</span></h1>\r\n<p><span style=\"font-size: 11pt; \"> “Bioinformatics”- </span><span style=\"font-size: 11pt; \">Faculty of Sciences, Degrees in Informatics, Biotechnology and Environment Sciences, University of Napoli</span><span style=\"font-size: 11pt; \"> “Parthenope” (</span><span style=\"font-size: 11pt; \">Italy).</span></p>\r\n<p> </p>\r\n<p><strong><span style=\"text-decoration: underline; font-size: 11pt; \">2005-2006</span><span style=\"font-size: 11pt; \">:</span></strong></p>\r\n<p><span style=\"font-size: 11pt; \"> “Bioinformatics”</span><span style=\"font-size: 11pt; \">- </span><span style=\"font-size: 11pt; \">Faculty of Biotechnology, University of </span><span style=\"font-size: 11pt; \">Napoli</span><span style=\"font-size: 11pt; \"> “Federico II” (</span><span style=\"font-size: 11pt; \">Italy</span><span style=\"font-size: 11pt; \">).</span></p>\r\n<p> </p>\r\n<p><strong><span style=\"text-decoration: underline; font-size: 11pt; \">2003-2004</span><span style=\"font-size: 11pt; \">, <span style=\"text-decoration: underline; \">2004-2005</span>, <span style=\"text-decoration: underline; \">2005-2006</span>:</span></strong></p>\r\n<p><span style=\"font-size: 11pt; \"> “Laboratory of Bioinformatics”</span><span style=\"font-size: 11pt; \">- </span><span style=\"font-size: 11pt; \">Faculty of Pharmacy, Degree in Biotechnology, University of </span><span style=\"font-size: 11pt; \">Perugia</span><span style=\"font-size: 11pt; \"> (</span><span style=\"font-size: 11pt; \">Italy</span><span style=\"font-size: 11pt; \">).</span></p>\r\n<p> </p>\r\n<p><span style=\"font-size: medium;\"><em><b style=\"font-family: "Times New Roman";\"><span lang=\"EN-GB\"><span style=\"font-family: Arial;\">Grants/Awards</span></span></b></em></span></p>\r\n<p><span style=\"font-size: larger;\"><span style=\"font-family: Arial;\"><span style=\"color: rgb(61, 61, 61);\">April 2007 Federation of European Biochemical Societies (FEBS) short-term fellowship.</span></span></span></p>\r\n<p><span style=\"color: rgb(61, 61, 61);\"><o:p></o:p></span></p>\r\n<p><span style=\"font-size: larger;\"><span style=\"font-family: Arial;\"><span style=\"color: rgb(61, 61, 61); background-color: rgb(255, 255, 255);\">June 2009</span><span style=\"color: rgb(61, 61, 61); background-color: rgb(255, 255, 255);\"> </span><span style=\"color: rgb(61, 61, 61); background-color: rgb(255, 255, 255);\">"Progetto di Ateneo 10 idee" – University of naples “Parthenope”.</span><span style=\"color: rgb(61, 61, 61); background-color: rgb(255, 255, 255);\"> </span></span></span></p>\r\n<p> </p>\r\n<h1> </h1>','<div style=\"margin-left:21.3pt;text-align:justify;text-justify:\r\ninter-ideograph;text-indent:-21.3pt;text-autospace:none\"> </div>\r\n<div style=\"margin-left:21.3pt;text-align:justify;text-justify:\r\ninter-ideograph;text-indent:-21.3pt;text-autospace:none\"><u><span style=\"font-size: larger;\"><span style=\"font-family: Arial;\">Updated to March 2018</span></span></u></div>\r\n<div style=\"margin-left:21.3pt;text-align:justify;text-justify:\r\ninter-ideograph;text-indent:-21.3pt;text-autospace:none\"> </div>\r\n<div style=\"margin-left:21.3pt;text-align:justify;text-justify:\r\ninter-ideograph;text-indent:-21.3pt;text-autospace:none\"><span style=\"font-size: larger;\"><span style=\"font-family: Arial;\"><span style=\"text-indent: -21.3pt;\">65. Khamis A.M., Motwalli O., </span><b style=\"font-family: "Times New Roman"; text-indent: -21.3pt;\">Oliva R.</b><span style=\"text-indent: -21.3pt;\">, Jankovic B.R., Medvedeva Y.A., Ashoor H., Essack M., Gao X., Bajic V.B. (2018) A Novel Method for Improved Accuracy of Transcription Factor Binding Site Prediction,</span><span style=\"text-indent: -21.3pt;\"> </span><i style=\"font-family: "Times New Roman"; text-indent: -21.3pt;\">Nucleic Acids Res.</i><b style=\"font-family: "Times New Roman"; text-indent: -21.3pt;\">46</b><span style=\"text-indent: -21.3pt;\">,</span><span style=\"text-indent: -21.3pt;\"> </span><i style=\"font-family: "Times New Roman"; text-indent: -21.3pt;\">accepted</i><span style=\"text-indent: -21.3pt;\">.</span></span></span></div>\r\n<p class=\"MsoNormal\" style=\"margin: 0cm 0cm 0.0001pt 21.3pt; font-size: medium; font-family: "Times New Roman"; text-align: justify; text-indent: -21.3pt;\"><o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0cm 0cm 0.0001pt 21.3pt; font-size: medium; font-family: "Times New Roman"; text-align: justify; text-indent: -21.3pt;\"><span style=\"font-family: Arial;\"><span style=\"font-size: smaller;\">64. Chawla M, Poater A, Besalú-Sala P, Kalra K, <b>Oliva R</b>, Cavallo L. (2018) Theoretical characterization of sulfur-to-selenium substitution in an emissive RNA alphabet: impact on H-bonding potential and</span></span><span style=\"font-size: smaller;\"> <span style=\"font-family: Arial;\">photophysical properties. <i>Phys Chem Chem Phys</i><b>20</b>:7676-7685. </span></span><o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0cm 0cm 0.0001pt 21.3pt; font-size: medium; font-family: "Times New Roman"; text-align: justify; text-indent: -21.3pt;\"><span style=\"font-size: smaller;\"><span style=\"font-family: Arial;\">63. Chawla M, Autiero I, <b>Oliva R</b>, Cavallo L. (2018) Energetics and dynamics of the non-natural fluorescent 4AP:DAP base pair. <i>Phys Chem Chem Phys</i><b>20</b>:3699-3709. </span></span><o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0cm 0cm 0.0001pt 21.3pt; font-size: medium; font-family: "Times New Roman"; text-align: justify; text-indent: -21.3pt;\"><span style=\"font-size: smaller;\"><span style=\"font-family: Arial;\">62. Chawla M, Chermak E, Zhang Q, Bujnicki JM, <b>Oliva R</b>, Cavallo L. (2017) Occurrence and stability of lone pair-π stacking interactions between ribose and nucleobases in functional RNAs. <i>Nucleic Acids Res</i>. <b>45</b>:11019-11032.</span></span><o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0cm 0cm 0.0001pt 21.3pt; font-size: medium; font-family: "Times New Roman"; text-align: justify; text-indent: -21.3pt;\"><span style=\"font-size: smaller;\"><span style=\"font-family: Arial;\">61. Di Nottia M, Montanari A, Verrigni D, <b>Oliva R</b>, Torraco A, Fernandez-Vizarra E, Diodato D, Rizza T, Bianchi M, Catteruccia M, Zeviani M, Dionisi-Vici C, Francisci S, Bertini E, Carrozzo R. (2017) Novel mutation in mitochondrial Elongation Factor EF-Tu associated to dysplastic leukoencephalopathy and defective mitochondrial DNA translation. <i>Biochim Biophys Acta</i><b>1863</b>:961-967.</span></span><o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0cm 0cm 0.0001pt 21.3pt; font-size: medium; font-family: "Times New Roman"; text-align: justify; text-indent: -21.3pt;\"><span style=\"font-size: smaller;\"><span style=\"font-family: Arial;\">60. Vangone, A., <b>Oliva R.</b>, Cavallo L., Bonvin A.M.J.J. (2017) Prediction of biomolecular complexes, pp. 265-292 in “From Protein Structure to Function with Bioinformatics”, 2<sup>nd</sup>edition, Ed. Springer, DOI:10.1007/978-94-024-1069-3_8<i>.</i></span></span><o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0cm 0cm 0.0001pt 21.3pt; font-size: medium; font-family: "Times New Roman"; text-align: justify; text-indent: -21.3pt;\"><span style=\"font-size: smaller;\"><span style=\"font-family: Arial;\">59. Chermak E, De Donato R, Lensink MF, Petta A, Serra L, Scarano V, Cavallo L, <b>Oliva R.</b>(2016) Introducing a Clustering Step in a Consensus Approach for the Scoring of Protein-Protein Docking Models. <i>PLoS One </i><b>11</b>:e0166460.</span></span><o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0cm 0cm 0.0001pt 21.3pt; font-size: medium; font-family: "Times New Roman"; text-align: justify; text-indent: -21.3pt;\"><span style=\"font-size: smaller;\"><span style=\"font-family: Arial;\">58. Chawla M., Poater A., <b>Oliva R.</b>, Cavallo L. (2016) Structural and energetic characterization of the emissive RNA alphabet based on the isothiazolo[4,3-d]pyrimidine heterocycle core. <i>Phys Chem Chem Phys</i><b>18</b>, 18045-53.</span></span><o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0cm 0cm 0.0001pt 21.3pt; font-size: medium; font-family: "Times New Roman"; text-align: justify; text-indent: -21.3pt;\"><span style=\"font-size: smaller;\"><span style=\"font-family: Arial;\">57. Falivene L., Credendino R., Poater, A., Petta A., Serra L., <b>Oliva R.</b>, Scarano V., Cavallo L. (2016) SambVca 2. A Web Tool for Analyzing Catalytic Pockets with Topographic Steric Maps. <i>Organometallics</i> <b>35</b>(13), 2286-2293.</span></span><o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0cm 0cm 0.0001pt 21.3pt; font-size: medium; font-family: "Times New Roman"; text-align: justify; text-indent: -21.3pt;\"><span style=\"font-size: smaller;\"><span style=\"font-family: Arial;\">56. Lensink M.F., Velankar S., Kryshtafovych A., …., <b>Oliva R.</b>, Tovchigrechko A., Wodak S. J. (2016) Prediction of homo- and hetero-protein complexes by protein docking and template-based modeling: a CASP-CAPRI experiment, <i>Proteins</i><b>84</b>, 84 Suppl 1:323-48. </span></span><o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0cm 0cm 0.0001pt 21.3pt; font-size: medium; font-family: "Times New Roman"; text-align: justify; text-indent: -21.3pt;\"><span style=\"font-size: smaller;\"><span style=\"font-family: Arial;\">55. Calvanese L, D\'Auria G, Vangone A, Falcigno L, <b>Oliva R.</b>(2016) Analysis of the interface variability in NMR structure ensembles of protein-protein complexes, <i>J Struct Biol.,</i><b>194</b>, 317-24.</span></span><o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0cm 0cm 0.0001pt 21.3pt; font-size: medium; font-family: "Times New Roman"; text-align: justify; text-indent: -21.3pt;\"><span style=\"font-size: smaller;\"><span style=\"font-family: Arial;\">54. Chawla M., Credendino R., Chermak E., <b>Oliva R.</b>, Cavallo L. (2016) Theoretical Characterization of the H-Bonding and Stacking Potential of Two Non-Standard Nucleobases Expanding the Genetic Alphabet. <i>J Phys Chem B</i><b>120</b>, 2216-24.</span></span><o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0cm 0cm 0.0001pt 21.3pt; font-size: medium; font-family: "Times New Roman"; text-align: justify; text-indent: -21.3pt;\"><span style=\"font-size: smaller;\"><span style=\"font-family: Arial;\">53. Lancellotti S., Peyvandi F., Pagliari M., Cairo A., Abdel-Azeim S., Chermak E., Lazzareschi I., Mastrangelo S., Cavallo L., <b>Oliva R.</b>, De Cristofaro R. (2016) The D173G mutation in ADAMTS-13 causes a severe form of congenital thrombotic thrombocytopenic purpura, <i>Thrombosis Haemost.</i><b>115</b>, 51-62.</span></span><o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0cm 0cm 0.0001pt 21.3pt; font-size: medium; font-family: "Times New Roman"; text-align: justify; text-indent: -21.3pt;\"><span style=\"font-size: smaller;\"><span style=\"font-family: Arial;\">52. Chawla M., Credendino R., <b>Oliva R.</b>, Cavallo L. (2015) Structural and Energetic Impact of Non-Natural 7-Deaza-8-Azaadenine and Its 7-Substituted Derivatives on H-Bonding Potential with Uracil in RNA Molecules. <i>J Phys Chem B</i><b>119</b>, 12982-9.</span></span><o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0cm 0cm 0.0001pt 21.3pt; font-size: medium; font-family: "Times New Roman"; text-align: justify; text-indent: -21.3pt;\"><span style=\"font-size: smaller;\"><span style=\"font-family: Arial;\">51. <b>Oliva R.</b>, Chermak E., Cavallo L. (2015) Analysis and Ranking of Protein-Protein Docking Models Using Inter-Residue Contacts and Inter-Molecular Contact Maps, <i>Molecules</i><b>20</b>, 12045-60.</span></span><o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0cm 0cm 0.0001pt 21.3pt; font-size: medium; font-family: "Times New Roman"; text-align: justify; text-indent: -21.3pt;\"><span style=\"font-size: smaller;\"><span style=\"font-family: Arial;\">50. Chawla M., <b>Oliva R.</b>, Bujnicki J.M., Cavallo L. (2015) An atlas of RNA base pairs involving modified nucleobases with optimal geometries and accurate energies, <i>Nucleic Acids Res</i>., <b>43</b>, 6714-29. </span></span><o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0cm 0cm 0.0001pt 21.3pt; font-size: medium; font-family: "Times New Roman"; text-align: justify; text-indent: -21.3pt;\"><span style=\"font-size: smaller;\"><span style=\"font-family: Arial;\">49. Chermak, E., Petta, A., Serra, L., Vangone, A., Scarano, V., Cavallo, L., <b>Oliva, R.</b>(2015) CONSRANK: a server for the analysis, comparison and ranking of docking models based on inter-residue contacts, <i>Bioinformatics</i>,<b>31</b>, 1481-3.</span></span><o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0cm 0cm 0.0001pt 21.3pt; font-size: medium; font-family: "Times New Roman"; text-align: justify; text-indent: -21.3pt;\"><span style=\"font-size: smaller;\"><span style=\"font-family: Arial;\">48. Lancellotti S., Peyvandi F., Pagliari M. T., Cairo A., Abdel-Azeim S., Chermak, E; Lazzareschi I., Mastrangelo S., Cavallo L., <b>Oliva R.</b>, De Cristofaro R. (2015) The natural mutation ASP173GLY in the catalytic site of the ADAMTS-13 gene causes a severe Upshaw-Schulman syndrome: clinical course, biochemistry and molecular dynamics investigation, <i>J Thrombosis Haemost., </i><b>13</b>,Supplement 2 472.</span></span><o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0cm 0cm 0.0001pt 21.3pt; font-size: medium; font-family: "Times New Roman"; text-align: justify; text-indent: -21.3pt;\"><span style=\"font-size: smaller;\"><span style=\"font-family: Arial;\">47. Chawla, M., Credendino, R., Poater, A., <b>Oliva, R.</b>, Cavallo, L. (2015) Structural stability, acidity, and halide selectivity of the fluoride riboswitch recognition site. <i>Journal of the American Chemical Society</i>, <b>137</b>, 299-306.</span></span><o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0cm 0cm 0.0001pt 21.3pt; font-size: medium; font-family: "Times New Roman"; text-align: justify; text-indent: -21.3pt;\"><span style=\"font-size: smaller;\"><span style=\"font-family: Arial;\">46. Chawla M., Cavallo L., <b>Oliva R</b>(2014) Structural bioinformatics and quantum chemical studies of the effect of chemical modifications on the structure and stability of base pairs in functional RNAs, <i>Abstracts of Papers of the American Chemical Society</i>, <b>248</b>, 651-INOR.</span></span><o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0cm 0cm 0.0001pt 21.3pt; font-size: medium; font-family: "Times New Roman"; text-align: justify; text-indent: -21.3pt;\"><span style=\"font-size: smaller;\"><span style=\"font-family: Arial;\">45. Cavallo L., Vangone A., <b>Oliva R.</b>(2014) Structural analysis of protein complexes made easy, <i>Abstracts of Papers of the American Chemical Society</i>, <b>248</b>, 836-INOR.</span></span><o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0cm 0cm 0.0001pt 21.3pt; font-size: medium; font-family: "Times New Roman"; text-align: justify; text-indent: -21.3pt;\"><span style=\"font-size: smaller;\"><span style=\"font-family: Arial;\">44. <b>Oliva R.,</b>Vangone A., Chermak E., Serra L., Petta A. (2014) CONSRANK: A web tool for the analysis and ranking of docking models, <i>Abstracts of Papers of the American Chemical Society</i>, <b>248</b>, 172-INOR.</span></span><o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0cm 0cm 0.0001pt 21.3pt; font-size: medium; font-family: "Times New Roman"; text-align: justify; text-indent: -21.3pt;\"><span style=\"font-size: smaller;\"><span style=\"font-family: Arial;\">43. Chawla, M., <b>Oliva, R.</b>, Cavallo, L. (2014) Stability and halide selectivity of the fluoride riboswitch explained, <i>Abstracts of Papers of the American Chemical Society</i>, <b>248</b>, 122-INOR.</span></span><o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0cm 0cm 0.0001pt 21.3pt; font-size: medium; font-family: "Times New Roman"; text-align: justify; text-indent: -21.3pt;\"><span style=\"font-size: smaller;\"><span style=\"font-family: Arial;\">42. Falivene L., Poater A., Serra L., Petta A., Scarano V., <b>Oliva R.</b>, Cavallo L. (2014) Measuring the steric impact of ligands in transition metal complexes and biomolecules, <i>Abstracts of Papers of the American Chemical Society</i>, <b>248</b>, 155-INOR.</span></span><o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0cm 0cm 0.0001pt 21.3pt; font-size: medium; font-family: "Times New Roman"; text-align: justify; text-indent: -21.3pt;\"><span style=\"font-size: smaller;\"><span style=\"font-family: Arial;\">41. <b>Oliva R.</b>, Vangone A., Cavallo L. (2014) Ranking protein docking models using a consensus approach based on the conservation of inter-residue contacts, <i>Abstracts of Papers of the American Chemical Society</i>, <b>248</b>, 171-INOR. </span></span><o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0cm 0cm 0.0001pt 21.3pt; font-size: medium; font-family: "Times New Roman"; text-align: justify; text-indent: -21.3pt;\"><span style=\"font-size: smaller;\"><span style=\"font-family: Arial;\">40. Abdel-Azeim, S., <b>Oliva, R</b>., Chermak, E., De Cristofaro, R., Cavallo, L. (2014) Molecular Dynamics Characterization of Five Pathogenic Factor X Mutants Associated with Decreased Catalytic Activity, <i>Biochemistry</i>, <b>53</b>, 6992-7001.</span></span><o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0cm 0cm 0.0001pt 21.3pt; font-size: medium; font-family: "Times New Roman"; text-align: justify; text-indent: -21.3pt;\"><span style=\"font-size: smaller;\"><span style=\"font-family: Arial;\">39. Chawla, M., <b>Oliva, R.</b>, Cavallo, L. (2014) Stability and halide selectivity of the fluoride riboswitch explained, <i>Journal of Biological Inorganic Chemistry</i>,<b>19</b>Suppl 2, S831.</span></span><o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0cm 0cm 0.0001pt 21.3pt; font-size: medium; font-family: "Times New Roman"; text-align: justify; text-indent: -21.3pt;\"><o:p></o:p></p>\r\n<div style=\"margin-left:21.3pt;text-align:justify;text-justify:\r\ninter-ideograph;text-indent:-21.3pt;text-autospace:none\"> </div>\r\n<div style=\"margin-left:21.3pt;text-align:justify;text-justify:\r\ninter-ideograph;text-indent:-21.3pt;text-autospace:none\"><span style=\"font-size: small;\"><span style=\"font-family: Arial;\">38. Abdel-Azeim S, Oliva R, Chermak E, De Cristofaro R, Cavallo L. Molecular </span></span><span style=\"font-size: small;\"><span style=\"font-family: Arial;\">Dynamics Characterization of Five Pathogenic Factor X Mutants Associated with </span></span><span style=\"font-size: 11.5pt; font-family: Arial;\"><o:p></o:p></span><span style=\"font-size: small;\"><span style=\"font-family: Arial;\">Decreased Catalytic Activity. Biochemistry. 2014, <i>in press</i>.</span></span></div>\r\n<div style=\"margin-left:21.3pt;text-align:justify;text-justify:\r\ninter-ideograph;text-indent:-21.3pt;text-autospace:none\"><span style=\"font-size: smaller;\"><span style=\"font-size: small;\"><span style=\"font-family: Arial;\">37. Vangone A, Abdel-Azeim S, Caputo I, Sblattero D, Di Niro R, Cavallo L, Oliva R. Structural basis for the recognition in an idiotype-anti-idiotype antibody complex related to celiac disease. PLoS One. 2014 Jul 30;9(7):e102839. doi: 10.1371/journal.pone.0102839. </span></span></span></div>\r\n<div style=\"margin-left:21.3pt;text-align:justify;text-justify:\r\ninter-ideograph;text-indent:-21.3pt;text-autospace:none\"><span style=\"font-family: Arial; font-size: small;\">36. Safwat A,Chermak E,Vangone, A. </span><b style=\"font-family: Arial; font-size: small;\">Oliva, R</b><span style=\"font-family: Arial; font-size: small;\">. and Cavallo, L. (2014) MDcons: Intermolecular contact maps as a tool to analyze the interface of protein complexes from molecular dynamics trajectories, </span><i style=\"font-family: Arial; font-size: small;\">BMC Bioinformatics</i><span style=\"font-family: Arial; font-size: small;\">, 2014;15 Suppl 5:S1. doi: 10.1186/1471-2105-15-S5-S1.</span></div>\r\n<div style=\"margin-left:21.3pt;text-align:justify;text-justify:\r\ninter-ideograph;text-indent:-21.3pt;text-autospace:none\"><span style=\"font-size: small;\">35. Menegatti M, Vangone A, Palla R, Milano G, Cavallo L, Oliva R, De Cristofaro R, Peyvandi F (2014) A recurrent Gly43Asp substitution in coagulation Factor X rigidifies its catalytic pocket and impairs catalytic activity and intracellular trafficking, <i>Thromb Res</i>, 2014 Mar;133(3):481-7. doi: 10.1016/j.thromres.2013.12.020.</span></div>\r\n<div style=\"margin-left:21.3pt;text-align:justify;text-justify:\r\ninter-ideograph;text-indent:-21.3pt;text-autospace:none\"><span style=\"font-size: small;\"><span style=\"font-family: Arial;\">34. Vangone, A. Cavallo, L. and <b>Oliva, R</b>. (2013) Using a consensus approach based on the conservation of inter-residue contacts to rank CAPRI models, <em>Proteins </em><strong>81</strong>: 2210-20.</span></span></div>\r\n<div style=\"margin-left:21.3pt;text-align:justify;text-justify:\r\ninter-ideograph;text-indent:-21.3pt;text-autospace:none\">33. Chawla, M, Safwat A,<b>Oliva, R.</b> and Cavallo, L. (2013) Higher Order Structural Effects Stabilizing the Reverse Watson-Crick Guanine-Cytosine Base Pair in Functional RNAs, <i>Nucleic Acids Research</i>, doi: 10.1093/nar/gkt800.</div>\r\n<div style=\"margin-left:21.3pt;text-align:justify;text-justify:\r\ninter-ideograph;text-indent:-21.3pt;text-autospace:none\">32. <b>Oliva, R.</b>, Vangone, A. and Cavallo, L. (2013) Ranking multiple docking solutions based on the conservation of inter-residue contacts. <i>Proteins</i>, <b>81</b>, 1571-1584.</div>\r\n<div style=\"margin-left:21.3pt;text-align:justify;text-justify:\r\ninter-ideograph;text-indent:-21.3pt;text-autospace:none\">31. Calvanese, L., Pellegrini-Calace, M. and <b>Oliva, R.</b> (2013) In silico study of human aquaporin AQP11 and AQP12 channels. <i>Protein Science</i>, <b>22</b>, 455-466.</div>\r\n<div style=\"margin-left:21.3pt;text-align:justify;text-justify:\r\ninter-ideograph;text-indent:-21.3pt;text-autospace:none\">30. Vangone, A., <b>Oliva, R.</b> and Cavallo, L. (2012) CONS-COCOMAPS: a novel tool to measure and visualize the conservation of inter-residue contacts in multiple docking solutions. <i>BMC Bioinformatics</i>, <b>13</b>, S19 (19 pp.)-S19 (19 pp.).</div>\r\n<div style=\"margin-left:21.3pt;text-align:justify;text-justify:\r\ninter-ideograph;text-indent:-21.3pt;text-autospace:none\">29. Vangone, A., Spinelli, R., Scarano, V., Cavallo, L. and <b>Oliva, R.</b> (2011) COCOMAPS: a web application to analyze and visualize contacts at the interface of biomolecular complexes. <i>Bioinformatics</i>, <b>27</b>, 2915-2916.</div>\r\n<div style=\"margin-left:21.3pt;text-align:justify;text-justify:\r\ninter-ideograph;text-indent:-21.3pt;text-autospace:none\">28. <b>Oliva, R.</b>, Calamita, G., Thornton, J.M. and Pellegrini-Calace, M. (2010) Electrostatics of aquaporin and aquaglyceroporin channels correlates with their transport selectivity. <i>Proceedings of the National Academy of Sciences of the United States of America</i>, <b>107</b>, 4135-4140.</div>\r\n<div style=\"margin-left:21.3pt;text-align:justify;text-justify:\r\ninter-ideograph;text-indent:-21.3pt;text-autospace:none\">27. <b>Oliva, R.</b>, Calamita, G., Thornton, J.M. and Pellegrini-Calace, M. (2010) Electrostatics of aquaporin and aquaglyceroporin channels correlates with their transport selectivity. <i>European Journal of Clinical Investigation</i>, <b>40</b>, 70-70.</div>\r\n<div style=\"margin-left:21.3pt;text-align:justify;text-justify:\r\ninter-ideograph;text-indent:-21.3pt;text-autospace:none\">26. Calvanese, L., Pellegrini-Calace, M. and <b>Oliva, R.</b> (2010) Mutations at key pore-lining positions differentiate the water permeability of fish lens aquaporin from other vertebrates. <i>Febs Letters</i>, <b>584</b>, 4797-4801.</div>\r\n<div style=\"margin-left:21.3pt;text-align:justify;text-justify:\r\ninter-ideograph;text-indent:-21.3pt;text-autospace:none\">25. <b>Oliva, R.</b>, Thornton, J.M. and Pellegrini-Calace, M. (2009) PoreLogo: a new tool to analyse, visualize and compare channels in transmembrane proteins. <i>Bioinformatics</i>, <b>25</b>, 3183-3184.</div>\r\n<div style=\"margin-left:21.3pt;text-align:justify;text-justify:\r\ninter-ideograph;text-indent:-21.3pt;text-autospace:none\">24. <b>Oliva, R.</b> and Cavallo, L. (2009) Frequency and Effect of the Binding of Mg2+, Mn2+, and Co2+ Ions on the Guanine Base in Watson-Crick and Reverse Watson-Crick Base Pairs. <i>Journal of Physical Chemistry B</i>, <b>113</b>, 15670-15678.</div>\r\n<div style=\"margin-left:21.3pt;text-align:justify;text-justify:\r\ninter-ideograph;text-indent:-21.3pt;text-autospace:none\">23. De Luca, C., Zhou, Y., Montanari, A., Morea, V., <b>Oliva, R.</b>, Besagni, C., Bolotin-Fukuhara, M., Frontali, L. and Francisci, S. (2009) Can yeast be used to study mitochondrial diseases? Biolistic tRNA mutants for the analysis of mechanisms and suppressors. <i>Mitochondrion</i>, <b>9</b>, 408-417.</div>\r\n<div style=\"margin-left:21.3pt;text-align:justify;text-justify:\r\ninter-ideograph;text-indent:-21.3pt;text-autospace:none\">22. Calvanese, L., Saporito, A., <b>Oliva, R.</b>, D\'Auria, G., Pedone, C., Paolillo, L., Ruvo, M., Marasco, D. and Falcigno, L. (2009) Structural insights into the interaction between the Cripto CFC domain and the ALK4 receptor. <i>Journal of Peptide Science</i>, <b>15</b>, 175-183.</div>\r\n<div style=\"margin-left:21.3pt;text-align:justify;text-justify:\r\ninter-ideograph;text-indent:-21.3pt;text-autospace:none\">21. Montanari, A., Besagni, C., De Luca, C., Morea, V., <b>Oliva, R.</b>, Tramontano, A., Bolotin-Fukuhara, M., Frontali, L. and Francisci, S. (2008) Yeast as a model of human mitochondrial tRNA base substitutions: Investigation of the molecular basis of respiratory defects. <i>Rna-a Publication of the Rna Society</i>, <b>14</b>, 275-283.</div>\r\n<div style=\"margin-left:21.3pt;text-align:justify;text-justify:\r\ninter-ideograph;text-indent:-21.3pt;text-autospace:none\">20. <b>Oliva, R.</b>, Tramontano, A. and Cavallo, L. (2007) Mg2+ binding and archaeosine modification stabilize the G15-C48 Levitt base pair in tRNAs. <i>Rna-a Publication of the Rna Society</i>, <b>13</b>, 1427-1436.</div>\r\n<div style=\"margin-left:21.3pt;text-align:justify;text-justify:\r\ninter-ideograph;text-indent:-21.3pt;text-autospace:none\">19. Bianchettin, G., Bonaccini, C., <b>Oliva, R.</b>, Tramontano, A., Cividini, A., Casato, M., Merlini, G., Silini, E. and Mondelli, M.U. (2007) Analysis of hepatitis C virus hypervariable region 1 sequence from cryoglobulinemic patients and associated controls. <i>Journal of Virology</i>, <b>81</b>, 4564-4571.</div>\r\n<div style=\"margin-left:21.3pt;text-align:justify;text-justify:\r\ninter-ideograph;text-indent:-21.3pt;text-autospace:none\">18. <b>Oliva, R.</b>, Tramontano, A. and Cavallo, L. (2006) tRNA tertiary interactions. 1. Accurate energies of hydrogen bonded nucleic acid base pairs and triplets. <i>Abstracts of Papers of the American Chemical Society</i>, <b>232</b>, 814-814.</div>\r\n<div style=\"margin-left:21.3pt;text-align:justify;text-justify:\r\ninter-ideograph;text-indent:-21.3pt;text-autospace:none\">17. <b>Oliva, R.</b>, Cavallo, L. and Tramontano, A. (2006) Accurate energies of hydrogen bonded nucleic acid base pairs and triplets in tRNA tertiary interactions. <i>Nucleic Acids Research</i>, <b>34</b>, 865-879.</div>\r\n<div style=\"margin-left:21.3pt;text-align:justify;text-justify:\r\ninter-ideograph;text-indent:-21.3pt;text-autospace:none\">16. <b>Oliva, R.</b>, Cavallo, L. and Tramontano, A. (2006) tRNA tertiary interactions. 2. Strategies to reach stability: The 15-48 Levitt base pair. <i>Abstracts of Papers of the American Chemical Society</i>, <b>232</b>, 816-816.</div>\r\n<div style=\"margin-left:21.3pt;text-align:justify;text-justify:\r\ninter-ideograph;text-indent:-21.3pt;text-autospace:none\">15. D\'Auria, G., Vacatello, M., Falcigno, L., <b>Oliva, R.</b>, Gambaretto, R., Dettin, M., Di Bello, C. and Paolillo, L. (2006) Conformational study of self-assembling peptides. <i>Journal of Peptide Science</i>, <b>12</b>, 97-97.</div>\r\n<div style=\"margin-left:21.3pt;text-align:justify;text-justify:\r\ninter-ideograph;text-indent:-21.3pt;text-autospace:none\">14. Francisci, S., De Luca, C., <b>Oliva, R.</b>, Morea, V., Tramontano, A. and Frontali, L. (2005) Aminoacylation and conformational properties of yeast mitochondrial tRNA mutants with respiratory deficiency. <i>Rna-a Publication of the Rna Society</i>, <b>11</b>, 914-927.</div>\r\n<div style=\"margin-left:21.3pt;text-align:justify;text-justify:\r\ninter-ideograph;text-indent:-21.3pt;text-autospace:none\">13. Falcigno, L., <b>Oliva, R.</b>, D\'Auria, G., Maletta, M., Dettin, M., Pasquato, A., Di Bello, C. and Paolillo, L. (2004) Structural investigation of the HIV-1 envelope glycoprotein gp160 cleavage site 3: Role of site-specific mutations. <i>Chembiochem</i>, <b>5</b>, 1653-1661.</div>\r\n<div style=\"margin-left:21.3pt;text-align:justify;text-justify:\r\ninter-ideograph;text-indent:-21.3pt;text-autospace:none\">12. Vacatello, M., D\'Auria, G., Falcigno, L., <b>Oliva, R.</b>, Bevilacqua, C., Dettin, M., Conconi, M.T., Gambaretto, R., Di Bello, C. and Paolillo, L. (2003) Conformation and bioactive properties of novel osteoblast-adhesive peptides for biomaterial design. <i>Biopolymers</i>, <b>71</b>, 403-403.</div>\r\n<div style=\"margin-left:21.3pt;text-align:justify;text-justify:\r\ninter-ideograph;text-indent:-21.3pt;text-autospace:none\">11. <b>Oliva, R.</b>, Falcigno, L., D\'Auria, G., Gargiulo, D., Dettin, M., Pasquato, A., Di Bello, C. and Paolillo, L. (2003) Structural investigation of the HIV-1 envelope glycoprotein gp160 cleavage site. Solution conformation of a 41-MER peptide. <i>Biopolymers</i>, <b>71</b>, 293-293.</div>\r\n<div style=\"margin-left:21.3pt;text-align:justify;text-justify:\r\ninter-ideograph;text-indent:-21.3pt;text-autospace:none\">10. <b>Oliva, R.</b>, Falcigno, L., D\'Auria, G., Dettin, M., Scarinci, C., Pasquato, A., Di Bello, C. and Paolillo, L. (2003) Structural investigation of the HIV-1 envelope glycoprotein gp160 cleavage site, 2: Relevance of an N-terminal helix. <i>Chembiochem</i>, <b>4</b>, 727-733.</div>\r\n<div style=\"margin-left:21.3pt;text-align:justify;text-justify:\r\ninter-ideograph;text-indent:-21.3pt;text-autospace:none\">9. Falcigno, L., <b>Oliva, R.</b>, D\'Auria, G., Maletta, M., Vacatello, M., Dettin, M., Pasquale, A., Di Bello, C. and Paolillo, L. (2003) Structural study of the HIV-1 gp160 cleavage site by native and modified sequences. 3. Role of site specific mutations. <i>Biopolymers</i>, <b>71</b>, 374-374.</div>\r\n<div style=\"margin-left:21.3pt;text-align:justify;text-justify:\r\ninter-ideograph;text-indent:-21.3pt;text-autospace:none\">8. D\'Auria, G., Flores, G., Falcigno, L., <b>Oliva, R.</b>, Vacatello, M., Corsaro, M.M., Parrilli, M. and Paolillo, L. (2003) Hyaluronate tetrasaccharide-Cu(II) interaction: A NMR study. <i>Biopolymers</i>, <b>70</b>, 260-269.</div>\r\n<div style=\"margin-left:21.3pt;text-align:justify;text-justify:\r\ninter-ideograph;text-indent:-21.3pt;text-autospace:none\">7. <b>Oliva, R.</b>, Leone, M., Falcigno, L., D\'Auria, G., Dettin, M., Scarinci, C., Di Bello, C. and Paolillo, L. (2002) Structural investigation of the HIV-1 envelope glycoprotein gp160 cleavage site. <i>Chemistry-a European Journal</i>, <b>8</b>, 1467-1473.</div>\r\n<div style=\"margin-left:21.3pt;text-align:justify;text-justify:\r\ninter-ideograph;text-indent:-21.3pt;text-autospace:none\">6. <b>Oliva, R.</b>, Falcigno, L., D\'Auria, G., Dettin, M., Gambaretto, R., Di Bello, C. and Paolillo, L. (2002) Structural study of the HIV-1 gp160 cleavage site by native and modified sequences. 2. Role of the N-terminal secondary structure. <i>Journal of Peptide Science</i>, <b>8</b>, S137-S137.</div>\r\n<div style=\"margin-left:21.3pt;text-align:justify;text-justify:\r\ninter-ideograph;text-indent:-21.3pt;text-autospace:none\">5. Improta, R., Esposito, L. and <b>Oliva, R.</b> (2002) Modeling local conformational effects on the reactivity of widespread basic cleavage sites. <i>Journal of Peptide Science</i>, <b>8</b>, S194-S194.</div>\r\n<div style=\"margin-left:21.3pt;text-align:justify;text-justify:\r\ninter-ideograph;text-indent:-21.3pt;text-autospace:none\">4. D\'Auria, G., Falcigno, L., <b>Oliva, R.</b>, Flores, G., Vacatello, M., Bertero, M., Galizzi, A. and Paolillo, L. (2002) Structural analysis of the antisigma protein FlgM. <i>Journal of Peptide Science</i>, <b>8</b>, S192-S192.</div>\r\n<div style=\"margin-left:21.3pt;text-align:justify;text-justify:\r\ninter-ideograph;text-indent:-21.3pt;text-autospace:none\">3. <b>Oliva, R.</b>, Falcigno, L., D\'Auria, G., Zanotti, G. and Paolillo, L. (2001) Conformation and calcium-binding properties of a bicyclic nonapeptide. <i>Biopolymers</i>, <b>56</b>, 27-36.</div>\r\n<div style=\"margin-left:21.3pt;text-align:justify;text-justify:\r\ninter-ideograph;text-indent:-21.3pt;text-autospace:none\">2. Garzillo, A.M., Colao, M.C., Buonocore, V., <b>Oliva, R.</b>, Falcigno, L., Saviano, M., Santoro, A.M., Zappala, R., Bonomo, R.P., Bianco, C.<i> et al.</i> (2001) Structural and kinetic characterization of native laccases from Pleurotas ostreatus, Rigidoporus lignosus, and Trametes trogii. <i>Journal of Protein Chemistry</i>, <b>20</b>, 191-201.</div>\r\n<div style=\"margin-left:21.3pt;text-align:justify;text-justify:\r\ninter-ideograph;text-indent:-21.3pt;text-autospace:none\">1. <b>Oliva, R.</b>, Falcigno, L., D\'Auria, G., Saviano, M., Paolillo, L., Ansanelli, G. and Zanotti, G. (2000) Bicyclic peptides as models of calcium binding sites: Synthesis and conformation of a homodetic undecapeptide. <i>Biopolymers</i>, <b>53</b>, 581-595.</div>','',0),(52,52,'pasquale.palumbo','PALUMBO Pasquale','PALUMBO',' Pasquale','201604302336090.PasqualePalumbo.jpg',NULL,'081547-6622','pasquale.palumbo@uniparthenope.it',NULL,'201905061518000.CV_P_Palumbo_breve.pdf','201905061518000.Pubblicazioni_P_Palumbo.pdf','martedì 11-13 mercoledi 11-16 venerdi 11-13','IV piano lato Nord, corridoio dx','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6C79642AD9D47DFBB991DF8FD7C7C5CF.esse3-uniparthenope-prod-01?docente_id=1009&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,NULL,'<p><!--[if gte mso 9]><xml>\r\n<o:OfficeDocumentSettings>\r\n<o:RelyOnVML />\r\n<o:AllowPNG />\r\n</o:OfficeDocumentSettings>\r\n</xml><![endif]--></p>\r\n<p><!--[if gte mso 9]><xml>\r\n<w:WordDocument>\r\n<w:View>Normal</w:View>\r\n<w:Zoom>0</w:Zoom>\r\n<w:TrackMoves />\r\n<w:TrackFormatting />\r\n<w:DoNotShowRevisions />\r\n<w:DoNotPrintRevisions />\r\n<w:DoNotShowInsertionsAndDeletions />\r\n<w:DoNotShowPropertyChanges />\r\n<w:PunctuationKerning />\r\n<w:ValidateAgainstSchemas />\r\n<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n<w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n<w:DoNotPromoteQF />\r\n<w:LidThemeOther>EN-US</w:LidThemeOther>\r\n<w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n<w:Compatibility>\r\n<w:BreakWrappedTables />\r\n<w:SnapToGridInCell />\r\n<w:WrapTextWithPunct />\r\n<w:UseAsianBreakRules />\r\n<w:DontGrowAutofit />\r\n<w:SplitPgBreakAndParaMark />\r\n<w:EnableOpenTypeKerning />\r\n<w:DontFlipMirrorIndents />\r\n<w:OverrideTableStyleHps />\r\n</w:Compatibility>\r\n<m:mathPr>\r\n<m:mathFont m:val=\"Cambria Math\" />\r\n<m:brkBin m:val=\"before\" />\r\n<m:brkBinSub m:val=\"--\" />\r\n<m:smallFrac m:val=\"off\" />\r\n<m:dispDef />\r\n<m:lMargin m:val=\"0\" />\r\n<m:rMargin m:val=\"0\" />\r\n<m:defJc m:val=\"centerGroup\" />\r\n<m:wrapIndent m:val=\"1440\" />\r\n<m:intLim m:val=\"subSup\" />\r\n<m:naryLim m:val=\"undOvr\" />\r\n</m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n<w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\nDefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\nLatentStyleCount=\"267\">\r\n<w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\" />\r\n<w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"heading 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"heading 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\" />\r\n<w:LsdException Locked=\"false\" Priority=\"0\" Name=\"header\" />\r\n<w:LsdException Locked=\"false\" Priority=\"0\" Name=\"footer\" />\r\n<w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\" />\r\n<w:LsdException Locked=\"false\" Priority=\"0\" Name=\"page number\" />\r\n<w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\" />\r\n<w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\" />\r\n<w:LsdException Locked=\"false\" Priority=\"0\" Name=\"Body Text\" />\r\n<w:LsdException Locked=\"false\" Priority=\"0\" Name=\"Body Text Indent\" />\r\n<w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\" />\r\n<w:LsdException Locked=\"false\" Priority=\"0\" Name=\"Body Text 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"0\" Name=\"Body Text 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"0\" Name=\"Block Text\" />\r\n<w:LsdException Locked=\"false\" Priority=\"0\" Name=\"Hyperlink\" />\r\n<w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\" />\r\n<w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\" />\r\n<w:LsdException Locked=\"false\" Priority=\"0\" Name=\"Plain Text\" />\r\n<w:LsdException Locked=\"false\" Priority=\"0\" Name=\"Balloon Text\" />\r\n<w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Table Grid\" />\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\" />\r\n<w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\" />\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\" />\r\n<w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\" />\r\n<w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\" />\r\n<w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\" />\r\n<w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\" />\r\n<w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\" />\r\n<w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\" />\r\n<w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\" />\r\n<w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\" />\r\n</w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n/* Style Definitions */\r\ntable.MsoNormalTable\r\n{mso-style-name:\"Tabella normale\";\r\nmso-tstyle-rowband-size:0;\r\nmso-tstyle-colband-size:0;\r\nmso-style-noshow:yes;\r\nmso-style-priority:99;\r\nmso-style-parent:\"\";\r\nmso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\nmso-para-margin:0cm;\r\nmso-para-margin-bottom:.0001pt;\r\nmso-pagination:widow-orphan;\r\nfont-size:10.0pt;\r\nfont-family:\"Times New Roman\",\"serif\";}\r\ntable.MsoTableGrid\r\n{mso-style-name:\"Griglia tabella\";\r\nmso-tstyle-rowband-size:0;\r\nmso-tstyle-colband-size:0;\r\nmso-style-unhide:no;\r\nborder:solid windowtext 1.0pt;\r\nmso-border-alt:solid windowtext .5pt;\r\nmso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\nmso-border-insideh:.5pt solid windowtext;\r\nmso-border-insidev:.5pt solid windowtext;\r\nmso-para-margin:0cm;\r\nmso-para-margin-bottom:.0001pt;\r\nmso-pagination:widow-orphan;\r\nfont-size:10.0pt;\r\nfont-family:\"Times New Roman\",\"serif\";}\r\n</style>\r\n<![endif]--></p>\r\n<p> </p>','',0),(53,53,'gerardo.pappone','PAPPONE Gerardo','PAPPONE',' Gerardo','images/photos/standard.jpg','','6663','gerardo.pappone@uniparthenope.it','',NULL,NULL,'','','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6C79642AD9D47DFBB991DF8FD7C7C5CF.esse3-uniparthenope-prod-01?docente_id=2038&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,'','','',0),(54,54,'claudio.parente','PARENTE Claudio','PARENTE',' Claudio','201902041405320.foto claudio - geo1.jpg',NULL,'6608','claudio.parente@uniparthenope.it',NULL,'201902041347340.Claudio Parente Curriculum - Febbraio 2019 per sito DIST.pdf','201902041309230.Claudio Parente Pubblicazioni - 2019.pdf','Lunedì, dalle 14:00 alle 16:00. ','Stanza 414 - IV piano - Lato Sud','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6C79642AD9D47DFBB991DF8FD7C7C5CF.esse3-uniparthenope-prod-01?docente_id=1062&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,'https://www.researchgate.net/profile/Claudio_Parente2',NULL,NULL,'',0),(55,55,'vincenzo.pasquale','PASQUALE Vincenzo','PASQUALE',' Vincenzo','201905051922010.foto VP.jpg',NULL,'081 5476533','vincenzo.pasquale@uniparthenope.it',NULL,NULL,NULL,'Lunedì, martedì, giovedì (11,00-13,00). E\' consigliato concordare i ricevimenti via e.mail.','Studio 425b, 4° piano, lato Nord','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6C79642AD9D47DFBB991DF8FD7C7C5CF.esse3-uniparthenope-prod-01?docente_id=1077&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,'Consultabili sul sito www.servizi.uniparthenope.it/self/gissweb.home','vincenzo.pasquale59',NULL,'<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\"> Dr. Vincenzo PASQUALE</span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\"><span style=\"text-align: center;\">MICROBIOLOGO</span></span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\"><span style=\"text-align: center;\">FORMAZIONE ACCADEMICA</span></span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\">Laurea in “Scienze Biologiche” conseguita presso </span></span><span style=\"font-family:"Times New Roman",serif;mso-bidi-font-weight:bold\"><st1:personname productid=\"la Facolt¢\" st=\"on\"></st1:personname><span style=\"font-size: small;\"><st1:personname productid=\"la Facolt¢\" st=\"on\"><span style=\"font-family: \'Times New Roman\';\">la Facoltà</span></st1:personname><span style=\"font-family: \'Times New Roman\';\"> di Scienze dell’Università degli Studi di Napoli Federico II (</span></span></span><span style=\"font-family: \'Times New Roman\'; font-size: small;\">1990)</span><span style=\"font-family: \'Times New Roman\'; font-size: small;\">.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\">Specializzazione quadriennale in “Microbiologia e Virologia” conseguita presso </span></span><span style=\"font-family:"Times New Roman",serif;mso-bidi-font-weight:bold\"><st1:personname productid=\"la II Facolt¢\" st=\"on\"></st1:personname><span style=\"font-size: small;\"><st1:personname productid=\"la II Facolt¢\" st=\"on\"><span style=\"font-family: \'Times New Roman\';\">la II Facoltà</span></st1:personname><span style=\"font-family: \'Times New Roman\';\"> di Medicina e Chirurgia dell’Università degli Studi di Napoli Federico II (</span></span></span><span style=\"font-family: \'Times New Roman\'; font-size: small;\">1996)</span><span style=\"font-family: \'Times New Roman\'; font-size: small;\">.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\"> <span style=\"text-align: center;\">ULTERIORE ATTIVITA’ FORMATIVA</span></span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\">Tirocinio post-laurea presso il Laboratorio di Patologia Clinica, settore di Microbiologia, Ospedale "D. Cotugno", USL 41, Napoli (1990-1991).</span></span><span style=\"font-family:"Times New Roman",serif\"><o:p></o:p></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\">Corso teorico-pratico di "Batteriologia clinica". Istituto di Medicina Generale e Sistematica (e Servizio Salmonellosi) della I Facoltà di Medicina dell\'Università degli Studi di Napoli (1991)</span></span><span style=\"font-family: \'Times New Roman\'; font-size: small;\">.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-family: \'Times New Roman\'; font-size: small;\">Abilitazione all\'esercizio della professione di Biologo (1992).</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-family: \'Times New Roman\'; font-size: small;\">Corso trimestrale di </span><span style=\"font-family: \'Times New Roman\';\"><span style=\"font-size: small;\">"Microbiologia degli alimenti". Ordine Nazionale dei Biologi e Istituto di Microbiologia Agraria dell\'Università degli Studi di Napoli (1992).</span><span style=\"font-size: small;\">"III Corso di base sugli aspetti microbiologici e chimici delle acque destinate al consumo umano". Istituto Superiore di Sanità, Roma (1992).</span><br />\r\n</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-family: \'Times New Roman\';\"><span style=\"font-size: small;\">Corso trimestrale teorico-pratico di "Ecotossicologia ambientale". Ordine dei Biologi, Napoli (1993). </span></span><span style=\"font-family:"Times New Roman",serif\"><o:p></o:p></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-family: \'Times New Roman\';\"><span style=\"font-size: small;\">VII corso teorico-pratico "Diagnosi di laboratorio delle parassitosi umane del tratto gastroenterico e urogenitale", Istituto Superiore di Sanità, Roma (1995).</span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-family: \'Times New Roman\';\"><span style=\"font-size: small;\">"Corso di microscopia e fotomicroscopia", Centro di Servizi Interdipartimentali di Microscopia Università degli Studi del</span></span><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\">la Basilicata (1996).</span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\">Corso di formazione "Qualità dell’ambiente marino-costiero e rischio sanitario". Istituto Superiore di Sanità, Roma</span></span><span style=\"font-family: \'Times New Roman\'; font-size: small;\"> (</span><span style=\"font-family: \'Times New Roman\'; font-size: small;\">2001)</span><span style=\"font-family: \'Times New Roman\'; font-size: small;\">.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-family: \'Times New Roman\'; font-size: small;\">Corso di formazione "La qualità delle acque superficiali e dei sedimenti". Istituto Superiore di Sanità, Roma 19-23 novembre (2001).</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\"><span style=\"font-weight: normal;\">Corso di approfondimento “Biologia ed ecotossicologia del suolo”. Dipartimento di Produzione Vegetale, Università degli Studi della Basilicata (2002).</span></span></span> </p>\r\n<p style=\"text-align: justify;\"><o:p></o:p><span style=\"font-size: small;\"><o:p><span style=\"font-family: \'Times New Roman\';\"> </span></o:p><span style=\"font-family: \'Times New Roman\';\"><span style=\"text-align: center;\">ATTIVITA\' DI RICERCA</span></span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"text-align: justify; font-family: Arial, Verdana, sans-serif; font-size: small;\"><span style=\"font-family: \'Times New Roman\';\"><i>Assegno di ricerca (4 anni) "Qualità chimica e biologica ed effetti sul suolo di fertilizzanti organici di origine urbana, agroalimentare e zootecnica" - </i></span></span><span style=\"font-family: \'Times New Roman\';\"><span style=\"text-align: justify; font-size: small;\">Dipartimento di Produzione Vegetale - Università degli Studi della Basilicata (1999-2003)</span><i style=\"text-align: justify; font-size: small;\">.</i></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\"><i>Assegno di ricerca (2 anni) “Microbiologia e biochimica del suolo, tecniche analitiche per l’identificazione dei processi biochimici nel suolo, tecniche analitiche per lo studio dei processi microbici nel suolo e nelle acque, ecologia microbica, microbiologia degli ecosistemi acquatici” nell’ambito del progetto “Monitoraggio geochimico e microbiologico lungo l’asta del fiume Basento”.</i></span></span><i><o:p></o:p></i><span style=\"font-family: \'Times New Roman\'; font-size: small;\">Istituto di Metodologie per l’Analisi Ambientale, CNR-IMAA di Tito Scalo (PZ) (2003-2005).</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-family: \'Times New Roman\'; font-size: small;\">Ricercatore (SSD BIO/19, Microbiologia Generale) presso la facoltà di Scienze e Tecnologie dell\'Università degli Studi di Napoli "Parthenope".(da novembre 2008)</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\"><span style=\"text-align: center;\">ATTIVITA\' DIDATTICA</span></span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\"> A.A. 1996/1997÷1998/1999</span></span><o:p></o:p></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\">Corso di laurea in Scienze Ambientali - Scienze Nautiche dell’Istituto Universitario Navale. Napoli</span></span><span style=\"font-family:"Times New Roman",serif;mso-bidi-font-weight:bold\"><o:p></o:p></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\"><i>Attività seminariale nell’ambito del corso di Laboratorio di Ecologia Applicata. Titolare prof. V. Saggiomo.</i></span></span><i><span style=\"font-family:"Times New Roman",serif;mso-bidi-font-weight:bold\"><o:p></o:p></span></i></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\"><b> </b>A.A. 1999/2000÷2007/2008</span></span><b><span style=\"font-family:"Times New Roman",serif\"><o:p></o:p></span></b></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\">Facoltà di Scienze e Tecnologie - Università degli Studi di Napoli “<i>Parthenope</i>”</span></span><span style=\"font-family:"Times New Roman",serif;mso-bidi-font-weight: bold\"><o:p></o:p></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\"><i>Attività seminariale ed esercitazioni a supporto dei corsi di “Microbiologia Marina”, “Microbiologia Generale” e “Scienza del Suolo”. </i><i><span lang=\"EN-GB\">Titolare prof. S. Dumontet.</span></i></span></span><span lang=\"EN-GB\" style=\"font-family: "Times New Roman",serif;mso-ansi-language:EN-GB;mso-bidi-font-weight:bold\"><o:p></o:p></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\"><span lang=\"EN-GB\"> Febbraio 2002 – marzo 2002</span><b><span lang=\"EN-GB\"> </span></b></span></span><b><span lang=\"EN-GB\"><o:p></o:p></span></b></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\"><span lang=\"EN-GB\">Department of Veterinary Microbiology, Section of Bacteriology. </span></span></span><span lang=\"EN-GB\"><st1:placename st=\"on\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\">Swedish</span></span></st1:placename><st1:placetype st=\"on\"></st1:placetype><span style=\"font-size: small;\"><st1:placetype st=\"on\"><span style=\"font-family: \'Times New Roman\';\">University</span></st1:placetype><span style=\"font-family: \'Times New Roman\';\"> of Agricultural Sciences (</span></span><st1:place st=\"on\"><st1:city st=\"on\"></st1:city></st1:place></span><span style=\"font-size: small;\"><span lang=\"EN-GB\"><st1:place st=\"on\"><st1:city st=\"on\"><span style=\"font-family: \'Times New Roman\';\">Uppsala</span></st1:city></st1:place></span><span style=\"font-family: \'Times New Roman\';\"><span lang=\"EN-GB\">).</span></span></span><span lang=\"EN-GB\" style=\"font-family:"Times New Roman",serif;mso-ansi-language:EN-GB; mso-bidi-font-weight:bold\"><o:p></o:p></span></p>\r\n<p style=\"text-align: justify;\"><em><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\">Programmazione, preparazione e supervisione del corso di "Bacteriology". Titolare prof. K. Krovacek.</span></span></em><span style=\"font-family:"Times New Roman",serif;mso-bidi-font-weight:bold\"><o:p></o:p></span></p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\"> </span></span></strong><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\">A.A.</span></span><strong><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\"> </span></span></strong><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\">2004</span></span><strong><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\">/</span></span></strong><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\">2005</span></span><b><o:p></o:p></b></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\">Corso di laurea in Scienze e Tecnologie Agrarie, sede Matera - Università degli Studi della Basilicata</span></span><o:p></o:p></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\"><i>Incarico di insegnamento</i> c<i>orso di “Chimica Agraria”</i> (3 CFU).</span></span><o:p></o:p></p>\r\n<p style=\"text-align: justify;\"><o:p></o:p><span style=\"font-size: small;\"><o:p><span style=\"font-family: \'Times New Roman\';\"> </span></o:p><span style=\"font-family: \'Times New Roman\';\">A.A. 2005/2006</span></span><b><o:p></o:p></b></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\">Facoltà di Scienze e Tecnologie – Università degli Studi di Napoli “<i>Parthenope</i>”</span></span><o:p></o:p></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\"><i>Contratto per attività di supporto e di tutorato didattico all’insegnamento di “Laboratorio di Microbiologia”.</i></span></span><i><o:p></o:p></i></p>\r\n<p style=\"text-align: justify;\"><o:p></o:p><span style=\"font-size: small;\"><o:p><strong><span style=\"font-family: \'Times New Roman\';\"> </span></strong></o:p><span style=\"font-family: \'Times New Roman\';\">A.A.</span><strong><span style=\"font-family: \'Times New Roman\';\"> </span></strong><span style=\"font-family: \'Times New Roman\';\">2006</span><strong><span style=\"font-family: \'Times New Roman\';\">/</span></strong><span style=\"font-family: \'Times New Roman\';\">2007</span></span><b><o:p></o:p></b></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\">Facoltà di Scienze e Tecnologie – Università degli Studi di Napoli “<i>Parthenope</i>”</span></span><o:p></o:p></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\"><i>Contratto per attività di supporto e di tutorato didattico all’insegnamento di “Laboratorio di Microbiologia”.</i></span></span><i><o:p></o:p></i></p>\r\n<p style=\"text-align: justify;\"><o:p></o:p><span style=\"font-size: small;\"><o:p><span style=\"font-family: \'Times New Roman\';\"> </span></o:p><span style=\"font-family: \'Times New Roman\';\">A.A.<b> </b>2007<b>/</b>2008</span></span><b><o:p></o:p></b></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\">Facoltà di Scienze e Tecnologie – Università degli Studi di Napoli “<i>Parthenope</i>”</span></span><o:p></o:p></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\"><i>Conferimento contratto tutorato per l’insegnamento di “Laboratorio di Microbiologia Generale e Laboratorio”.</i></span></span><i><o:p></o:p></i></p>\r\n<p style=\"text-align: justify;\"><o:p></o:p><span style=\"font-size: small;\"><o:p><span style=\"font-family: \'Times New Roman\';\"> </span></o:p><span style=\"font-family: \'Times New Roman\';\">A.A.<b> </b>2008/2009<b>-</b>2010/2011</span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\">Facoltà di Scienze e Tecnologie – Università degli Studi di Napoli “<i>Parthenope</i>”</span></span><o:p></o:p></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\"><i>Docente (affidamento interno) di “Microbiologia Generale” (6 CFU).</i></span></span><i><o:p></o:p></i></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\"> A.A. 2009/2010</span></span><b><o:p></o:p></b></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\">Facoltà di Scienze e Tecnologie – Università degli Studi di Napoli “<i>Parthenope</i>”</span></span><o:p></o:p></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\"><i>Docente (affidamento interno) di “Microbiologia Marina” (6 CFU).</i></span></span><i><o:p></o:p></i></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\"><i> </i>A.A. 2010/2011</span></span><b><o:p></o:p></b></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\">Facoltà di Scienze e Tecnologie – Università degli Studi di Napoli “<i>Parthenope</i>”</span></span><o:p></o:p></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\"><i>Docente (affidamento interno) di “Microbiologia Marina” (modulo 3 CFU).</i></span></span><i><o:p></o:p></i></p>\r\n<p style=\"text-align: justify;\"><o:p></o:p><span style=\"font-size: small;\"><o:p><span style=\"font-family: \'Times New Roman\';\"> A.A.</span></o:p><span style=\"font-family: \'Times New Roman\';\"><b> </b>2011/2012</span></span><b><o:p></o:p></b></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\">Facoltà di Scienze e Tecnologie – Università degli Studi di Napoli “<i>Parthenope</i>”</span></span><o:p></o:p></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\"><i>Docente (affidamento interno) di “Controllo Biologico Filiere Produttive” (6 CFU).</i></span></span><o:p></o:p></p>\r\n<p style=\"text-align: justify;\"><o:p></o:p><span style=\"font-size: small;\"><o:p><span style=\"font-family: \'Times New Roman\';\"> </span></o:p><span style=\"font-family: \'Times New Roman\';\">A.A. 2012/2013</span></span><b><o:p></o:p></b></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\">Facoltà di Scienze e Tecnologie – Università degli Studi di Napoli “<i>Parthenope</i>”</span></span><o:p></o:p></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\"><i>Docente (affidamento interno) di “Microbiologia degli Alimenti” (6 CFU).</i></span></span><o:p></o:p></p>\r\n<p style=\"text-align: justify;\"><o:p></o:p><span style=\"font-size: small;\"><o:p><span style=\"font-family: \'Times New Roman\';\"> </span></o:p><span style=\"font-family: \'Times New Roman\';\">A.A. dal 2008/2009 al 2013/2014</span></span><b><o:p></o:p></b></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\">Facoltà di Scienze e Tecnologie – Università degli Studi di Napoli “<i>Parthenope</i>”</span></span><o:p></o:p></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\"><i>Docente (affidamento interno) di “Microbiologia Generale e Laboratorio” (9 CFU).</i></span></span><i><o:p></o:p></i></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\"><i> </i>A.A. dal 2014/2015 al 2015/2016</span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\">Dipartimento di Scienze e Tecnologie – Università degli Studi di Napoli “<i>Parthenope</i>”</span></span><o:p></o:p></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\"><i>Docente (affidamento interno) di “Microbiologia con Laboratorio” (9 CFU).</i></span></span><o:p></o:p></p>','<p style=\"text-align: justify;\"> <b><span style=\"font-family:"Tms Rmn",serif\">Articoli su riviste internazionali peer-reviewed</span></b></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b><span style=\"font-family:"Tms Rmn",serif\">Pasquale V.</span></b><span style=\"font-family:"Tms Rmn",serif;mso-bidi-font-weight: bold\">, Baloda S.B., Dumontet S., Krovacek* K., (1994). </span><span lang=\"EN-GB\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language:EN-GB; mso-bidi-font-weight:bold\">An outbreak of <i>Aeromonas</i> <i>hydrophila</i> infection in turtles (<i>Pseudemis scripta</i>). </span><span lang=\"FR\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language:FR\">Applied and Environmental Microbiology</span><span lang=\"EN-GB\" style=\"font-family:"Tms Rmn",serif; mso-ansi-language:EN-GB;mso-bidi-font-weight:bold\">, 60(5): 1678-1680.</span><span style=\"font-family:"Tms Rmn",serif;mso-bidi-font-weight:bold\"><o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Tms Rmn",serif; mso-bidi-font-weight:bold\">Krovacek* K., <b>Pasquale V.</b>, Baloda S.B., Soprano V., Conte M., Dumontet S. (1994). </span><span lang=\"EN-GB\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language:EN-GB;mso-bidi-font-weight: bold\">Comparison of putative virulence factors in <i>Aeromonas</i> <i>hydrophila</i> strains isolated from the marine environment and human diarrheal cases in Southern Italy. </span><span lang=\"FR\" style=\"font-family:"Tms Rmn",serif; mso-ansi-language:FR\">Applied and Environmental Microbiology,</span><span lang=\"EN-GB\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language:EN-GB; mso-bidi-font-weight:bold\"> 60(4): 1379-1382.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Tms Rmn",serif; mso-bidi-font-weight:bold\">Celano G., Scopa A., <b>Pasquale V.</b> (1995). </span><span lang=\"EN-GB\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language:EN-GB; mso-bidi-font-weight:bold\">Assessing detrimental effect of sewage sludge-borne heavy metals on soil microbial biomass a discussion paper. </span><span lang=\"EN-GB\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language:EN-GB\">Fresenius Environmental Bulletin, 4: 636-641.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Tms Rmn",serif; mso-bidi-font-weight:bold\">Dumontet S., Krovacek K., Baloda S.B., Grottoli S., <b>Pasquale V.</b>, Vanucci S. (1996). </span><span lang=\"EN-GB\" style=\"font-family:"Tms Rmn",serif; mso-ansi-language:EN-GB;mso-bidi-font-weight:bold\">Ecological relationship between <i>Aeromonas</i> and <i>Vibrio</i> spp. and planktonic copepods in the coastal marine environment in Southern Italy. </span><span lang=\"EN-US\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language:EN-US\">Comparative Immunology, Microbiology & Infectious Diseases, </span><span lang=\"FR\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language:FR;mso-bidi-font-weight: bold\">19(3): 245-254. DOI: 10.1016/0147-9571(96)00012-4</span><span lang=\"EN-GB\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language:EN-GB;mso-bidi-font-weight: bold\"><o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Tms Rmn",serif; mso-bidi-font-weight:bold\">Dumontet* S., Krovacek K., Svenson S.B., <b>Pasquale V.</b>, Baloda S.B., Figliuolo G. (2000). </span><span lang=\"EN-GB\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language:EN-GB;mso-bidi-font-weight: bold\">Prevalence and diversity of <i>Aeromonas</i> and <i>Vibrio</i> spp. in coastal waters of Southern Italy. </span><span lang=\"EN-US\" style=\"font-family:"Tms Rmn",serif; mso-ansi-language:EN-US\">Comparative Immunology, Microbiology & Infectious Diseases</span><span lang=\"FR\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language: FR;mso-bidi-font-weight:bold\">, 23(1): 53-72. </span><span lang=\"EN-GB\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language:EN-GB;mso-bidi-font-weight: bold\">DOI: 10.1016/S0147-9571(99)00059-4</span><span lang=\"EN-US\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language:EN-US;mso-bidi-font-weight: bold\"><o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Tms Rmn",serif; mso-bidi-font-weight:bold\">Dumontet S., <b>Pasquale V.</b>, Mancino M., Normanno G., Krovacek K. (2003). </span><span lang=\"EN-GB\" style=\"font-family: "Tms Rmn",serif;mso-ansi-language:EN-GB;mso-bidi-font-weight:bold\">Incidence and characterisation of <i>Aeromonas</i> spp. in environmental and human samples in Southern Italy. New Microbiologica (continues <i>Microbiologica</i>), 26(2): 215-225.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span lang=\"EN-GB\" style=\"font-family:"Tms Rmn",serif; mso-ansi-language:EN-GB;mso-bidi-font-weight:bold\">Rashid M.H., Rajanna C., Zhang D., <b>Pasquale V.</b>, Magder L.S., Ali A., Dumontet S., Karaolis* D.K.R. (2004). Role of exopolysaccharide, the rugose phenotype and VpsR in the pathogenesis of epidemic <i>Vibrio</i> <i>cholerae</i>. </span><span lang=\"EN-GB\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language:EN-GB\">FEMS Microbiology Letters, 230: 105-113.</span><span style=\"font-family:"Tms Rmn",serif;mso-bidi-font-weight:bold\"> DOI:<b> </b>10.1016/S0378-1097(03)00879-6<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Tms Rmn",serif; mso-bidi-font-weight:bold\">Gonzàles-Rey C., Svenson S.B., Bravo L., Siitonen A., <b>Pasquale V.</b>, Dumontet S., Cižnár I., Krovacek* K. (2004). </span><span lang=\"EN-GB\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language:EN-GB; mso-bidi-font-weight:bold\">Serotypes and anti-microbial susceptibility of <i>Plesiomonas</i> <i>shigelloides</i> isolates from humans, animals and acquatic environments in different countries. </span><span lang=\"EN-US\" style=\"font-family:"Tms Rmn",serif; mso-ansi-language:EN-US\">Comparative Immunology, Microbiology & Infectious Diseases,</span><span lang=\"EN-GB\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language: EN-GB;mso-bidi-font-weight:bold\"> 27(2): 129-139.</span><span lang=\"EN-GB\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language:FR;mso-bidi-font-weight: bold\"> </span><span lang=\"EN-GB\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language: EN-GB;mso-bidi-font-weight:bold\">DOI:<b> </b>10.1016/j.cimid.2003.08.001<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Tms Rmn",serif\">Palese* A.M., <b>Pasquale V.</b>, Celano G., Figliuolo G., Masi S., Xiloyannis C. </span><span lang=\"EN-US\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language:EN-US\">(2009). Irrigation of olive groves in southern Italy with treated municipal wastewater: effects on microbiological quality of soil and fruits. Agriculture, Ecosystems & Environment, 129(1-3): 43-51. </span><span style=\"font-family:"Tms Rmn",serif; mso-bidi-font-weight:bold\">DOI:<b> </b></span><span style=\"font-family:"Tms Rmn",serif\">10.1016/j.agee.2008.07.003<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Tms Rmn",serif\">Scopa* A., Candido V., Dumontet S., <b>Pasquale V.</b>, Miccolis V. (2009). </span><span lang=\"EN-GB\" style=\"font-family:"Tms Rmn",serif; mso-ansi-language:EN-GB\">Repeated solarization and long-term effects on soil microbiological parameters and agronomic traits. </span><span lang=\"FR-CA\" style=\"font-family:"Tms Rmn",serif; mso-ansi-language:FR-CA\">Crop Protection, 28(10): 818-824. DOI: 10.1016/j.cropro.2009.06.014<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span lang=\"FR-CA\" style=\"font-family:"Tms Rmn",serif; mso-ansi-language:FR-CA\">De Felice* B., <b>Pasquale V.</b>, Tancredi N., Scherillo S., Guida M. (2010). Genetic fingerprint of microorganisms associated with </span><span lang=\"EN-GB\" style=\"font-family:"Tms Rmn",serif; mso-ansi-language:EN-GB\">the deterioration of an historical tuff monument in Italy. </span><span style=\"font-family:"Tms Rmn",serif\">Journal of Genetics, 89(2):253-257. DOI: 10.1007/s12041-010-0035-9</span><span lang=\"FR-CA\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language:FR-CA\"><o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span lang=\"FR-CA\" style=\"font-size:10.0pt;font-family:"Tms Rmn",serif;mso-fareast-font-family: "Tms Rmn";mso-bidi-font-family:"Tms Rmn";mso-ansi-language:FR-CA\"><span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-family:"Tms Rmn",serif\">Salerno A., Cižnár I. Krovacek K., Conte M., Dumontet S., González-Rey C., <b>Pasquale* V.</b> (2010). </span><span lang=\"EN-US\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language:EN-US\">Phenotypic Characterization and Putative Virulence Factors of Human, Animal and Environmental Isolates of <i>Plesiomonas shigelloides</i>. Folia Microbiologica, 55(6), 641–647.</span><span lang=\"EN-US\" style=\"font-family:"Tms Rmn",serif\"> </span><span lang=\"EN-US\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language:EN-US\">DOI: 10.1007/s12223-010-0104-8</span><span lang=\"FR-CA\" style=\"font-family:"Tms Rmn",serif; mso-ansi-language:FR-CA\"><o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Tms Rmn",serif; mso-bidi-font-style:italic\">Zoes V., Paré T., Dinel H., Dumontet S., <b>Pasquale V.</b>, Scopa* A. (2011). </span><span lang=\"EN-US\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language:EN-US; mso-bidi-font-style:italic\">Growth and yeld of tomato cultived on composted duck excreta enriched wood shavings and source-separated municipal solid waste.<i> </i></span><span style=\"font-family:"Tms Rmn",serif;mso-bidi-font-weight:bold\">Italian Journal of Agronomy. 6(1)</span><span style=\"font-family:"Tms Rmn",serif\">:e2. DOI: 10.4081/ija.2011.e2</span><span lang=\"FR-CA\" style=\"font-family:"Tms Rmn",serif; mso-ansi-language:FR-CA\"><o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b><span style=\"font-family:"Tms Rmn",serif\">Pasquale V.</span></b><span style=\"font-family:"Tms Rmn",serif\">, Romano V. J., Rupnik M., Dumontet S., Cižnár I., Aliberti F., Mauri F., Saggiomo V., Krovacek* K. (2011). </span><span lang=\"EN-GB\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language:EN-GB\">Isolation and characterization of <i>Clostridium difficile</i> from shellfish and marine environments. Folia Microbiologica, 56(5): 431-437. DOI: 10.1007/s12223-011-0068-3<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Tms Rmn",serif\">Fiore* S., Dumontet S., Huertas F.J., <b>Pasquale V.</b> (2011). </span><span lang=\"EN-US\" style=\"font-family:"Tms Rmn",serif; mso-ansi-language:EN-US\">Bacteria-induced crystallization of kaolinite. </span><span lang=\"EN-GB\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language:EN-GB\">Applied Clay Science, 53(4):566-571. </span><span style=\"font-family:"Tms Rmn",serif\"><v:shapetype id=\"_x0000_t75\" coordsize=\"21600,21600\" spt=\"75\" preferrelative=\"t\" path=\"m@4@5l@4@11@9@11@9@5xe\" filled=\"f\" stroked=\"f\"> <v:stroke joinstyle=\"miter\"> <v:formulas> <v:f eqn=\"if lineDrawn pixelLineWidth 0\"> <v:f eqn=\"sum @0 1 0\"> <v:f eqn=\"sum 0 0 @1\"> <v:f eqn=\"prod @2 1 2\"> <v:f eqn=\"prod @3 21600 pixelWidth\"> <v:f eqn=\"prod @3 21600 pixelHeight\"> <v:f eqn=\"sum @0 0 1\"> <v:f eqn=\"prod @6 1 2\"> <v:f eqn=\"prod @7 21600 pixelWidth\"> <v:f eqn=\"sum @8 21600 0\"> <v:f eqn=\"prod @7 21600 pixelHeight\"> <v:f eqn=\"sum @10 21600 0\"> </v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:formulas> <v:path extrusionok=\"f\" gradientshapeok=\"t\" connecttype=\"rect\"> <o:lock ext=\"edit\" aspectratio=\"t\"> </o:lock></v:path></v:stroke></v:shapetype><v:shape id=\"_x0000_i1025\" type=\"#_x0000_t75\" style=\"width:.6pt; height:7.8pt\"> <v:imagedata src=\"file:///C:/Users/utente/AppData/Local/Temp/msohtmlclip1/01/clip_image001.png\" href=\"http://www.sciencedirect.com/scidirimg/clear.gif\"> </v:imagedata></v:shape>DOI: 10.1016/j.clay.2011.05.005</span><span lang=\"FR-CA\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language:FR-CA\"><o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Tms Rmn",serif\">Sofo A., Scopa* A., Dumontet S., Mazzatura A., <b>Pasquale V.</b> (2012).<b> </b></span><span lang=\"EN-GB\" style=\"font-family:"Tms Rmn",serif; mso-ansi-language:EN-GB\">Toxic effects of four sulphonylureas </span><span lang=\"EN-US\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language:EN-US\">herbicides on soil microbial biomass. Journal of Environmental Science and Health, Part B: Pesticides, Food Contaminants, and Agricultural Wastes, 47(7): 653-659. DOI: 10.1080/03601234.2012.669205<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b><span style=\"font-family:"Tms Rmn",serif\">Pasquale V.</span></b><span style=\"font-family:"Tms Rmn",serif\">, Romano* V., Rupnik M., Capuano F., Bove D., Aliberti F., Krovacek K., Dumontet S. (2012). </span><span lang=\"EN-GB\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language:EN-GB\">Occurrence of toxigenic <i>Clostridium dif</i></span><i><span style=\"font-family:"Tms Rmn",serif\">fi</span></i><i><span lang=\"EN-GB\" style=\"font-family:"Tms Rmn",serif; mso-ansi-language:EN-GB\">cile</span></i><span lang=\"EN-GB\" style=\"font-family: "Tms Rmn",serif;mso-ansi-language:EN-GB\"> in edible bivalve molluscs. Food Microbiology, 31(2): 309-312. </span><span style=\"font-family:"Tms Rmn",serif\">DOI: 10.1016/j.fm.2012.03.001<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Tms Rmn",serif\">Romano V., <b>Pasquale* V.</b>, Krovacek K., Mauri F., Demarta A., Dumontet S. (2012). </span><span lang=\"EN-GB\" style=\"font-family: "Tms Rmn",serif;mso-ansi-language:EN-GB\">Toxigenic <i>Clostridium dif</i></span><i><span style=\"font-family:"Tms Rmn",serif\">fi</span></i><i><span lang=\"EN-GB\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language: EN-GB\">cile</span></i><span lang=\"EN-GB\" style=\"font-family:"Tms Rmn",serif; mso-ansi-language:EN-GB\"> PCR Rib</span><span lang=\"EN-US\" style=\"font-family: "Tms Rmn",serif;mso-ansi-language:EN-US\">otypes from Wastewater Treatment Plants in Southern Switzerland. Applied and Environmental Microbiology, 78(18): 6643-6646. DOI: 10.1128/AEM.01379-12<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Tms Rmn",serif\">Romano V., Albanese*<sup> </sup>F., Dumontet S., Krovacek<sup> </sup>K., Petrini O., <b>Pasquale V.</b> (2012). </span><span lang=\"EN-US\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language:EN-US\">Prevalence and genotypic characterization of <i>Clostridium difficile</i> from ruminants in Switzerland. Zoonoses and Public Health, 59(8):545-548. DOI: 10.1111/j.1863-2378.2012.01540.x<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Tms Rmn",serif\">Nastro R.A., Suglia A., <b>Pasquale* V.</b>, Toscanesi M., Trifuoggi M., Guida M. (2014). </span><span lang=\"EN-US\" style=\"font-family:"Tms Rmn",serif; mso-ansi-language:EN-US\">Efficiency Measures of Polycyclic Aromatic Hydrocarbon Bioremediation Process through Ecotoxicological Tests. International Journal of Performability Engineering, 10(4): 411-418.</span><span style=\"font-family: "Tms Rmn",serif\"><o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Tms Rmn",serif\">Troiano T., Harmanus C., Sanders I.M.J.G., <b>Pasquale* V.</b>, Dumontet S., Capuano F., Romano V., Kuijper E.J. (2015). </span><span lang=\"EN-US\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language:EN-US\">Toxigenic Clostridium difficile PCR ribotypes in edible marine bivalve molluscs in Italy. International Journal of Food Microbiology, 208: 30-34.</span><span lang=\"EN-US\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language:EN-GB\"> </span><span lang=\"EN-US\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language:EN-US\">DOI: 10.1016/j.ijfoodmicro.2015.05.002.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Tms Rmn",serif\">Proroga Y.T.R., Capuano* F., Carullo M.R., La Tela I., Capparelli R., Barco L., <b>Pasquale V</b>. (2016). </span><span lang=\"EN-US\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language:EN-US\">Occurrence and antimicrobial resistance of <i>Salmonella</i> strains from food of animal origin in southern Italy. </span><span lang=\"EN-GB\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language:EN-GB\">Folia Microbiologica, 61(1): 21-27. DOI: 10.1007/s12223-015-0407-x)<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span lang=\"EN-GB\" style=\"font-family:"Tms Rmn",serif; mso-ansi-language:EN-GB\">Cogliati* M., D\'Amicis R., Zani A., Montagna M.T., Caggiano C., De Giglio O., Balbino S., De Donno A., Serio F., Susever S., Ergin C., Velegraki A., Ellabib M.S., Nardoni S., Macci C., Oliveri S., Trovato L., Dipineto L., Rickerts V., McCormick-Smith I., Akcaglar S., Tore O., Mlinaric-Missoni E., Bertout S., Mallié M., da Luz Martins M., Vencà A.C.F., Vieira M.L., Sampaio A.C., Pereira C., Criseo G., Romeo O., Ranque S., Al-Yasiri M.H.Y., Kaya M., Cerikcioglu N., Marchese A., Vezzulli L., Ilkit M., Desnos-Ollivier M., <b>Pasquale V.</b>, Korem M., Polacheck I., Scopa A., Meyer W., Ferreira-Paim K., Hagen F., Theelen B., Boekhout T., Lockhart S.R., Tintelnot K., Tortorano A.M., Dromer F., Varma A., Kwon-Chung K.J., Inácio J., B. Alonso, Colom M.F. (2016). Environmental distribution of <i>Cryptococcus neoformans</i> and <i>Cryptococcus gattii</i> around the Mediterranean basin. FEMS Yeast Research, 16(4): fow045. DOI: 10.1093/femsyr/fow045 (corrigendum: 16(7), fow086, DOI: 10.1093/femsyr/fow086)<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Tms Rmn",serif\">Florio* C., Pirozzi D., Ausiello A., Micoli L., <b>Pasquale V.</b>, Toscano G., Turco M., Dumontet S. (2017). </span><span lang=\"EN-GB\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language:EN-GB\">Effect of inoculum/substrate ratio on dark fermentation for biohydrogen production from organic fraction of municipal solid waste. Chemical Engineering Transactions, 57: 175-180. DOI: 10.3303/CET1757030</span><span lang=\"EN-US\" style=\"font-family: "Tms Rmn",serif;mso-ansi-language:EN-US\"><o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Tms Rmn",serif\">Dumontet* S., Cavoski I., Ricciuti P., Mondelli D., Jarrar M., <b>Pasquale V.</b>, Crecchio C. (2017). </span><span lang=\"EN-US\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language:EN-US\">Metabolic and genetic patterns of soil microbial communities in response </span><span lang=\"EN-GB\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language:EN-GB\">to different amendments under organic farming system. Geoderma, 296: 79-85. DOI: 10.1016/j.geoderma.2017.02.025</span><span lang=\"EN-US\" style=\"font-family:"Tms Rmn",serif; mso-ansi-language:EN-US\"><o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span lang=\"EN-US\" style=\"font-family:"Tms Rmn",serif; mso-ansi-language:EN-US\">Cogliati* M., Puccianti E., Montagna M.T., De Donno A., Susever S., Ergin C., Velegraki A., Ellabib M.S., Nardoni S., Macci C., Trovato L., Dipineto L., Rickerts V., Akcaglar S., Mlinaric-Missoni E., Bertout S., Vencà A.C.F, Sampaio A.C., Criseo G. Ranque S., Cerikcioglu N., Marchese A., Vezzulli L., Ilkit M., Desnos-Ollivier M., <b>Pasquale V.,</b> Polacheck I., Scopa A., Meyer W., Ferreira-Paim K., Hagen F., Boekhout T., Dromer F., Varma A., Kwon-Chung K.J., Inácio J., Colom M.F. (2017). Fundamental niche prediction of the pathogenic yeasts <i>Cryptococcus neoformans </i>and <i>Cryptococcus gattii</i> in Europe. </span><span style=\"font-family:"Tms Rmn",serif\">Environmental Microbiology, 19(10): 4318–4325. DOI: 10.1111/1462-2920.13915</span><span lang=\"EN-US\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language:EN-US\"><o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Tms Rmn",serif\">Proroga Y.T.R., Capuano F., Capparelli R., Bilei S., Bernardo M., Cocco M.P., Campagnuolo R., Pasquale V. (2018). </span><span lang=\"EN-US\" style=\"font-family: "Tms Rmn",serif;mso-ansi-language:EN-US\">Characterization of non-typhoidal <i>Salmonella enterica</i> strains of human origin in central and southern Italy. Italian Journal of Food Safety, 7(1): 6888 (pp. 15-20). DOI:10.4081/ijfs.2018.6888<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Tms Rmn",serif\">Di Donato* P., Taurisano V., Tommonaro G., <b>Pasquale V.</b>, Nicolaus B. (2018). </span><span lang=\"EN-US\" style=\"font-family:"Tms Rmn",serif; mso-ansi-language:EN-US\">Biological properties of polyphenols extracts from agro industry’s wastes. Waste And Biomass Valorization,</span><span lang=\"EN-GB\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language:EN-GB\"> 9(9): 1567–1578. </span><span lang=\"EN-US\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language:EN-US\">DOI: 10.1007/s12649-017-9939-4<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Tms Rmn",serif\">Cioffi*, Amoroso M.G., <b>Pasquale V</b>., Galiero G., Fusco G. (2018). </span><span lang=\"EN-GB\" style=\"font-family:"Tms Rmn",serif; mso-ansi-language:EN-GB\">Comparison of automated extraction methods for the detection of hepatitis A virus and norovirus in mussels. Veterinaria Italiana, 54(2): 147-153. DOI: 10.12834/VetIt.1133.6147.3<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Tms Rmn",serif\">Florio* C., Micoli L., Ausiello A., <b>Pasquale V.</b>, Turco M., Pirozzi D., Toscano G., Dumontet S. (2018). </span><span lang=\"EN-GB\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language:EN-GB\">Mesophilic dark fermentation of food waste for biohydrogen production in a mixed batch reactor, Chemical Engineering Transactions, 67, 67-72. DOI: 10.3303/CET1867012<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Tms Rmn",serif\">Romano V., <b>Pasquale* V.</b>, Lemee L., El Meouche I., Pestel-Caron M., Capuano F., Buono P., Dumontet S. (2018). </span><i><span lang=\"EN-GB\" style=\"font-family:"Tms Rmn",serif; mso-ansi-language:EN-GB\">Clostridioides difficile</span></i><span lang=\"EN-GB\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language:EN-GB\"> in the environment, food, animals and humans in southern Italy: occurrence and genetic relatedness. Comparative Immunology, Microbiology & Infectious Diseases,</span><span lang=\"EN-GB\"> </span><span lang=\"EN-GB\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language:EN-GB\">59:41-46. DOI: 10.1016/j.cimid.2018.08.006<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b><span style=\"font-family:"Tms Rmn",serif\">Pasquale* V.</span></b><span style=\"font-family:"Tms Rmn",serif\">, Fiore S., Hlayem D., Lettino A., Huertas F.J., Chianese E., Dumontet S. (2019). </span><span lang=\"EN-GB\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language:EN-GB\">Biomineralization of carbonates induced by the fungi <i>Paecilomyces inflatus</i> and <i>Plectosphaerella cucumerina</i>. International Biodeterioration & Biodegradation, 140: 57-66. DOI: 10.1016/j.ibiod.2019.03.005<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span lang=\"EN-GB\" style=\"font-family:"Tms Rmn",serif; mso-ansi-language:EN-GB\">Cogliati M., Desnos-Ollivier M., McCormick-Smith I., Rickerts V., Ferreira-Paim K., Meyer W., Boekhout T., Hagen F., Theelen B., Inácio J., Alonso B., Colom MF., Trilles L., Montagna MT., De Donno A., Susever S., Ergin C., Velegraki A., Ellabib MS., Nardoni S., Macci C., Trovato L., Dipineto L., Akcaglar S., Mlinaric-Missoni E., Bertout S., Vencá ACF., Sampaio AC., Criseo G., Ranque S., Çerikçioğlu N., Marchese A., Vezzulli L., Ilkit M., <b>Pasquale V.</b>, Polacheck I., Lockhart SR. (2019). Genotypes and population genetics of <i>Cryptococcus neoformans</i> and <i>Cryptococcus gattii</i> species complexes in Europe and the mediterranean area. Fungal Genetics and Biology, 129: 16–29. DOI: 10.1016/j.fgb.2019.04.001<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-left:21.3pt;text-align:justify\"><span lang=\"EN-GB\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language:EN-GB; mso-bidi-font-weight:bold\"><o:p> </o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-left:21.3pt;text-align:justify\"><b><span style=\"font-family:"Tms Rmn",serif\">Articoli su riviste nazionali con comitato di lettura<o:p></o:p></span></b></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b><span style=\"font-family:"Tms Rmn",serif\"><o:p> </o:p></span></b><span style=\"font-family:"Tms Rmn",serif\"><o:p>G</o:p></span><b><span style=\"font-family:"Tms Rmn",serif\"><o:p></o:p></span></b><span style=\"font-family:"Tms Rmn",serif\">narini G., Postiglione A., Conte M., Romano F., Guidetti E., <b>Pasquale V.</b>, Sardu A., Galderisi P. (1991). Studio e classificazione delle epatopatie virus-correlate in 64 pazienti affetti da infezione HIV (3° e 4° gruppo CDC). Quaderni di Medicina e Chirurgia, 7(1). ISSN 0393-5930<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Tms Rmn",serif\">Altieri S., <b>Pasquale V.</b>, Coppola M.G., Ercolini D., Romano I. (1993). Diagnosi delle parassitosi opportunistiche in soggetti immunocompromessi. Biologi Italiani, Anno XXIII, 7/8: 39-46. ISSN 0392-2510<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Tms Rmn",serif\">Cugno G., <b>Pasquale V.</b> (1994). <i>Aeromonas</i> <i>hydrophila</i>: un tracciante delle caratteristiche igieniche del territorio. Biologi Italiani, Anno XXIV, N. 6: 33-36. ISSN 0392-2510</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family: "Tms Rmn", serif; text-indent: -18pt;\">Micheli A., Bitonte F., Colonna F., </span><b style=\"font-family: "Tms Rmn", serif; text-indent: -18pt;\">Pasquale V.</b><span style=\"font-family: "Tms Rmn", serif; text-indent: -18pt;\"> (1996). Incidenza di </span><i style=\"font-family: "Tms Rmn", serif; text-indent: -18pt;\">Aeromonas</i><span style=\"font-family: "Tms Rmn", serif; text-indent: -18pt;\"> spp. nelle acque dei fiumi e dei bacini artificiali lucani utilizzate per l’approvvigionamento idrico-potabile. Biologi Italiani, Anno XXVI, N. 4: 48-51. ISSN 0392-2510</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><!--[endif]--><b><span style=\"font-family:"Tms Rmn",serif\">Pasquale V.</span></b><span style=\"font-family:"Tms Rmn",serif\">, Mazzatura A., Francolino M.C. (1997). Indagine preliminare sulla qualità delle acque del fiume Basento. Biologi Italiani, XXVII, N. 2: 25-34. ISSN 0392-2510</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b style=\"text-indent: -18pt;\"><span style=\"font-family:"Tms Rmn",serif\">Pasquale V.</span></b><span style=\"text-indent: -18pt; font-family: "Tms Rmn", serif;\">, Mancino M., Ferri A., Francolino M.C., Krovacek K. (1998). Isolamento di <i>Aeromonas</i> spp da coprocolture in Basilicata. Biologi Italiani, Anno XXVIII, N. 5: 35-39. ISSN 0392-2510</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family: "Tms Rmn", serif; text-align: justify; text-indent: -18pt;\">Scopa A., </span><b style=\"font-family: "Tms Rmn", serif; text-align: justify; text-indent: -18pt;\">Pasquale V.</b><span style=\"font-family: "Tms Rmn", serif; text-align: justify; text-indent: -18pt;\">, Palese A. (1998). Riduzione della tossicità di metalli pesanti nel suolo per effetto di sostanza organica di diversa origine. Biologi Italiani, Anno XXVIII, N. 8: 23-26. ISSN 0392-2510</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b><span style=\"font-family:"Tms Rmn",serif\">Pasquale V.</span></b><span style=\"font-family: "Tms Rmn", serif;\">, Krovacek K. (2001). Isolamenti di <i>Plesiomonas</i> <i>shigelloides</i> da ambienti marini costieri. Biologi Italiani, Anno XXXI, N. 6: 47-50. ISSN 0392-2510</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b style=\"text-indent: -18pt;\"><span style=\"font-family:"Tms Rmn",serif\">Pasquale V.</span></b><span style=\"text-indent: -18pt; font-family: "Tms Rmn", serif;\">, Caiazzo M. (2002). Ecologia delle <i>V</i><i>ibrionaceae</i> ed <i>Aeromonadaceae</i> in ambiente marino costiero. Biologi Italiani, Anno XXXII, N. 9: 49-57. ISSN 0392-2510</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family: "Tms Rmn", serif;\">Conversano F., </span><b style=\"font-family: "Tms Rmn", serif;\">Pasquale V.</b><span style=\"font-family: "Tms Rmn", serif;\">, Scopa A., </span><st1:personname productid=\"La Mura\" st=\"on\" style=\"font-family: "Tms Rmn", serif;\">La Mura</st1:personname><span style=\"font-family: "Tms Rmn", serif;\"> G., Re G.L. (2005). Caratterizzazione idrologica primaverile dei Laghi di Monticchio. Biologi Italiani, Anno XXXV, N. 5: 54-60. ISSN 0392-2510</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b style=\"text-indent: -18pt;\"><span style=\"font-family:"Tms Rmn",serif\">Pasquale V</span></b><span style=\"text-indent: -18pt; font-family: "Tms Rmn", serif;\">., Scopa A., Ciccone A., Pariti L., (2005). Indagine conoscitiva sulla qualità chimico-fisica e microbiologica di acque e sedimenti della Fiumara di Atella (Potenza). Biologi Italiani, Anno XXXV, N. 9: 45-55. ISSN 0392-2510</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"text-indent: -18pt; font-family: "Tms Rmn", serif;\">Scopa A., <b>Pasquale V.</b>, Guida M., (2007). </span><span style=\"text-indent: -18pt; font-family: "Tms Rmn", serif;\">Le comunita’ microbiche del suolo a supporto della degradazione biologica di idrocarburi in suoli contaminati da petrolio. Biologi Italiani, Anno XXXVII, N. 11: 46-50. </span><span style=\"text-indent: -18pt; font-family: "Tms Rmn", serif;\">ISSN 0392-2510</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family: "Tms Rmn", serif; text-align: justify; text-indent: -18pt;\">Palese A.M., </span><b style=\"font-family: "Tms Rmn", serif; text-align: justify; text-indent: -18pt;\">Pasquale V.</b><span style=\"font-family: "Tms Rmn", serif; text-align: justify; text-indent: -18pt;\">, Celano G., Motta F., Xiloyannis C. (2008). Acque reflue urbane trattate: da “prodotto di scarico” a “risorsa” per l’irrigazione in frutticoltura. Frutticoltura, 5: 60-64.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family: "Tms Rmn", serif; text-indent: -18pt;\">Romano V., Aliberti F., Guida M., </span><b style=\"font-family: "Tms Rmn", serif; text-indent: -18pt;\">Pasquale V.</b><span style=\"font-family: "Tms Rmn", serif; text-indent: -18pt;\"> (2011). </span><i style=\"font-family: "Tms Rmn", serif; text-indent: -18pt;\">Clostridium difficile</i><span style=\"font-family: "Tms Rmn", serif; text-indent: -18pt;\"> come contaminante di campioni animali, ambientali e alimentari. Biologi Italiani, Anno XLI, N. 9: 60-62. ISSN 0392-2510</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"text-indent: -18pt; font-family: "Tms Rmn", serif;\">Aloia<sup> </sup>A., Carlomagno<sup> </sup>P., Gambardella<sup> </sup>M., Schiavo<sup> </sup>M., <b>Pasquale<sup> </sup>V.</b> (2011).</span><span style=\"text-indent: -18pt; font-family: "Tms Rmn", serif;\"> </span><span lang=\"EN-GB\" style=\"text-indent: -18pt; font-family: "Tms Rmn", serif;\">Accidental endoscopic finding of <i>Anisakis simplex</i> in human colon. Microbiologia Medica, 26(3): 209-211. ISSN 1120-0146</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span lang=\"EN-GB\" style=\"font-family:"Tms Rmn",serif;mso-ansi-language:EN-GB;mso-bidi-font-weight: bold\"><o:p> </o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b><span style=\"font-family:"Tms Rmn",serif\">Atti di convegni (contributo/abstract/poster)<o:p></o:p></span></b></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b><span style=\"font-family:"Tms Rmn",serif\"><o:p> </o:p></span></b><span style=\"font-family:"Tms Rmn",serif; mso-bidi-font-weight:bold\">Conte M., Postiglione A., Galderisi P., Morelli G., <b>Pasquale V.</b> (1992). Isolamento di <i>Brucella</i> spp da emocoltura mediante lisi-centrifugazione e valutazione della terapia con ofloxacina. Atti del XX Congresso Nazionale dell\'Associazione Microbiologi Clinici Italiani. Microbiologia Medica 7(2).</span><span style=\"font-family: "Tms Rmn",serif\"> ISSN 1120-0146<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">Dumontet S., Scopa A., </span><b style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">Pasquale V.</b><span style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\"> (1993). Tossicità del Cadmio su alcuni gruppi fisiologici della microflora di due suoli dell\'Italia meridionale. Atti del XI Convegno Nazionale della Società Italiana di Chimica Agraria, p. 612-619. Cremona 21-24 settembre.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span lang=\"EN-GB\" style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">Dumontet S., Aliberti F., <b>Pasquale V.</b>, Gonzalez Rey C., Svenson S.B., Feinstein R., Cižnár I., Krovacek K. (1998). </span><span style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">Enteropathogenicity of <i>Plesiomonas</i> <i>shigelloides</i> isolated from fresh water. Atti dell’XI Congresso Internazionale dell’Ordine dei Biologi, vol. 1, p. 237-245. Napoli 15-18 ottobre.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family: "Tms Rmn", serif; text-align: justify; text-indent: -21.3pt;\">Gargiulo E., Dumontet S., </span><b style=\"font-family: "Tms Rmn", serif; text-align: justify; text-indent: -21.3pt;\">Pasquale V.</b><span style=\"font-family: "Tms Rmn", serif; text-align: justify; text-indent: -21.3pt;\">, Aliberti F. (1999). La contaminazione delle acque e dei sedimenti dei laghi Fusaro e Miseno. Atti del XII Congresso Internazionale dei Biologi, vol. 2, p. 361-378. Chianciano T. (SI) 30 settembre - 3 ottobre.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b style=\"text-indent: -21.3pt;\"><span style=\"font-family:"Tms Rmn",serif\">Pasquale V.</span></b><span style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">, Krovacek K. (1999). Problemi metodologici nel monitoraggio dell’inquinamento batterico in ambiente marino costiero. Atti del XII Congresso Internazionale dei Biologi, vol. 1, p. 259-270. Chianciano T. (SI) 30 settembre -3 ottobre.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b style=\"text-indent: -21.3pt;\"><span style=\"font-family:"Tms Rmn",serif\">Pasquale V.</span></b><span style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">, Greco R., Iannazzo M.P., Garcea M.T. (2000). Relazioni ecologiche tra zooplancton e batteri appartenenti alla famiglia delle <i>Vibrionaceae</i>. XIV Congresso Nazionale Associazione Italiana di Oceanologia e Limnologia. Garda (VR), 25-28 settembre.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">Greco R., </span><b style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">Pasquale V.</b><span style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">, Iannazzo M.P., Garcea M.T. (2000). Ruolo del bacino versante nell\'inquinamento batterico della fascia costiera: il caso della regione Calabria. XIV Congresso Nazionale Associazione Italiana di Oceanologia e Limnologia. Garda (VR), 25-28 settembre.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b style=\"text-indent: -21.3pt;\"><span style=\"font-family:"Tms Rmn",serif\">Pasquale V.</span></b><span style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">, Krovacek K., Landi L., Pariti L. (2000). Antibiotico-resistenza di ceppi di <i>Salmonella</i> spp. isolati da ambiente marino costiero. Atti del XIII Congresso Internazionale dei Biologi, vol. 2, p. 167-172. Sanremo (IM) 5-7 ottobre.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b style=\"text-indent: -21.3pt;\"><span style=\"font-family:"Tms Rmn",serif\">Pasquale V.</span></b><span style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">, Krovacek K. (2001). Caratterizzazione biochimica e sierologica ed antibiotico-resistenza di ceppi di <i>Plesiomonas</i> <i>shigelloides</i> isolati da ambienti acquatici. Atti del XIV Congresso Internazionale dei Biologi, vol. 2, p. 87-93. Altavilla Milicia (PA), 11-14 ottobre.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">Salerno A., Dumontet S., <b>Pasquale V.</b>, Scopa A., Krovacek K. (2004). </span><span lang=\"EN-GB\" style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">Exoenzymes, motility and cytotoxin production in <i>Plesiomonas shigelloides</i> strains isolated from human sources, animals and acquatic environments. </span><span style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">Atti del XVIII Congresso Internazionale dei Biologi, vol. 2, p. 159-165. Portorose (Slovenia) 28-30 ottobre.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b style=\"text-indent: -21.3pt;\"><span style=\"font-family:"Tms Rmn",serif\">Pasquale V.</span></b><span style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">, Palese A.M., D’Arena G., Iacovazzo G. (2006). Olio di oliva del Cilento: parametri di qualità. Abstract del XIX Congresso Internazionale dei Biologi. Portorose (Slovenia) 6-8 luglio.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">Guida M., Tancredi N., Scherillo S., Inglese M., Scognamiglio R., Santafede D., Melluso G., </span><b style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">Pasquale V.</b><span style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\"> (2009). Isolamenti di </span><i style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">Legionella</i><span style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\"> spp. dalla rete idrica di alcune strutture ospedaliere campane. Atti del 27° Congresso Nazionale dell’Associazione Italiana degli Igienisti Industriali, p. 341-345 (ISBN 978-88-86293-14-3). Verona, 24-26 giugno.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family: "Tms Rmn", serif; text-align: justify; text-indent: -21.3pt;\">Aliberti F., Altarelli L., de Ciutis S., Cicotti F., </span><b style=\"font-family: "Tms Rmn", serif; text-align: justify; text-indent: -21.3pt;\">Pasquale V.</b><span style=\"font-family: "Tms Rmn", serif; text-align: justify; text-indent: -21.3pt;\">, Gargiulo E. (2009). Monitoraggio igienistico dei prodotti carne. Atti della XI Conferenza Nazionale di Sanità Pubblica - Società Italiana di Igiene, p. 460-461. Napoli, 15-17 ottobre. Supplemento al n. 5/2009 di Igiene e Sanità Pubblica ISSN 0019-1639.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">Guida M., Marino G., Coppola M., Mattei M.L., D’Auria G., <b>Pasquale V.</b>, Nastro R.A., Melluso G., Liguori G. (2009). </span><span style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">Diffusione e fattori di virulenza di <i>Legionella</i> spp. isolata da campioni di diversa origine. Atti della XI Conferenza Nazionale di Sanità Pubblica - Società Italiana di Igiene, p. 476. Napoli, 15-17 ottobre. Supplemento al n. 5/2009 di Igiene e Sanità Pubblica ISSN 0019-1639.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b style=\"text-indent: -21.3pt;\"><span style=\"font-family:"Tms Rmn",serif\">Pasquale V.</span></b><span style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">, Scherillo S., Tancredi N., Pinto M.R., Fabbricatti K., Melluso G., Guida M. (2009). Isolamento ed identificazione di biodeteriogeni su materiale lapideo. Atti della XI Conferenza Nazionale di Sanità Pubblica – Società Italiana di Igiene, p. 486. Napoli, 15-17 ottobre. Supplemento al n. 5/2009 di Igiene e Sanità Pubblica ISSN 0019-1639.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">Guida M., Inglese M., Ranucci R., Barra D., </span><b style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">Pasquale V.</b><span style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">, Santafede D., Di Napoli A., Melluso G., (2009). Applicazione e confronto di test ecotossicologici mediante </span><i style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">Artemia salina</i><span style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\"> e </span><i style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">Paracentrotus lividus</i><span style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\"> su sedimenti marini di siti potenzialmente inquinati. Atti della XI Conferenza Nazionale di Sanità Pubblica – Società Italiana di Igiene, p. 477. Napoli, 15-17 ottobre. Supplemento al n. 5/2009 di Igiene e Sanità Pubblica ISSN 0019-1639.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b style=\"text-align: justify; text-indent: -21.3pt;\"><span style=\"font-family:"Tms Rmn",serif\">Pasquale V.</span></b><span style=\"text-align: justify; text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">, de Ciutis S., Altarelli L., Cicotti F., Guida M., Veneri M.R., Aliberti F. (2009). Idrofobicità cellulare e produzione di biofilm in ceppi di <i>Staphylococcus</i> spp. isolati da campioni clinici. Atti della XI Conferenza Nazionale di Sanità Pubblica – Società Italiana di Igiene, p. 572. Napoli, 15-17 ottobre. Supplemento al n. 5/2009 di Igiene e Sanità Pubblica ISSN 0019-1639.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b style=\"text-indent: -21.3pt;\"><span style=\"font-family:"Tms Rmn",serif\">Pasquale V.</span></b><span style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">, Romano V., Krovacek K., Cižnár I., Aliberti F., Saggiomo V., Dumontet S. (2010). </span><span lang=\"EN-GB\" style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">Isolation of <i>Clostridium difficile</i> from marine coastal environment (Gulf of Naples, southern Italy). Clinical Microbiology and Infection, Volume 16 (Suppl. 2): S676.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">Romano V., <b>Pasquale V.</b>, Mauri F., Dumontet S., Demarta A. (2010). </span><span lang=\"EN-US\" style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">Occurrence of <i>Clostridium difficile</i> in meat producing animals and clinical and environmental samples in southern Switzerland and Southern Italy. In: Abstract Booklet of 69<sup>th</sup> Annual Assembly of Swiss Society for Microbiology, Zürich, Switzerland 24-25 June 2010, (P 159) 241.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">Guida M., Nastro R.A., </span><b style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">Pasquale V.</b><span style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">, Artale G., Anastasi D., Longanella W., Liguori G. (2010). Rischi potenziali legati all’esposizione dei lavoratori impegnati nella raccolta dei Rifiuti Solidi Urbani (RSU) ad agenti microbiologici. 44° Congresso Nazionale Società Italiana di Igiene, Venezia, 3-6 ottobre 2010; p. 259-260.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b style=\"text-indent: -21.3pt;\"><span style=\"font-family:"Tms Rmn",serif\">Pasquale V.</span></b><span style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">, Guida M., Cennamo P., Mastascusa V., Greco M.,<sup> </sup>Sandulli<sup> </sup>R. (2011). Cultivable heterotrophic bacteria associated to <i>Corallium rubrum. </i>Atti XLII Congresso SIBM<b><i>, </i></b>Olbia, 23-28 Maggio 2011<i>. </i>Biologia Marina Mediterranea: 18: 274-275 (ISSN 1123-4245).</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">Romano V., Dumontet S., Rupnik M., Albanese F., Capuano F., <b>Pasquale V.</b> (2012). </span><span lang=\"EN-GB\" style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">Occurrence and genotypic characterization of <i>Clostrium di</i></span><i style=\"text-indent: -21.3pt;\"><span style=\"font-family:"Tms Rmn",serif;mso-bidi-font-weight:bold\">ffi</span></i><i style=\"text-indent: -21.3pt;\"><span lang=\"EN-GB\" style=\"font-family:"Tms Rmn",serif; mso-ansi-language:EN-GB;mso-bidi-font-weight:bold\">cile</span></i><span lang=\"EN-GB\" style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\"> in food, animals and the environment in Italy and Switzerland. In: 4th International Clostridium di</span><span style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">ffi</span><span lang=\"EN-GB\" style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">cile Symposium. Bled, Slovenia, 20-22 settembre, p. 164.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b style=\"text-indent: -21.3pt;\"><span style=\"font-family:"Tms Rmn",serif\">Pasquale V.</span></b><span style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">, Romano V., Guida M., Mastascusa V., Greco M., Sandulli R. (2012). </span><span lang=\"EN-GB\" style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">Hydrolytic exoenzyme screening of heterotrophic bacteria associated with Corallium rubrum. </span><span style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">In: 43° Congresso della Societá Italiana di Biologia MarinaMarina di Camerota (SA), 4-8 giugno 2012 - Volume dei pre-print. p. 187-188, Marina di Camerota (SA), 4-8 giugno 2012.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b style=\"text-indent: -21.3pt;\"><span style=\"font-family:"Tms Rmn",serif\">Pasquale</span></b><b style=\"text-indent: -21.3pt;\"><span style=\"font-family:"Tms Rmn",serif\"> V.</span></b><span style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">, Romano V., Capuano F., Dumontet S. (2012). Incidenza di <i>Clostridium difficile</i> negli alimenti e rischio per la salute. Riassunti VIII Workshop Nazionale Enter-net Italia (ISSN 0393-5620), Vietri sul Mare (SA) 31 maggio-1 giugno, p. 19.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">Romano V., Dumontet S., Perugini A.G., Aliberti F., Ranauro A., Troiano T., <b>Pasquale</b></span><b style=\"text-indent: -21.3pt;\"><span style=\"font-family:"Tms Rmn",serif\"> V.</span></b><span style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\"> (2012). Acque reflue urbane depurate: una potenziale fonte di contaminazione da <i>Clostridium difficile</i>. Riassunti VIII Workshop Nazionale Enter-net Italia (ISSN 0393-5620), Vietri sul Mare (SA) 31 maggio-1 giugno, p. 66.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">Suglia A., Nastro R.A., <b>Pasquale V.</b>, Belgiovine A., Toscanesi M., Trifuoggi M., Guida M. (2013). </span><span lang=\"EN-US\" style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">Evaluation of polycyclic aromatic hydrocarbonions (PAHs) degradation and detoxification by selected microflora through chemical and ecotoxicological approaches. SDS 2013 - Sustainable Development Symposium – 3<sup>rd</sup> Annual European Postgraduate Symposium, 13-15 February 2013, Naples, p. 24-25. (ISBN 978-88-97893-28-8).</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">Hlayem D., Dumontet S., </span><b style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">Pasquale V.</b><span style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\"> (2013). Bacteria induced clay formation. SDS 2013 - Sustainable Development Symposium – 3</span><sup style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">rd</sup><span style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\"> Annual European Postgraduate Symposium, 13-15 February 2013, Naples, p. 95. (ISBN 978-88-97893-28-8).</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">Capuano F., </span><b style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">Pasquale V.</b><span style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">, Tramontano D., Di Maro O., Buonocore R., Guarino A., Proroga Y.T.R. (2013). Caratteristiche di antibiotico-resistenza di ceppi di </span><i style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">Escherichia coli</i><span style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\"> isolati da campioni di </span><i style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">Mytilus galloprovincialis</i><span style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">“. XXIII Convegno A.I.V.I. 2013, Roma – Ministero della Salute: 12-4 giugno 2013 (poster, p. 61).</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">Proroga Y.T.R., Maldacena T., </span><b style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">Pasquale V.</b><span style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">, Peruzy M.F., Di Sarno A., Sarnelli P., Guarino A., Capuano F. (2013). “Caratterizzazione biochimica e valutazione dell’antibiotico-resistenza di ceppi di </span><i style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">Pseudomonas</i><span style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\"> spp. isolati da formaggi”. XXIII Convegno A.I.V.I. 2013, Roma - Ministero della Salute: 12 – 14 giugno 2013 (poster, p. 86).</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">Dumontet S., Hlayem D., Huertas F.J., Lettino A., <b>Pasquale V.</b>, Fiore S. (2013). </span><span lang=\"EN-US\" style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">Kaolinite forming bacteria. A long-term experimental study. Abstract book 15<sup>th</sup> International Clay Conference, July 11-15, 2013, Abs-815.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">Troiano T., <b>Pasquale V.</b>, Perugini<sup> </sup>A.G., Dumontet<sup> </sup>S., Capuano F., Romano V. (2013). </span><span lang=\"EN-GB\" style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">Isolation of hypervirulent <i>Clostridium difficile</i> ribotype 078 from tertiary effluents of wastewater treatment plants in Southern Italy. </span><span style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">30th Meeting of the Società Italiana di Microbiologia Generale e Biotecnologie Microbiche (SIMGBM) Ischia, 18-21 settembre.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">Fraulo P., Morena C., Serluca G., Gallo S., </span><b style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">Pasquale V.</b><span style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\"> (2013). Messa a punto e validazione di una tecnica combinata colturale-biomolecolare, per la ricerca dei piu’ comuni vibrioni patogeni nei prodotti ittici ed applicabilita’ nel controllo ufficiale degli alimenti. XI congresso italiano di Scienza e Tecnologia degli Alimenti, Cernobbio (Chiriotti editore, ISBN 978-88-96027-19-6).</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">Romano V., Dumontet S., F. Capuano, Nava D., Perugini A.G., Pasquale V.</span><span style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\"> (2013). </span><span lang=\"EN-GB\" style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">Isolation of toxigenic <i>Clostridium difficile</i> from raw bovine milk and the environment: A risk for public health?</span><span lang=\"EN-GB\" style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\"> International Congress on Bacteriology & Infectious Diseases, November 20-22, 2013, DoubleTree by Hilton Baltimore-BWI Airport, MD, USA. </span><span style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">Journal of Bacteriology & Parasitology 4:4.</span><span style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\"> DOI: 10.4172/2155-9597.S1.002</span><span lang=\"EN-GB\" style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">Nastro R.A., Falcucci G., Minutillo M., Ulgiati S., <b>Pasquale V.</b>, Jannelli E. (2013). </span><span lang=\"EN-GB\" style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">Preliminar experimental characterization of microbial fuel cells fed by solid organic waste. Proceedings of EFC 2013.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b style=\"text-indent: -21.3pt;\"><span style=\"font-family:"Tms Rmn",serif\">Pasquale V.</span></b><span style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">, Romano V., Cennamo P., Guida M. (2014). </span><span lang=\"EN-GB\" style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">Phylogenetic diversity and exoenzymes production of bacteria associated with <i>Corallium rubrum</i> sampled in three different Italian areas. Biologia Marina Mediterranea 21(1):361-362.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span lang=\"EN-GB\" style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">Cogliati M., Colom M.F., Hagen F., Boekhout T., Ilkit M.M., Velegraki A., Lockhart S.R., Montagna, M.T., Tintelnot K., Rickerts V., Kwon-Chung K.J., Akcaglar S., Tore O., Oliveri S., Trovato L.C, Susever S., Ergin, Mitchell T.G., Marchese A., Vezzulli L., Kaya M., Cerikcioglu N., Korem M., Polacheck I., De Donno A., Ranque S., Criseo G., Tortorano A.M., D’Amicis R., Bertout S., Maillé M., Dipineto L., <b>Pasquale V.</b>, , Dromer F., Desnosollivier M., Nardoni S., Macci C.P., Scopa A., Trilles L., Colom M.F., Meyer W., Firacative C., Ellabib M.S., Kronstad J., Bartlett K.H.,.Mlinaric-Missoni E. (2014). Environmental survey of <i>Cryptococcus neoformans</i> and <i>C. gattii</i> in European and Mediterranean area.</span><span lang=\"EN-GB\" style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\"> Special Issue: 9th International Conference on Cryptococcus and Cryptococcosis, 15–19 May 2014, Amsterdam, The Netherlands – Mycoses, 57: 1. DOI: 10.1111/myc.12195</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">Nastro R.A., Minutillo M., <b>Pasquale V</b>., Dumontet S., Jannelli E., Falcucci G. (2015).</span><span style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\"> </span><span lang=\"EN-GB\" style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">Performances and microbiology of a Microbial Fuel Cell (MFC) fed with the organic fraction of municipal solid waste (OFMSW). Proceedings of the 6th European Fuel Cell - Piero Lunghi Conference EFC 2015, 16-18 December 2015, Naples.</span><span lang=\"EN-GB\" style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\"> (978-88-8286-324-1).</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b style=\"text-indent: -21.3pt;\"><span style=\"font-family:"Tms Rmn",serif\">Pasquale V</span></b><span style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">., Dumontet S., Fiore S., Huertas F.J., Lettino A. (2017). </span><span lang=\"EN-GB\" style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">A new look at bio-kaolinite formation at room temperature. Scientific Research Abstracts Vol. 6 2nd International Conference on Applied Mineralogy & Advanced Materials - 13th International Conference on Applied Mineralogy (P: 76). 5-9 June, 2017 Castellaneta Marina (Ta) – Italy, ISSN 2464-9147 (Online).</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">Florio* C., Giudicianni P., Dumontet D., <b>Pasquale V</b>., Ragucci R., Ausiello A., Zuccaro G., Toscano G., Pirozzi D. (2017). </span><span lang=\"EN-GB\" style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">Biochar addition in the anaerobic digestion of the organic fraction of municipal solid waste for biogas production. In: Biochar: Production, Characterization and Applications - Franco Berruti, Western University, London, Ontario, Canada - Raffaella Ocone, Heriot-Watt University, Edinburgh, UK - Ondrej Masek, University of Edinburgh, Edinburgh, UK. Eds, ECI Symposium Series, (2017). 20-25 agosto 2017 Alba (Cn, Italia).</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">Florio C., Nastro* R.A., Flagiello F., Minutillo M., Pirozzi D., Dumontet S., <b>Pasquale V.</b>, Ausiello A., Toscano G., Janelli E. (2017). </span><span lang=\"EN-GB\" style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">Biohydrogen production from Solid Phase-Microbial Fuel Cell (SPMFC) spent substrate: a preliminary study.</span><span lang=\"EN-GB\" style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\"> BIWAES 2017, Energy Futures, Environment and Well-Being (pp. 603-609). 25-28 settembre 2017, Napoli. ISBN (print) 978-3-85125-513-3; ISBN (e-book) 978-3-85125-514-0.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">Romano V.,<b> Pasquale V.</b>, Schiavo S., Oliviero M., Dumontet S., Manzo S. (2018). </span><span lang=\"EN-GB\" style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">Use of Biolog EcoPlate<sup>TM</sup> to evaluate the effects of ZnO nanoparticles on soil microbial communities. Abstract Book 28th Annual Meeting of the Society of Environmental Toxicology and Chemistry Europe (P. 243-244, TU019). 13−17 Maggio 2018, Roma. ISSN 2309-8031 (print) - ISSN 2310-3043 (online).</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b style=\"text-indent: -21.3pt;\"><span style=\"font-family:"Tms Rmn",serif\">Pasquale V., </span></b><span style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">Dumontet S., Fiore S., Huertas J., Lettino A. (2018). </span><span lang=\"EN-GB\" style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">A lesson to learn from bio-kaolinite and bio-carbonates in low energy system. In: S. Fiore (Editor). Scientific Research Abstract Vol. 9 III International Conference on Applied Mineralogy & Advanced Materials – MMS 2018 (p. 72). 24-26 luglio 2018, Polytechnic of Bari – Italy, ISSN 2464-9147 (Online), ISBN 978-88-7522-087-7.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family:"Tms Rmn",serif\"><o:p> </o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><b><span style=\"font-family:"Tms Rmn",serif\">Monografie con comitato di lettura<o:p></o:p></span></b></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">Dumontet S., Scopa A., </span><b style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">Pasquale V.</b><span style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">, Franzese P.P., Melchiorre R., Attolico A., Allegretti G. (2003). I Laghi di Monticchio e </span><st1:personname productid=\"la Fiumara\" st=\"on\" style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">la Fiumara</st1:personname><span style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\"> di Atella. Indagine chimico-microbiologica e GIS. </span><i style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">Ambiente & Territorio</i><span style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">. Supplemento a Potenza. </span><st1:personname productid=\"La Provincia. Quaderno\" st=\"on\" style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">La Provincia. Quaderno</st1:personname><span style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\"> di documentazione n. 4/2003, pagg. 8 + CD ROM.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">Dumontet S., Scopa A., </span><b style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">Pasquale V.</b><span style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">, Franzese P.P., Melchiorre R., Attolico A., Allegretti G. (2003) Il Fiume Basento. Indagine chimico-microbiologica e GIS. </span><i style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">Ambiente & Territorio</i><span style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">. Supplemento a Potenza. </span><st1:personname productid=\"La Provincia. Quaderno\" st=\"on\" style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\">La Provincia. Quaderno</st1:personname><span style=\"font-family: "Tms Rmn", serif; text-indent: -21.3pt;\"> di documentazione n. 3/2003, pp. 61.</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">Capuano F., Dumontet S., Romano V., Rupnik M., Krovacek K., Proroga Y., Nava D., Cižnár I., Kuijper E.J., <b>Pasquale V.</b> (2017). </span><span lang=\"EN-GB\" style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">Food as source of toxigenic Clostridium difficile strains. Networking: tool for an excellent research a public veterinary health without borders to face new emergencies 4° Convegno Nazionale sulla Ricerca in Sanità Pubblica Veterinaria - Roma, 6 aprile 2017. </span><span style=\"text-indent: -21.3pt; font-family: "Tms Rmn", serif;\">Veterinaria Italiana. Collana di monografie. Monografia 26, 2017; P:71.</span></p>','',0),(57,57,'alfredo.petrosino','PETROSINO Alfredo','PETROSINO',' Alfredo','201602030823380.AP.jpg',NULL,'+39 0815476601','alfredo.petrosino@uniparthenope.it','http://cvprlab.uniparthenope.it',NULL,NULL,'Tuesday and Thursday afternoon - please refer to the Doodle weekly posted on the e-learning platform for news','Room 429, 4th Floor, Nord side','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6C79642AD9D47DFBB991DF8FD7C7C5CF.esse3-uniparthenope-prod-01?docente_id=1367&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,'alfredo.petrosino','https://www.researchgate.net/profile/Alfredo_Petrosino2',NULL,NULL,'',0),(58,58,'stefano.pierini','PIERINI Stefano','PIERINI',' Stefano','201807110850520.Stefano_Pierini.jpg',NULL,'6503','stefano.pierini@uniparthenope.it','http://www.scienzeetecnologie.uniparthenope.it/PIERINI/','201902141758540.CV_Pierini.pdf','201902141803540.Pierini_pubblicazioni.pdf','Tutti i giorni previa prenotazione via e-mail','525, 5° piano Nord','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6C79642AD9D47DFBB991DF8FD7C7C5CF.esse3-uniparthenope-prod-01?docente_id=1090&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,'stefano.pierini2',NULL,NULL,NULL,'',0),(60,60,'salvatore.ponte','PONTE Salvatore','PONTE',' Salvatore','images/photos/standard.jpg','','','salvatore.ponte@unina2.it',NULL,NULL,NULL,'','','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6C79642AD9D47DFBB991DF8FD7C7C5CF.esse3-uniparthenope-prod-01?docente_id=1486&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,'','','',0),(61,61,'pina.prezioso','PREZIOSO Giuseppina','PREZIOSO',' Giuseppina','201709291250240.FOTO PROFILO.jpg',NULL,'+39 081 547 6690','pina.prezioso@uniparthenope.it',NULL,NULL,'201901160915010.ELENCO PUBBLICAZIONI.pdf','Martedì e Giovedì 11:00 - 12:30 ','409 - IV Piano Lato SUD','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do?docente_id=1342&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,'https://www.researchgate.net/profile/Prezioso_Giuseppina','<p>https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do?docente_id=1342&ANNO_ACCADEMICO=2018</p>','<p style=\"text-align: justify;\"><span style=\"font-size: medium;\"><span style=\"font-family: Arial;\"><span style=\"left: 99.2px; top: 142.178px; transform: scaleX(0.873515);\">Falchi, U.; Parente,</span><span style=\"left: 265.521px; top: 142.178px; transform: scaleX(0.864304);\">C.; Prezioso, G. </span><span style=\"left: 404.098px; top: 142.178px; transform: scaleX(0.917349);\">(201</span><span style=\"left: 440.758px; top: 142.178px;\">8</span><span style=\"left: 450.758px; top: 142.178px; transform: scaleX(0.9569);\">) </span><strong><span style=\"left: 464.725px; top: 142.178px; transform: scaleX(0.870496);\">Global geoid adjustment on local area for GIS </span><span style=\"left: 99.2px; top: 165.378px; transform: scaleX(0.884492);\">applications using GNSS permanent station coordinates</span></strong><span style=\"left: 99.2px; top: 165.378px; transform: scaleX(0.884492);\">. </span><em><span style=\"left: 574.867px; top: 165.378px; transform: scaleX(0.892041);\">Geodesy and Cartography</span></em><span style=\"left: 574.867px; top: 165.378px; transform: scaleX(0.892041);\"> 44(3), </span><span style=\"left: 99.2px; top: 188.178px; transform: scaleX(0.9);\">pp.80</span><span style=\"left: 144.2px; top: 188.178px;\">-</span><span style=\"left: 150.86px; top: 188.178px; transform: scaleX(0.9);\">88. </span><span style=\"left: 180.86px; top: 188.178px; transform: scaleX(1.0124);\">DOI: </span><span style=\"left: 228.067px; top: 188.178px; transform: scaleX(0.926715);\">https://doi.org/10.3846/gac.20</span><span style=\"left: 473.067px; top: 188.178px; transform: scaleX(0.9);\">18.4356. </span><br />\r\n</span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\"><span style=\"font-family: Arial;\"><span style=\"left: 99.2px; top: 234.578px; transform: scaleX(0.921937);\">Di Pasquale, A.; Nico, G.,; Pitullo, A.; Prezioso, G. </span><span style=\"left: 507.385px; top: 234.578px; transform: scaleX(0.917349);\">(201</span><span style=\"left: 544.045px; top: 234.578px;\">8</span><span style=\"left: 554.045px; top: 234.578px; transform: scaleX(0.9569);\">) </span><strong><span style=\"left: 565.506px; top: 234.578px; transform: scaleX(0.909274);\">Monitoring strategies of earth dams </span><span style=\"left: 99.2px; top: 257.378px; transform: scaleX(0.903065);\">by ground</span><span style=\"left: 184.456px; top: 257.378px;\">-</span><span style=\"left: 191.116px; top: 257.378px; transform: scaleX(0.902397);\">based radar interferometry: How to extract useful information for seismic risk </span><span style=\"left: 99.2px; top: 280.578px; transform: scaleX(0.839777);\">assessment.</span></strong><span style=\"left: 99.2px; top: 280.578px; transform: scaleX(0.839777);\"> </span><em><span style=\"left: 198.077px; top: 280.578px; transform: scaleX(0.889944);\">Sensors</span></em><span style=\"left: 198.077px; top: 280.578px; transform: scaleX(0.889944);\">, vol. 18, ISSN: 1424</span><span style=\"left: 426.397px; top: 280.578px;\">-</span><span style=\"left: 433.057px; top: 280.578px; transform: scaleX(0.951292);\">8220, DOI: </span><span style=\"left: 530.265px; top: 280.578px;\">1</span><span style=\"left: 540.265px; top: 280.578px; transform: scaleX(0.896143);\">0.3390/s18010244.</span></span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\"><span style=\"font-family: Arial;\"><span style=\"left: 99.2px; top: 324.978px; transform: scaleX(0.952413);\">Nico, G.; </span><span style=\"left: 173.892px; top: 324.978px; transform: scaleX(0.900696);\">Prezioso, G.</span><span style=\"left: 267.899px; top: 324.978px; transform: scaleX(0.97365);\">; Botta, L.; Cifarelli, G.</span><span style=\"left: 452.961px; top: 324.978px; transform: scaleX(0.917349);\"> (201</span><span style=\"left: 489.621px; top: 324.978px;\">7</span><span style=\"left: 499.621px; top: 324.978px;\">)</span><span style=\"left: 511.967px; top: 324.978px;\"> </span><strong><span style=\"left: 520.844px; top: 324.978px; transform: scaleX(0.928747);\">Bridge monitoring strategies by Ground</span><span style=\"left: 843.54px; top: 324.978px;\">-</span><span style=\"left: 99.2px; top: 347.778px; transform: scaleX(0.887923);\">based SAR</span><span style=\"left: 188.945px; top: 347.778px; transform: scaleX(1.13843);\">.</span></strong><span style=\"left: 215.084px; top: 347.778px; transform: scaleX(0.929989);\"> <em>The Institute of Electronics, Information and Communication Engineers IEICE</em>. </span><span style=\"left: 99.2px; top: 372.578px; transform: scaleX(0.928707);\">Technical Report </span><span style=\"left: 247.501px; top: 372.578px;\">A</span><span style=\"left: 259.718px; top: 372.684px;\">・</span><span style=\"left: 269.718px; top: 372.578px; transform: scaleX(0.906155);\">P2016 180(2017</span><span style=\"left: 403.595px; top: 372.578px;\">-</span><span style=\"left: 410.255px; top: 372.578px; transform: scaleX(0.924031);\">03)</span><span style=\"left: 436.915px; top: 372.578px;\">.</span></span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\"><span style=\"font-family: Arial;\"><span style=\"left: 99.2px; top: 417.778px; transform: scaleX(0.9519);\">Botta, L.; </span><span style=\"left: 175.961px; top: 417.778px; transform: scaleX(0.904625);\">Pepe, M.; Prezioso, G. </span><span style=\"left: 353.37px; top: 417.778px; transform: scaleX(0.92192);\">(2016) </span><strong><span style=\"left: 412.298px; top: 417.778px; transform: scaleX(0.927902);\">Verifica della congruenza geometrica tra le mappe di </span><span style=\"left: 99.2px; top: 440.578px; transform: scaleX(0.929689);\">impianto catastali e l’attuale formato vettoriale.</span></strong><span style=\"left: 99.2px; top: 440.578px; transform: scaleX(0.929689);\"> </span><em><span style=\"left: 534.652px; top: 440.578px; transform: scaleX(0.956715);\">Bollettino </span><span style=\"left: 623.539px; top: 440.578px; transform: scaleX(0.920639);\">SIFET </span><span style=\"left: 685.766px; top: 440.578px;\">(</span><span style=\"left: 692.426px; top: 440.578px; transform: scaleX(0.933858);\">Società Italiana di </span><span style=\"left: 99.2px; top: 463.378px; transform: scaleX(0.926313);\">Fotogrammetria e </span><span style=\"left: 250.294px; top: 463.378px; transform: scaleX(0.955233);\">Topografia) n.</span><span style=\"left: 366.974px; top: 463.378px;\">3</span><span style=\"left: 376.974px; top: 463.378px;\">.</span></em></span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\"><span style=\"font-family: Arial;\"><span style=\"left: 99.2px; top: 505.378px; transform: scaleX(0.901124);\">Barzaghi, R.; Carrion, D.; Pepe, M.; Prezioso, G. (2016) </span><span style=\"left: 534.277px; top: 505.378px; transform: scaleX(0.914654);\">C</span><strong><span style=\"left: 534.277px; top: 505.378px; transform: scaleX(0.914654);\">omputing the deflection of the vertical </span><span style=\"left: 99.2px; top: 528.178px; transform: scaleX(0.935365);\">for improving aerial surveys: </span><span style=\"left: 338.272px; top: 528.178px; transform: scaleX(0.924669);\">A comparison between EGM2008 and ITALGEO05 estimates</span><span style=\"left: 839.077px; top: 528.178px; transform: scaleX(1.32357);\">.</span></strong><span style=\"left: 839.077px; top: 528.178px; transform: scaleX(1.32357);\"> </span><em><span style=\"left: 110.86px; top: 551.378px; transform: scaleX(0.894656);\">Sensors</span></em><span style=\"left: 110.86px; top: 551.378px; transform: scaleX(0.894656);\">, 16(8), 1168.</span><span style=\"left: 99.2px; top: 574.178px; transform: scaleX(0.948573);\">http://www.mdpi.com/1424</span><span style=\"left: 321.417px; top: 574.178px;\">-</span><span style=\"left: 328.077px; top: 574.178px; transform: scaleX(0.926703);\">8220/16/8/1168/htm</span></span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\"><span style=\"font-family: Arial;\"><span style=\"left: 99.2px; top: 617.378px; transform: scaleX(0.908524);\">Pepe, M.; Prezioso, G. </span><span style=\"left: 277.631px; top: 617.378px; transform: scaleX(0.92192);\">(2016) </span><strong><span style=\"left: 336.814px; top: 617.378px; transform: scaleX(0.934059);\">Two approaches for dense DSM generation from aerial digital </span><span style=\"left: 99.2px; top: 640.178px; transform: scaleX(0.900644);\">oblique camera system.</span></strong><span style=\"left: 299.549px; top: 640.178px; transform: scaleX(0.9747);\"> </span><em><span style=\"left: 299.549px; top: 640.178px; transform: scaleX(0.9747);\">In </span><span style=\"left: 320.61px; top: 640.178px; transform: scaleX(0.91006);\">Proceedings of the 2nd International Conference on Geographical </span><span style=\"left: 99.2px; top: 663.378px; transform: scaleX(0.91066);\">Information Systems Theory, Applications and Management</span></em><span style=\"left: 99.2px; top: 663.378px; transform: scaleX(0.91066);\">, </span><span style=\"left: 590.255px; top: 663.378px; transform: scaleX(0.9);\">63</span><span style=\"left: 610.255px; top: 663.378px;\">-</span><span style=\"left: 616.915px; top: 663.378px; transform: scaleX(0.9);\">70.</span><span style=\"left: 99.2px; top: 686.178px; transform: scaleX(0.947795);\"> http://www.scitepress.org/DigitalLibrary/PublicationsDetail.aspx?ID=ihG5/Dc5UIc=&t=1</span></span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\"><span style=\"font-family: Arial;\"><span style=\"left: 99.2px; top: 728.578px; transform: scaleX(0.865865);\">Pepe, M.; Prezioso, G. (2015) </span><strong><span style=\"left: 362.422px; top: 728.578px; transform: scaleX(0.894431);\">A Matlab geodetic software for proce</span><span style=\"left: 684.162px; top: 728.578px; transform: scaleX(0.890792);\">ssing airborne Lidar </span><span style=\"left: 99.2px; top: 751.778px; transform: scaleX(0.921724);\">bathymetry</span><span style=\"left: 196.602px; top: 751.778px; transform: scaleX(0.923835);\"> data.</span></strong><span style=\"left: 196.602px; top: 751.778px; transform: scaleX(0.923835);\"> </span><span style=\"left: 261.425px; top: 751.778px; transform: scaleX(0.935176);\">T</span><em><span style=\"left: 261.425px; top: 751.778px; transform: scaleX(0.935176);\">he International Archives of the Photogrammetry, Re</span><span style=\"left: 706.471px; top: 751.778px; transform: scaleX(0.892765);\">mote Sensing and </span><span style=\"left: 99.2px; top: 774.578px; transform: scaleX(0.912896);\">Spatial Information Sciences</span><span style=\"left: 330.274px; top: 774.578px; transform: scaleX(0.985073);\">,</span></em><span style=\"left: 330.274px; top: 774.578px; transform: scaleX(0.985073);\"> Vol. XL</span><span style=\"left: 436.368px; top: 774.578px;\">-</span><span style=\"left: 443.028px; top: 774.578px; transform: scaleX(0.897914);\">5/W5, 2015; pages 167</span><span style=\"left: 633.556px; top: 774.578px;\">–</span><span style=\"left: 648.556px; top: 774.578px; transform: scaleX(0.9);\">170.</span><span style=\"left: 119.45px; top: 797.778px; transform: scaleX(0.917577);\"> </span></span></span><span style=\"font-size: medium;\"><span style=\"font-family: Arial;\"><span style=\"left: 119.45px; top: 797.778px; transform: scaleX(0.917577);\">DOI:10.5194/isprsarchives</span><span style=\"left: 340.524px; top: 797.778px;\">-</span><span style=\"left: 347.184px; top: 797.778px; transform: scaleX(1.09096);\">XL</span><span style=\"left: 373.844px; top: 797.778px;\">-</span><span style=\"left: 380.505px; top: 797.778px;\">5</span><span style=\"left: 390.505px; top: 797.778px;\">-</span><span style=\"left: 397.165px; top: 797.778px; transform: scaleX(0.96359);\">W5</span><span style=\"left: 426.042px; top: 797.778px;\">-</span><span style=\"left: 432.702px; top: 797.778px; transform: scaleX(0.9);\">167</span><span style=\"left: 462.702px; top: 797.778px;\">-</span><span style=\"left: 469.362px; top: 797.778px; transform: scaleX(0.9);\">2015</span><span style=\"left: 104.45px; top: 820.578px; transform: scaleX(0.970758);\">https://www.int</span><span style=\"left: 229.46px; top: 820.578px;\">-</span><span style=\"left: 236.12px; top: 820.578px; transform: scaleX(0.885724);\">arch</span><span style=\"left: 270.534px; top: 820.578px;\">-</span><span style=\"left: 277.194px; top: 820.578px; transform: scaleX(0.911667);\">photogramm</span><span style=\"left: 379.401px; top: 820.578px;\">-</span><span style=\"left: 386.061px; top: 820.578px; transform: scaleX(0.893478);\">remote</span><span style=\"left: 441.589px; top: 820.578px;\">-</span><span style=\"left: 448.249px; top: 820.578px; transform: scaleX(0.815684);\">sens</span><span style=\"left: 482.692px; top: 820.578px;\">-</span><span style=\"left: 489.352px; top: 820.578px; transform: scaleX(0.90476);\">spatial</span><span style=\"left: 541.559px; top: 820.578px;\">-</span><span style=\"left: 548.219px; top: 820.578px; transform: scaleX(1.05419);\">inf</span><span style=\"left: 570.436px; top: 820.578px;\">-</span><span style=\"left: 577.096px; top: 820.578px; transform: scaleX(0.955862);\">sci.net/XL</span><span style=\"left: 660.964px; top: 820.578px;\">-</span><span style=\"left: 667.624px; top: 820.578px;\">5</span><span style=\"left: 677.624px; top: 820.578px;\">-</span><span style=\"left: 684.284px; top: 820.578px; transform: scaleX(0.928787);\">W5/167/2015/</span></span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\"><span style=\"font-family: Arial;\"><span style=\"left: 104.45px; top: 868.978px; transform: scaleX(0.833143);\">Pepe</span><span style=\"left: 152.461px; top: 868.978px; transform: scaleX(0.893807);\">, M.; Prezioso, G.; Santamaria, R. (2015) </span><strong><span style=\"left: 509.127px; top: 868.978px; transform: scaleX(0.936124);\">Impact of Vertical Deflection on direct </span><span style=\"left: 104.45px; top: 891.778px; transform: scaleX(0.920995);\">georeferencing of airborne images. </span></strong><span style=\"left: 401.832px; top: 891.778px; transform: scaleX(0.886993);\">Survey Review </span><span style=\"left: 542.379px; top: 891.778px; transform: scaleX(0.923626);\">Vol. 47, Issue 340, pp. 71 </span><span style=\"left: 756.719px; top: 891.778px;\">–</span><span style=\"left: 772.629px; top: 891.778px; transform: scaleX(0.9);\">76, </span><span style=\"left: 803.54px; top: 891.778px; transform: scaleX(0.857824);\">ISSN</span><span style=\"left: 843.54px; top: 891.778px;\">-</span><span style=\"left: 104.45px; top: 914.978px; transform: scaleX(0.9);\">0039</span><span style=\"left: 144.45px; top: 914.978px;\">-</span><span style=\"left: 151.11px; top: 914.978px; transform: scaleX(0.924034);\">6265 (print); ISSN 1752</span><span style=\"left: 344.987px; top: 914.978px;\">-</span><span style=\"left: 351.647px; top: 914.978px; transform: scaleX(0.9);\">2706</span><span style=\"left: 104.45px; top: 937.778px; transform: scaleX(1.00083);\">DOI:</span><span style=\"left: 150.553px; top: 937.778px; transform: scaleX(0.929003);\">http://dx.doi.org/10.1179/1752270614Y.0000000087</span><span style=\"left: 576.11px; top: 937.778px;\">.</span></span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\"><span style=\"font-family: Arial;\"><span style=\"left: 99.2px; top: 986.178px; transform: scaleX(0.915202);\">Pepe, M.; Prezioso, G.; Santamaria, R. (2013) </span></span></span><strong><span style=\"font-size: medium;\"><span style=\"font-family: Arial;\"><span style=\"left: 480.33px; top: 986.178px; transform: scaleX(0.935489);\">Reti statiche e dinamiche: un servizio web a </span><span style=\"left: 99.2px; top: 1009.38px; transform: scaleX(0.92376);\">supporto delle attività geomatiche.</span></span></span></strong><span style=\"font-size: medium;\"><span style=\"font-family: Arial;\"><span style=\"left: 99.2px; top: 1009.38px; transform: scaleX(0.92376);\"> </span><em><span style=\"left: 385.523px; top: 1009.38px; transform: scaleX(0.95533);\">Atti 17</span><span style=\"left: 439.626px; top: 1006.24px;\">a </span><span style=\"left: 451.509px; top: 1009.38px; transform: scaleX(0.909343);\">Conferenza Nazionale ASITA </span></em><span style=\"left: 692.705px; top: 1009.38px;\">-</span><span style=\"left: 704.581px; top: 1009.38px; transform: scaleX(0.919414);\"> Riva del</span><span style=\"left: 776.097px; top: 1009.38px; transform: scaleX(0.934319);\">Garda 5</span><span style=\"left: 843.54px; top: 1009.38px;\">-</span><span style=\"left: 99.2px; top: 1032.18px; transform: scaleX(0.893071);\">7 novembre 2013</span><span style=\"left: 238.058px; top: 1032.18px;\">.</span></span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\"><span style=\"font-family: Arial;\"><span style=\"left: 104.45px; top: 1067.78px; transform: scaleX(0.900211);\">Pepe, M.; Prezioso, G.; Santamaria, R. (2012) </span><span style=\"left: 477.643px; top: 1067.78px; transform: scaleX(0.937498);\">C</span><strong><span style=\"left: 477.643px; top: 1067.78px; transform: scaleX(0.937498);\">alcolo della rendita presunta degli immobili </span><span style=\"left: 104.45px; top: 1090.98px; transform: scaleX(0.930549);\">fantasma: contributo delle immagini aerofotogrammetriche da multicamere digitali oblique.</span></strong><span style=\"left: 104.45px; top: 1090.98px; transform: scaleX(0.930549);\"> </span><em><span style=\"left: 104.45px; top: 1113.78px; transform: scaleX(0.947655);\">Atti della 16</span><span style=\"left: 203.327px; top: 1110.64px;\">a </span><span style=\"left: 214.994px; top: 1113.78px; transform: scaleX(0.902435);\">Conferenza Nazionale </span><span style=\"left: 398.324px; top: 1113.78px; transform: scaleX(0.909255);\">ASITA</span></em><span style=\"left: 398.324px; top: 1113.78px; transform: scaleX(0.909255);\">, pp. 1091</span><span style=\"left: 550.54px; top: 1113.78px;\">-</span><span style=\"left: 557.201px; top: 1113.78px; transform: scaleX(0.913022);\">1095, ISBN: 978</span><span style=\"left: 691.078px; top: 1113.78px;\">-</span><span style=\"left: 697.738px; top: 1113.78px; transform: scaleX(0.9);\">88</span><span style=\"left: 717.738px; top: 1113.78px;\">-</span><span style=\"left: 724.398px; top: 1113.78px; transform: scaleX(0.9);\">903132</span><span style=\"left: 784.398px; top: 1113.78px;\">-</span><span style=\"left: 791.058px; top: 1113.78px;\">7</span><span style=\"left: 801.058px; top: 1113.78px;\">-</span><span style=\"left: 807.718px; top: 1113.78px; transform: scaleX(0.9);\">1.</span></span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\"><span style=\"font-family: Arial;\"><span style=\"left: 104.45px; top: 1155.78px; transform: scaleX(0.897645);\">Pepe, M.; Prezioso, G.; Santamaria R. (2012) </span><span style=\"left: 476.273px; top: 1155.78px; transform: scaleX(0.927789);\">C</span><strong><span style=\"left: 476.273px; top: 1155.78px; transform: scaleX(0.927789);\">onfronto, su territorio campano, tra modello </span><span style=\"left: 104.45px; top: 1178.98px; transform: scaleX(0.944627);\">geoidico EGM2008 e modello di ondulazione da grigliati.</span></strong><span style=\"left: 104.45px; top: 1178.98px; transform: scaleX(0.944627);\"> </span><em><span style=\"left: 629.472px; top: 1178.98px; transform: scaleX(0.960219);\">Atti della 16</span><span style=\"left: 740.328px; top: 1175.84px;\">a</span><span style=\"left: 757.983px; top: 1178.98px; transform: scaleX(0.922125);\"> Conf</span><span style=\"left: 796.88px; top: 1178.98px; transform: scaleX(0.875286);\">erenza </span><span style=\"left: 104.45px; top: 1201.78px; transform: scaleX(0.913393);\">Nazionale ASITA 2012</span></em><span style=\"left: 292.78px; top: 1201.78px; transform: scaleX(0.9);\">, pp</span><span style=\"left: 322.78px; top: 1201.78px; transform: scaleX(0.9);\">. 1349</span><span style=\"left: 372.78px; top: 1201.78px;\">-</span><span style=\"left: 379.44px; top: 1201.78px; transform: scaleX(0.913022);\">1356, ISBN: 978</span><span style=\"left: 513.317px; top: 1201.78px;\">-</span><span style=\"left: 519.977px; top: 1201.78px; transform: scaleX(0.9);\">88</span><span style=\"left: 539.977px; top: 1201.78px;\">-</span><span style=\"left: 546.637px; top: 1201.78px; transform: scaleX(0.9);\">903132</span><span style=\"left: 606.637px; top: 1201.78px;\">-</span><span style=\"left: 613.298px; top: 1201.78px;\">7</span><span style=\"left: 623.298px; top: 1201.78px;\">-</span><span style=\"left: 629.958px; top: 1201.78px; transform: scaleX(0.9);\">1.</span></span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\"><span style=\"font-family: Arial;\"><span style=\"left: 104.45px; top: 142.178px; transform: scaleX(0.897517);\">Crocetto, N.; Guadalupi, L.; Prezioso, G. (2012) </span><strong><span style=\"left: 521.099px; top: 142.178px; transform: scaleX(0.914835);\">Uno sviluppo accurato della latitudine </span><span style=\"left: 104.45px; top: 165.378px; transform: scaleX(0.93479);\">conforme in termini della latitudine geodetica. </span></strong><em><span style=\"left: 485.352px; top: 165.378px; transform: scaleX(0.922861);\">Annali della Facoltà di Scienze e Tecnologie,</span></em><span style=\"left: 485.352px; top: 165.378px; transform: scaleX(0.922861);\"> </span><span style=\"left: 104.45px; top: 188.178px; transform: scaleX(0.926349);\">Vol. LXX pp. 19</span><span style=\"left: 257.78px; top: 188.178px;\">-</span><span style=\"left: 264.44px; top: 188.178px; transform: scaleX(0.9);\">27</span><span style=\"left: 289.44px; top: 188.178px; transform: scaleX(0.896999);\">ISSN: 1825</span><span style=\"left: 381.1px; top: 188.178px;\">-</span><span style=\"left: 387.76px; top: 188.178px; transform: scaleX(0.9);\">1331.</span></span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\"><span style=\"font-family: Arial;\"><span style=\"left: 104.45px; top: 233.378px; transform: scaleX(0.914526);\"><span style=\"font-size: medium;\"><span style=\"font-family: Arial;\"><span style=\"left: 104.45px; top: 142.178px; transform: scaleX(0.897517);\">Crocetto, N.; Guadalupi, L.; Prezioso, G. (2012)</span></span></span></span><span style=\"left: 261.854px; top: 233.378px; transform: scaleX(0.92432);\"> </span><strong><span style=\"left: 534.684px; top: 233.378px; transform: scaleX(0.943978);\">Funzioni iperboliche della latitudine </span><span style=\"left: 104.45px; top: 256.578px; transform: scaleX(0.939876);\">isometrica in termini delle funzioni circolari della latitudine geodetica.</span></strong><span style=\"left: 104.45px; top: 256.578px; transform: scaleX(0.939876);\"> </span><em><span style=\"left: 684.389px; top: 256.578px; transform: scaleX(0.950084);\">Annali della Facoltà </span><span style=\"left: 104.45px; top: 279.378px; transform: scaleX(0.91196);\">di Scienze e Tecnologie,</span></em><span style=\"left: 104.45px; top: 279.378px; transform: scaleX(0.91196);\"> Vol. LXX p</span><span style=\"left: 391.051px; top: 279.378px;\">p</span><span style=\"left: 401.051px; top: 279.378px; transform: scaleX(0.9);\">. 105</span><span style=\"left: 441.051px; top: 279.378px;\">-</span><span style=\"left: 447.712px; top: 279.378px;\">1</span><span style=\"left: 457.712px; top: 279.378px; transform: scaleX(0.89764);\">14 ISSN: 1825</span><span style=\"left: 574.372px; top: 279.378px;\">-</span><span style=\"left: 581.032px; top: 279.378px; transform: scaleX(0.9);\">1331.</span></span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\"><span style=\"font-family: Arial;\"><span style=\"left: 104.45px; top: 322.178px; transform: scaleX(0.909113);\">Prezioso, G.; Santamaria, R. (2010) </span><strong><span style=\"left: 404.855px; top: 322.178px; transform: scaleX(0.923938);\">Ricevitori GPS a basso costo per uno studio del wake </span><span style=\"left: 104.45px; top: 344.978px; transform: scaleX(0.931795);\">wash.</span></strong><span style=\"left: 104.45px; top: 344.978px; transform: scaleX(0.931795);\"> </span><em><span style=\"left: 179.809px; top: 344.978px; transform: scaleX(0.904214);\">Bollettino dell’Associazione Italiana di Cartografia </span></em><span style=\"left: 179.809px; top: 344.978px; transform: scaleX(0.904214);\"> Vol. 138 pp.195</span><span style=\"left: 760.02px; top: 344.978px;\">-</span><span style=\"left: 766.681px; top: 344.978px; transform: scaleX(0.86627);\">206 ISSN: </span><span style=\"left: 104.45px; top: 368.178px; transform: scaleX(0.9);\">0044</span><span style=\"left: 144.45px; top: 368.178px;\">-</span><span style=\"left: 151.11px; top: 368.178px; transform: scaleX(0.9);\">9733</span><span style=\"left: 191.11px; top: 368.178px;\">.</span></span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\"><span style=\"font-family: Arial;\"><span style=\"left: 104.45px; top: 403.378px; transform: scaleX(0.894802);\">Parente, C.; Prezioso, G.</span><span style=\"left: 293.221px; top: 403.378px; transform: scaleX(0.909434);\">; Santamaria, R. (2009) </span><strong><span style=\"left: 498.41px; top: 403.378px; transform: scaleX(0.939989);\">Confronto tra metodi di interpolazione per </span><span style=\"left: 104.45px; top: 426.578px; transform: scaleX(0.963898);\">la costruzione di DTM.</span></strong><span style=\"left: 104.45px; top: 426.578px; transform: scaleX(0.963898);\"> </span><em><span style=\"left: 314.943px; top: 426.578px; transform: scaleX(0.927123);\">Atti del Convegno Nazionale SIFET </span></em><span style=\"left: 314.943px; top: 426.578px; transform: scaleX(0.927123);\">(Società di Fotogrammetria e </span><span style=\"left: 104.45px; top: 449.378px; transform: scaleX(0.963961);\">Topografia) </span><span style=\"left: 206.13px; top: 449.378px; transform: scaleX(0.9);\">pp.</span><span style=\"left: 236.13px; top: 449.378px; transform: scaleX(0.9);\">219</span><span style=\"left: 266.13px; top: 449.378px;\">-</span><span style=\"left: 272.79px; top: 449.378px; transform: scaleX(0.916065);\">228 ISBN: 88</span><span style=\"left: 381.667px; top: 449.378px;\">-</span><span style=\"left: 388.327px; top: 449.378px; transform: scaleX(0.9);\">901939</span><span style=\"left: 448.327px; top: 449.378px;\">-</span><span style=\"left: 454.987px; top: 449.378px;\">7</span><span style=\"left: 464.987px; top: 449.378px;\">-</span><span style=\"left: 471.647px; top: 449.378px; transform: scaleX(0.9);\">2.</span></span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\"><span style=\"font-family: Arial;\"><span style=\"left: 104.45px; top: 492.578px; transform: scaleX(0.936921);\">Fiani, M.; Prezioso, G.; Troisi, S.; Turturici</span><span style=\"left: 475.813px; top: 492.578px; transform: scaleX(0.957776);\">, L.; Wirz, M. (2003) </span><strong><span style=\"left: 665.169px; top: 492.578px; transform: scaleX(0.915543);\">Una rete GPS per il </span><span style=\"left: 104.45px; top: 515.778px; transform: scaleX(0.942401);\">monitoraggio delle variazioni morfologiche delle coste. </span></strong><em><span style=\"left: 569.861px; top: 515.778px; transform: scaleX(0.955695);\">Bollettino della Società Italiana di </span><span style=\"left: 104.45px; top: 538.578px; transform: scaleX(0.941098);\">Fotogrammetria e Topografia (</span><span style=\"left: 357.223px; top: 538.578px; transform: scaleX(0.922594);\">SIFET</span><span style=\"left: 409.44px; top: 538.578px; transform: scaleX(0.944391);\">)</span></em><span style=\"left: 409.44px; top: 538.578px; transform: scaleX(0.944391);\">, Vol.1 p</span><span style=\"left: 483.874px; top: 538.578px;\">p</span><span style=\"left: 493.874px; top: 538.578px; transform: scaleX(0.9);\">. 35</span><span style=\"left: 523.874px; top: 538.578px;\">-</span><span style=\"left: 530.534px; top: 538.578px; transform: scaleX(0.897737);\">52, ISSN: 1721</span><span style=\"left: 652.194px; top: 538.578px;\">-</span><span style=\"left: 658.854px; top: 538.578px; transform: scaleX(0.904136);\">971X</span></span></span>.</p>','',0),(62,62,'giuseppina.pugliano','PUGLIANO Giuseppina','PUGLIANO',' Giuseppina','images/photos/standard.jpg','','6532','giuseppina.pugliano@uniparthenope.it',NULL,NULL,NULL,'','','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6C79642AD9D47DFBB991DF8FD7C7C5CF.esse3-uniparthenope-prod-01?docente_id=400&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,'','','',0),(64,64,'angelo.riccio','RICCIO Angelo','RICCIO',' Angelo','201804231642050.pics_lowres.jpg',NULL,'+39 081 547 6613','angelo.riccio@uniparthenope.it',NULL,'201909211102510.CV.pdf',NULL,NULL,'422','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6C79642AD9D47DFBB991DF8FD7C7C5CF.esse3-uniparthenope-prod-01?docente_id=1638&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,'angelo.riccio2304',NULL,NULL,'<p>Vedi CV</p>','',0),(65,65,'mariarosaria.rizzardi','RIZZARDI Mariarosaria','RIZZARDI',' Mariarosaria','201402130837520.M_Rizzardi_200.jpg',NULL,'081 547 6545','rizzardi@uniparthenope.it',NULL,'201804231054190.shortCurriculumEN_2018.pdf','201804231054190.Pubbl_2018_link.pdf','martedi: subito dopo le lezioni (presso studio) o per appuntamento.','423, IV, NORD','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6C79642AD9D47DFBB991DF8FD7C7C5CF.esse3-uniparthenope-prod-01?docente_id=1002&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,'Appelli e prenotazioni su: http://e-scienzeetecnologie.uniparthenope.it/ ',NULL,NULL,'<p><!--[if gte mso 9]><xml>\r\n<w:WordDocument>\r\n<w:View>Normal</w:View>\r\n<w:Zoom>0</w:Zoom>\r\n<w:TrackMoves />\r\n<w:TrackFormatting />\r\n<w:HyphenationZone>14</w:HyphenationZone>\r\n<w:PunctuationKerning />\r\n<w:ValidateAgainstSchemas />\r\n<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n<w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n<w:DoNotPromoteQF />\r\n<w:LidThemeOther>IT</w:LidThemeOther>\r\n<w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n<w:Compatibility>\r\n<w:BreakWrappedTables />\r\n<w:SnapToGridInCell />\r\n<w:WrapTextWithPunct />\r\n<w:UseAsianBreakRules />\r\n<w:DontGrowAutofit />\r\n<w:SplitPgBreakAndParaMark />\r\n<w:DontVertAlignCellWithSp />\r\n<w:DontBreakConstrainedForcedTables />\r\n<w:DontVertAlignInTxbx />\r\n<w:Word11KerningPairs />\r\n<w:CachedColBalance />\r\n</w:Compatibility>\r\n<w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n<m:mathPr>\r\n<m:mathFont m:val=\"Cambria Math\" />\r\n<m:brkBin m:val=\"before\" />\r\n<m:brkBinSub m:val=\"--\" />\r\n<m:smallFrac m:val=\"off\" />\r\n<m:dispDef />\r\n<m:lMargin m:val=\"0\" />\r\n<m:rMargin m:val=\"0\" />\r\n<m:defJc m:val=\"centerGroup\" />\r\n<m:wrapIndent m:val=\"1440\" />\r\n<m:intLim m:val=\"subSup\" />\r\n<m:naryLim m:val=\"undOvr\" />\r\n</m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n<w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\nDefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\nLatentStyleCount=\"267\">\r\n<w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\" />\r\n<w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\" />\r\n<w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\" />\r\n<w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\" />\r\n<w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\" />\r\n<w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\" />\r\n<w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\" />\r\n<w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Table Grid\" />\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\" />\r\n<w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\" />\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\" />\r\n<w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\" />\r\n<w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\" />\r\n<w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\" />\r\n<w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\" />\r\n<w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\" />\r\n<w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\" />\r\n<w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\" />\r\n<w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\" />\r\n</w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n/* Style Definitions */\r\ntable.MsoNormalTable\r\n{mso-style-name:\"Tabella normale\";\r\nmso-tstyle-rowband-size:0;\r\nmso-tstyle-colband-size:0;\r\nmso-style-noshow:yes;\r\nmso-style-priority:99;\r\nmso-style-qformat:yes;\r\nmso-style-parent:\"\";\r\nmso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\nmso-para-margin:0cm;\r\nmso-para-margin-bottom:.0001pt;\r\nmso-pagination:widow-orphan;\r\nfont-size:11.0pt;\r\nfont-family:\"Calibri\",\"sans-serif\";\r\nmso-ascii-font-family:Calibri;\r\nmso-ascii-theme-font:minor-latin;\r\nmso-fareast-font-family:\"Times New Roman\";\r\nmso-fareast-theme-font:minor-fareast;\r\nmso-hansi-font-family:Calibri;\r\nmso-hansi-theme-font:minor-latin;\r\nmso-bidi-font-family:\"Times New Roman\";\r\nmso-bidi-theme-font:minor-bidi;}\r\n</style>\r\n<![endif]--></p>\r\n<p> </p>\r\n<p> </p>\r\n<p style=\"text-align: left;\"> </p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal\" align=\"center\"> </p>\r\n<p> </p>',NULL,'',0),(67,67,'alessandra.rotundi','ROTUNDI Alessandra','ROTUNDI',' Alessandra','201601291000260.accademia dei lincei l r.jpg',NULL,'6620','rotundi@uniparthenope.it',NULL,'201902010847050.CV_2019.pdf','201902010839050.Pubblicazioni_29 gennaio 2019_ROTUNDI.pdf','venerdì dalle 9.30 alle 11.00','427 IV piano lato Nord','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6C79642AD9D47DFBB991DF8FD7C7C5CF.esse3-uniparthenope-prod-01?docente_id=1031&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,'alessandra.rotundi',NULL,NULL,NULL,'',0),(68,68,'giovanni.russo','RUSSO Giovanni Fulvio','RUSSO',' Giovanni Fulvio','201602261217330.GF Russo 2.jpg',NULL,'081-5476521','giovanni.russo@unipathenope.it',NULL,'201811211816570.Russo_Curriculum Vitae_2018.pdf',NULL,'martedì e giovedì, dalle 15:00 alle 17:00','Stanza 518, piano 5° lato Nord','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6C79642AD9D47DFBB991DF8FD7C7C5CF.esse3-uniparthenope-prod-01?docente_id=119&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,'<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:14.2pt;margin-bottom:.0001pt;line-height:normal\"><span style=\"font-size:12.0pt;font-family:"Garamond","serif";mso-fareast-font-family: "Times New Roman";mso-bidi-font-family:Tahoma;mso-fareast-language:IT\">Professore Ordinario del settore scientifico-disciplinare BIO/07-Ecologia, presso il Dipartimento di Scienze e Tecnologie (DiST) dell’Università degli Studi di Napoli “Parthenope”.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:14.2pt;margin-bottom:.0001pt;line-height:normal\"><span style=\"font-size:12.0pt;font-family:"Garamond","serif";mso-fareast-font-family: "Times New Roman";mso-bidi-font-family:Tahoma;mso-fareast-language:IT\">Componente del Senato Accademico di Ateneo come rappresentante dei Professori Odinari.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:14.2pt;margin-bottom:.0001pt;line-height:normal\"><span style=\"font-size:12.0pt;font-family:"Garamond","serif";mso-fareast-font-family: "Times New Roman";mso-bidi-font-family:Tahoma;mso-fareast-language:IT\">Afferente al Corso di Laurea in “Scienze Biologiche”, dove è titolare dell’ insegnamento di <i>Ecologia</i>, e al Corso di Laurea Magistrale in “Biologia delle Produzioni e degli Ambienti Acquatici (BiPAA)”, dove è titolare dell’insegnamento di <i>Ecologia Marina e Limnologia</i>.</span><span style=\"font-size:8.5pt;font-family:"Tahoma","sans-serif"; mso-fareast-font-family:"Times New Roman";mso-fareast-language:IT\"><o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:14.2pt;margin-bottom:.0001pt;line-height:normal\"><span style=\"font-size:12.0pt;font-family:"Garamond","serif";mso-fareast-font-family: "Times New Roman";mso-bidi-font-family:Tahoma;mso-fareast-language:IT\">Componente del Collegio dei docenti del Dottorato di Ricerca Internazionale in <i>Ambiente, risorse e sviluppo sostenibile</i>, con sede amministrativa presso l’Università di Napoli Parthenope.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:14.2pt;margin-bottom:.0001pt;line-height:normal\"><span style=\"font-size:12.0pt;font-family:"Garamond","serif";mso-fareast-font-family: "Times New Roman";mso-bidi-font-family:Tahoma;mso-fareast-language:IT\">Afferente al <i>Consorzio Nazionale Interuniversitario per le Scienze del Mare</i> (CoNISMa).</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:14.2pt;margin-bottom:.0001pt;line-height:normal\"><span style=\"font-size:12.0pt;font-family:"Garamond","serif";mso-fareast-font-family: "Times New Roman";mso-bidi-font-family:Tahoma;mso-fareast-language:IT\"><o:p></o:p></span></p>\r\n<p><span style=\"font-family: Garamond, serif; font-size: 12pt;\"> Presidente della </span><i style=\"font-family: Garamond, serif; font-size: 12pt;\">Società Italiana di Biologia Marina</i><span style=\"font-family: Garamond, serif; font-size: 12pt;\"> (SIBM).</span> </p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:14.2pt;margin-bottom:.0001pt;line-height:normal\"><span style=\"font-size:12.0pt;font-family:"Garamond","serif";mso-fareast-font-family: "Times New Roman";mso-bidi-font-family:Arial;mso-fareast-language:IT\">Si interessa di popolamenti bentonici marini e di molluschi conchiferi, per i quali è stato anche coautore del volume <i>CIESM Atlas of exotic species in the Mediterranean. Vol. 3. Molluscs</i> (2003).<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:14.2pt;margin-bottom:.0001pt;line-height:normal\"><span style=\"font-size:12.0pt;font-family:"Garamond","serif";mso-fareast-font-family: "Times New Roman";mso-bidi-font-family:Arial;mso-fareast-language:IT\">Responsabile scientifico, negli anni, di numerosi progetti di ricerca sulla caratterizzazione degli ambienti marini costieri e sullo sviluppo sostenibile nelle aree marine protette, mediante analisi energetiche e multicriterio per la contabilità ambientale.</span><span style=\"font-size:12.0pt;font-family:"Garamond","serif"\"><o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:14.2pt;margin-bottom:.0001pt;line-height:normal\"><span style=\"font-size:12.0pt;font-family:"Garamond","serif"\">E’ autore o coautore di oltre 250 pubblicazioni scientifiche e di volumi a carattere divulgativo.<o:p></o:p></span></p>','<p><strong> PUBBLICAZIONI PIU\' RECENTI</strong></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><!--[if !supportLists]--><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\">224.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 12pt; font-family: "Times New Roman", serif; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-caps: small-caps;\">Falace A., Pezzolesi L., Kaleb S., Alvito A., Donnarumma L., Di Stefano F., Abbiati M., Badalamenti F., Bavestrello G., Benedetti-Cecchi L., Boero F., Cannas R., Cerrano C., Mastrototaro F., Chimenti G., Ponti M., <b>Russo G.F.</b>, Sandulli R., Rindi F. </span><span style=\"font-size:12.0pt;font-family:"Times New Roman","serif"\">(<a href=\"https://ricerca.uniparthenope.it/preview-item/60391?queryId=mysubmissions&\">2016). Distribution of bioconstructor coralline algae of the genus Lithophyllum along the Italian shores. <i>Biol. Mar. Medit</i>.,<b> 23</b> (1)</a></span>: <span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif";mso-fareast-font-family: "Times New Roman";mso-ansi-language:EN-US;mso-fareast-language:IT\">182-185.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><br />\r\n</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><!--[if !supportLists]--><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\">225.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 12pt; font-family: "Times New Roman", serif; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-caps: small-caps;\">Donnarumma L., Di Stefano F., Appolloni L., Sandulli R., <b>Russo G.F</b></span><b><span style=\"font-size:12.0pt;font-family: "Times New Roman","serif"\">.</span></b><span style=\"font-size:12.0pt; font-family:"Times New Roman","serif"\"> (<a href=\"https://ricerca.uniparthenope.it/preview-item/60669?queryId=mysubmissions&\"><span style=\"background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">2016). Spatial distribution of </span>Lithophyllum<i><span style=\"background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"> byssoides</span></i><span style=\"background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"> in the Costa degli Infreschi e della Masseta Marine Protected Area. <i>Biol. Mar. Medit.</i>, <b>23</b> (1): </span></a>198-199.</span><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><br />\r\n</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><!--[if !supportLists]--><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\">226.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span lang=\"EN-US\" style=\"font-size: 12pt; font-family: "Times New Roman", serif; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-caps: small-caps;\">Ferrigno F., Sandulli R., <b>Russo G.F.</b></span><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"> (2016). Fishing impacts on coralligenous assemblages of “Secchitiello” shoal (Gulf of Naples, Italy). <i>Biol. Mar. Medit.</i>, <b>23</b> (1): 200-201.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><br />\r\n</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\">227.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 12pt; font-family: "Times New Roman", serif; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-caps: small-caps;\">Mariani M., Miragliuolo A., Mussi B., <b>Russo G.F.</b>, </span><span lang=\"EN-US\" style=\"font-size: 12pt; font-family: "Times New Roman", serif; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-caps: small-caps;\">Ardizzone</span><span style=\"font-size: 12pt; font-family: "Times New Roman", serif; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-caps: small-caps;\"> G., Pace D.S.</span><span style=\"font-size:12.0pt; font-family:"Times New Roman","serif"\"> (<a href=\"https://ricerca.uniparthenope.it/preview-item/54230?queryId=mysubmissions&\">2016). Analysis of the natural markings of Risso’s dolphins (Grampus griseus) in the central Mediterranean Sea. <i>Journal of Mammalogy</i>, <b>97</b> (6):1512-1524<em><b><span style=\"color: windowtext; text-decoration-line: none;\">.</span></b></em></a></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><span lang=\"EN-US\" style=\"text-indent: 2.85pt; font-size: 12pt; font-family: "Times New Roman", serif;\"><br />\r\n</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><span lang=\"EN-US\" style=\"text-indent: 2.85pt; font-size: 12pt;\"><font face=\"Times New Roman, serif\">228</font></span><span lang=\"EN-US\" style=\"text-indent: 2.85pt; font-size: 12pt; font-family: "Times New Roman", serif;\">.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><span style=\"text-indent: 2.85pt; font-size: 12pt; font-family: "Times New Roman", serif; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-caps: small-caps;\">Donnarumma L., Bruno R., Terlizzi A., <b>Russo G.F.</b></span><span style=\"text-indent: 2.85pt; font-size: 12pt; font-family: "Times New Roman", serif;\"> (2016). </span><span lang=\"EN-US\" style=\"text-indent: 2.85pt; font-size: 12pt; font-family: "Times New Roman", serif;\">Population ecology of <i>Gibbula umbilicaris</i> and <i>Gibbula ardens</i> (Gastropoda: Trochidae) in a <i>Posidonia oceanica</i> seagrass bed. <i>Italian Journal of Zoology</i>, <b>83</b> (1): 103-10.</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><br />\r\n</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\">229.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 12pt; font-family: "Times New Roman", serif; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-caps: small-caps;\">Cattaneo-Vietti R., Bo M., Cannas R., Cau A., Follesa C., Meliadò E., <b>Russo G.F.</b>, Sandulli R., Santangelo</span><span style=\"font-size:12.0pt;font-family:"Times New Roman","serif"\"> <span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-caps: small-caps;\">G., Bavestrello G.</span> (<a href=\"https://ricerca.uniparthenope.it/preview-item/57729?queryId=mysubmissions&\">2016). An overexploited Italian treasure: past and present distribution and exploitation of the precious red coral Corallium rubrum (L., 1758) (Cnidaria: Anthozoa). <i>Italian Journal of Zoology</i>, <b>83</b>(4): 443-455.</a></span><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><br />\r\n</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\">230.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 12pt; font-family: "Times New Roman", serif; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-caps: small-caps;\">Fastelli P., Blašković, A., Bernardi G., Romeo T., Čižmek H., Andaloro F., <b>Russo G.F.</b>, Guerranti C., Renzi M.</span><span style=\"font-size:12.0pt;font-family:"Times New Roman","serif"\"> (<a href=\"https://ricerca.uniparthenope.it/preview-item/54224?queryId=mysubmissions&\"><span style=\"background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">2016). Plastic litter in sediments from a marine area likely to </span>become<span style=\"background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"> protected (Aeolian Archipelago\'s islands, Tyrrhenian sea). <i>Marine Pollution Bulletin</i>, <b>113</b> (1-2): </span></a>526-529.</span><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><br />\r\n</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\">231.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 12pt; font-family: "Times New Roman", serif; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-caps: small-caps;\">Ferrigno F., Bianchi C. N., Lasagna R., Morri C., <b>Russo G.F.</b>, Sandulli R.</span><span style=\"font-size:12.0pt;font-family:"Times New Roman","serif"\"> (<a href=\"https://ricerca.uniparthenope.it/preview-item/50548?queryId=mysubmissions&\"><span style=\"background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">2016). Corals in high diversity reefs resist human impact. <i>Ecological Indicators</i>, <b>70</b></span></a>: 106-113.</span><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><br />\r\n</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\">232.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 12pt; font-family: "Times New Roman", serif; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-caps: small-caps;\">Franzese P.P., <b>Russo G.F.</b></span><span style=\"font-size:12.0pt;font-family:"Times New Roman","serif"\"> (2017). La </span><span class=\"MsoHyperlink\"><span style=\"background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">contabilità</span></span><span style=\"font-size:12.0pt;font-family:"Times New Roman","serif"\"> ambientale per la valutazione del capitale naturale e dei servizi ecosistemici. <i>Biol. Mar. Medit.</i>, <b>24</b> (1): 2-5.</span><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif";mso-fareast-font-family: "Times New Roman";mso-ansi-language:EN-US;mso-fareast-language:IT\"><o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><br />\r\n</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\">233.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 12pt; font-family: "Times New Roman", serif; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-caps: small-caps;\">Buonocore E., Franzese P.P., <b>Russo G.F.</b></span><span style=\"font-size:12.0pt;font-family:"Times New Roman","serif"\"> (2017). Valutazione del capitale naturale in aree marine protette: casi di studio in Campania e Lazio. <i>Biol. Mar. Medit.</i>, <b>24 </b>(1): 49-54.</span><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:38.85pt;margin-bottom:.0001pt;text-align:justify;line-height:normal; tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><o:p> </o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\">234.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 12pt; font-family: "Times New Roman", serif; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-caps: small-caps;\">Appolloni L., Donnarumma L., Bruno R., Di Stefano F., Ferrigno F., Rendina F., Sandulli R., <b>Russo G.F.</b> (</span><span style=\"font-size:12.0pt;font-family:"Times New Roman","serif"\"><a href=\"https://ricerca.uniparthenope.it/preview-item/64754?queryId=mysubmissions&\"><span style=\"background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">2017). β-diversità in comunità di fondo mobile in prossimità di biocostruzioni coralligene di piattaforma. <i>Biol. Mar. Medit.</i>, <b>24</b> (1): 88-89</span></a>.</span><span lang=\"EN-US\" style=\"font-size:12.0pt; font-family:"Times New Roman","serif";mso-fareast-font-family:"Times New Roman"; mso-ansi-language:EN-US;mso-fareast-language:IT\"><o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><br />\r\n</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\">235.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span lang=\"EN-US\" style=\"font-size: 12pt; font-family: "Times New Roman", serif; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-caps: small-caps;\">Ferrigno F., Appolloni L., Bruno R., Di Stefano F., Donnarumma L., Rendina F., <b>Russo G.F.</b>, Sandulli R</span><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\">. (2017). </span><span class=\"MsoHyperlink\"><span style=\"font-size: 12pt; font-family: "Times New Roman", serif; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Characterization</span></span><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"> and monitoring of some deep coralligenous banks in the bay of Naples. <i>Biol. Mar. Medit.</i>, <b>24</b> (1): 112-113.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><br />\r\n</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\">236.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span lang=\"EN-US\" style=\"font-size: 12pt; font-family: "Times New Roman", serif; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-caps: small-caps;\">Rendina F., Donnarumma L., Appolloni L., Bruna R., Ferrigno F., Di Stefano F., Sandulli R., <b>Russo G.F.</b></span><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"> (2017). First description of a rhodolit bed off the island of Capri and its associated benthic fauna. <i>Biol. Mar. Medit.</i>, <b>24</b> (1): 126-127.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><br />\r\n</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\">237.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 12pt; font-family: "Times New Roman", serif; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-caps: small-caps;\">Appolloni L., <b>Russo G.F.</b></span><span style=\"font-size:12.0pt;font-family:"Times New Roman","serif"\"> (2017). Paesaggi sottomarini del Golfo di Napoli per la pianificazione dello spazio marittimo. In: Aveta, A., Marino, B.G., Amore, R. (Eds<i>.), La Baia Di Napoli - Strategie Integrate per La Conservazione e La Fruizione Del Paesaggio Culturale</i>. Artstudio, Napoli: 71–74.</span><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"> </p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\">238.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 12pt; font-family: "Times New Roman", serif; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-caps: small-caps;\">Giordano G., Carbone M., Ciavatta M.L., Silvano E., Gavagnin M., Garson M.J., Cheney H.L., Mudianta I.W., <b>Russo G.F.</b>, Villani G., Magliozzi L., Polese G., Zidorn C., Cutignano A., Fontana A., Ghiselin M.T., Mollo E.</span><span style=\"font-size: 12.0pt;font-family:"Times New Roman","serif"\"> (<a href=\"https://ricerca.uniparthenope.it/preview-item/60497?queryId=mysubmissions&\"><span style=\"background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">2017). Volatile secondary metabolites as aposematic olfactory </span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif; color: windowtext; text-decoration-line: none;\">signals</span><span style=\"background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"> and defensive weapons in aquatic environments. <i>Proceeding of the National Academy of Sciences of the United States of America</i>, <b>114</b> (13)</span></a></span>: <span style=\"font-size:12.0pt; font-family:"Times New Roman","serif"\">3451-3456.</span><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif";mso-fareast-font-family: "Times New Roman";mso-ansi-language:EN-US;mso-fareast-language:IT\"><o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><br />\r\n</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\">239.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 12pt; font-family: "Times New Roman", serif; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-caps: small-caps;\">Ferrigno F., <b>Russo G.F.</b>, Sandulli R.</span><span style=\"font-size:12.0pt;font-family:"Times New Roman","serif"\"> (2017). Coralligenous Bioconstructions Quality Index (CBQI): a synthetic indicator to assess the status of different types of coralligenous habitats. <i>Ecological Indicators</i>, <b>82</b>: 271-279.</span><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif";mso-fareast-font-family: "Times New Roman";mso-ansi-language:EN-US;mso-fareast-language:IT\"><o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><br />\r\n</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\">240.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 12pt; font-family: "Times New Roman", serif; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-caps: small-caps;\">Appolloni L., Bevilacqua S., Sbrescia L., Sandulli R., Terlizzi A., <b>Russo G.F. </b></span><span style=\"font-size:12.0pt;font-family:"Times New Roman","serif"\">(<a href=\"https://ricerca.uniparthenope.it/preview-item/57890?queryId=mysubmissions&\"><span style=\"background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">2017). Does full protection count for the maintenance of β-</span><span style=\"color: windowtext; text-decoration-line: none;\">diversity</span><span style=\"background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"> patterns in marine communities? Evidence from Mediterranean fish assemblages. <i>Aquatic Conservation -Marine and Freshwater Ecosystems</i>, <b>27</b> (4)</span></a>:</span> <span style=\"font-size:12.0pt;font-family:"Times New Roman","serif"\">828-838.</span><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><br />\r\n</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\">241.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 12pt; font-family: "Times New Roman", serif; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-caps: small-caps;\">Vassallo P., Paoli C., Buonocore E., Franzese P.P., <b>Russo G.F.</b>, Povero P.(</span><span style=\"font-size:12.0pt;font-family:"Times New Roman","serif"\"><a href=\"https://ricerca.uniparthenope.it/preview-item/60562?queryId=mysubmissions&\"><span style=\"background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">2017). Assessing the value of natural capital in </span>marine<span style=\"background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"> protected areas: A biophysical and trophodynamic environmental accounting model. DOI:10.1016/j.ecolmodel.2017.03.013.</span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif; color: windowtext; text-decoration-line: none;\"> </span><i><span style=\"background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Ecological Modelling</span></i><span style=\"background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">, <b>355</b></span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif; color: windowtext; text-decoration-line: none;\">: </span><span style=\"background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">12-17</span><em><b><span style=\"color: windowtext; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">.</span></b></em></a></span><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><br />\r\n</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\">242.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 12pt; font-family: "Times New Roman", serif; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-caps: small-caps;\">Franzese P.P., Buonocore E., Donnarumma L., <b>Russo G.F.</b></span><span style=\"font-size:12.0pt;font-family:"Times New Roman","serif"\"> (<a href=\"https://ricerca.uniparthenope.it/preview-item/68255?queryId=mysubmissions&\">2017). Natural capital accounting in marine protected areas: The case of the <span style=\"color: windowtext; text-decoration-line: none;\">Islands</span> of Ventotene and S. Stefano (Central Italy). <i>Ecological Modelling</i>, <b>360</b>: 290-299.</a></span><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><br />\r\n</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><!--[if !supportLists]--><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\">243.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 12pt; font-family: "Times New Roman", serif; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-caps: small-caps;\">Ferrigno F., Appolloni L., <b>Russo G.F.</b>, Sandulli R.</span><span style=\"font-size:12.0pt; font-family:"Times New Roman","serif"\"> (<a href=\"https://ricerca.uniparthenope.it/preview-item/60670?queryId=mysubmissions&\">2018). Impact of fishing activities on different coralligenous assemblages of Gulf of Naples (Italy). <i>J. Mar. Biol. Assoc. UK</i>, <b>98</b> (1)</a>: 41-50.</span><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><br />\r\n</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><!--[if !supportLists]--><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\">244.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 12pt; font-family: "Times New Roman", serif; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-caps: small-caps;\">Ferrigno F., <b>Russo G.F.</b>, Semprucci F., Sandulli R. (</span><span style=\"font-size:12.0pt; font-family:"Times New Roman","serif"\"><a href=\"https://ricerca.uniparthenope.it/preview-item/71817?queryId=mysubmissions&\">2018). Unveiling the state of some underexplored deep coralligenous banks in the Gulf of Naples (Mediterranean Sea, Italy). <i>Regional Studies in Marine Science</i>, <b>22</b>: </a>82-92.</span><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><br />\r\n</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><!--[if !supportLists]--><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\">245.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 12pt; font-family: "Times New Roman", serif; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-caps: small-caps;\">Appolloni L., Sandulli R., Vetrano G., <b>Russo G.F.</b></span><span style=\"font-size:12.0pt;font-family:"Times New Roman","serif"\"> (<a href=\"https://ricerca.uniparthenope.it/preview-item/67017?queryId=mysubmissions&\"><span style=\"background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">2018). A new approach to assess marine opportunity costs </span>and<span style=\"background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"> monetary values-in-use for spatial planning and conservation; the case study of Gulf of Naples, Mediterranean Sea, Italy. <i>Ocean & Coastal Management</i>, <b>152</b>: 135-144.</span></a></span><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;line-height:normal; tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><o:p> </o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><!--[if !supportLists]--><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\">246.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size:12.0pt;font-family:"Times New Roman","serif"\"><a href=\"https://ricerca.uniparthenope.it/preview-item/74400?queryId=mysubmissions&\"><span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-caps: small-caps;\">Appolloni L., Sandulli R., Bianchi. C.N., <b>Russo G.F.</b></span> (2018). Spatial Analyses of An Integrated Landscape-seascape Territorial System: The Case of The Overcrowded Gulf of Naples, Southern Italy. <i>Journal of Environmental Accounting and Management</i>, <b>6</b> (4): 365-380</a>.</span><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><br />\r\n</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><!--[if !supportLists]--><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\">247.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 12pt; font-family: "Times New Roman", serif; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-caps: small-caps;\">Appolloni L., Sandulli R., Vetrano G., <b>Russo G.F.</b></span><span style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-fareast-language:IT\"> (<a href=\"https://ricerca.uniparthenope.it/preview-item/67862?queryId=mysubmissions&\"><span style=\"color: windowtext; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">2018). Assessing the effects of </span><span style=\"font-size:11.0pt; font-family:"Calibri","sans-serif";mso-fareast-font-family:Calibri;mso-fareast-language: EN-US\">habitat</span><span style=\"color: windowtext; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"> patches ensuring propagule supply and different costs inclusion in marine spatial planning through multivariate analyses. <i>Journal of Environmental Management</i>, <b>214</b>:</span></a> 45-55.</span><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><br />\r\n</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><!--[if !supportLists]--><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\">248.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 12pt; font-family: "Times New Roman", serif; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-caps: small-caps;\">Donnarumma L., Sandulli R., Appolloni L., Di Stefano F., <b>Russo G.F.</b></span><span style=\"font-size:12.0pt;font-family:"Times New Roman","serif"\"> (<a href=\"https://ricerca.uniparthenope.it/preview-item/65472?queryId=mysubmissions&\">2018). Morpho-structural and ecological features of a shallow vermetid bioconstruction in the Tyrrhenian Sea (Mediterranean Sea, Italy). <i>Journal of Sea Research</i>, <b>131</b><span style=\"font-size: 11pt; font-family: Calibri, sans-serif; color: windowtext; text-decoration-line: none;\">: </span>61-68</a>.</span><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><br />\r\n</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><!--[if !supportLists]--><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\">249.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 12pt; font-family: "Times New Roman", serif; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-caps: small-caps;\">Donnarumma L., Sandulli R., Appolloni L., <b>Russo G.F.</b></span><span style=\"font-size:12.0pt;font-family:"Times New Roman","serif"\"> (<a href=\"https://ricerca.uniparthenope.it/preview-item/73218?queryId=mysubmissions&\"><span style=\"background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">2018). Assessing molluscs functional diversity </span>within<span style=\"background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"> different coastal habitats of Mediterranean marine protected areas. <i>Ecological Questions</i>, <b>29</b> (3): 35-51</span></a>.</span><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><br />\r\n</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><!--[if !supportLists]--><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\">250.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 12pt; font-family: "Times New Roman", serif; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-caps: small-caps;\">Donnarumma L., Sandulli R. Appolloni L., Sánchez-Lizaso J.L., <b>Russo G.F.</b></span><span style=\"font-size:12.0pt;font-family:"Times New Roman","serif"\"> (<a href=\"https://ricerca.uniparthenope.it/preview-item/72651?queryId=mysubmissions&\"><span style=\"background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">2018). Assessment of Structural and </span><span style=\"color: rgb(50, 50, 50); text-decoration-line: none;\">Functional</span><span style=\"background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"> Diversity of Mollusc Assemblages within Vermetid Bioconstructions. <i>Diversity</i>, <b>10</b> (3): 1-14</span></a>.</span><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><br />\r\n</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><!--[if !supportLists]--><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\">251.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 12pt; font-family: "Times New Roman", serif; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-caps: small-caps;\">Ingrosso G., Abbiati M., Badalamenti F., Bavestrello G., Belmonte G., Cannas R., Benedetti-Cecchi L., Bertolino M., Bevilacqua S., Bianchi C.N., Bo M., Boscari E., Cardone F., Cattaneo-Vietti R., Cau A., Cerrano C., Chemello R., Chimenti G., Congiu L., Corriero G., Costantini F., De Leo F., Donnarumma L., Falace A., Fraschetti S., Giangrande A., Gravina M.F., Guarnieri G., Mastrototaro F., Milazzo M., Morri C., Musco L., Pezzolesi L., Piraino S., Prada F., Ponti M., Rindi F., Russo G.F., Sandulli R., Villamor A., Zane L., Boero F.</span><span style=\"font-size:12.0pt;font-family:"Times New Roman","serif"\"> (<a href=\"https://ricerca.uniparthenope.it/preview-item/72038?queryId=mysubmissions&\">2018). Mediterranean bioconstructions along the Italian coast. <i>Advances in Marine Biology</i>, <b>79</b> (3):</a></span><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"> 61-136.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><br />\r\n</span></p>\r\n<p> </p>\r\n<p class=\"MsoNormal\" style=\"margin-top:6.0pt;margin-right:0cm;margin-bottom:0cm; margin-left:36.0pt;margin-bottom:.0001pt;text-align:justify;text-indent:2.85pt; line-height:normal;mso-list:l0 level1 lfo1;tab-stops:72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 364.5pt 396.0pt\"><!--[if !supportLists]--><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\">252.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 12pt; font-family: "Times New Roman", serif; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-caps: small-caps;\"><a href=\"https://www.scopus.com/authid/detail.uri?origin=AuthorProfile&authorId=24081388400&zone=\" title=\"Show author details\"><span style=\"color: rgb(50, 50, 50); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Renzi M.</span></a><span style=\"color: rgb(50, 50, 50); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">, </span><a href=\"https://www.scopus.com/authid/detail.uri?origin=AuthorProfile&authorId=57191927325&zone=\" title=\"Show author details\"><span style=\"color: rgb(50, 50, 50); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Blašković A.</span></a><span style=\"color: rgb(50, 50, 50); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">, </span><a href=\"https://www.scopus.com/authid/detail.uri?origin=AuthorProfile&authorId=57191963934&zone=\" title=\"Show author details\"><span style=\"color: rgb(50, 50, 50); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Bernardi G.</span></a><span style=\"color: rgb(50, 50, 50); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">, </span><b><a href=\"https://www.scopus.com/authid/detail.uri?origin=AuthorProfile&authorId=7202430001&zone=\" title=\"Show author details\"><span style=\"color: rgb(50, 50, 50); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Russo G.F.</span></a></b></span><span style=\"font-size:12.0pt;font-family:"Times New Roman","serif"\"> (2018). </span><span style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";color:#323232;mso-fareast-language: IT\"><a href=\"https://www.scopus.com/record/display.uri?eid=2-s2.0-85050156379&origin=resultslist&sort=plf-f&src=s&sid=345fbe9ee2d90014e46377d218f96008&sot=autdocs&sdt=autdocs&sl=17&s=AU-ID%287202430001%29&relpos=0&citeCnt=1&searchTerm=\" title=\"Show document details\"><span style=\"color: rgb(50, 50, 50); text-decoration-line: none;\">Plastic litter transfer from sediments towards marine trophic webs: A case study on holothurians</span></a>. <i>Marine Pollution Bulletin</i>, </span><b><span style=\"font-size: 12pt; font-family: "Times New Roman", serif; color: rgb(50, 50, 50); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">135</span></b><span style=\"font-size: 12pt; font-family: "Times New Roman", serif; color: rgb(50, 50, 50); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">: 376-385.</span><span lang=\"EN-US\" style=\"font-size:12.0pt;font-family:"Times New Roman","serif"; mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language: IT\"><o:p></o:p></span></p>','',0),(69,69,'giuseppe.salvi','SALVI Giuseppe','SALVI',' Giuseppe','images/photos/standard.jpg',NULL,'0815476678','giuseppe.salvi@uniparthenope.it',NULL,'201902071052270.CVSalvi.pdf','201902071052270.Pubblicazioni.pdf','mercoledì dalle ore 10 alle ore 13','408 (4 piano ala Sud)','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6C79642AD9D47DFBB991DF8FD7C7C5CF.esse3-uniparthenope-prod-01?docente_id=753&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,NULL,NULL,'',0),(70,70,'roberto.sandulli','SANDULLI Roberto','SANDULLI',' Roberto','201403131530370.Rob & Eretmochelys imbricata.jpg',NULL,'081.5476589','roberto.sandulli@uniparthenope.it',NULL,NULL,NULL,'tutti i giorni previa prenotazione via e-mail','522 piano 5 Nord','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6C79642AD9D47DFBB991DF8FD7C7C5CF.esse3-uniparthenope-prod-01?docente_id=1696&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,'sandulli56','https://www.researchgate.net/profile/Roberto_Sandulli','<p style=\"text-align: justify;\">Roberto Sandulli è Professore associato di Zoologia (SSD 05-B1 ex BIO-05) presso il Dipartimento di Scienze per l’Ambiente dell’Università di Napoli “Parthenope”.</p>\r\n<div style=\"text-align: justify;\">É stato precedentemente ricercatore presso il Dipartimento di Zoologia dell’Università di Bari dal 1997 al 2007. Si è laureato in Scienze Biologiche presso l’Università di Napoli nel 1982, ha conseguito un Master of Science by Research in Marine Biology and Ecology (1984-1986) presso l’Università di Aberdeen (UK) nel 1986, e un Dottorato in Ecologia Marina presso l’Università di Messina, nel 1990.</div>\r\n<div style=\"text-align: justify;\">É stato responsabile del Laboratorio di Biologia Marina e Biotecnologie del Centro Ricerche CASTALIA (IRI-FISIA) a Genova tra il 1991 e il 1997.</div>\r\n<div style=\"text-align: justify;\">Nel 1997 è risultato vincitore di un concorso per 1 posto di ricercatore in Zoologia presso il Dipartimento di Zoologia dell’Università di Bari. Qui ha insegnato diverse discipline zoologiche ed ecologiche, tra cui:</div>\r\n<div style=\"text-align: justify;\">Ecologia Applicata, Laboratorio per lo Studio delle Specie Bentoniche, Zoogeografia, Ecologia del Benthos Marino, Idrobiologia e Piscicoltura, Biodiversità degli Invertebrati. Nel 2007 ha vinto un concorso per trasferimento presso l’Università di Napoli “Parthenope”. Nel 2010, in seguito al conseguimento</div>\r\n<div style=\"text-align: justify;\">dell’idoneità nazionale, ha preso servizio presso la stessa università come Professore associato.</div>\r\n<div style=\"text-align: justify;\">É stato eletto rappresentante dell’Area Biologica (Area 5) nel Senato Accademico dell’Università di Bari tra il 2002 e il 2007. E\' stato eletto rappresentante dei professori associati del Dipartimento di Scienze e Tecnologie e del Dipartimento di Ingegneria nel Senato Accademico dell\'Università di Napoli Parthenope (2013-presente). </div>\r\n<div style=\"text-align: justify;\">É Peer Reviewer di diverse riviste scientifiche internazionali, tra cui: Marine Biology (Springer), Marine</div>\r\n<div style=\"text-align: justify;\">Ecology Progress Series (Inter-Research), Aquatic Conservation: Marine and Freshwater Ecosystems (Wiley Inter-Science), Ecological Indicators, Marine Pollution Bulletin, Italian Journal of Zoology. Fa parte dell’Editorial Board della rivista internazionale The Open Marine Biology Journal (Bentham Science Publishers Ltd.).</div>\r\n<div style=\"text-align: justify;\">Svolge programmi di ricerca con il Department of Biology dell’University of Ghent (Belgio), il Marine Laboratory of Aberdeen (UK), il Zoology Department dell’University of Aberdeen (UK), l’Institute of Marine Biology di Creta (Grecia), il Department of Biology della Columbia University (USA), il Biology Department della Jacksonville State University (USA), il Plymouth Marine Laboratory (UK), la Stazione Zoologica “A. Dohrn” di Napoli (Italia), e diverse Università italiane e Centri di Ricerca.</div>\r\n<div style=\"text-align: justify;\">É reference lecturer dell’UNESCO ed è stato presidente del Comitato Benthos della Società Italiana di Biologia Marina (S.I.B.M., 2002-2003) e in carica (2010-2014), oltre che membro dei Comitati Benthos e Fascia Costiera per diversi anni.</div>\r\n<div style=\"text-align: justify;\">É autore di oltre 130 pubblicazioni scientifiche riguardanti la biologia marina, l’ecologia del meiobenthos marino, gli effetti dell’inquinamento sulle comunità bentoniche, la biodiversità marina, l’invasione di specie alloctone, la microdistribuzione spaziale della meiofauna, e le riforestazioni di fanerogame marine.</div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div>\r\n<div style=\"text-align: justify;\">Roberto Sandulli is Associate Professor in Zoology(SSD 05-B1 ex BIO-05) at the Department of Sciences for the Environment of Naples “Parthenope” University.</div>\r\n<div style=\"text-align: justify;\">He was enrolled as permanent Assistant Professor at the Zoology Department of Bari University, from 1997 to 2007. He took his first degree (B.Sc.in Biology) at the University of Naples (Italy) in 1982, his second degree (Master of Science, M.Sc. in Marine Biology and Zoology) at the University of Aberdeen (UK) in 1986, and his third degree (Philosophy Doctorate, Ph.D. in Marine Ecology) at the University of Messina (Italy), in 1990. In the same year, he obtained a 2-year Postdoc fellowship in Ecology at the University of Naples (1990-1991).</div>\r\n<div style=\"text-align: justify;\">He was in charge of the Marine Biology and Biotechnologies Laboratory of CASTALIA (IRI-FISIA) Research Center in Genoa (Italy) between 1991 and 1997.</div>\r\n<div style=\"text-align: justify;\">In 1997, he won a research position following a national competition at the Department of Zoology, Bari University. Since then, he has been appointed with several university courses in the ecological and zoological field: Applied Ecology, Laboratory for the study of Benthic Species, Zoogeography, Marine Benthos Ecology, Hydrobiology and Pisciculture, Biodiversity of Invertebrates at Bari University, Faculty of Science. Since 2002, he has also been appointed with the course of Applied Biology at Bari Polytechnic, Faculty of Engineering, Master in Territorial and Environmental Planning.</div>\r\n<div style=\"text-align: justify;\">He was elected member of the Academic Senate of Bari University as representative of the Biological Area between 2002 and 2007. In 2007, he was appointed as permanent researcher at the Department of Science for the Environment of Naples “Parthenope” University. In 2010 following a national competition, he won a position as Associate Professor in Zoology at Naples “Parthenope” University. In 2013 he was elected member of the Academic Senate of University of Naples "Parthenope". </div>\r\n<div style=\"text-align: justify;\">He is Peer Reviewer of several International Journals amongst which: Marine Biology (Springer), Marine Ecology Progress Series (Inter-Research), Aquatic Conservation: Marine and Freshwater Ecosystems (Wiley Inter-Science), Marine Pollution Bulletin, Biological Indicators.</div>\r\n<div style=\"text-align: justify;\">He shares joint research programmes with the Department of Biology at the University of Gent (Belgium),</div>\r\n<div style=\"text-align: justify;\">the Marine Laboratory of Aberdeen (UK), the Zoology Department at the University of Aberdeen (UK), the Institute of Marine Biology of Crete (Greece), the Department of Biology of Columbia University (USA), the Biology Department of Jacksonville State University (USA), the Plymouth Marine Laboratory (UK), the Stazione Zoologica “A. Dohrn” of Naples (Italy), and several Italian Universities and Research Centers.</div>\r\n<div style=\"text-align: justify;\">He is reference lecturer of UNESCO, and past president (SIBM, 2002-2003) and present President of the Benthos Committee of the Italian Society of Marine Biology (SIBM, 2010-2014)</div>\r\n<div style=\"text-align: justify;\">He is author of over 130 scientific publications concerning marine biology, ecology of marine meiobenthos, pollution effects on benthic communities, marine biodiversity, allochthonous species invasion, spatial microdistribution of meiofauna, and seagrass reimplantation.</div>\r\n</div>','<p style=\"text-align: center;\"><span style=\"font-size: large;\">Selected Papers</span>:</p>\r\n<ol>\r\n <li><span style=\"font-size: larger;\"><span style=\"font-family: Tahoma;\"><b style=\"text-align: justify; text-indent: -1cm;\">Sandulli R.</b><span style=\"text-align: justify; text-indent: -1cm;\"> & de Nicola M. (1989) - Effects of organic enrichment on meiofa</span><span lang=\"EN-US\" style=\"text-align: justify; text-indent: -1cm;\">una: a laboratory study. <b>Marine Pollution Bulletin</b>, <i>20</i>: 223-227. </span><b style=\"text-align: justify; text-indent: -1cm;\"><span lang=\"EN-GB\">IF = 1.699</span></b></span></span></li>\r\n <li><span style=\"font-size: larger;\"><span style=\"font-family: Tahoma;\"><span lang=\"EN-GB\">Pinckney, J. & <b>Sandulli, R.</b> (1990) - Spatial autocorrelation analysis of meiofaunal and microalgal populations on an interti­dal sandflat: scale linkage between consumers and resources. <b>Estuarine Coastal and Shelf Science</b>, <i>30</i>: 341-353. <b>IF = 1.467</b></span></span></span></li>\r\n <li><span style=\"font-size: larger;\"><span style=\"font-family: Tahoma;\"><span lang=\"EN-GB\"><b>Sandulli, R.</b> & de Nicola-Giudici M. (1990) - Pollution effects on the structure of meiofaunal communities in the Bay of Naples. <b>Marine Pollution Bulletin</b>, <i>21</i>: 144-153. <b>IF = 1.699</b></span></span></span></li>\r\n <li><span lang=\"EN-GB\" style=\"font-size:12.0pt;mso-ansi-language:EN-GB\"><b><o:p></o:p></b></span><span style=\"font-size: larger;\"><span style=\"font-family: Tahoma;\"><span lang=\"EN-GB\"><b>Sandulli R. </b>(1990) - An experimental investigation on the effects of sewage pollution on marine meiofauna. <b>Marine Pollution Bulletin</b>, <i>21</i>: 208-209. <b>IF = 1.699</b></span></span></span></li>\r\n <li><span lang=\"EN-GB\" style=\"font-size:12.0pt;mso-ansi-language:EN-GB\"><b><o:p></o:p></b></span><span style=\"font-size: larger;\"><span style=\"font-family: Tahoma;\"><span lang=\"EN-GB\"><b>Sandulli R.</b> & de Nicola M. (1991) - Responses of meiobenthic communities along a gradient of sewage pollution. </span><b>Marine Pollution Bulletin</b>,<i> 22</i>: 463-467. <b>IF = 1.699</b></span></span></li>\r\n <li><span style=\"font-size:12.0pt\"><o:p></o:p></span><span style=\"font-size: larger;\"><span style=\"font-family: Tahoma;\"><b>Sandulli R.</b> (1991) - Indagini sugli effetti dell\'inquinamento organico su comunità meiobentoniche marine di alcune aree del litorale campano. <b><span lang=\"EN-GB\">Marine Pollution Bulletin</span></b><span lang=\"EN-GB\">, <i>22</i>: 155-156. <b>IF = 1.699</b></span></span></span></li>\r\n <li><span lang=\"EN-GB\" style=\"font-size:12.0pt;mso-ansi-language:\r\n EN-GB\"><b><o:p></o:p></b></span><span style=\"font-size: larger;\"><span style=\"font-family: Tahoma;\"><span lang=\"EN-GB\"><b>Sandulli R.</b>, Tripaldi G. e Morucci, C. (1992) - Monitoring the "Haven" oil spill. <b>Marine Pollution Bulletin</b>, <i>24</i>: 528. <b>IF = 1.699</b></span></span></span></li>\r\n <li><span lang=\"EN-GB\" style=\"font-size:12.0pt;mso-ansi-language:EN-GB\"><b><o:p></o:p></b></span><span style=\"font-size: larger;\"><span style=\"font-family: Tahoma;\"><span lang=\"EN-GB\">Vaugelas J. de, Meinesz A., Antolic B., Ballesteros S., Belsher T., Cinelli F., Cottalorda J.-M., Fradà Orestano C., Jaklin A., Morucci C., <b>Sandulli R.</b>, Span A., Tripaldi G., Van Klaveren P. e Zavodnik N. (1996). Cartographic normalization of <i>Caulerpa taxifolia</i> expansion in the Mediterranean Sea. <b>Oceanologica Acta</b>, <i>22 (1):</i> 85-94. <b>IF = 0.767</b></span></span></span></li>\r\n <li><span lang=\"EN-GB\" style=\"font-size:12.0pt;mso-ansi-language:EN-GB\"><b><o:p></o:p></b></span><span style=\"font-size: larger;\"><span style=\"font-family: Tahoma;\"><span lang=\"EN-GB\"><b>Sandulli R.</b> e Pinckney J. (1999) - Patch sizes and spatial patterns of meiobenthic copepods and benthic microalgae in sandy sediments: a microscale approach.<b> Journal of Sea Research</b>, 41 (3):179-187.</span></span></span><span style=\"font-family: Tahoma; font-size: larger; text-indent: -1cm;\"> </span><b style=\"font-family: Tahoma; font-size: larger; text-indent: -1cm;\">IF = 1.518</b></li>\r\n <li><span style=\"font-size: larger;\"><span style=\"font-family: Tahoma;\"><span lang=\"EN-GB\">Gallo-D\'Addabbo M., de Zio-Grimaldi S., <b>Sandulli, R</b>. (2001) - Heterotardigrada of two submarine caves in S. Domino Island (Tremiti Islands) in the Mediterranean Sea, with the description of two new species of Stygarctidae. </span><b><span lang=\"EN-US\">Zoologischer Anzeiger</span></b><span lang=\"EN-GB\">, 240: 361-369.</span></span></span><span style=\"font-family: Tahoma; font-size: larger; text-indent: -1cm;\"> </span><b style=\"font-family: Tahoma; font-size: larger; text-indent: -1cm;\">IF = 0.893</b></li>\r\n <li><span style=\"font-size: larger;\"><span style=\"font-family: Tahoma;\">de Zio Grimaldi S, Gallo D\'addabbo M., <b>Sandulli, R</b>., D’addabbo R. (2003) – Checklist of the Italian marine Tardigrada. <b>Meiofauna Marina,</b> 12: 97-135. <b> IF in 2014</b></span></span></li>\r\n <li><span style=\"font-size: larger;\"><span style=\"font-family: Tahoma;\"><b><span lang=\"EN-US\">Sandulli R.,</span></b><span lang=\"EN-US\"> Carriglio D., Deastis S., Marzano A., Gerardi D., Gallo D’Addabbo M., de Zio Grimaldi S. (2004) - Meiobenthic biod</span><span lang=\"EN-GB\">iversity in areas of the Gulf of Taranto (Italy) exposed to high environmental impact. <b>Chemistry and Ecology</b>, 20 (1): 379-386. <b>IF = 0,838</b></span></span></span></li>\r\n <li><span style=\"font-size: larger;\"><span style=\"font-family: Tahoma;\"><span lang=\"EN-GB\">Gallo D’Addabbo M., <b>Sandulli R.,</b> and de Zio Grimaldi S. (2005) - A New Batillipedidae (Tardigrada, Heterotardigrada) from the Orosei Gulf, Sardinia, Tyrrhenian Sea. </span><b>Zoologischer Anzeiger,</b> <span lang=\"EN-US\">243 (3): 219-225. </span><b><span lang=\"EN-GB\">IF = 0,679</span></b></span></span></li>\r\n <li><span style=\"font-size: larger;\"><span style=\"font-family: Tahoma;\"><span lang=\"EN-US\" style=\"text-indent: -36pt;\">Vassallo P., Fabiano M., Vezzulli L., <b>Sandulli R</b>., Marques J.C. & Jørgensen, S.E. (2005)<b> - </b>Assessing the health of coastal marine ecosystems: a holistic approach based on sediment micro and meiobenthic measures. <b>Ecological Indicators, </b></span><span style=\"text-indent: -36pt;\">6: 525-542. </span><b style=\"text-indent: -36pt;\">IF: 1,140</b></span></span></li>\r\n <li><span style=\"font-size: larger;\"><span style=\"font-family: Tahoma;\">D’Addabbo R., Gallo D’Addabbo M., C. De Leonardis,<b> Sandulli R</b>., de Zio Grimaldi S. (2006) – Further studies on the marine tardigrade fauna from Sardinia (Italy). <b>J. Limnol.</b>, <b>66</b> (1): 56-59. <b>IF: 2.375</b></span></span></li>\r\n <li><span style=\"font-size:12.0pt\"><b><o:p></o:p></b></span><span style=\"font-size: larger;\"><span style=\"font-family: Tahoma;\">Gallo D’Addabbo M., R. D’Addabbo, C. De Leonardis, <b>R. Sandulli</b>, S. de Zio Grimaldi (2006). The diversity of Indian Ocean Heterotardigrada<b>. J. Limnol.</b>, <b>66</b> (1): 60-64. <b>IF: 2.375</b></span></span></li>\r\n <li><span lang=\"EN-US\" style=\"font-family: Tahoma; font-size: larger; text-indent: -36pt;\">De Leonardis C.</span><span lang=\"EN-US\" style=\"font-family: Tahoma; font-size: larger; text-indent: -36pt;\">, <b>Sandulli R</b>., Vanaverbeke J., Vincx M. and de Zio S. (2008). M</span><span lang=\"EN-GB\" style=\"font-family: Tahoma; font-size: larger; text-indent: -36pt;\">eiofauna and nematode diversity in some Mediterranean subtidal areas of the Adriatic and Ionian sea. <b>Scientia Marina</b>, <b>72(1)</b>: 5-13. <b> IF: 1.036</b></span></li>\r\n <li><span lang=\"EN-GB\" style=\"font-family: Tahoma; font-size: larger; text-indent: -36pt;\">Pollice A., Laera G., Saturno D., Giordano C., <b>Sandulli R</b>. (2008) – Microbial activity in a submerged membrane bioreactor at different sludge retention times. </span><b style=\"font-family: Tahoma; font-size: larger; text-indent: -36pt;\"><span style=\"color: rgb(0, 0, 1);\">Water Science and Technology</span></b><span style=\"font-family: Tahoma; font-size: larger; text-indent: -36pt; color: rgb(0, 0, 1);\">, <b>57</b> (3): 118-122. <b>IF: 0.875</b></span></li>\r\n <li><b style=\"font-family: Tahoma; font-size: larger; text-indent: -36pt;\">Sandulli </b><span style=\"font-family: Tahoma; font-size: larger; text-indent: -36pt;\">R., </span><span lang=\"FR\" style=\"font-family: Tahoma; font-size: larger; text-indent: -36pt;\">De Leonardis C., </span><span style=\"font-family: Tahoma; font-size: larger; text-indent: -36pt;\">Vanaverbeke J. (2010). </span><span lang=\"EN-US\" style=\"font-family: Tahoma; font-size: larger; text-indent: -36pt;\">Meiobenthic communities in the shallow subtidal of three Italian marine protected areas.<b> Italian Journal of Zoology, 77(2)</b>: 186-196. <b> </b></span><b style=\"font-family: Tahoma; font-size: larger; text-indent: -36pt;\"><span lang=\"EN-GB\">IF 0,852</span></b></li>\r\n <li><span style=\"text-indent: -36pt; font-size: larger;\"><span style=\"font-family: Tahoma;\"><span lang=\"EN-US\">B</span></span></span><span style=\"text-indent: -36pt; font-size: larger;\"><span style=\"font-family: Tahoma;\">alsamo M., Albertelli G., Ceccherelli V.U., Coccioni R., Colangelo M., Curini-Galletti M., Danovaro R., D’Addabbo R., De Leonardis C., Fabiano M., Frontalini F., Gallo M., Gambi C., Guidi L., Moreno M., Pusceddu A., <b>Sandulli R.</b>, Semprucci F., Todaro, A., Tongiorgi P. (2010) -<b> </b>Meiofauna of the Adriatic Sea: current state of knowledge. <b>Chemistry and Ecology</b>, 26<b> </b>(Suppl.): 45-63. <b>IF: 0,838</b></span></span></li>\r\n <li><span style=\"font-size: larger;\"><span style=\"font-family: Tahoma;\"><span lang=\"EN-GB\">Laera G., Pollice A., Saturno D., Giordano C., <b>Sandulli R.</b> (2009) - Influence of sludge retention time on biomass characteristics and cleaning requirements in a membrane </span></span></span><span style=\"font-size: larger;\"><span style=\"font-family: Tahoma;\"><span lang=\"EN-GB\">bioreactor for municipal wastewater treatment. </span><b><span lang=\"EN-US\">Desalination</span></b><span lang=\"EN-US\">, 236 (1-3): 104-110. <b>IF: 1.155</b></span></span></span></li>\r\n <li><b style=\"text-indent: -1cm; font-family: Tahoma; font-size: larger;\"><span lang=\"EN-US\" style=\"line-height: 115%;\">Sandulli R.,</span></b><span lang=\"EN-US\" style=\"text-indent: -1cm; font-family: Tahoma; font-size: larger; line-height: 115%;\"> De Leonardis C., Vincx M., Vanaverbeke J. (2011)<b> - </b></span><span lang=\"EN-US\" style=\"text-indent: -1cm; font-family: Tahoma; font-size: larger; line-height: 115%;\">Geographical and depth-related patterns in nematode communities from some Italian Marine Protected Areas</span><span lang=\"EN-GB\" style=\"text-indent: -1cm; font-family: Tahoma; font-size: larger; line-height: 115%;\">.</span><span lang=\"EN-GB\" style=\"text-indent: -1cm; font-family: Tahoma; font-size: larger; line-height: 115%;\"> </span><b style=\"text-indent: -1cm; font-family: Tahoma; font-size: larger;\"><span lang=\"EN-US\" style=\"line-height: 115%;\">Italian Journal of Zoology, </span></b><span lang=\"EN-US\" style=\"text-indent: -1cm; font-family: Tahoma; font-size: larger; line-height: 115%;\">78 (4): 505-516. </span><b style=\"text-indent: -1cm; font-family: Tahoma; font-size: larger;\"><span lang=\"EN-US\" style=\"line-height: 115%;\">IF: 0,800</span></b></li>\r\n <li><span style=\"font-size: larger;\"><span style=\"font-family: Tahoma;\"><span lang=\"EN-US\" style=\"line-height: 115%; text-indent: -18pt;\">Bevilacqua, S., A. Plicanti, <b>R. Sandulli</b>, A. Terlizzi (2012) - Measuring more of </span><span style=\"line-height: 115%; text-indent: -18pt;\">b</span><span lang=\"EN-US\" style=\"line-height: 115%; text-indent: -18pt;\">-diversity: quantifying patterns of variation in assemblage heterogeneity. An insight from marine benthic assemblages. <b>Ecol.Ind</b>., 18: 140-148. <b>IF: 2.967</b></span></span></span></li>\r\n <li><span lang=\"EN-US\" style=\"font-family: Tahoma; font-size: larger;\">Bevilacqua, S., <b>R. Sandulli, </b>A. Plicanti, A. Terlizzi (2012) - </span><span lang=\"EN-GB\" style=\"font-family: Tahoma; font-size: larger;\">Taxonomic distinctness in Mediterranean marine nematodes and its relevance for environmental impact assessment. </span><b style=\"font-family: Tahoma; font-size: larger;\">Mar.Pollut.Bull., </b><span style=\"font-family: Tahoma; font-size: larger;\">64</span><b style=\"font-family: Tahoma; font-size: larger;\"> : </b><span style=\"font-family: Tahoma; font-size: larger;\">1409-1416</span><b style=\"font-family: Tahoma; font-size: larger;\">. </b><span style=\"font-size: larger;\"><span style=\"font-family: Tahoma;\"><b>IF: 2,359</b></span></span></li>\r\n <li><b><span style=\"font-size:12.0pt\"><o:p></o:p></span></b></li>\r\n</ol>','',0),(71,71,'umberto.scafuri','SCAFURI Umberto','SCAFURI',' Umberto','images/photos/standard.jpg','','','umberto.scafuri@na.icar.cnr.it',NULL,NULL,NULL,'','','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6C79642AD9D47DFBB991DF8FD7C7C5CF.esse3-uniparthenope-prod-01?docente_id=1343&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,'','','',0),(72,72,'antonio.scamardella','SCAMARDELLA Antonio','SCAMARDELLA',' Antonio','images/photos/standard.jpg','','6684','antonio.scamardella@uniparthenope.it',NULL,NULL,NULL,'','','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6C79642AD9D47DFBB991DF8FD7C7C5CF.esse3-uniparthenope-prod-01?docente_id=1032&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,'','','',0),(74,74,'giovanni.schmid','SCHMID Giovanni','SCHMID',' Giovanni','images/photos/standard.jpg','','','schimid@unina.it',NULL,NULL,NULL,'','',NULL,'Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,'','','',0),(75,75,'giancarlo.spezie','SPEZIE Giancarlo','SPEZIE',' Giancarlo','images/photos/standard.jpg','','6586','giancarlo.spezie@uniparthenope.it',NULL,NULL,NULL,'','',NULL,'Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,'','','',0),(76,76,'antonino.staiano','STAIANO Antonino','STAIANO',' Antonino','201311070916350.staiano.JPG',NULL,'6520','antonino.staiano@uniparthenope.it','https://sites.google.com/site/antoninosta/home','201901301145070.Academic_CV_DiST.pdf','201901301145070.Pub_Staiano.pdf','Martedì 10-12, Venerdì 10-12','431 Piano IV','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6C79642AD9D47DFBB991DF8FD7C7C5CF.esse3-uniparthenope-prod-01?docente_id=1312&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,'https://www.researchgate.net/profile/Antonino_Staiano','<p>Education<br />\r\nPh.D in Computer Science from University of Salerno, Italy (2004) M.Sc. in Computer Science from University of Salerno, Italy (1997) <br />\r\nCurrent Position <br />\r\nAssistant Professor at Department of Applied Sciences (since February 2007), University of Napoli "Parthenope" <br />\r\nPast Positions<br />\r\n2006 research contract from INAF (Italian National Institute for Astrophysics) for International Virtual Observatory Project <br />\r\n2005 research contract from Department of Physical Sciences, University of Napoli "Federico II" <br />\r\n2004 post-doc research fellow at Department of Mathematics and Computer Science, University of Salerno<br />\r\n2000-2003 Ph.D. Student at Department of Mathematics and Computer Science, University of Salerno <br />\r\n2000 research contract from ST-Microelectronics <br />\r\n1999 research contract from ENI-AGIP and Department of Earth Sciences, University of Napoli "Federico II"<br />\r\n<br />\r\nMemberships<br />\r\nIEEE <br />\r\nIEEE Computational Intelligence Society <br />\r\nIEEE Systems, Man, and Cybernetics Society <br />\r\nCVPL (Gruppo Italiano Ricercatori in Pattern Recognition)<br />\r\nSIREN (Società Italiana Reti Neurali)</p>','<p><strong style=\"color: rgb(33, 33, 33); font-family: "Open Sans"; font-size: 18px; font-variant-ligatures: none; text-decoration-line: inherit; white-space: pre-wrap; box-sizing: border-box;\">Journals</strong></p>\r\n<ol class=\"n8H08c BKnRcf\" style=\"box-sizing: border-box; margin: 0px; padding-left: 20px; padding-top: 8px; padding-bottom: 0px; font-family: sans-serif; font-size: 16px; white-space: pre-wrap;\">\r\n <li id=\"h.p_3fur4sHkXBGC\" class=\"zfr3Q TYR86d\" style=\"box-sizing: border-box; font-variant-ligatures: none; margin: 0px 0px 6px; outline: none; position: relative; color: rgb(33, 33, 33); font-size: 18px; font-style: inherit; font-weight: inherit; text-decoration: inherit; font-family: "Open Sans"; line-height: 1.6; padding-top: 0px;\">E. Chianese, F. Camastra, A. Ciaramella, T.C. Landi, A. Staiano, A. Riccio, <a class=\"dhtgD\" href=\"https://www.google.com/url?q=https%3A%2F%2Fauthors.elsevier.com%2Fc%2F1YCq75c6cKmaYk&sa=D&sntz=1&usg=AFQjCNFUj3qwZVB1tCtBn5kzlNNvpCcxlw\" target=\"_blank\" style=\"box-sizing: border-box; font-size: inherit; font-style: inherit; font-weight: inherit;\">Spatio-temporal learning in predicting ambient particulate matter concentration by multi-layer perceptron</a>, Ecological Informatics, Vol. 49, pp. 54-61, 2019</li>\r\n <li id=\"h.p_ID_34\" class=\"zfr3Q TYR86d\" style=\"box-sizing: border-box; font-variant-ligatures: none; margin: 6px 0px; outline: none; position: relative; color: rgb(33, 33, 33); font-size: 18px; font-style: inherit; font-weight: inherit; text-decoration: inherit; font-family: "Open Sans"; line-height: 1.6; padding-top: 0px;\">F. Camastra, F. Esposito, A. Staiano, <a class=\"dhtgD\" href=\"http://www.google.com/url?q=http%3A%2F%2Frdcu.be%2FkN8y&sa=D&sntz=1&usg=AFQjCNH5NL3qD7pNIO73jgttE40uP2E6UA\" target=\"_blank\" style=\"box-sizing: border-box; font-size: inherit; font-style: inherit; font-weight: inherit;\">Linear SVM-based recognition of elementary juggling movements using correlation dimension of Euler Angles of a single arm</a>, Neural Computing and Applications, 29 (11), 1005-1013, 2018.</li>\r\n <li id=\"h.p_ID_36\" class=\"zfr3Q TYR86d\" style=\"box-sizing: border-box; font-variant-ligatures: none; margin: 6px 0px; outline: none; position: relative; color: rgb(33, 33, 33); font-size: 18px; font-style: inherit; font-weight: inherit; text-decoration: inherit; font-family: "Open Sans"; line-height: 1.6; padding-top: 0px;\">F. Camastra, A. Staiano, <a class=\"dhtgD\" href=\"http://www.google.com/url?q=http%3A%2F%2Fauthors.elsevier.com%2Fa%2F1RgS-4ZQDjLZZ&sa=D&sntz=1&usg=AFQjCNGxXoq8PPsWAh4oTLO_vxjbUU7Asg\" target=\"_blank\" style=\"box-sizing: border-box; font-size: inherit; font-style: inherit; font-weight: inherit;\"><strong style=\"box-sizing: border-box;\">Intrinsic dimension estimation: Advances and open problems</strong></a>, Information Sciences, 328, pp. 26-42, 2016.</li>\r\n <li id=\"h.p_ID_38\" class=\"zfr3Q TYR86d\" style=\"box-sizing: border-box; font-variant-ligatures: none; margin: 6px 0px; outline: none; position: relative; color: rgb(33, 33, 33); font-size: 18px; font-style: inherit; font-weight: inherit; text-decoration: inherit; font-family: "Open Sans"; line-height: 1.6; padding-top: 0px;\">F. Camastra, M. D. Di Taranto, A. Staiano, <a class=\"dhtgD\" href=\"http://www.google.com/url?q=http%3A%2F%2Fwww.hindawi.com%2Fjournals%2Fcmmm%2F2015%2F954598%2F&sa=D&sntz=1&usg=AFQjCNEU8gkbk4AkehievW_Rtpb4LhbyIg\" target=\"_blank\" style=\"box-sizing: border-box; font-size: inherit; font-style: inherit; font-weight: inherit;\"><strong style=\"box-sizing: border-box;\">Statistical and Computational Methods for Genetic Diseases: An Overview</strong></a><strong style=\"box-sizing: border-box;\">, </strong>Computational and Mathematical Methods in Medicine, vol. 2015 (Special Issue on Advances in Computational Methods for Genetic Diseases, F. Camastra, R. Amato, M.D. Di Taranto, A. Staiano Eds), Article ID 954598, 2015. doi:10.1155/2015/954598</li>\r\n <li id=\"h.p_ID_40\" class=\"zfr3Q TYR86d\" style=\"box-sizing: border-box; font-variant-ligatures: none; margin: 6px 0px; outline: none; position: relative; color: rgb(33, 33, 33); font-size: 18px; font-style: inherit; font-weight: inherit; text-decoration: inherit; font-family: "Open Sans"; line-height: 1.6; padding-top: 0px;\">M.D. Di Taranto, A. Staiano, M.N. D’Agostino, A. D’Angelo, E. Bloise, A. Morgante, G. Marotta, M. Gentile, P. Rubba, G. Fortunato, <a class=\"dhtgD\" href=\"http://www.google.com/url?q=http%3A%2F%2Fwww.sciencedirect.com%2Fscience%2Farticle%2Fpii%2FS0890850814000486&sa=D&sntz=1&usg=AFQjCNGtqVjhvStgS4V3wIuDcaKOyARB1g\" target=\"_blank\" style=\"box-sizing: border-box; font-size: inherit; font-style: inherit; font-weight: inherit;\"><strong style=\"box-sizing: border-box;\">Association of USF1 and APOA5 polymorphisms with Familial Combined Hyperlipidemia in an Italian population</strong></a>, Molecular and Cellular Probes, 29 (1), pp. 19-24, 2015.</li>\r\n <li id=\"h.p_ID_42\" class=\"zfr3Q TYR86d\" style=\"box-sizing: border-box; font-variant-ligatures: none; margin: 6px 0px; outline: none; position: relative; color: rgb(33, 33, 33); font-size: 18px; font-style: inherit; font-weight: inherit; text-decoration: inherit; font-family: "Open Sans"; line-height: 1.6; padding-top: 0px;\">F. Camastra, A. Ciaramella, V. Govannelli, M. Lener, V. Rastelli, A. Staiano, G. Staiano, A. Starace, <strong style=\"box-sizing: border-box;\">A Fuzzy Decision System for Genetically Modified Plant Environmental Risk Assessment using Mamdani Inference</strong>, Expert Systems with Applications, 42(3), pp. 1710-1716, 2015</li>\r\n <li id=\"h.p_ID_44\" class=\"zfr3Q TYR86d\" style=\"box-sizing: border-box; font-variant-ligatures: none; margin: 6px 0px; outline: none; position: relative; color: rgb(33, 33, 33); font-size: 18px; font-style: inherit; font-weight: inherit; text-decoration: inherit; font-family: "Open Sans"; line-height: 1.6; padding-top: 0px;\">F. Camastra, A. Ciaramella, V. Giovannelli, M. Lener, V. Rastelli, A. Staiano, G. Staiano, A. Starace, <a class=\"dhtgD\" href=\"http://www.google.com/url?q=http%3A%2F%2Fwww.sciencedirect.com%2Fscience%2Farticle%2Fpii%2FS1574954114001137&sa=D&sntz=1&usg=AFQjCNEqvxZKIRj-MITQmuyde83hlQjOSA\" target=\"_blank\" style=\"box-sizing: border-box; font-size: inherit; font-style: inherit; font-weight: inherit;\"><strong style=\"box-sizing: border-box;\">TÉRA: A Tool for the Environmental Risk Assessment of Genetically Modified Plants</strong></a>, Ecological Informatics, 21, 186-193, 2014</li>\r\n <li id=\"h.p_ID_46\" class=\"zfr3Q TYR86d\" style=\"box-sizing: border-box; font-variant-ligatures: none; margin: 6px 0px; outline: none; position: relative; color: rgb(33, 33, 33); font-size: 18px; font-style: inherit; font-weight: inherit; text-decoration: inherit; font-family: "Open Sans"; line-height: 1.6; padding-top: 0px;\">F. Camastra, A. Ciaramella, A. Staiano, <strong style=\"box-sizing: border-box;\">A note on some mathematical models on the effects of Bt-maize exposure</strong>, Environmental and Ecological Statistics, 21, 477-485, 2014</li>\r\n <li id=\"h.p_ID_48\" class=\"zfr3Q TYR86d\" style=\"box-sizing: border-box; font-variant-ligatures: none; margin: 6px 0px; outline: none; position: relative; color: rgb(33, 33, 33); font-size: 18px; font-style: inherit; font-weight: inherit; text-decoration: inherit; font-family: "Open Sans"; line-height: 1.6; padding-top: 0px;\">F. Camastra, A. Ciaramella, A. Staiano, <strong style=\"box-sizing: border-box;\">Machine Learning and Soft Computing for ICT security: an overview of current trends</strong>, Journal of Ambient Intelligence and Humanized Computing, 4, 235-247, 2013</li>\r\n <li id=\"h.p_ID_50\" class=\"zfr3Q TYR86d\" style=\"box-sizing: border-box; font-variant-ligatures: none; margin: 6px 0px; outline: none; position: relative; color: rgb(33, 33, 33); font-size: 18px; font-style: inherit; font-weight: inherit; text-decoration: inherit; font-family: "Open Sans"; line-height: 1.6; padding-top: 0px;\">G. Calcagno, A. Staiano, G. Fortunato, V. Brescia-Morra, E. Salvatore, R. Liguori, S. Capone, A. Filla, G. Longo, L. Sacchetti, <strong style=\"box-sizing: border-box;\">A multilayer perceptron neural network-based approach for the identification of responsiveness to interferon therapy in multiple sclerosis patients</strong>, Information Sciences, 180 (21), 4153-4163, 2010</li>\r\n <li id=\"h.p_ID_52\" class=\"zfr3Q TYR86d\" style=\"box-sizing: border-box; font-variant-ligatures: none; margin: 6px 0px; outline: none; position: relative; color: rgb(33, 33, 33); font-size: 18px; font-style: inherit; font-weight: inherit; text-decoration: inherit; font-family: "Open Sans"; line-height: 1.6; padding-top: 0px;\">A. Petrosino, A. Staiano, <strong style=\"box-sizing: border-box;\">Fuzzy Modeling for Data Cleaning in Sensor Networks</strong>, International Journal of Hybrid Intelligent Systems, IOS Press, 5(3), 143-151, 2008</li>\r\n <li id=\"h.p_ID_54\" class=\"zfr3Q TYR86d\" style=\"box-sizing: border-box; font-variant-ligatures: none; margin: 6px 0px; outline: none; position: relative; color: rgb(33, 33, 33); font-size: 18px; font-style: inherit; font-weight: inherit; text-decoration: inherit; font-family: "Open Sans"; line-height: 1.6; padding-top: 0px;\">F. Napolitano, G. Raiconi, R. Tagliaferri, A. Ciaramella, A. Staiano, G. Miele, <strong style=\"box-sizing: border-box;\">Clustering and Visualization Approaches for Human Cell Cycle Gene Expression Analysis</strong>, International Journal of Approximate Reasoning, 47(1), 70-84, 2008</li>\r\n <li id=\"h.p_ID_56\" class=\"zfr3Q TYR86d\" style=\"box-sizing: border-box; font-variant-ligatures: none; margin: 6px 0px; outline: none; position: relative; color: rgb(33, 33, 33); font-size: 18px; font-style: inherit; font-weight: inherit; text-decoration: inherit; font-family: "Open Sans"; line-height: 1.6; padding-top: 0px;\">R. D’Abrusco, A. Staiano, G. Longo, E. De Filippis, M. Brescia, M. Paolillo, <strong style=\"box-sizing: border-box;\">Mining the SDSS archive. I. Photometric redshift in the nearby universe</strong>, The Astrophysical Journal, 663, 752, 2007</li>\r\n <li id=\"h.p_ID_58\" class=\"zfr3Q TYR86d\" style=\"box-sizing: border-box; font-variant-ligatures: none; margin: 6px 0px; outline: none; position: relative; color: rgb(33, 33, 33); font-size: 18px; font-style: inherit; font-weight: inherit; text-decoration: inherit; font-family: "Open Sans"; line-height: 1.6; padding-top: 0px;\">R. D’Abrusco, A. Staiano, G. Longo, E. De Filippis, M. Brescia, M. Paolillo, <strong style=\"box-sizing: border-box;\">Steps towards a map of the nearby universe</strong>, Nuclear Physics B - Proceedings Supplements, Volume 168, pp. 299-301, 2007</li>\r\n <li id=\"h.p_ID_60\" class=\"zfr3Q TYR86d\" style=\"box-sizing: border-box; font-variant-ligatures: none; margin: 6px 0px; outline: none; position: relative; color: rgb(33, 33, 33); font-size: 18px; font-style: inherit; font-weight: inherit; text-decoration: inherit; font-family: "Open Sans"; line-height: 1.6; padding-top: 0px;\">R. Amato, A. Ciaramella, A. Staiano, R. Tagliaferri et al., <strong style=\"box-sizing: border-box;\">A multi-step approach to time series analysis and gene expression clustering</strong>, Bioinformatics Vol. 22, N. 5, pp. 589-596, 2006</li>\r\n <li id=\"h.p_ID_62\" class=\"zfr3Q TYR86d\" style=\"box-sizing: border-box; font-variant-ligatures: none; margin: 6px 0px; outline: none; position: relative; color: rgb(33, 33, 33); font-size: 18px; font-style: inherit; font-weight: inherit; text-decoration: inherit; font-family: "Open Sans"; line-height: 1.6; padding-top: 0px;\">A. Staiano, R. Tagliaferri, W. Pedrycz, <strong style=\"box-sizing: border-box;\">Improving RBF Networks Performance in Regression Tasks by Means of a Supervised Fuzzy Clustering</strong>, Neurocomputing, 69:1570-1581, 2006</li>\r\n <li id=\"h.p_ID_64\" class=\"zfr3Q TYR86d\" style=\"box-sizing: border-box; font-variant-ligatures: none; margin: 6px 0px; outline: none; position: relative; color: rgb(33, 33, 33); font-size: 18px; font-style: inherit; font-weight: inherit; text-decoration: inherit; font-family: "Open Sans"; line-height: 1.6; padding-top: 0px;\">A. Staiano, R. Tagliaferri, G. Longo et al., <strong style=\"box-sizing: border-box;\">Novel Techniques for Microarray Data Analysis: Probabilistic Principal Surfaces and Competitive Evolution on Data</strong>, Journal of Computational and Theoretical Nanoscience, Special Issue on Computational Intelligence for Molecular Biology and Bioinformatics, Volume 2, N. 4, pp. 514-523, 2005</li>\r\n <li id=\"h.p_ID_66\" class=\"zfr3Q TYR86d\" style=\"box-sizing: border-box; font-variant-ligatures: none; margin: 6px 0px; outline: none; position: relative; color: rgb(33, 33, 33); font-size: 18px; font-style: inherit; font-weight: inherit; text-decoration: inherit; font-family: "Open Sans"; line-height: 1.6; padding-top: 0px;\">R. Tagliaferri R., G. Longo, A. Staiano et al., <strong style=\"box-sizing: border-box;\">Applications of Neural Networks in Astronomy and Astroparticle Physics</strong>, invited review on “Recent Research Developments in Astronomy and Astrophysics” by Research Signpost, Vol. 2, pp.27-58, 2005</li>\r\n <li id=\"h.p_ID_68\" class=\"zfr3Q TYR86d\" style=\"box-sizing: border-box; font-variant-ligatures: none; margin: 6px 0px; outline: none; position: relative; color: rgb(33, 33, 33); font-size: 18px; font-style: inherit; font-weight: inherit; text-decoration: inherit; font-family: "Open Sans"; line-height: 1.6; padding-top: 0px;\">R. Tagliaferri R., G. Longo, A. Staiano et al., <strong style=\"box-sizing: border-box;\">Neural Networks in Astronomy</strong>, in Neural Networks. Special Issue su Neural networks for analysis of complex scientific data: Astronomy and Geosciences, R. Tagliaferri, G. Longo, D’Argenio B. (Eds), vol. 16 (3-4), 2003</li>\r\n <li id=\"h.p_ID_70\" class=\"zfr3Q TYR86d\" style=\"box-sizing: border-box; font-variant-ligatures: none; margin: 6px 0px; outline: none; position: relative; color: rgb(33, 33, 33); font-size: 18px; font-style: inherit; font-weight: inherit; text-decoration: inherit; font-family: "Open Sans"; line-height: 1.6; padding-top: 0px;\">A. Di Nola, V. Loia, A. Staiano, <strong style=\"box-sizing: border-box;\">An Evolutionary Approach to Spatial Fuzzy Clustering</strong>, Fuzzy Optimization and Decision Making, 1, 195-219, 2002</li>\r\n <li id=\"h.p_ID_72\" class=\"zfr3Q TYR86d\" style=\"box-sizing: border-box; font-variant-ligatures: none; margin: 6px 0px 0px; outline: none; position: relative; color: rgb(33, 33, 33); font-size: 18px; font-style: inherit; font-weight: inherit; text-decoration: inherit; font-family: "Open Sans"; line-height: 1.6; padding-top: 0px; padding-bottom: 0px;\">V. Loia, S. Sessa, A. Staiano, R. Tagliaferri, <strong style=\"box-sizing: border-box;\">Merging Fuzzy Logic, Neural Networks and Genetic Computation in the Design of a Decision-Support System</strong>, International Journal of Intelligent Systems, John Wiley and Sons, Inc., Vol. 15, 575-594, 2000</li>\r\n</ol>\r\n<p> </p>','',0),(78,78,'filippo.tomasello','TOMASELLO Filippo','TOMASELLO',' Filippo','images/photos/standard.jpg','','','filippo.tommasello@easa.europa.eu',NULL,NULL,NULL,'','',NULL,'Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,'','','',0),(80,80,'salvatore.troisi','TROISI Salvatore','TROISI',' Salvatore','201310171233550.Troisi_img_personale.jpg',NULL,'6606','salvatore.troisi@uniparthenope.it',NULL,NULL,NULL,'martedì 09:30- 11:00','stanza 412','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6C79642AD9D47DFBB991DF8FD7C7C5CF.esse3-uniparthenope-prod-01?docente_id=1386&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,'salvatore.troisi','https://www.researchgate.net/profile/Salvatore_Troisi2/?ev=hdr_xprf','<p><span style=\"font-family: Verdana, sans-serif; font-size: 9pt;\">Nato a Racale (LE) il 23.12.58 si laurea a pieni voti e con lode nel Gennaio \'84 presso la Facoltà di Scienze </span><span style=\"font-size: 9.0pt;font-family:"Verdana","sans-serif";mso-bidi-font-family:Verdana\">Nautiche dell\'Istituto Universitario Navale di Napoli.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt;\"><span style=\"font-size: 9.0pt;font-family:"Verdana","sans-serif";mso-bidi-font-family:Verdana\">Dal 1 Ottobre ‘87 fino al 31 Ottobre del ‘97 è ricercatore SSD H05X presso l\'Istituto di Geodesia, Topografia </span><span style=\"font-family: Verdana, sans-serif; font-size: 9pt;\">e Idrografia dell\'Istituto Universitario Navale di Napoli.</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt;\"><span style=\"font-size: 9.0pt;font-family:"Verdana","sans-serif";mso-bidi-font-family:Verdana\">Dal 1 Novembre del ‘98 al 30 Settembre 2007 è professore associato presso l\'Istituto Universitario Navale </span><span style=\"font-family: Verdana, sans-serif; font-size: 9pt;\">di Napoli.</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt;\"><span style=\"font-size: 9.0pt;font-family:"Verdana","sans-serif";mso-bidi-font-family:Verdana\">Vincitore del concorso a professore di prima fascia nel S.S.D. ICAR06 e dal 1 Ottobre del 2007 presta </span><span style=\"font-family: Verdana, sans-serif; font-size: 9pt;\">servizio presso la Facoltà di Scienze e Tecnologie presso l’Università "Parthenope" di Napoli.</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt;\"><span style=\"font-size: 9.0pt;font-family:"Verdana","sans-serif";mso-bidi-font-family:Verdana\">L\'attività scientifica svolta concerne sia elaborazioni teoriche sia operazioni di misura in campagna e misure </span><span style=\"font-family: Verdana, sans-serif; font-size: 9pt;\">in laboratorio relativamente a problematiche relative ai seguenti settori:</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt;\"><span style=\"font-size: 9.0pt;font-family:"Verdana","sans-serif";mso-bidi-font-family:Verdana\">• Controllo di deformazioni tramite reti planoaltimetriche;<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt;\"><span style=\"font-size: 9.0pt;font-family:"Verdana","sans-serif";mso-bidi-font-family:Verdana\">• Studio del geoide con metodologie astrogeodetiche e GPS;<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt;\"><span style=\"font-size: 9.0pt;font-family:"Verdana","sans-serif";mso-bidi-font-family:Verdana\">• Metodi topografici in situazioni di emergenza ambientale;<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt;\"><span style=\"font-size: 9.0pt;font-family:"Verdana","sans-serif";mso-bidi-font-family:Verdana\">• Metodologie di rilievo GPS nei vari campi d’applicazione quali studio delle deformazioni, inquadramento </span><span style=\"font-family: Verdana, sans-serif; font-size: 9pt;\">cartografico, rilievi cinematici in tempo reale o in post-processing;</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt;\"><span style=\"font-size: 9.0pt;font-family:"Verdana","sans-serif";mso-bidi-font-family:Verdana\">• Progettazione e simulazione di reti geodetiche da rilevare con metodologia GPS;<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt;\"><span style=\"font-size: 9.0pt;font-family:"Verdana","sans-serif";mso-bidi-font-family:Verdana\">• Metodologie topografiche per il monitoraggio delle variazioni morfologiche delle coste;<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt;\"><span style=\"font-size: 9.0pt;font-family:"Verdana","sans-serif";mso-bidi-font-family:Verdana\">• Progettazione di costellazioni satellitari.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt;\"><span style=\"font-size: 9.0pt;font-family:"Verdana","sans-serif";mso-bidi-font-family:Verdana\">• Elaborazione di immagini satellitari<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt;\"><span style=\"font-size: 9.0pt;font-family:"Verdana","sans-serif";mso-bidi-font-family:Verdana\">• Metodologie avanzate di rilievo come il Laser Scanning utilizzato da postazioni fisse o da mezzi mobili<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt;\"><span style=\"font-size: 9.0pt;font-family:"Verdana","sans-serif";mso-bidi-font-family:Verdana\">• Fotogrammetria close-range per il reverse engineering di scafi ed eliche<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt;\"><span style=\"font-size: 9.0pt;font-family:"Verdana","sans-serif";mso-bidi-font-family:Verdana\">• Fotogrammetria subacquea<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt;\"><span style=\"font-size: 9.0pt;font-family:"Verdana","sans-serif";mso-bidi-font-family:Verdana\">• Filtraggio di dati laser scanning<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt;\"><span style=\"font-size: 9.0pt;font-family:"Verdana","sans-serif";mso-bidi-font-family:Verdana\">• Modellazione di edifici con dati laser scanning aereo.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt;\"><span style=\"font-size: 9.0pt;font-family:"Verdana","sans-serif";mso-bidi-font-family:Verdana\">E\' stato responsabile scientifico:<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt;\"><span style=\"font-size: 9.0pt;font-family:"Verdana","sans-serif";mso-bidi-font-family:Verdana\">-del contratto C.N.R. n. 90.01354.CT11 per una ricerca su “ POD e SOD per reti spaziali”.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt;\"><span style=\"font-size: 9.0pt;font-family:"Verdana","sans-serif";mso-bidi-font-family:Verdana\">-di una ricerca finanziata dalla Regione Campania legge 41/94 annualità 99 dal titolo "Sviluppo di moderne </span><span style=\"font-family: Verdana, sans-serif; font-size: 9pt;\">tecnologie di rilievo da utilizzarsi in situazioni di emergenze ambientale".</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt;\"><span style=\"font-size: 9.0pt;font-family:"Verdana","sans-serif";mso-bidi-font-family:Verdana\">-della ricerca "Monitoraggio ambientale con immagini ad alta risoluzione" inquadrata nell\'ambito del </span><span style=\"font-family: Verdana, sans-serif; font-size: 9pt;\">progetto nazionale COFIN\' 02 coordinata dal Prof. E. Falchi.</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt;\"><span style=\"font-size: 9.0pt;font-family:"Verdana","sans-serif";mso-bidi-font-family:Verdana\">-della ricerca "Elaborazione di dati Laser Scanning per la costruzione di modelli tridimensionali" inquadrata </span><span style=\"font-family: Verdana, sans-serif; font-size: 9pt;\">nell\'ambito del progetto nazionale COFIN\' 04 coordinata dal Prof. C.Monti.</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt;\"><span style=\"font-size: 9.0pt;font-family:"Verdana","sans-serif";mso-bidi-font-family:Verdana\">-della ricerca ”Strumenti Automatici per un Catasto 3d”, inquadrata nell’ambito del progetto nazionale </span><span style=\"font-family: Verdana, sans-serif; font-size: 9pt;\">PRIN07 coordinato dal Prof. M. Barbarella dell’Università di Bologna.</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt;\"><span style=\"font-size: 9.0pt;font-family:"Verdana","sans-serif";mso-bidi-font-family:Verdana\">-del progetto del rilievo della falla della M/N Costa Concordia finanziato dal Tribunale di Grosseto;<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt;\"><span style=\"font-size: 9.0pt;font-family:"Verdana","sans-serif";mso-bidi-font-family:Verdana\">E’ stato responsabile per l’Università Parthenope del SUBCONTRATTO DI FINANZIAMENTO DAL</span><span lang=\"EN-US\" style=\"font-size: 9pt; font-family: Verdana, sans-serif;\">PROGETTO ASI N. 2015-032-I.0 Satellite Multi-constellation Identification techniques for Liable Enhahced</span><span style=\"font-size: 9pt; font-family: Verdana, sans-serif;\">applications (SMILE).</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt;\"><span style=\"font-family: Calibri, sans-serif; font-size: 11pt;\">Responsabile della ricerca “SEGNALAMENTO MARITTIMO DI ACCESSO AI PORTI DI VENEZIA E CHIOGGIA: ASSESSMENT DELLA SITUAZIONE ATTUALE E IPOTESI DI OTTIMIZZAZIONE E RAZIONALIZZAZIONE” commissionata dall’Autorità di Sistema Portuale del Mare Adriatico Settentrionale.</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt;\"><span style=\"font-size: 9.0pt;font-family:"Verdana","sans-serif";mso-bidi-font-family:Verdana\">Per quanto riguarda l’attività accademica, è stato Coordinatore del Dottorato di ricerca in Geomatica,</span><span style=\"font-family: Verdana, sans-serif; font-size: 9pt;\">Navigazione e Geodesia per il XXVII e XVIII ciclo attivato presso l’Università Parthenope.</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt;\">Fa parte attualmente del Collegio del Dottorato di ricerca in " Ambiente, Risorse ed Ambiente Sostenibile"</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt;\"><span style=\"font-size: 9.0pt;font-family:"Verdana","sans-serif";mso-bidi-font-family:Verdana\">E’ coordinatore del Consiglio di Corso di Studi in Scienze Nautiche ed Aeronautiche e Meteo Oceanografiche e del Corso di Laurea Professionalizzante in Conduzione del Mezzo Navale.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\"><o:p></o:p></p>\r\n<p> </p>','<p><span lang=\"EN-GB\" style=\"text-indent: -18pt; font-size: 9pt; font-family: Arial, sans-serif;\">1.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><span style=\"text-indent: -18pt; font-size: 10pt; font-family: "Times New Roman", serif;\">Silvio Del Pizzo, Umberto Papa, Salvatore Gaglione, Salvatore Troisi, Giuseppe Del Core (2018). </span><span lang=\"EN-US\" style=\"text-indent: -18pt; font-size: 10pt; font-family: "Times New Roman", serif;\">A Vision-based navigation system for landing procedure. ACTA IMEKO, ISSN: 2221-870X, doi: 10.21014/acta_imeko.v7i2.533</span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\">2.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Del Pizzo, Silvio, Gaglione, Salvatore, Angrisano, Antonio, Salvi, Giuseppe, Troisi, Salvatore (2018). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Reliable vessel attitude estimation by wide angle camera. MEASUREMENT, ISSN: 0263-2241, doi: 10.1016/j.measurement.2018.05.104</span><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">3.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Mattei, Gaia, Troisi, Salvatore, Aucelli, Pietro, Pappone, Gerardo, Peluso, Francesco, Stefanile, Michele (2018). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Sensing the Submerged Landscape of Nisida Roman Harbour in the Gulf of Naples from Integrated Measurements on a USV. </span><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">WATER, vol. 10, ISSN: 2073-4441, doi: 10.3390/w10111686</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">4.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Angrisano, Antonio, Del Pizzo, Silvio, Gaglione, Salvatore, Troisi, Salvatore, Vultaggio, Mario (2018). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Using local redundancy to improve GNSS absolute positioning in harsh scenario. </span><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">ACTA IMEKO, vol. 7, ISSN: 2221-870X, doi: 10.21014/acta_imeko.v7i2.538</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\">5.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Innac, Anna, Gaglione, Salvatore, Troisi, Salvatore, Angrisano, Antonio (2018). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">A proposed fault detection and exclusion method applied to multi-GNSS single-frequency PPP. In: 2018 European Navigation Conference, ENC 2018. p. 129-139, Institute of Electrical and Electronics Engineers Inc., ISBN: 9781538649626, sweden, 2018, doi: 10.1109/EURONAV.2018.8433231</span><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\">6.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">S. Gaglione, S. Del Pizzo, S. Troisi, A. Angrisano (2018). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Position Accuracy Analysis of a Robust Vision-Based Navigation System. In: Proceedings of ISPRS Technical Commission II "Towards Photogrammetry 2020". doi: 10.5194/isprs-archives-XLII-2-355-2018</span><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">7.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Troisi S., Baiocchi V., Del Pizzo S., Giannone F. (2017). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">A PROMPT METHODOLOGY TO GEOREFERENCE COMPLEX HYPOGEA ENVIRONMENTS. In: 3D Virtual Reconstruction and Visualization of Complex Architectures. INTERNATIONAL ARCHIVES OF THE PHOTOGRAMMETRY, REMOTE SENSING AND SPATIAL INFORMATION SCIENCES, vol. </span><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">XLII-2/W3, p. 639-644, ISSN: 2194-9034, doi: 10.5194/isprs-archives-XLII-2-W3-639-2017</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">8.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Baiocchi V., Barbarella M., Del Pizzo S., Giannone F., Troisi S., Piccaro C., Marcantonio D. (2017). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">AUGUSTO\'S SUNDIAL: IMAGE-BASED MODELING FOR REVERSE ENGENEERING PURPOSES. In: 3D Virtual Reconstruction and Visualization of Complex Architectures. INTERNATIONAL ARCHIVES OF THE PHOTOGRAMMETRY, REMOTE SENSING AND SPATIAL INFORMATION SCIENCES, vol. </span><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">XLII-2/W3, p. 63-69, ISSN: 2194-9034, Nafplio, 1-3 Marzo 2017, doi: 10.5194/isprs-archives-XLII-2-W3-63-2017</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">9.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Antonio Angrisano, Silvio del pizzo, salvatore gaglione, salvatore Troisi, mario vultaggio (2017). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Enhanced pseudorange weighting scheme using local redundancy. In: Proceedings of IMEKO TC19 workshop on Metrology for the Sea. </span><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">ISBN: 978-151085211-2</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">10.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Gaglione, Salvatore, INNAC, ANNA, Pastore Carbone, Sonia, TROISI, Salvatore, Angrisano, Antonio (2017). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Robust Estimation Methods Applied to GPS in Harsh Environments. In: ENC 2017 Proceedings. </span><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">IEEE, Lausanne, Svizzera, 9-12 Maggio 2017, doi: 10.1109/EURONAV.2017.7954169</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">11.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Silvio Del Pizzo, Salvatore Gaglione, Antonio Angrisano, Giuseppe Salvi, Salvatore Troisi (2017). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Vessel attitude estimation by camera sensors. In: Proceedings of IMEKO TC19 workshop on Metrology for the Sea. </span><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">ISBN: 978-151085211-2</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">12.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">V. Baiocchi, M. Barbarella, MT D\'Alessio, K. Lelo, TROISI, Salvatore (2016). Le cadran solaire d\'Auguste. GÉOMATIQUE EXPERT, vol. 108, ISSN: 1620-4859</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">13.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Baiocchi V., Barbarella M., D’Alessio M. T., Lelo K., Troisi S. (2015). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">The sundial of Augustus and its survey: unresolved issues and possible solutions. </span><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">ACTA GEODAETICA ET GEOPHYSICA, ISSN: 2213-5812, doi: 10.1007/s40328-015-0142-4</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">14.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">FREDA, PIERLUIGI, Angrisano, Antonio, GAGLIONE, SALVATORE, TROISI, Salvatore (2015). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Time-differenced carrier phases technique for precise GNSS velocity estimation. </span><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">GPS SOLUTIONS, vol. 19, p. 335-341, ISSN: 1080-5370, doi: 10.1007/s10291-014-0425-1</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">15.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">TROISI, Salvatore, DEL PIZZO, SILVIO, GAGLIONE, SALVATORE, Miccio, A., Testa, R. L. (2015). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">3D Models Comparison of complex shell in Undewater and dry Environments. In: Underwater 3D Recording and Modeling. INTERNATIONAL ARCHIVES OF THE PHOTOGRAMMETRY, REMOTE SENSING AND SPATIAL INFORMATION SCIENCES, vol. </span><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">XL-5/W5, p. 215-222, F. Menna, E. Nocerino, S. Del Pizzo, F. Bruno, and F. Remondino, ISSN: 2194-9034, Piano di Sorrento, Italy, 16–17 April 2015, doi: 10.5194/isprsarchives-XL-5-W5-215-2015</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\">16.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">GAGLIONE, SALVATORE, Angrisano, A., CASTALDO, GAETANO, GIOIA, Ciro, INNAC, ANNA, Perrotta, L., DEL CORE, Giuseppe, TROISI, Salvatore (2015). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">GPS/Barometer augmented navigation system: Integration and integrity monitoring. In: metrology for Aerospace (MetroAeroSpace), 2015 IEEE. p. 166-171, ISBN: 978-1-4799-7569-3, doi: 10.1109/MetroAeroSpace.2015.7180647</span><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">17.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">MENNA, FABIO, Nocerino, E., TROISI, Salvatore, Remondino, F. (2015). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Joint Alignment of Underwater and above-the-Water Photogrammetric 3D models by Independent Models Adjustment. In: Int. Arch. Photogramm. Remote Sens. Spatial Inf. Sci., XL-5/W5. INTERNATIONAL ARCHIVES OF THE PHOTOGRAMMETRY, REMOTE SENSING AND SPATIAL INFORMATION SCIENCES, vol. </span><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">XL-5/W5, p. 143-151, Editor(s): F. Menna, E. Nocerino, S. Del Pizzo, F. Bruno, and F. Remondino, ISSN: 2194-9034, Piano di Sorrento, Italy, 16–17 April 2015, doi: 10.5194/isprsarchives-XL-5-W5-143-2015</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\">18.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">GAGLIONE, SALVATORE, Angrisano, Antonio, Gioia, Ciro, INNAC, ANNA, TROISI, Salvatore (2015). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">NeQuick Galileo version model: Assessment of a proposed version in operational scenario. In: Geoscience and Remote Sensing Symposium (IGARSS), 2015 IEEE International. p. 3611-3614, IEEE, ISBN: 978-1-4799-7929-5, Milan, Italy, 26-31 July 2015, doi: 10.1109/IGARSS.2015.7326603</span><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\">19.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">GAGLIONE, SALVATORE, Angrisano, Antonio, CASTALDO, GAETANO, Freda, Pierluigi, Gioia, Ciro, INNAC, ANNA, TROISI, Salvatore, DEL CORE, Giuseppe (2015). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">The first Galileo FOC satellites: From useless to essential. In: Geoscience and Remote Sensing Symposium (IGARSS), 2015 IEEE International. vol. Geoscience and Remote Sensing Symposium (IGARSS), 2015 IEEE International, doi: 10.1109/IGARSS.2015.7326618</span><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\">20.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Ackermann S., Angrisano A., Del Pizzo S., Gaglione S., Gioia C., Troisi S. (2014). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Digital Surface Models for GNSS Mission Planning in Critical Environments. JOURNAL OF SURVEYING ENGINEERING-ASCE, vol. 140, ISSN: 0733-9453, doi: 10.1061/(ASCE)SU.1943-5428.0000119</span><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\">21.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Castaldo Gaetano, Angrisano Antonio, Gaglione Salvatore, Troisi Salvatore (2014). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">P-RANSAC: An Integrity Monitoring Approach for GNSS Signal Degraded Scenario. INTERNATIONAL JOURNAL OF NAVIGATION AND OBSERVATION, vol. 2014, p. 1-11, ISSN: 1687-5990, doi: 10.1155/2014/173818</span><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">22.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Angrisano Antonio, Gaglione Salvatore, Troisi Salvatore (2014). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Real-Time Receiver Clock Jump Detection for Code Absolute Positioning with Kalman Filter. </span><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">WIRELESS PERSONAL COMMUNICATIONS, vol. 79, p. 211-221, ISSN: 0929-6212, doi: 10.1007/s11277-014-1849-1</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\">23.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Del Pizzo Silvio, Troisi Salvatore, Angrisano Antonio, Gaglione Salvatore (2014). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Roll and Pitch Estimation Using Visual Horizon Recognition. In: Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics). vol. 8853, p. 363-380, ISBN: 978-3-319-13968-5, Lecce, September 17-20, 2014,, doi: 10.1007/978-3-319-13969-2_27</span><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\">24.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Angrisano Antonio, Gaglione Salvatore, Gioia Ciro, Troisi Salvatore (2014). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Validity period of NeQuick (Galileo version) corrections: Trade-off between accuracy and computational load. In: Proceedings of International Conference on Localization and GNSS (ICL-GNSS), 2014. p. 1-6, IEEE, ISBN: 978-1-4799-5123-9, Helsinki, 24-26 June 2014, doi: 10.1109/ICL-GNSS.2014.6934183</span><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\">25.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Angrisano Antonio, Gaglione Salvatore, Gioia Ciro, Massaro Marco, Troisi Salvatore (2013). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Benefit of the NeQuick Galileo Version in GNSS Single-Point Positioning. INTERNATIONAL JOURNAL OF NAVIGATION AND OBSERVATION, vol. 2013, p. 1-11, ISSN: 1687-5990, doi: 10.1155/2013/302947</span><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">26.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Troisi S., Menna F., Nocerino E., Remondino F. (2013). Fotogrammetria Subacquea e Rilievo 3D di Precisione di Strutture Galleggianti o Semi-Sommerse. GEOMEDIA, vol. 17, p. 32-34, ISSN: 1128-8132</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\">27.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Menna F, Nocerino E, Troisi S, Remondino F (2013). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">A photogrammetric approach to survey floating and semi-submerged objects.. In: Proc. of Videometrics, Range Imaging and Applications XII. vol. 8791, p. 87910H-1-87910H-15, SPIE International Society for Optics and Photonics, ISBN: 9780819496072, doi: 10.1117/12.2020464</span><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\">28.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Nocerino E, Menna F, Troisi S (2013). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">High accuracy low-cost videogrammetric system: an application to 6DOF estimation of ship models. In: Proceedings of Videometrics, Range Imaging and Applications XII,. vol. 8791, p. 87910J-1-87910J-15, Monaco:SPIE OPTICAL METROLOGY, ISBN: 9780819496072, Monaco, 13-16 May 2013, doi: 10.1117/12.2020922</span><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">29.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span lang=\"EN-GB\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Del Pizzo S, Ackermann S, Picardi S, Troisi S (2012). </span><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Strumenti Open-Source per la modellazione image-Based. BOLLETTINO DELLA SOCIETÀ ITALIANA DI FOTOGRAMMETRIA E TOPOGRAFIA, vol. 2, p. 25-47, ISSN: 1721-971X</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">30.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Remondino F., Del Pizzo S., Kersten T.P., Troisi S (2012). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Low-cost and open-source solutions for automated image orientation - A critical overview. In: 4th International Conference on Cultural Heritage, EuroMed 2012;Limassol;29 October 2012through3 November 2012;Code93607. vol. </span><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Volume 7616, p. 40-54, ISBN: 978-364234233-2, Limassol, 29 October 2012 -3 November 2012, doi: 10.1007/978-3-642-34234-9_5</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\">31.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Rizzardi Mariarosaria, Troisi Salvatore (2011). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Approximation of irregular polylines by means of a straight-line graph. </span><span lang=\"EN-GB\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">APPLIED GEOMATICS, vol. 3, p. 171-182, ISSN: 1866-9298, doi: 10.1007/s12518-011-0059-8</span><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">32.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span lang=\"EN-GB\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">RIZZARDI M, TROISI S (2011). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Approximation of irregular polylines by means of a straight-line graph. </span><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">APPLIED GEOMATICS, vol. 3, p. 171-182, ISSN: 1866-9298, doi: 10.1007/s12518-011-0059-8</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">33.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">DEL PIZZO S, Troisi S (2011). Estrazione di punti omologhi per l\'orientamento automatico di sequenze di immagini. BOLLETTINO DELLA SOCIETÀ ITALIANA DI FOTOGRAMMETRIA E TOPOGRAFIA, vol. 1, p. 55-67, ISSN: 1721-971X</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">34.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">S DEL PIZZO, Troisi S (2011). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">AUTOMATIC ORIENTATION OF IMAGE SEQUENCES IN CULTURAL HERITAGE. In: Proceedings of the 4th ISPRS International Workshop3D-ARCH 2011:"3D Virtual Reconstruction and Visualization of Complex Architectures"Trento, Italy, 2-4 March 2011International Archives of Photogrammetry, Remote Sensing and Spatial Information Sciences. </span><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Remondino F.,El-Hakim S, TRENTO, 2-4 March 2011</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\">35.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">TROISI S, Ackermann S, Angrisano A, Del Pizzo S, Gaglione S, Gioia C. (2011). Digital Surface Models for GNSS Mission Planning in Critical Environment. In: Proceeding of ENC 2011, the European Satellite Navigation conference.. London, November 29, 2011 - December 1, 2011</span><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">36.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">NOCERINO E, ACKERMANN S, DEL PIZZO S, MENNA F, TROISI S (2011). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Low-cost human motion capture system for postural analysis onboard ships. </span><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">In: Proceedings of SPIE. ISBN: 978-081948681-3, MUNICH, 25 - 26 May 2011, doi: 10.1117/12.890110</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">37.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">BOCCALATTE C, SCAMARDELLA A, TROISI S (2010). Il Rilievo Fotogrammetrico di Nave Argo. RIVISTA MARITTIMA, vol. Novembre 2010, p. 63-74, ISSN: 0035-6964</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">38.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Ackermann S, Troisi S (2010). Una procedura di modellazione automatica degli edifici con dati LIDAR. BOLLETTINO DELLA SOCIETÀ ITALIANA DI FOTOGRAMMETRIA E TOPOGRAFIA, vol. 2, p. 9-25, ISSN: 1721-971X</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\">39.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Menna FABIO, Troisi Salvatore (2010). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">LOW COST REVERSE ENGINEERING TECHNIQUES FOR 3D MODELLING OF PROPELLERS. In: International Archives of Photogrammetry, Remote Sensing and Spatial Information Sciences, Vol. XXXVIII, Part 5. vol. Vol. XXXVIII, p. 452-457, Newcastle upon Tyne, UK., 22-24 Giugno 2010</span><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\">40.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Scamardella A, Menna F, Nocerino E, Troisi S (2009). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">DIGITAL PHOTOGRAMMETRY: A USEFUL TOOL FOR SHIPBUILDING APPLICATIONS. In: Vari. 13TH CONGRESS OF INTERNATIONAL MARITIME ASSOCIATION OF MEDITERRANEAN – TOWARDS THE SUSTAINABLE MARINE TECHNOLOGY AND TRANSPORTATION. vol. 2, p. 607-614, ISBN: 978-975-561-357-4</span><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">41.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Scamardella A, Menna F, Troisi S (2009). MODELLAZIONE TRIDIMENSIONALE INVERSA DI ELICHE. In: Vari. SOCIETA\' ITALIANA DI FOTOGRAMMETRIA E TOPOGRAFIA. vol. 1, p. 212-213, ISBN: 88-901939-7-2</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">42.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">MENNA F, ACKERMANN S, NOCERINO E, SCAMARDELLA A, TROISI S (2009). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Digital photogrammetry: a useful tool for shipbuilding applications. In: Proceeding of 13th Congress of Intl. </span><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Maritime Assoc. of Mediterranean. vol. 2, p. 607-614, ISBN: 978-975-561-357-4, Istanbul, Turkey, 12-15 Ottobre 2009</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\">43.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">ANGRISANO A, DEL CORE G, NOCERINO E, TROISI S (2009). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">IMU low cost calibration method. In: Proceedings of 2009 ENC-GNSS Conference. May 3-6, Naples. Naples, 3-6 Maggio 2009</span><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">44.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">MENNA F, SCAMARDELLA A, TROISI S (2009). Modellazione tridimensionale inversa di eliche. In: Atti del Convegno Nazionale SIFET. vol. 1, p. 212-213, ISBN: 88-901939-7-2, MANTOVA, 24-26 GIUGNO 2009</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">45.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Troisi S, Lucarelli G (2009). Problemi di Navigazione Spaziale. p. 1-85, ROMA:Gruppo Editoriale L\'Espresso SpA</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">46.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">FIANI M, MENNA F, TROISI S (2008). Integrazione di Tecniche di Fotogrammetria e Laser Scanning per la modellazione 3D della carena di una imbarcazione. BOLLETTINO DELLA SOCIETÀ ITALIANA DI FOTOGRAMMETRIA E TOPOGRAFIA, vol. 1, p. 39-58, ISSN: 1721-971X</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">47.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">LUCARELLI G, PELLECCHIA G, TROISI S (2008). UN SEMPLICE METODO DI MISSION PLANNING. AEROTECNICA, MISSILI E SPAZIO, vol. 2, p. 55-61, ISSN: 0365-7442</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">48.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Scamardella A, Ackermann S, Menna F, Troisi S (2008). Digital photogrammetry for high precision 3Dmeasurements in shipbuilding field. In: R. Teti. 6TH CIRP INTERNATIONAL CONFERENCE ON INTELLIGENT COMPUTATION IN MANIFACTURING ENGINEERING. p. 473-478, C. MARE DI STABIA (NA):Ed. </span><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Zino, ISBN: 978-88-900948-7-3</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">49.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Ackermann S, Menna F, Troisi S, Scamardella A (2008). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Digital photogrammetry for high precision 3D measurements in shipbuilding field. </span><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">In: Proceedings of the CIRP ICME \'08 International Conference. p. 473-478, CASTELLAMMARE DI STABIA (NA):Edizioni Ziino, ISBN: 978-88-900948-7-3, Naples, 23-25 July 2008</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">50.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Menna F, Troisi S (2007). PBTIN: Prismatic Buffered TIN un algoritmo di filtraggio per dati ALS. BOLLETTINO DELLA SOCIETÀ ITALIANA DI FOTOGRAMMETRIA E TOPOGRAFIA, vol. 1, p. 67-88, ISSN: 1721-971X</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">51.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">ACKERMANN S, MIELE D, RIZZARDI M, TROISI S (2007). 3D MODELLING DA DATI LIDAR. In: Atti dell\'11a Conferenza Nazionale ASITA. Torino, 6-9 novembre 2007</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">52.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Ackermann S, Miele D, Rizzardi M, Troisi S (2007). MODELLAZIONE AUTOMATICA DI EDIFICI DA DATI LIDAR. In: Convegno Nazionale SIFET 2007. vol. I, p. 316-323, ISBN: 9788890313202, Arezzo, 27-29 Giugno 2007</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">53.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">ACKERMANN S, MIELE D, RIZZARDI M, TROISI S (2007). Modellazione automatica di edifici da dati LIDAR. In: Dal Rilevamento Fotogrammetrico ai database topografici. Arezzo, 27-29 Giugno 2007, p. 316-323</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\">54.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Menna F, Troisi S (2007). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Photogrammetric 3D modelling of a boat\'s hull. In: Proceedings of the Optical 3-D Measurement Techniques VIII. vol. 2, p. 347-354, ETH Zurich, July 9-12, 2007</span><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">55.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Troisi S, Lucarelli G (2006). Uno studio sferico del Gravity Assist (Principi di Astrodinamica Sferica). AEROTECNICA, MISSILI E SPAZIO, vol. 85, p. 181-188, ISSN: 0365-7442</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">56.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Menna F, Troisi S (2006). Strategie di classificazione di dati laser scanning. In: Atti del Convegno Nazionale SIFET, Castellaneta Marina, Taranto. Castellaneta Marina, Taranto, 14-16 Giugno 2006</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">57.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Troisi S, Turturici L (2005). DSM da stereocoppie SPOT. BOLLETTINO DELLA SOCIETÀ ITALIANA DI FOTOGRAMMETRIA E TOPOGRAFIA, ISSN: 1721-971X</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpLast\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">58.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Lucarelli G, Troisi S (2005). La notte orbitale (Eclissi solari nello spazio). AEROTECNICA, MISSILI E SPAZIO, vol. 84, p. 53-57, ISSN: 0365-7442</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;margin-bottom:0cm;margin-bottom: .0001pt;text-indent:2.4pt;line-height:normal\"><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"> </span></p>\r\n<p class=\"MsoListParagraphCxSpFirst\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">59.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Lucarelli G, Troisi S (2005). Tempi e modi di Flyover satellitari. ATTI DELL\'ISTITUTO ITALIANO DI NAVIGAZIONE, vol. 179, p. 20-28, ISSN: 1120-6977</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">60.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Menna F, Troisi S (2005). Filtraggio dati Laser Scanning. In: Atti della IXa Conferenza Nazionale ASITA. vol. 2, p. 1505-1510, Catania</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">61.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Lucarelli G, Troisi S (2004). Acquisizione di immagini stereo da satelliti. BOLLETTINO DELLA SOCIETÀ ITALIANA DI FOTOGRAMMETRIA E TOPOGRAFIA, vol. 4, p. 87-99, ISSN: 1721-971X</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">62.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">FIANI, Margherita, Pistillo, P., TROISI, Salvatore, TURTURICI, Lorenzo, ZICARELLI, Maria (2004). Immagini ad alta risoluzione: il ruolo delle effemeridi e della distribuzione dei GCPs. BOLLETTINO DELLA SOCIETÀ ITALIANA DI FOTOGRAMMETRIA E TOPOGRAFIA, vol. 04, p. 35-52, ISSN: 1721-971X</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">63.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Lucarelli G, Troisi S (2004). Quanti satelliti?. ANNALI DELLA FACOLTÀ DI SCIENZE E TECNOLOGIE, vol. LXVIII, p. 255-261, ISSN: 1825-1331</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">64.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">FIANI M., TROISI S, MARCANTONIO D. (2004). Tecniche di fotogrammetria digitale per lo studio del litorale ionico-lucano. BOLLETTINO DELLA SOCIETÀ ITALIANA DI FOTOGRAMMETRIA E TOPOGRAFIA, vol. 04, p. 53-64, ISSN: 1721-971X</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">65.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Lucarelli G., Troisi S (2004). The second focus method. ATTI DELL\'ISTITUTO ITALIANO DI NAVIGAZIONE, vol. N° 174, p. 88-96, ISSN: 1120-6977</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">66.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">FIANI M, PISTILLO P, TROISI S, TURTURICI L (2004). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">THE ROLE OF EPHEMERIDES AND GCPs DISTRIBUTION IN HIGH RESOLUTION SATELLITE IMAGES MODELLING. In: Proceedings of XXth ISPRS Congress, 12-23 July 2004 - Istanbul, Turkey- VII Commission. </span><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">12-23 July 2004</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\">67.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Chianese S, Lucarelli G, Troisi S (2003). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Solutions for Space Operations with a Star Finder. </span><span lang=\"EN-GB\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">JOURNAL OF NAVIGATION, vol. 56, p. 487-496, ISSN: 0373-4633, doi: 10.1017/S0373463303002340</span><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">68.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">FIANI, Margherita, PREZIOSO, Giuseppina, TURTURICI, Lorenzo, TROISI, Salvatore, Wirz, M. (2003). Una rete GPS per il monitoraggio delle variazioni morfologiche delle coste. BOLLETTINO DELLA SOCIETÀ ITALIANA DI FOTOGRAMMETRIA E TOPOGRAFIA, vol. 1, p. 35-52, ISSN: 1721-971X</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">69.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">FIANI M, PREZIOSO G, TURTURICI L, TROISI S, WIRZ M (2003). Una rete GPS per il monitoraggio delle variazioni morfologiche delle coste. BOLLETTINO DELLA SOCIETÀ ITALIANA DI FOTOGRAMMETRIA E TOPOGRAFIA, vol. n.1, p. 35-52, ISSN: 1721-971X</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">70.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">TROISI S, FIANI M (2003). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">DTM Processing from Laser Scanning Measurements. In: XIII ADM - XV INGEGRAF International Conference on TOOLS AND METHODS EVOLUTION IN ENGINEERING DESIGN. </span><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Cassino, Napoli, Salerno, 3-6 Giugno 2003</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">71.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">LUCARELLI G., SICILIANO F., SPINA A., TROISI S (2003). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Formation Flying Satellites: A simple Designing Method. In: “Third International Workshop on Satellite Constellations and Formation Flyng.. </span><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">24-26 February 2003</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">72.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">GIORDANO F., MATTEI G., PELUSO F., TROISI S (2003). Un sistema integrato GPS-GIS per il monitoraggio ambientale. In: VIIa Conferenza Nazionale ASITA .Verona, 28-31 Ottobre 2003..</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">73.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Barbarella M, Fiani M, Troisi S, Turturici L (2002). Progetto di una rete geodetica tridimensionale come base di appoggio per la Cartografia Tecnica Regionale. ANNALI DELLA FACOLTÀ DI SCIENZE NAUTICHE, vol. LXVI, p. 65-91, ISSN: 1590-9093</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">74.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">FALCHI E., FIANI M., TROISI S, SANNA S. (2001). Riprese con Laser a scansione su aree a rischio idrogeologico. BOLLETTINO DELLA SOCIETÀ ITALIANA DI TOPOGRAFIA E FOTOGRAMMETRIA, vol. Supplem. N.2, p. 149-158, ISSN: 0392-4424</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">75.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Barbarella M, Fiani M, Troisi S, Turturici L (2000). Progetto e simulazione di un raffittimento della rete nazionale GPS nella Regione Campania. BOLLETTINO DELLA SOCIETÀ ITALIANA DI TOPOGRAFIA E FOTOGRAMMETRIA, vol. 2000, p. 69-84, ISSN: 0392-4424</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">76.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">FIANI M, TROISI S, TURTURICI L (2000). Rete GPS per l’inquadramento dei rilievi delle frane di Sarno. ANNALI DELLA FACOLTÀ DI SCIENZE NAUTICHE, p. 255-271, ISSN: 1590-9093</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">77.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Parente C, Santamaria R, Troisi S (2000). Utilizzo di dati cartografici nella costruzione dell\'archivio geometrico di un GIS. In: (a cura di): Università di Padova. Istituti di geologia e mineralogia, Memorie Di Scienze Geologiche, Volume 52,Parte 1. vol. 52, p. 133-137, Società Cooperativa Tipografia, Padova</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">78.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">PARENTE C., SANTAMARIA R, TROISI S. (2000). Utilizzo di dati cartografici nella costruzione dell’archivio geometrico di un GIS. In: Memorie Di Scienze Geologiche, Volume 52,Parte 1. vol. 52, p. 133-137, Società Cooperativa Tipografia, Padova</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">79.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">FIANI M, TROISI S (1999). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">DEM’S Comparison for the evaluation of landslide volume. In: International Archives of Photogrammetry and Remote Sensing, ISPRS Comm. </span><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">VI, WG 3, Parma..</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">80.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">FIANI, Margherita, TROISI, Salvatore, TURTURICI, Lorenzo (1998). Analisi di misure GPS per il controllo delle deformazioni nell’area Flegrea. BOLLETTINO DELLA SOCIETÀ ITALIANA DI TOPOGRAFIA E FOTOGRAMMETRIA, vol. 4, ISSN: 0392-4424</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">81.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">BAIOCCHI V., BARBARELLA M., FAZIO C., FIANI M., TROISI S, TURTURICI L., VATORE F. (1998). Metodologie topografiche integrate in situazioni di emergenza ambientale. BOLLETTINO DELLA SOCIETÀ ITALIANA DI TOPOGRAFIA E FOTOGRAMMETRIA, ISSN: 0392-4424</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">82.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Lucarelli G, Picone R, Troisi S (1998). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">The Loci of Satellite Positions: A Constellation Design Approach. </span><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">CELESTIAL MECHANICS & DYNAMICAL ASTRONOMY, vol. 70, p. 59-73, ISSN: 0923-2958, doi: 10.1023/A:1008360724880</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">83.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Lucarelli G., Santamaria R., Troisi S, Turturici L. (1997). Visualizzazione della “traccia terrestre “ di un satellite artificiale. ANNALI DELLA FACOLTÀ DI SCIENZE NAUTICHE, vol. LXIII, p. 109-115, ISSN: 1590-9093</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\">84.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Santamaria R, Troisi S (1997). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Aspect and capability of GPS in marine applications in relation to user\'s requirements. In: Proceedings of the Workshop on the Italian GPS Permanent Network. p. 133-143, Matera:F.Vespe & M. Fermi</span><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\">85.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Santamaria R, Troisi S (1997). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Design of GPS bathymetric surveys. In: Proceedings of the Fifth Bilateral Geodetic Meeting Italy - Poland: Monselice/Padova, 16 - 19 June 1997. vol. 5, p. 103-114, University of Technology, Inst. of Geodesy and Geodetic Astronomy, 1997, ISBN: 9788385287278, Monselice/Padova, 16-19 June 1997</span><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\">86.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Fiani M, Troisi S (1996). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Kinematic GPS tests on rail-tracks. In: Reports on Surveying and Geodesy: In Memory of Prof. Alberto Gubellini (1939-1995) and Prof. Giorgio Folloni (1929-1996).. p. 335-354, BOLOGNA:Nautilus, ISBN: 9783110127539, Bologna</span><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\">87.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Troisi S (1996). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Simulation of GPS Baseline. In: Reports on Surveying and Geodesy: In Memory of Prof. Alberto Gubellini (1939-1995) and Prof. Giorgio Folloni (1929-1996).. p. 428-441, Bologna:Marco Unguendoli, ISBN: 9783110127539, Bologna</span><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">88.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">FIANI M, SANTAMARIA R, TROISI S, TURTURICI L (1995). Il GPS e la manovrabilità di una nave. BOLLETTINO DELLA SOCIETÀ ITALIANA DI TOPOGRAFIA E FOTOGRAMMETRIA, vol. 3, p. 135-148, ISSN: 0392-4424</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">89.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Lucarelli Giancarlo, Santamaria Raffaele, Troisi Salvatore, Turturici Lorenzo (1995). SATELLITE CONFIGURATIONS. SURVEY REVIEW, vol. 33, p. 188-198, ISSN: 0039-6265, doi: 10.1179/003962695791624731</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\">90.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Lucarelli G, Santamaria R, Troisi S, Turturici L (1995). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">SATELLITE CONFIGURATIONS. SURVEY REVIEW, vol. 33, p. 188-198, ISSN: 0039-6265, doi: 10.1179/003962695791624731</span><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">91.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Santamaria R, Troisi S, Turturici L (1995). Sul calcolo dell\'ondulazione geoidica con misure GPS ed astronomiche. RIVISTA DEL DIPARTIMENTO DEL TERRITORIO, vol. 1, p. 67-72, ISSN: 1122-4436</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">92.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">BIANCARDI G.C., SANTAMARIA R, TROISI S. (1995). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Engineering Applications of Innovative Kinematics GPS for Monitoring Sea Trials of High Speed Vessels. In: Proceedings of III Symposium on High Speed Marine Vehicles, Naples, Italy. </span><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">NAPOLI, 6 - 7 Aprile 1995</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">93.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Cavazzi D, Masullo M T, Parente C, Santamaria R, Troisi S (1995). La realizzazione di carte tematiche sulle aree a rischio attraverso l\'elaborazione computerizzata a partire da dati informativi sulle condizioni ambientali. In: (a cura di): AIT Associazione Italiana di Telerilevamento, Telerilevamento, GIS e Cartografia al Servizio dell\'Informazione Territoriale - Atti del VII Convegno Nazionale AIT. Chieri (Torino), 17-20 Ottobre 1995</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">94.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Ferri M, Luongo G, Obrizzo F, Santamaria R, Troisi S (1994). Monitoraggio dei movimenti lenti del suolo nella piana campana con tecnica GPS. BOLLETTINO DELLA SOCIETÀ ITALIANA DI TOPOGRAFIA E FOTOGRAMMETRIA, vol. 1994, p. 123-136, ISSN: 0392-4424</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">95.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Pugliano A, Santamaria R, Troisi S, Turturici L (1994). Monitoraggio dei movimenti orizzontali del suolo nel comune di Castelfranci. ANNALI DELLA FACOLTÀ DI SCIENZE NAUTICHE, vol. LXI, p. 109-123, ISSN: 1590-9093</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">96.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Barbarella M, Crocetto N, Pugliano A, Russo P, Troisi S, Turturici L (1994). Il controllo dei movimenti orizzontali del suolo nella zona Flegrea. In: Atti del 13° Convegno Annuale del Gruppo Nazionale di Geofisica della Terra Solida. p. 421-432, Roma, 23-25 nov. 1994</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">97.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Lucarelli G, Santamaria R, Troisi S, Turturici L (1993). H.E.O. HIGHLY ECCENTRIC ORBITS. vol. 1, p. 3-18, Napoli:Giannini Editore</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">98.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Lucarelli G, Santamaria R, Troisi S, Turturici L (1993). UNA STRATEGIA DI RENDEZ-VOUS DELLO SPACE SHUTTLE. vol. 2, p. 3-9, Napoli:Giannini Editore</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">99.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Pugliano A, Troisi S, Turturici L (1992). Coefficiente di rifrazione geodetica su percorsi misti. BOLLETTINO DELLA SOCIETÀ ITALIANA DI TOPOGRAFIA E FOTOGRAMMETRIA, vol. 1992, p. 99-105, ISSN: 0392-4424</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">100.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Pugliano A, Santamaria R, Troisi S, Turturici L (1992). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">LATITUDE BY TIME DIFFERENCES (OPERATIVE AND COMPUTING METHODOLOGIES). </span><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">SURVEY REVIEW, vol. 31, p. 413-420, ISSN: 0039-6265, doi: 10.1179/003962692791485234</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">101.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Rinaldi M, Troisi S, Turturici L (1991). Coordinate astronomiche con metodologie integrate. ANNALI DELLA FACOLTÀ DI SCIENZE NAUTICHE, vol. LVIII, p. 119-126, ISSN: 1590-9093</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\">102.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">LUCARELLI, Giancarlo, SANTAMARIA, Raffaele, TROISI, Salvatore, TURTURICI, Lorenzo (1991). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Flowers and Satellites. JOURNAL OF NAVIGATION, vol. 44, p. 122-126, ISSN: 0373-4633, doi: DOI: http://dx.doi.org/10.1017/S0373463300009796</span><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\">103.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Lucarelli G, Santamaria R, Troisi S, Turturici L (1991). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">ORTHOGONALITY AND SYMMETRY. SURVEY REVIEW, vol. 31, p. 221-225, ISSN: 0039-6265, doi: 10.1179/003962691791485712</span><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">104.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Colucci G, Pugliano A, Troisi S, Turturici L (1991). Progetto ed installazione di una rete planimetrica per il controllo di movimenti franosi. ANNALI DELLA FACOLTÀ DI SCIENZE NAUTICHE, vol. LVIII, p. 47-58, ISSN: 1590-9093</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">105.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Arnone F, Troisi S, Turturici L (1991). Sull\'automazione di una stazione astrogeodetica. ANNALI DELLA FACOLTÀ DI SCIENZE NAUTICHE, vol. LVIII, p. 127-134, ISSN: 1590-9093</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">106.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Troisi S, Turturici L (1991). Sulla compensazione di una rete planimetrica con particolare riguardo al problema del Datum. ANNALI DELLA FACOLTÀ DI SCIENZE NAUTICHE, vol. LVIII, p. 35-46, ISSN: 1590-9093</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">107.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Lucarelli G, Santamaria R, Troisi S, Turturici L (1991). Sulla rappresentazione delle orbite circolari sincrone. ANNALI DELLA FACOLTÀ DI SCIENZE NAUTICHE, vol. LVIII, p. 73-80, ISSN: 1590-9093</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\">108.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Santamaria R, Troisi S, Turturici L (1990). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Marine Applications of GPS. MARINE GEODESY, vol. 14, p. 13-20, ISSN: 0149-0419, doi: 10.1080/15210609009379642</span><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">109.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Troisi S, Turturici L (1990). Stazione astronomica con teodolite elettronico: metodologie operative e di calcolo. BOLLETTINO DI GEODESIA E SCIENZE AFFINI, vol. XLIX, p. 263-271, ISSN: 0006-6710</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\">110.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Lucarelli G, Santamaria R, Troisi S, Turturici L (1990). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Subsatellite Point Positioning for Synchronous Circular Polar Orbits. </span><span lang=\"EN-GB\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">JOURNAL OF NAVIGATION, vol. 43, p. 270-275, ISSN: 0373-4633, doi: 10.1017/S0373463300009607</span><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">111.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Santamaria R, Sposito A, Troisi S (1990). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Use and capability of GPS in marine applications. In: Proceedings of the Fourth Pacific Congress on Marine Science and Technology. vol. </span><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">I, p. 99-102, Tokyo, July 16-20, 1990</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">112.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Troisi S, Turturici L (1989). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">NON-CURRENT EPHEMERIS FOR APPROXIMATED CALCULATIONS. </span><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">SURVEY REVIEW, vol. 30, p. 135-139, ISSN: 0039-6265, doi: 10.1179/003962689791474122</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">113.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Lucarelli G, Santamaria R, Troisi S, Turturici L (1989). Orbite e costellazioni di satellitit artificiali per coperture selettive della superficie terrestre. ATTI DELL\'ISTITUTO ITALIANO DI NAVIGAZIONE, vol. 115, p. 85-92, ISSN: 1120-6977</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">114.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Lucarelli G, Santamaria R, Troisi S, Turturici L (1989). Uso di uno Star Finder per la soluzione speditiva di problemi satellitari. ANNALI DELLA FACOLTÀ DI SCIENZE NAUTICHE, vol. LVII, p. 17-23, ISSN: 1590-9093</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">115.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Lucarelli G, Santamaria R, Troisi S, Turturici L (1989). </span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Ground traces of artificial satellites in circular orbit. In: Proceedings of 14th World Conference of International Cartographic Association. </span><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Budapest, 17-24 August 1989</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\">116.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Troisi Salvatore (1988). Détermination des coordonnées d\'une station mobile par la méthode des différences de temps. JOURNAL OF NAVIGATION, vol. 142, p. 238-243, ISSN: 0373-4633</span><span lang=\"EN-GB\" style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">117.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Troisi S, Turturici L (1988). Utilizzazione di cataloghi stellari non attuali per le coordinate di puntata. BOLLETTINO DI GEODESIA E SCIENZE AFFINI, vol. XLVII, p. 193-198, ISSN: 0006-6710</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">118.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Lucarelli G, Santamaria R, Troisi S, Turturici L (1988). Rotazioni di sistemi cartesiani ortogonali e trasformazioni di coordinate. vol. 24, p. 3-7, Napoli:Giannini Editore</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">119.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Lucarelli G, Santamaria R, Troisi S, Turturici L (1988). Variazione delle coordinate equatoriali ed eclittiche degli astri per effetto del moto dei sistemi di riferimento. vol. 25, p. 3-8, Napoli:Giannini Editore</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"mso-margin-top-alt:auto;margin-bottom: 0cm;margin-bottom:.0001pt;mso-add-space:auto;text-indent:-18.0pt;line-height: normal;mso-list:l0 level1 lfo1\"><!--[if !supportLists]--><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\">120.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><!--[endif]--><span style=\"font-size: 10pt; font-family: "Times New Roman", serif;\">Troisi S (1986). Applicazioni in navigazione e astronomia delle ottiche ad amplificazione di luce. ANNALI DELLA FACOLTÀ DI SCIENZE NAUTICHE, vol. LV, p. 9-22, ISSN: 1590-9093</span><span style=\"font-size: 9pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></p>\r\n<p> </p>','',0),(82,82,'sergio.ulgiati','ULGIATI Sergio','ULGIATI',' Sergio','201902271007030.Foto sergio per web.tiff',NULL,'6666','sergio.ulgiati@uniparthenope.it',NULL,'201902270954450.2019 Feb 27_CV Ulgiati.pdf','201902270954450.2019 Feb 27_Pubblicazioni Ulgiati.pdf','Giovedi\' ore 11-12; Venerdi\' ore 11-12 (previo appuntamento)','V piano, stanza 519, Lato Nord','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6C79642AD9D47DFBB991DF8FD7C7C5CF.esse3-uniparthenope-prod-01?docente_id=435&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,NULL,NULL,'',0),(85,85,'enrico.zambianchi','ZAMBIANCHI Enrico','ZAMBIANCHI',' Enrico','201510191321350.ez_1984_small_bw.jpg',NULL,'6583','enrico.zambianchi@uniparthenope.it','https://scholar.google.it/citations?user=K6NLV6oAAAAJ&hl=it','201510021409090.zambianchi_breve_cv.pdf','201911091706050.EZambianchi_publications.pdf',NULL,NULL,'https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6C79642AD9D47DFBB991DF8FD7C7C5CF.esse3-uniparthenope-prod-01?docente_id=2317&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,'enricozambianchi','https://www.researchgate.net/profile/Enrico_Zambianchi',NULL,NULL,'',0),(89,89,'alessandro.rozza','ROZZA Alessandro','ROZZA','Alessandro','images/photos/standard.jpg','Ricevimento studenti:</br></br>\r\nMercoledì ore 10-13, Venerdì ore 10-13 \r\n</br></br>(NEI MESI DI DICEMBRE E GENNAIO IL RICEVIMENTO SARÀ SOSPESO)','0815476565',NULL,'http://security.di.unimi.it/~fox721/',NULL,NULL,'','428',NULL,'Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,'Alessandro_Rozza2',' Istruzione:\r\n<br>\r\n Laurea Magistrale con lode in Informatica presso l’Università del Studi di Milano-Bicocca.\r\n<br>\r\n Dottorato di ricerca in Informatica conseguito presso l’Università degli Studi di Milano.\r\n<br>\r\nPosizioni:\r\n<br>\r\n Dottorando presso il dipartimento di Informatica dell\'Università degli Studi di Milano (2007-2010)\r\n\r\n Assegnista di Ricerca presso il dipartimento di Informatica dell\'Università degli Studi di Milano (2010-2012)\r\n<br>\r\n Ricercatore a tempo determinato presso la facoltà di Scienze e Tecnologie dell\'Università degli Studi di Napoli-Parthenope (2012-ad oggi)\r\n<br>\r\nInteressi di Ricerca:\r\n<br>\r\n L’area nella quale ha svolto principalmente la sua attività di ricerca è il riconoscimento di pattern, l’apprendimento automatico e le sue applicazioni a problematiche reali.\r\n<br>\r\n Il principale obiettivo delle sue ricerche degli ultimi anni è stato quello di ideare nuove tecniche di apprendimento supervisionato e non supervisionato. Più precisamente nella prima parte della sua carriera di ricerca ha sviluppato dei classificatori basati su di un nuovo approccio per stimare il sottospazio di Fisher. Queste tecniche hanno dimostrato la loro efficacia in applicazioni di tipo biologico, nell’ambito della sicurezza informatica e applicate a problematiche provenienti dalle scienze sociali. Dal 2009 lavora allo sviluppo di tecniche di stima della dimensionalità intrinseca che hanno dimostrato la loro efficacia ottenendo risultati migliori rispetto ai metodi che rappresentano lo stato dell\'arte della letteratura. Questi stimatori sono stati pubblicati negli atti di importanti conferenze e riviste internazionali. Questi lavori gli hanno permesso di ampliare il suo background matematico relativo al manifold learning permettendogli, inoltre, di migliorare alcuni metodi appartenenti a questo campo, come ad esempio il Tensor Voting Framework e sviluppare una nuova tecnica di clustering basata su proprietà del vicinato dei punti. Nel 2012 ha iniziato ad indagare fenomeni sociali attraverso l\'utilizzo di tecniche di apprendimento automatico applicate a dati provenienti dai social network. Durante questo periodo ho analizzato il fenomeno “dell\'antipolitica” attraverso l\'utilizzo di dati provenienti da Twitter.<br>','Journal Publications:<br>\r\n[3] A. Rozza, G. Lombardi, C. Ceruti, E. Casiraghi, P. Campadelli:\r\nNovel High Intrinsic Dimensionality Estimators. Machine Learning Journal, Springer, DOI: 10.1007/s10994-012-5294-7, May 2012.\r\n<br>\r\n[2] A. Rozza, G. Lombardi, E. Casiraghi, P. Campadelli:\r\nNovel Fisher Discriminant Classifiers. Pattern Recognition, Elsevier, ISSN: 0031-3203, March 2012.\r\n<br>\r\n[1] Rozza Alessandro, Marco Rosa, Gabriele Lombardi and Elena Casiraghi:\r\nO-IPCAC and its Application to EEG Classification. Journal of Machine Learning Research, Sept 2010.\r\n<br>\r\nBook Chapters:\r\n[2] S. Bassis, A. Rozza, C. Ceruti, G. Lombardi, E. Casiraghi, and P. Campadelli:\r\nA Novel Intrinsic Dimensionality Estimator based on Rank-order Statistics. High Dimensional Clustering (In press), Lecture Notes in Computer Science, 2013.\r\n<br>\r\n[1] A. Rozza, G. Lombardi, M. Re, E. Casiraghi, G. Valentini, P. Campadelli:\r\nA novel ensemble technique for protein subcellular location prediction. Ensembles in Machine Learning Applications, Studies in Computational Intelligence, Lecture Notes in Computer Science, 2011.\r\n <br>\r\nPh.D. Thesis:\r\n<br>\r\n[1] Alessandro Rozza:\r\nClassifiers based on a New Approach to Estimate the Fisher Subspace and their Applications. Ph.D. Thesis, Università degli Studi di Milano, 2011.\r\n<br>\r\nInternational Conference and Workshop Publications:\r\n<br>\r\n[9] C.Monti, A. Rozza, G. Zappella, M. Zignani, A. Arvidsson, and E. Colleoni:\r\nModelling Political Disaffection from Twitter Data. In Proceedings of WISDOM13 - ACM KDD Conference, ACM, 2013. \r\n<br>\r\n[8] P. Campadelli, E. Casiraghi, C. Ceruti, G. Lombardi, and A. Rozza:\r\nLocal Intrinsic Dimensionality Based Features for Clustering. In Proceedings of ICIAP (In press), Lecture Notes in Computer Science, 2013.\r\n<br>\r\n\r\n[7] G. Lombardi, A. Rozza, C. Ceruti, E. Casiraghi, and P. Campadelli:\r\nMinimum Neighbor Distance Estimators of Intrinsic Dimension. In Proceedings of ECML-PKDD (In press), Lecture Notes in Artificial Intelligence, 2011.\r\nSelected as one of the best papers of ECML-PKDD 2011.\r\n\r\n<br>\r\n[6] A. Rozza, G. Lombardi, M. Rosa, E. Casiraghi, and P. Campadelli:\r\nIDEA: Intrinsic Dimension Estimation Algorithm. In Proceedings of ICIAP, Lecture Notes in Computer Science, 2011.\r\n <br>\r\n\r\n[5] A. Rozza, G. Lombardi, M. Re, E. Casiraghi, and G. Valentini:\r\nDDAG K-TIPCAC: an ensemble method for protein subcellular localization In Proceedings of ECML PKDD 2010 - SUEMA workshop, 2010.\r\n <br>\r\n\r\n[4] Rozza Alessandro, Gabriele Lombardi and Elena Casiraghi:\r\nPIPCAC: a Novel Binary Classifier Assuming Mixtures of Gaussian Functions. In Proceedings of AIA 2010 (Artificial Intelligence and Application), ACTA Press, 2010.\r\n <br>\r\n\r\n[3] Rozza Alessandro, Gabriele Lombardi and Elena Casiraghi:\r\nNovel IPCA-Based Classifiers and Their Application to Spam Filtering. In Proceedings of ISDA 2009 (International Conference on Intelligent Systems Design and Applications) IEEE CS Press, 2009.\r\n\r\n<br>\r\n[2] M. Voznak, F. Rezac, A. Nappa, A. Rozza:\r\nImpact of security on speech quality In Proceedings of Research in Telecommunication Technology (RTT2008) International Conference, 2008\r\n \r\n<br>\r\n[1] Voznak Miroslav, Rozza Alessandro and Nappa Antonio:\r\nPerformance comparison of secure and insecure VoIP environments In Proceeding of Terena Networking Conference, 2008.\r\n<br>\r\nNational Conference and Workshop Publications:\r\n<br>\r\n[3] A. Rozza, S. Arca, E. Casiraghi, P. Campadelli, M. Natale, E. Bucci, P. Consoli:\r\nAutomatic Alignment of Gel 2D Images. WIRN11 - Proceedings of the 21th Italian Workshop on Neural Nets, Vietri sul Mare, Salerno, Italy, 2011, Frontiers in Artificial Intelligence and Applications, IOS Press, 2011, pp 3-10.\r\n\r\n<br>\r\n[2] A. Rozza, G. Lombardi, E. Casiraghi, P. Campadelli:\r\nClustering based on Tensor Voting Framework. WIRN11 - Proceedings of the 21th Italian Workshop on Neural Nets, Vietri sul Mare, Salerno, Italy, 2011, Frontiers in Artificial Intelligence and Applications, IOS Press, 2011, pp 129-138.\r\n <br>\r\n\r\n[1] Rozza, G. Lombardi, M. Re, E. Casiraghi, G. Valentini, P. Campadelli:\r\nA Novel Ensemble Approach for the Subcellular Localization of Proteins. Proceedings of BITS 2011, Bioinformatics Italian Society Meeting, Firenze, Italy, 2011.\r\n<br>\r\nTechnical Report:\r\n<br>\r\n[2] Corrado Monti, Alessandro Rozza, Giovanni Zappella, Matteo Zignani, Adam Ardvisson:\r\nPolitical Disaffection: a case study on the Italian Twitter community. arXiv:1301.6630 [cs.SI].\r\n<br>\r\n\r\n[1] Claudio Ceruti, Simone Bassis, Alessandro Rozza, Gabriele Lombardi, Elena Casiraghi, Paola Campadelli:\r\nDANCo: Dimensionality from Angle and Norm Concentration. arXiv:1206.3881v1 [cs.LG].','',0),(92,92,'luigi.rosati','Rosati Luigi','ROSATI','Luigi','images/photos/standard.jpg','Ricevimento studenti:</br></br>\r\n','',NULL,'',NULL,NULL,'','',NULL,'Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,'','','','',0),(93,93,'patrizia.criscuolo','CRISCUOLO Patrizia','CRISCUOLO','Patrizia','images/photos/standard.jpg','Ricevimento studenti:</br></br>\r\n','',NULL,'',NULL,NULL,'','','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do?docente_id=1034&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,'','','','',0),(95,95,'silvia.pennino','PENNINO Silvia','PENNINO','Silvia','images/photos/standard.jpg','Ricevimento studenti:</br></br>\r\n','',NULL,'',NULL,NULL,'','',NULL,'Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,'','','','',0),(99,99,'luigi.rosati','ROSATI Luigi','ROSATI','Luigi','images/photos/standard.jpg','','vuoto','',NULL,NULL,NULL,'','',NULL,'Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,'','','',0),(100,100,'vincenzo.piscopo','PISCOPO Vincenzo','PISCOPO','Vincenzo','images/photos/standard.jpg',NULL,'6686','vincenzo.piscopo@uniparthenope.it',NULL,NULL,NULL,'Mercoledì e giovedì dalle 10.00 alle 12.00','404 - IV piano lato SUD','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do?docente_id=1316&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,'https://www.researchgate.net/profile/Vincenzo_Piscopo2',NULL,NULL,'',0),(101,101,'palma.simoniello','SIMONIELLO Palma','SIMONIELLO','Palma','images/photos/standard.jpg',NULL,'6603','palma.simoniello@uniparthenope.it',NULL,NULL,NULL,NULL,'404 - IV piano lato SUD','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6C79642AD9D47DFBB991DF8FD7C7C5CF.esse3-uniparthenope-prod-01?docente_id=2612&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,NULL,'',0),(108,108,'luigi.donofrio','D\'ONOFRIO Luigi','D\'ONOFRIO','Luigi','images/photos/standard.jpg',NULL,'0815474205','luigi.donofrio@uniparthenope.it',NULL,NULL,NULL,'Giovedì ore 15.00 tranne il 7 Febbraio che è posticipato alle ore 11.00 del giorno 8 Febbraio','424 quarto piano lato nord','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do?docente_id=421&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,'<p> <span style=\"text-align: center;\">Curriculum vitae et studiorum</span></p>\r\n<p class=\"MsoNormal\" align=\"center\" style=\"text-align:center\"><o:p></o:p></p>\r\n<p class=\"MsoNormal\" align=\"center\" style=\"text-align:center\"><u>Luigi D’Onofrio<o:p></o:p></u></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">Nato a Napoli il 19/03/1973<o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">laurea in Matematica il 16 Dicembre 1997 (110/110 cum laude) titolo tesi:“Equazioni Ellittiche non variazionali". <o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">dottorato in Matematica (3 Febbraio 2003 - Università degli Studi di Napoli “Federico II” tesi dal titolo "Studies of Linear and Nonlinear Elliptic Equations" sotto la direzione scientifica dei prof. Carlo Sbordone.) <o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><u>Attività scientifica e lavorativa:<o:p></o:p></u></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">Nel 2003 ha vinto una borsa di Post Dottorato presso la Syracuse University <o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">Nel 2004 ha vinto un assegno di Ricerca presso il Dipartimento di Matematica ed Applicazioni “Renato Caccioppoli” dell’Università degli Studi di Napoli Federico II<o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">Dal 11 Gennaio 2005 fino al 31 Ottobre 2015 è stato ricercatore Universitario presso l’Università degli Studi di Napoli “Parthenope” S.S.D: MAT/05<o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">Dal 1 Novembre 2016 ad oggi è Professore Associato Universitario presso l’Università degli Studi di Napoli “Parthenope” S.S.D: MAT/05.</p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><u>Attività gestionale<o:p></o:p></u></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">COORDINATORE DEI PROGETTI<o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">1) Progetto Indam 2017 “Teoria e Modelli nonlocali”<o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">2) “Spazi pesati ed applicazioni al calcolo delle variazioni” Legge 5 annualità 2007 Regione Campania”<o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">Membro dei progetti:<o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">Progetto Indam 2016: Problemi variazionli su varietà riemanniane e gruppi di Carnot,<o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">Progetto Indam 2015: Equazioni ellittiche con dati misure<o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">PRIN 2008: Equazioni ellittiche e omeomorfismi di Sobolev <o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">PRIN 2006: Equazioni ellittiche e paraboliche: soluzioni deboli e molto deboli <o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">PRIN 2004: Calcolo delle Variazioni: problemi a discontinuità libera, simmetrizzazione, equazioni degeneri e spazi di Carnot-Caratheodory<o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">PRIN 2002: Calcolo delle variazioni: problemi a discontinuità libera, equazioni subellittiche<o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><u>COLLABORAZIONI SCIENTIFICHE ED INVITI<o:p></o:p></u></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">Ha collaborato e continua a collaborare con vari esperti italiani e stranieri (tra cui ricordiamo Bogdan Bojarski Banach Center Polonia, Tadeusz Iwaniec, Syracuse University USA, Stanislav Hencl, Jan Maly Charles University in Praha, Juan Manfredi, University of Pittsburgh, USA e Carlo Sbordone Università di Napoli “Federico II”). Per tali motivi ha trascorso diversi periodi di ricerca all’estero <o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">Anno 2002 Syracuse University (prof. T. Iwaniec) <o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span lang=\"EN-GB\">Anno 2003 Syracuse University (prof. T. Iwaniec), Washington University in St. Louis (prof. A. Baernstein), Pittsburgh University (prof. J. Manfredi).<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">Anni 2005, 2008, 2013 Syracuse University (prof. T. Iwaniec). <o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">Anno 2014 Univerzita Hradec Kralove (prof. D.C. Campbell)<o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span lang=\"EN-GB\">Anno 2016 Charles University in Prague (prof. S. Hencl)<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">In tali periodi ha tenuto seminari su invito presso le strutture ospitanti.<o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><o:p> </o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><u><span lang=\"EN-GB\">CONFERENZE SU INVITO <o:p></o:p></span></u></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span lang=\"EN-GB\">"Interpolation theorem for the p-harmonic transform" durante il convegno </span><span lang=\"EN-GB\">3 </span><span lang=\"EN-GB\">th Annual New York State Regional Graduate Mathematics Conference" Syracuse 2003 "The p-harmonic transform beyond its natural domain of definition" durante il convegno "IIIrd Prairie Analysis Seminar" Kansas State University 2003<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span lang=\"EN-GB\">"The p-harmonic transform beyond its natural domain of definition" durante il convegno "Analysis on Metric Measure Spaces" Banach Center Bedlewo 2004<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span lang=\"EN-GB\">"On the Weak Hessian determinants" durante il convegno "Infnite Energy Solutions of Partial Differential Equations" Cortona 2005 <o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span lang=\"EN-GB\">"G-closed Classes of Elliptic Operators in the Complex Plane" durante il convegno Analysis and Partial Differential Equations in honor of Professor Bogdan Bojarski Banach Center Bedlewo 2006<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span lang=\"EN-GB\">"On the Weak Hessian determinants" durante il convegno "Geometric Analysis and Nonlinear PDE" Banach Center Bedlewo 2007<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span lang=\"EN-GB\">"On the existence of the minima of degenerate variational integrals" durante il convegno "Recent Advances in Geometric Function Theory" Syracuse University 2008 <o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span lang=\"EN-GB\">"On the existence of the minima of degenerate variational integrals" durante il convegno "Workshop on Elliptic and Parabolic Equations and Systems", Napoli 2008 <o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span lang=\"EN-GB\">"On the regularity of minimizers to degenerate functionals" durante il convegno NEW FUNCTION SPACE IN PDEs AND HARMONIC ANALYSIS Napoli 2011 <o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span lang=\"EN-US\">“</span>Mappe di Sobolev anisotrope” XXI CONVEGNO NAZIONALE DI CALCOLO DELLE VARIAZIONI Levico Terme 2011 <o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span lang=\"EN-GB\">"Bi-Sobolev homeomorphism with zero Jacobian almost everywhere" durante il convegno "Multi-Scale Modeling and Characterization of Innovative Materials and Structures" Cetara 2013.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span lang=\"EN-US\">“</span><span lang=\"EN-GB\">Bi-Sobolev homeomorphism with zero Jacobian almost everywhere” durante il convegno “Recent Trends in Nonlinear Phenomena Reggio Calabria 2014<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span lang=\"EN-US\">“</span><span lang=\"EN-GB\">Sobolev and biSobolev homeomorphism “ durante la Scuola “School on Nonlinear Analyis, Function Spaces and Application 10 Trest (Repubblica Ceca) 2014.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span lang=\"EN-US\">“</span><span lang=\"EN-GB\">Bi-Sobolev homeomorphism with zero Jacobian almost everywhere” durante il convegno Mathematical Analysis Modelling and applications Reggio Calabria 2015.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">“Legame tra la condizione di Lusin e Jacobiano distribuzionale” Seminario di Calcolo delle Variazioni ed Equazioni alle Derivate Parziali Dipartimento di Matematica “Ulisse Dini” Università di Firenze<o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span lang=\"EN-GB\">“Duality for A ∞ weights on the real line” durante </span><span lang=\"EN-GB\" style=\"color: rgb(37, 48, 58); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">The 11th AIMS Conference on Dynamical Systems,</span><span lang=\"EN-GB\" style=\"mso-bidi-font-family:Arial; color:#25303A;mso-ansi-language:EN-GB;mso-bidi-font-weight:bold\"><br />\r\n<span style=\"background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Differential Equations and Applications<o:p></o:p></span></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span lang=\"EN-GB\" style=\"color: rgb(37, 48, 58); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">“Sharp integrability results for solutions to equations of n-laplacian type ” durante il convegno Function Space Differential Operator and Nonlinear Analysis Praga<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span lang=\"EN-GB\" style=\"color: rgb(37, 48, 58); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">“A note on the Lusin N condition and the distributional determinant ” durante il convegno Harmonic Analysis, Complex Analysis, Spectral Theory Banach Center Bedlewo.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span lang=\"EN-GB\" style=\"color: rgb(37, 48, 58); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">“On the approximate differentiability of inverse maps ”durante il convegno International Conference on Elliptic and Parabolic Problems.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span style=\"color: rgb(37, 48, 58); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">“Perturbation methods for nonlocal Kirchhoff–type problems” durante il convegno Two nonlinear days in Urbino 2017 Università degli Studi di Urbino ‘Carlo Bo’.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span lang=\"EN-GB\" style=\"color: rgb(37, 48, 58); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">“Sharp integrability results for solutions to equations of n-Laplacian type: a tribute to Tadeusz Iwaniec” durante il convegno Geometric analysis and related topics /in honour of Tadeusz Iwaniec’s 70th birthday Będlewo.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span lang=\"EN-US\">“</span>Integrabilità ottimale per soluzioni di equazioni di tipo p-Laplaciano” XXVIII CONVEGNO NAZIONALE DI CALCOLO DELLE VARIAZIONI Levico Terme 2018 <o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><u>ALTRE CONFERENZE<o:p></o:p></u></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">"G-convergenza: un controesempio per operatori ellittici non variazionali" durante il Convegno UMI Milano 2003 <o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span lang=\"EN-GB\">"On the regularity of solutions to a nonvariational elliptic equation" durante il convegno 5th EUROPEAN CONFERENCE ON ELLIPTIC AND PARABOLIC PROBLEMS Gaeta 2004. <o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span lang=\"EN-GB\">"G-compattezza per operatori ellitici nel piano" durante il Convegno UMI Bari 2007 "On the existence of the minima of degenerate variational integrals" durante il 6th EUROPEAN CONFERENCE ON ELLIPTIC AND PARABOLIC PROBLEMS Gaeta 2009<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">"Mappe di Sobolev Anisotrope" durante il Convegno UMI Bologna 2011 <o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span lang=\"EN-GB\">"The exact dependence on A_2(w) for the L^p(R,w) maximal inequalities" durante il 7th EUROPEAN CONFERENCE ON ELLIPTIC AND PARABOLIC PROBLEMS 2012.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span lang=\"EN-US\">“</span><span lang=\"EN-GB\">Gradient regularity in Orlicz space for the gradient of solutions to quasilinear elliptic equations in the plane” durante il 8th EUROPEAN CONFERENCE ON ELLIPTIC AND PARABOLIC PROBLEMS 2014.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span lang=\"EN-US\">“</span>Sulla differenziabilità approssimata delle mappe inverse di omeomorfismi di Sobolev” durante il Convegno UMI Siena 2015<o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><span lang=\"EN-GB\">“Duality for A ∞ weights on the real line” durante il 9th EUROPEAN CONFERENCE ON ELLIPTIC AND PARABOLIC PROBLEMS 2016.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><u><o:p><span style=\"text-decoration-line: none;\"> </span></o:p></u></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><u>ATTIVITA’ DIDATTICA<o:p></o:p></u></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">Titolare degli insegnamenti:<o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">1 ) presso la Scuola Interdipartimentale di Economia e Giurisprudenza dell\'Università degli Studi di Napoli "Parthenope"<o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">Metodi Matematici per l\'Economia anni accademici 2005/2006, 2006/2007, 2007/2008.<o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">Metodi Quantitativi per L\'Economia e l\'Azienda anni accademici 2005/2006, 2006/2007.<o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">Elaborazione dati per le applicazioni economiche anno accademico 2008/2009<o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">Metodi di Matematica Applicata anni accademici 2009/2010, 2010/2011, 2011/2012, 2012/2013, 2013/2014, 2014/2015, 2015/2016 2016/2017 2017/2018 (corso di laurea in Management delle Imprese Internazionale)<o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">Metodi Quantitativi per la Gestione delle Imprese anni accademici 2009/2010, 2010/2011, 2011/2012, 2012/2013, 2013/2014, 2014/2015 (corso di laurea in Statistica ed Informatica per la Gestione delle Imprese)<o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">Modelli Matematici per l’Analisi Economica 2015/2016 2016/2017 (corso di laurea Magistrale in Metodi Quantitativi per la Gestione Aziendale)<o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">2) presso il Dipartimento di Ingegneria dell\'Università degli Studi di Napoli "Parthenope"<o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">Analisi Matematica III anno accademico 2005/2006<o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">Analisi Matematica I anno accademico 2006/2007<o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">Metodi Matematici per l\'Ingegneria anni accademici 2007/2008, 2008/2009, 2009/2010.<o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">3) presso il Dipartimento di Scienze e Tecnoglogie dell’Università degli Studi di Napoli “Parthenope”<o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">Analisi Matematica II anno accademico 2017/2018.<o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">Durante tutti questi anni è stato relatore di diverse tesi triennali indirizzando i migliori laureati in Statistica ed Informatica per la Gestione delle Imprese verso i corsi organizzati dall’UIIP University-Industry Internship training Program organizzato dalla Biogem scarl con partnership Accenture presso Atripalda. Si ricorda Ilenia Falcocchio Titolo della tesi: Indagine Metodologica sull’Insegnamento delle Scienze Matematiche risultata una delle migliori al Corso Uiip in Erp-Sap Specialist ad oggi lavora presso Accenture Technology Solution; Ambra Rocco Titolo della tesi: Teoria delle code risultata una delle migliori al corso Uiip in Business Intellegence specialist ad oggi lavora presso Olivetti spa; Elena Balestriero una delle migliori al corso Uiip in Business Intellegence specialist ad oggi lavora presso Accenture Technology Solution.<o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">L’Associazione Studentesca Listagram dell’Università degli Studi di Napoli “Parthenope” gli ha conferito il titolo di miglior docente della Parthenope per l’a.a. 2013/2014.<o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><u>ALTRO<o:p></o:p></u></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">E\' stato curatore insieme a Menita Carozza, Luigi Greco, Gioconda Moscariello, Antonia Passarelli di Napoli e Carlo Sbordone dei "PROCEEDINGS OF THE WORKSHOP NEW DEVELOPMENTS IN THE CALCULUS OF VARIATIONS " pubblicati da Edizioni Scientifiche Italiane, Pubblicazioni della Facoltà di Economia e del Dipartimento di Studi Giuridici, Politici e Sociali dell\'Università del Sannio, n. 2.<o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">Svolge attività di referee per numerose riviste nazionali ed internazionali e fa parte dei "Reviewers" per l\'A.M.S.<o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">Dal 2000 è membro dell\'U.M.I., dal 2002 è membro dell\' E.M.S., dal 2000 aderisce al Gruppo Nazionale per l\'Analisi Matematica, la Probabilità e le loro Applicazioni (G.N.A.M.P.A. ex G.N.A.F.A.)<o:p></o:p></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\">E’ stato componente di due Commissioni proposte alla valutazione dell’attività didattica e di ricerca svolta da due RTD di tipo a), nell’ambito del contratto per cui era proposta la proroga<o:p></o:p></p>\r\n<p style=\"text-align:justify\">Ha fatto parte del comitato organizzatore dei convegni: <o:p></o:p></p>\r\n<p style=\"margin-left:36.0pt;text-align:justify;text-indent:-18.0pt;mso-list: l0 level1 lfo1\"><!--[if !supportLists]-->1)<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span><!--[endif]-->“<span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\">2nd Conference on</span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"> Recent Trends in Nonlinear Phenomena” organizzata a Napoli presso l’Università degli Studi Parthenope nel Novembre 2015 e <o:p></o:p></span></p>\r\n<p style=\"margin-left:36.0pt;text-align:justify;text-indent:-18.0pt;mso-list: l0 level1 lfo1\"><!--[if !supportLists]-->2)<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span><!--[endif]-->“<span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\">3nd Conference on</span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"> Recent Trends in Nonlinear Phenomena” organizzata a Perugià presso il Dipartimento di Matematica ed Informatica nel Settembre 2016, <o:p></o:p></span></p>\r\n<p style=\"margin-left:36.0pt;text-align:justify;text-indent:-18.0pt;mso-list: l0 level1 lfo1\"><!--[if !supportLists]-->3)<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span><!--[endif]--><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\">“ Topics in nonlinear analysis and applications” organizzata presso l’Università degli Studi di Milano \'Bicocca\', Marzo, 2017.<o:p></o:p></span></p>\r\n<p style=\"margin-left:36.0pt;text-align:justify;text-indent:-18.0pt;mso-list: l0 level1 lfo1\"><!--[if !supportLists]-->4)<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span><!--[endif]--><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\">“4th Conference on Recent Trends in Nonlinear Phenomena” organizzata presso l’ Università degli Studi di Messina, Settembre, 2017.<o:p></o:p></span></p>\r\n<p style=\"text-align:justify\"><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\">Membro esterno (lector and informante) del comitato per l’attribuzione del titolo di dottore di ricerca in Matematica di Marcos de lo Oliva presso l’Universitad Autonoma de Madrid.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"> </p>\r\n<p style=\"text-align:justify\"><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\">Referee della tesi di dottorato di Pierfrancesco Oliva in Mathematical Models, Electromagnetics and Nanosciences Università di Roma La Sapienza.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align:justify\"><o:p></o:p></p>','<div class=\"headline \" style=\"padding-top: 0px; padding-bottom: 15px; clear: left; font-family: Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif; font-size: 16px;\">\r\n<div>\r\n<div> </div>\r\n<div>\r\n<div id=\"titleSeparator\" style=\"width: 1070px; height: 1.3em; overflow: hidden; background-image: url("/mathscinet/images/backGrad.png"); background-position: left -8px; background-size: initial; background-repeat: repeat-x; background-attachment: initial; background-origin: initial; background-clip: initial; margin: 15px 0px 5px; position: relative; border-top: 1px solid rgb(128, 128, 128); clear: both;\"> <span style=\"font-family: "Andale Mono", "Bitstream Vera Sans Mono", monospace;\">Alberico, Teresa ; Capozzoli, Costantino ; Schiattarella, Roberta ; D\'Onofrio, Luigi . </span></div>\r\n<div class=\"doc\" style=\"margin-top: 10px; padding-top: 0px; margin-bottom: 10px; clear: both;\">\r\n<pre style=\"font-family: "Andale Mono", "Bitstream Vera Sans Mono", monospace;\">\r\nG-convergence for non-divergence elliptic operators with VMO coefficients in <span class=\"MathJax\" id=\"MathJax-Element-2-Frame\" tabindex=\"0\" style=\"display: inline; line-height: normal; word-spacing: normal; overflow-wrap: normal; white-space: nowrap; float: none; direction: ltr; max-width: none; max-height: none; min-width: 0px; min-height: 0px; border: 0px; padding: 0px; margin: 0px;\"><nobr style=\"transition: none 0s ease 0s; border: 0px; padding: 0px; margin: 0px; max-width: none; max-height: none; min-width: 0px; min-height: 0px; vertical-align: 0px; line-height: normal;\"><span class=\"math\" id=\"MathJax-Span-4\" style=\"transition: none 0s ease 0s; display: inline-block; position: static; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; width: 1.175em;\"><span style=\"transition: none 0s ease 0s; display: inline-block; position: relative; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; width: 1.175em; height: 0px; font-size: 15.36px;\"><span style=\"transition: none 0s ease 0s; position: absolute; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; clip: rect(-0.127em, 1001.17em, 1.175em, -999.997em); top: -0.973em; left: 0em;\"><span class=\"mrow\" id=\"MathJax-Span-5\" style=\"transition: none 0s ease 0s; display: inline; position: static; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal;\"><span class=\"msubsup\" id=\"MathJax-Span-6\" style=\"transition: none 0s ease 0s; display: inline; position: static; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal;\"><span style=\"transition: none 0s ease 0s; display: inline-block; position: relative; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; width: 1.175em; height: 0px;\"><span style=\"transition: none 0s ease 0s; position: absolute; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; clip: rect(3.128em, 1000.72em, 4.17em, -999.997em); top: -3.968em; left: 0em;\"><span class=\"texatom\" id=\"MathJax-Span-7\" style=\"transition: none 0s ease 0s; display: inline; position: static; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal;\"><span class=\"mrow\" id=\"MathJax-Span-8\" style=\"transition: none 0s ease 0s; display: inline; position: static; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal;\"><span class=\"mi\" id=\"MathJax-Span-9\" style=\"transition: none 0s ease 0s; display: inline; position: static; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; font-family: MathJax_AMS;\">R</span></span></span></span><span style=\"transition: none 0s ease 0s; position: absolute; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; top: -4.359em; left: 0.719em;\"><span class=\"mn\" id=\"MathJax-Span-10\" style=\"transition: none 0s ease 0s; display: inline; position: static; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; font-size: 10.8595px; font-family: MathJax_Main;\">3</span></span></span></span></span></span></span></span></nobr></span>.\r\n Discrete Contin. Dyn. Syst. Ser. S 12 (2019), no. 2, 129--137.\r\n </pre>\r\n<pre style=\"font-family: "Andale Mono", "Bitstream Vera Sans Mono", monospace;\">\r\nAmbrosio, Vincenzo ; D\'Onofrio, Luigi ; Molica Bisci, Giovanni . On nonlocal fractional Laplacian problems with oscillating potentials.\r\n Rocky Mountain J. Math. 48 (2018), no. 5, 1399--1436.\r\n </pre>\r\n<pre style=\"font-family: "Andale Mono", "Bitstream Vera Sans Mono", monospace;\">\r\nD\'Onofrio, Luigi ; Fiscella, Alessio ; Molica Bisci, Giovanni . Perturbation methods for nonlocal Kirchhoff-type problems.\r\n Fract. Calc. Appl. Anal. 20 (2017), no. 4, 829--853.\r\n </pre>\r\n<pre style=\"font-family: "Andale Mono", "Bitstream Vera Sans Mono", monospace;\">\r\nD\'Onofrio, Luigi ; Sbordone, Carlo ; Schiattarella, Roberta . Recent studies on Sobolev mappings.\r\n Nonlinear Anal. <strong> 154 </strong> (2017), 25--42.\r\n </pre>\r\n<pre style=\"font-family: "Andale Mono", "Bitstream Vera Sans Mono", monospace;\">\r\nD\'Onofrio, Luigi ; Popoli, Arturo ; Schiattarella, Roberta . Duality for <span class=\"MathJax\" id=\"MathJax-Element-3-Frame\" tabindex=\"0\" style=\"display: inline; line-height: normal; word-spacing: normal; overflow-wrap: normal; white-space: nowrap; float: none; direction: ltr; max-width: none; max-height: none; min-width: 0px; min-height: 0px; border: 0px; padding: 0px; margin: 0px;\"><nobr style=\"transition: none 0s ease 0s; border: 0px; padding: 0px; margin: 0px; max-width: none; max-height: none; min-width: 0px; min-height: 0px; vertical-align: 0px; line-height: normal;\"><span class=\"math\" id=\"MathJax-Span-11\" style=\"transition: none 0s ease 0s; display: inline-block; position: static; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; width: 1.501em;\"><span style=\"transition: none 0s ease 0s; display: inline-block; position: relative; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; width: 1.566em; height: 0px; font-size: 15.36px;\"><span style=\"transition: none 0s ease 0s; position: absolute; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; clip: rect(0.068em, 1001.57em, 1.305em, -999.997em); top: -0.973em; left: 0em;\"><span class=\"mrow\" id=\"MathJax-Span-12\" style=\"transition: none 0s ease 0s; display: inline; position: static; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal;\"><span class=\"msubsup\" id=\"MathJax-Span-13\" style=\"transition: none 0s ease 0s; display: inline; position: static; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal;\"><span style=\"transition: none 0s ease 0s; display: inline-block; position: relative; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; width: 1.566em; height: 0px;\"><span style=\"transition: none 0s ease 0s; position: absolute; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; clip: rect(3.063em, 1000.72em, 4.17em, -999.997em); top: -3.968em; left: 0em;\"><span class=\"mi\" id=\"MathJax-Span-14\" style=\"transition: none 0s ease 0s; display: inline; position: static; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; font-family: MathJax_Math-italic;\">A</span></span><span style=\"transition: none 0s ease 0s; position: absolute; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; top: -3.838em; left: 0.785em;\"><span class=\"mi\" id=\"MathJax-Span-15\" style=\"transition: none 0s ease 0s; display: inline; position: static; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; font-size: 10.8595px; font-family: MathJax_Main;\">∞</span></span></span></span></span></span></span></span></nobr></span> weights on the real line.\r\n Atti Accad. Naz. Lincei Rend. Lincei Mat. Appl. 27 (2016), no. 3, 287--308.\r\n </pre>\r\n<pre style=\"font-family: "Andale Mono", "Bitstream Vera Sans Mono", monospace;\">\r\nDe Cave, Linda Maria ; D\'Onofrio, Luigi ; Schiattarella, Roberta . Orlicz regularity of the gradient of solutions to quasilinear elliptic equations in the plane.\r\n Bound. Value Probl. 2016, Paper No. 103, 15 pp.\r\n </pre>\r\n<pre style=\"font-family: "Andale Mono", "Bitstream Vera Sans Mono", monospace;\">\r\nD\'Onofrio, Luigi ; Hencl, Stanislav ; Malý, Jan ; Schiattarella, Roberta . Note on Lusin <span class=\"MathJax\" id=\"MathJax-Element-4-Frame\" tabindex=\"0\" style=\"display: inline; line-height: normal; word-spacing: normal; overflow-wrap: normal; white-space: nowrap; float: none; direction: ltr; max-width: none; max-height: none; min-width: 0px; min-height: 0px; border: 0px; padding: 0px; margin: 0px;\"><nobr style=\"transition: none 0s ease 0s; border: 0px; padding: 0px; margin: 0px; max-width: none; max-height: none; min-width: 0px; min-height: 0px; vertical-align: 0px; line-height: normal;\"><span class=\"math\" id=\"MathJax-Span-16\" style=\"transition: none 0s ease 0s; display: inline-block; position: static; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; width: 1.566em;\"><span style=\"transition: none 0s ease 0s; display: inline-block; position: relative; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; width: 1.631em; height: 0px; font-size: 15.36px;\"><span style=\"transition: none 0s ease 0s; position: absolute; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; clip: rect(1.175em, 1001.57em, 2.607em, -999.997em); top: -2.145em; left: 0em;\"><span class=\"mrow\" id=\"MathJax-Span-17\" style=\"transition: none 0s ease 0s; display: inline; position: static; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal;\"><span class=\"mo\" id=\"MathJax-Span-18\" style=\"transition: none 0s ease 0s; display: inline; position: static; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; font-family: MathJax_Main;\">(</span><span class=\"mi\" id=\"MathJax-Span-19\" style=\"transition: none 0s ease 0s; display: inline; position: static; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; font-family: MathJax_Math-italic;\">N</span><span class=\"mo\" id=\"MathJax-Span-20\" style=\"transition: none 0s ease 0s; display: inline; position: static; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; font-family: MathJax_Main;\">)</span></span></span></span></span></nobr></span> condition and the distributional determinant.\r\n J. Math. Anal. Appl. 439 (2016), no. 1, 171--182.\r\n </pre>\r\n<pre style=\"font-family: "Andale Mono", "Bitstream Vera Sans Mono", monospace;\">\r\nDe Cave, Linda Maria ; D\'Onofrio, Luigi ; Schiattarella, Roberta . Regularity results for quasilinear elliptic equations in the plane.\r\n J. Elliptic Parabol. Equ. <strong> 1 </strong> (2015), 109--121.\r\n </pre>\r\n<pre style=\"font-family: "Andale Mono", "Bitstream Vera Sans Mono", monospace;\">\r\nD\'Onofrio, Luigi ; Sbordone, Carlo ; Schiattarella, Roberta . On the approximate differentiability of inverse maps.\r\n J. Fixed Point Theory Appl. 15 (2014), no. 2, 473--499.\r\n </pre>\r\n<pre style=\"font-family: "Andale Mono", "Bitstream Vera Sans Mono", monospace;\">\r\nD\'Onofrio, Luigi ; Hencl, Stanislav ; Schiattarella, Roberta . Bi-Sobolev homeomorphism with zero Jacobian almost everywhere.\r\n Calc. Var. Partial Differential Equations 51 (2014), no. 1-2, 139--170.\r\n </pre>\r\n<pre style=\"font-family: "Andale Mono", "Bitstream Vera Sans Mono", monospace;\">\r\nD\'Onofrio, Luigi ; Sbordone, Carlo ; Schiattarella, Roberta . Grand Sobolev spaces and their applications in geometric function theory and PDEs.\r\n J. Fixed Point Theory Appl. 13 (2013), no. 2, 309--340.\r\n </pre>\r\n<pre style=\"font-family: "Andale Mono", "Bitstream Vera Sans Mono", monospace;\">\r\nD\'Onofrio, Luigi ; Schiattarella, Roberta . On the continuity of Jacobian of orientation-preserving mappings in the grand Sobolev space.\r\n Differential Integral Equations 26 (2013), no. 9-10, 1139--1148.\r\n </pre>\r\n<pre style=\"font-family: "Andale Mono", "Bitstream Vera Sans Mono", monospace;\">\r\nAlberico, Teresa ; Capozzoli, Costantino ; D\'Onofrio, Luigi . <span class=\"MathJax\" id=\"MathJax-Element-5-Frame\" tabindex=\"0\" style=\"display: inline; line-height: normal; word-spacing: normal; overflow-wrap: normal; white-space: nowrap; float: none; direction: ltr; max-width: none; max-height: none; min-width: 0px; min-height: 0px; border: 0px; padding: 0px; margin: 0px;\"><nobr style=\"transition: none 0s ease 0s; border: 0px; padding: 0px; margin: 0px; max-width: none; max-height: none; min-width: 0px; min-height: 0px; vertical-align: 0px; line-height: normal;\"><span class=\"math\" id=\"MathJax-Span-21\" style=\"transition: none 0s ease 0s; display: inline-block; position: static; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; width: 0.785em;\"><span style=\"transition: none 0s ease 0s; display: inline-block; position: relative; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; width: 0.785em; height: 0px; font-size: 15.36px;\"><span style=\"transition: none 0s ease 0s; position: absolute; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; clip: rect(0.98em, 1000.78em, 2.087em, -999.997em); top: -1.885em; left: 0em;\"><span class=\"mrow\" id=\"MathJax-Span-22\" style=\"transition: none 0s ease 0s; display: inline; position: static; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal;\"><span class=\"mi\" id=\"MathJax-Span-23\" style=\"transition: none 0s ease 0s; display: inline; position: static; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; font-family: MathJax_Math-italic;\">G</span></span></span></span></span></nobr></span>-convergence for non-divergence second-order elliptic operators in the plane.\r\n Differential Integral Equations 26 (2013), no. 9-10, 1127--1138.\r\n </pre>\r\n<pre style=\"font-family: "Andale Mono", "Bitstream Vera Sans Mono", monospace;\">\r\nD\'Onofrio, Luigi ; Schiattarella, Roberta . On the total variations for the inverse of a BV-homeomorphism.\r\n Adv. Calc. Var. 6 (2013), no. 3, 321--338.\r\n </pre>\r\n<pre style=\"font-family: "Andale Mono", "Bitstream Vera Sans Mono", monospace;\">\r\nD\'Onofrio, L. ; Schiattarella, R. The exact dependence on <span class=\"MathJax\" id=\"MathJax-Element-6-Frame\" tabindex=\"0\" style=\"display: inline; line-height: normal; word-spacing: normal; overflow-wrap: normal; white-space: nowrap; float: none; direction: ltr; max-width: none; max-height: none; min-width: 0px; min-height: 0px; border: 0px; padding: 0px; margin: 0px;\"><nobr style=\"transition: none 0s ease 0s; border: 0px; padding: 0px; margin: 0px; max-width: none; max-height: none; min-width: 0px; min-height: 0px; vertical-align: 0px; line-height: normal;\"><span class=\"math\" id=\"MathJax-Span-24\" style=\"transition: none 0s ease 0s; display: inline-block; position: static; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; width: 2.607em;\"><span style=\"transition: none 0s ease 0s; display: inline-block; position: relative; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; width: 2.673em; height: 0px; font-size: 15.36px;\"><span style=\"transition: none 0s ease 0s; position: absolute; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; clip: rect(1.175em, 1002.61em, 2.607em, -999.997em); top: -2.145em; left: 0em;\"><span class=\"mrow\" id=\"MathJax-Span-25\" style=\"transition: none 0s ease 0s; display: inline; position: static; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal;\"><span class=\"msubsup\" id=\"MathJax-Span-26\" style=\"transition: none 0s ease 0s; display: inline; position: static; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal;\"><span style=\"transition: none 0s ease 0s; display: inline-block; position: relative; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; width: 1.175em; height: 0px;\"><span style=\"transition: none 0s ease 0s; position: absolute; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; clip: rect(3.063em, 1000.72em, 4.17em, -999.997em); top: -3.968em; left: 0em;\"><span class=\"mi\" id=\"MathJax-Span-27\" style=\"transition: none 0s ease 0s; display: inline; position: static; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; font-family: MathJax_Math-italic;\">A</span></span><span style=\"transition: none 0s ease 0s; position: absolute; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; top: -3.838em; left: 0.785em;\"><span class=\"mn\" id=\"MathJax-Span-28\" style=\"transition: none 0s ease 0s; display: inline; position: static; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; font-size: 10.8595px; font-family: MathJax_Main;\">2</span></span></span></span><span class=\"mo\" id=\"MathJax-Span-29\" style=\"transition: none 0s ease 0s; display: inline; position: static; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; font-family: MathJax_Main;\">(</span><span class=\"mi\" id=\"MathJax-Span-30\" style=\"transition: none 0s ease 0s; display: inline; position: static; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; font-family: MathJax_Math-italic;\">w</span><span class=\"mo\" id=\"MathJax-Span-31\" style=\"transition: none 0s ease 0s; display: inline; position: static; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; font-family: MathJax_Main;\">)</span></span></span></span></span></nobr></span> for the <span class=\"MathJax\" id=\"MathJax-Element-7-Frame\" tabindex=\"0\" style=\"display: inline; line-height: normal; word-spacing: normal; overflow-wrap: normal; white-space: nowrap; float: none; direction: ltr; max-width: none; max-height: none; min-width: 0px; min-height: 0px; border: 0px; padding: 0px; margin: 0px;\"><nobr style=\"transition: none 0s ease 0s; border: 0px; padding: 0px; margin: 0px; max-width: none; max-height: none; min-width: 0px; min-height: 0px; vertical-align: 0px; line-height: normal;\"><span class=\"math\" id=\"MathJax-Span-32\" style=\"transition: none 0s ease 0s; display: inline-block; position: static; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; width: 3.649em;\"><span style=\"transition: none 0s ease 0s; display: inline-block; position: relative; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; width: 3.779em; height: 0px; font-size: 15.36px;\"><span style=\"transition: none 0s ease 0s; position: absolute; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; clip: rect(1.436em, 1003.71em, 2.868em, -999.997em); top: -2.406em; left: 0em;\"><span class=\"mrow\" id=\"MathJax-Span-33\" style=\"transition: none 0s ease 0s; display: inline; position: static; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal;\"><span class=\"msubsup\" id=\"MathJax-Span-34\" style=\"transition: none 0s ease 0s; display: inline; position: static; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal;\"><span style=\"transition: none 0s ease 0s; display: inline-block; position: relative; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; width: 1.11em; height: 0px;\"><span style=\"transition: none 0s ease 0s; position: absolute; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; clip: rect(3.128em, 1000.65em, 4.17em, -999.997em); top: -3.968em; left: 0em;\"><span class=\"mi\" id=\"MathJax-Span-35\" style=\"transition: none 0s ease 0s; display: inline; position: static; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; font-family: MathJax_Math-italic;\">L</span></span><span style=\"transition: none 0s ease 0s; position: absolute; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; top: -4.359em; left: 0.654em;\"><span class=\"mi\" id=\"MathJax-Span-36\" style=\"transition: none 0s ease 0s; display: inline; position: static; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; font-size: 10.8595px; font-family: MathJax_Math-italic;\">p</span></span></span></span><span class=\"mo\" id=\"MathJax-Span-37\" style=\"transition: none 0s ease 0s; display: inline; position: static; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; font-family: MathJax_Main;\">(</span><span class=\"texatom\" id=\"MathJax-Span-38\" style=\"transition: none 0s ease 0s; display: inline; position: static; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal;\"><span class=\"mrow\" id=\"MathJax-Span-39\" style=\"transition: none 0s ease 0s; display: inline; position: static; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal;\"><span class=\"mi\" id=\"MathJax-Span-40\" style=\"transition: none 0s ease 0s; display: inline; position: static; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; font-family: MathJax_AMS;\">R</span></span></span><span class=\"mo\" id=\"MathJax-Span-41\" style=\"transition: none 0s ease 0s; display: inline; position: static; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; font-family: MathJax_Main;\">,</span><span class=\"mi\" id=\"MathJax-Span-42\" style=\"transition: none 0s ease 0s; display: inline; position: static; border: 0px; padding: 0px 0px 0px 0.199em; margin: 0px; vertical-align: 0px; line-height: normal; font-family: MathJax_Math-italic;\">w</span><span class=\"mo\" id=\"MathJax-Span-43\" style=\"transition: none 0s ease 0s; display: inline; position: static; border: 0px; padding: 0px; margin: 0px; vertical-align: 0px; line-height: normal; font-family: MathJax_Main;\">)</span></span></span></span></span></nobr></span> maximal inequalities.\r\n J. Math. Anal. Appl. 400 (2013), no. 2, 396--405.\r\n </pre>\r\n<pre style=\"font-family: "Andale Mono", "Bitstream Vera Sans Mono", monospace;\">\r\nD\'Onofrio, L. ; Sbordone, C. ; Schiattarella, R. Measurability properties of a homeomorphism under minimal integrability conditions on the gradient.\r\n Boll. Unione Mat. Ital. (9) 5 (2012), no. 3, 727--730.\r\n </pre>\r\n<pre style=\"font-family: "Andale Mono", "Bitstream Vera Sans Mono", monospace;\">\r\nD\'Onofrio, Luigi ; Sbordone, Carlo ; Schiattarella, Roberta . The grand Sobolev homeomorphisms and their measurability properties.\r\n Adv. Nonlinear Stud. 12 (2012), no. 4, 767--782.\r\n </pre>\r\n<pre style=\"font-family: "Andale Mono", "Bitstream Vera Sans Mono", monospace;\">\r\nCruz-Uribe, David ; Di Gironimo, Patrizia ; D\'Onofrio, Luigi . On the continuity of minimizers for quasilinear functionals.\r\n Czechoslovak Math. J. 62(137) (2012), no. 1, 111--116.\r\n </pre>\r\n<pre style=\"font-family: "Andale Mono", "Bitstream Vera Sans Mono", monospace;\">\r\nDi Gironimo, Patrizia ; D\'Onofrio, Luigi ; Sbordone, Carlo ; Schiattarella, Roberta . Anisotropic Sobolev homeomorphisms.\r\n Ann. Acad. Sci. Fenn. Math. 36 (2011), no. 2, 593--602.\r\n </pre>\r\n<pre style=\"font-family: "Andale Mono", "Bitstream Vera Sans Mono", monospace;\">\r\nDi Gironimo, P. ; D\'Onofrio, L. On the regularity of minimizers to degenerate functionals.\r\n Commun. Pure Appl. Anal. 9 (2010), no. 5, 1311--1318.\r\n\r\nD\'Onofrio, Luigi ; Moscariello, Gioconda . On finite energy solutions for nonhomogeneous p-harmonic equations.<br /> Funct. Approx. Comment. Math. 40 (2009), part 1, 139--150. ISBN: 978-83-232-1996-5 <br /> <br />D\'Onofrio, Luigi ; Verde, Anna . On the existence of the minima of degenerate variational integrals.<br /> Funct. Approx. Comment. Math. 40 (2009), part 1, 117--126. ISBN: 978-83-232-1996-5 <br /> <br />D\'Onofrio, Luigi ; Verde, Anna . A note on the existence of the minima of degenerate variational integrals.<br /> Rend. Accad. Sci. Fis. Mat. Napoli (4) 75 (2008), 21--29. ISBN: 978-88-207-4656-8 <br /> <br />D\'Onofrio, Luigi ; Giannetti, Flavia ; Iwaniec, Tadeusz ; Manfredi, Juan ; Radice, Teresa . Divergence forms of the ∞-Laplacian.<br /> Publ. Mat. 50 (2006), no. 1, 229--248.<br /> <br />D\'Onofrio, Luigi . Relations between elliptic equations in the divergence and non-divergence form.<br /> Ricerche Mat. 54 (2005), no. 1, 215--227 (2006).<br /> <br />D\'Onofrio, Luigi ; Giannetti, Flavia ; Greco, Luigi . On weak Hessian determinants.<br /> Ricerche Mat. 54 (2005), no. 2, 545--551 (2006).<br /> <br />D\'Onofrio, Luigi . Divergence and non-divergence elliptic operators in the plane.<br /> Ricerche Mat. 54 (2005), no. 2, 539--544 (2006).<br /> <br />Bojarski, Bogdan ; D\'Onofrio, Luigi ; Iwaniec, Tadeusz ; Sbordone, Carlo . G-closed classes of elliptic operators in the complex plane.<br /> Ricerche Mat. 54 (2005), no. 2, 403--432 (2006).<br /> <br />D\'Onofrio, Luigi ; Giannetti, Flavia ; Greco, Luigi . On weak Hessian determinants.<br /> Atti Accad. Naz. Lincei Cl. Sci. Fis. Mat. Natur. Rend. Lincei (9) Mat. Appl. 16 (2005), no. 3, 159--169 (2006).<br /> <br />D\'Onofrio, Luigi ; Iwaniec, Tadeusz . Notes on p-harmonic analysis.<br /> The p-harmonic equation and recent advances in analysis, <br /> 25--49, Contemp. Math., 370, Amer. Math. Soc., Providence, RI, 2005. <br /> <br />D\'Onofrio, Luigi ; Iwaniec, Tadeusz . The p-harmonic transform beyond its natural domain of definition.<br /> Indiana Univ. Math. J. 53 (2004), no. 3, 683--718.<br /> <br />D\'Onofrio, Luigi ; Iwaniec, Tadeusz . Interpolation theorem for the p-harmonic transform.<br />Studia Math. 159 (2003), no. 3, 373--390.<br /> <br />D\'Onofrio, Luigi ; Greco, Luigi . A counter-example in G-convergence of non-divergence elliptic operators.<br /> Proc. Roy. Soc. Edinburgh Sect. A 133 (2003), no. 6, 1299--1310.<br /> <br />D\'Onofrio, Luigi ; Greco, Luigi . On the regularity of solutions to a nonvariational elliptic equation.<br /> Ann. Fac. Sci. Toulouse Math. (6) 11 (2002), no. 1, 47--56.\r\n\r\n\r\n <br type=\"_moz\" /></pre>\r\n</div>\r\n</div>\r\n</div>\r\n<div> </div>\r\n</div>\r\n<p> </p>','',0),(110,110,NULL,'ROVIELLO Giuseppina','ROVIELLO','Giuseppina','images/photos/standard.jpg',NULL,NULL,'giuseppina.roviello@uniparthenope.it',NULL,NULL,NULL,NULL,NULL,'https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do?docente_id=1581&ANNO_ACCADEMICO=2018',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL),(115,115,'fabio.narducci','NARDUCCI Fabio','Fabio','Narducci','201801310944180.Fabio_Narducci.png',NULL,'0815476580','fabio.narducci@uniparthenope.it','https://orcid.org/0000-0003-4879-7138','201902011354530.CV_FabioNarducci_short.pdf','201901302247460.pubblicazioni.pdf','Mercoledì 14.30 - 16.30','n. 428, IV piano','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6C79642AD9D47DFBB991DF8FD7C7C5CF.esse3-uniparthenope-prod-01?docente_id=2686&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,'https://www.researchgate.net/profile/Fabio_Narducci',NULL,NULL,NULL,NULL),(116,116,'vito.pascazio','PASCAZIO Vito','PASCAZIO','vito','images/photos/standard.jpg','','081 5476712','vito.pascazio@uniparthenope.it','',NULL,'','','','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do?docente_id=1079&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,'','',NULL,'',0),(118,118,'yuri.cotroneo','COTRONEO Yuri','COTRONEO','Yuri','201905140758370.IMG_20190226_125228~2.jpg',NULL,'vuoto','yuri.cotroneo@uniparthenope.it',NULL,'201905100957250.CV_01_2019_Cotroneo.pdf',NULL,NULL,NULL,'https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6C79642AD9D47DFBB991DF8FD7C7C5CF.esse3-uniparthenope-prod-01?docente_id=2707&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,NULL,'',0),(119,119,'giovanni.schmid','SCHMID Giovanni','SCHMID','Giovanni','images/photos/standard.jpg',NULL,'vuoto','giovanni.schmid@uniparthenope.it','','',NULL,'','',NULL,'Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,'','','',0),(121,121,'gennaroluca.russo','RUSSO Gennaro Luca','RUSSO','Gennaro Luca','images/photos/standard.jpg',NULL,NULL,'gennaroluca.russo@uniparthenope.it',NULL,'201903110909090.201902031321110.CV-formato-europeo.pdf',NULL,'Si riceve subito dopo la fine di ogni lezione previa precedente comunicazione','434 p. 4','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6C79642AD9D47DFBB991DF8FD7C7C5CF.esse3-uniparthenope-prod-01?docente_id=2710&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,'glucar82',NULL,'<p>Docente di Informatica c/o l\'Istituto Statale di istruzione Superiore "Archimede" Napoli. Titolare di P. IVA in attività di studi di ingegneria. Esperto di Settore Economico Professionale per l\'analisi e la valutazione delle competenze tecnico-professionali per la Regione Campania. Incarichi come formatore, responsabile, progettista e collaudatore.</p>\r\n<p>14/05/2018<br />\r\nEsperto SEP (Settore Economico Professionale). Bollettino Ufficiale della Regione Campania numero 34 del 14/05/2018</p>\r\n<p>A.A. 2017/2018 - 2018/2019<br />\r\nDocente Universitario a contratto in “Gestione dell’Informazione e della Conoscenza in Applicazioni Complesse”, corso di laurea magistrale informatica applicata. Università degli studi di Napoli “Parthenope”.</p>\r\n<p>01/09/2017 ad oggi<br />\r\nDocente di ruolo scuola secondaria di II grado Ministero dell’istruzione CdC A041</p>\r\n<p>09/2016<br />\r\nVincitore concorso a cattedra scienze e tecnologie informatiche (A041)</p>\r\n<p>17/07/2015<br />\r\nabilitazione all’insegnamento (TFA 2015).</p>\r\n<p>25/03/2015<br />\r\nIscrizione all’albo dell’Ordine degli ingegneri della Provincia di Napoli. Titolare Partita IVA in Attività degli studi di Ingegneria.</p>\r\n<p>A.S. 2015/2016 - 2017/2018 <br />\r\nDocente con incarico annuale di scuola secondaria di II grado Ministero dell’istruzione CdC A041</p>\r\n<p>A.A. 2015/2016<br />\r\nIncarico di Tutor di Programmazione 1 e Sistemi Operativi. Università degli studi di Napoli “Parthenope”.</p>\r\n<p>A.A. 2016/2017<br />\r\nIncarico di Tutor di Programmazione 1. Università degli studi di Napoli “Parthenope”.</p>\r\n<p>A.A. 2014/2015<br />\r\nTitolare assegno di ricerca. Università degli studi di Napoli “Parthenope”.</p>\r\n<p>18/12/2013<br />\r\nDottore in Informatica applicata</p>\r\n<p>12/2012 - 04/2014<br />\r\nTecnico specialista in applicazioni informatiche.</p>',NULL,'',0),(122,122,'marco.ariola','ARIOLA Marco','ARIOLA','Marco','images/photos/standard.jpg','','vuoto','marco.ariola@uniparthenope.it ',NULL,NULL,NULL,'https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do?docente_id=2348&ANNO_ACCADEMICO=2018','',NULL,'Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,'','','',0),(123,123,'aniello.castiglione','CASTIGLIONE Aniello','CASTIGLIONE','Aniello','201903070952170.aniello_castiglione_foto_profilo.png',NULL,'081 5476580','aniello.castiglione@uniparthenope.it',NULL,'201904101608200.AnielloCastiglioneShortCV_en_withphoto_January_2019v2.pdf','201904101617490.AnielloCastiglione_publication_list_January2019.pdf','martedì 14:00 - 16:00 ','413 - quarto piano - lato sud','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do?docente_id=2807&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,'castiglione','https://www.researchgate.net/profile/Aniello_Castiglione',NULL,NULL,'',0),(124,124,'maurizio.denino','DE NINO maurizio','DE NINO','Maurizio','201902071443410.foto.jpg',NULL,'vuoto','maurizio.denino@uniparthenope.it',NULL,'201902071433220.Curriculum Vitae De Nino - 2018 - 07.pdf',NULL,'Si riceve subito dopo la fine di ogni lezione previa precedente comunicazione','sala riunioni al 4° piano','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do;jsessionid=6C79642AD9D47DFBB991DF8FD7C7C5CF.esse3-uniparthenope-prod-01?docente_id=2711&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,'mdenino',NULL,'<p> <font face=\"Times New Roman\" size=\"3\"> </font></p>\r\n<table border=\"1\" style=\"margin: 0px; border: medium; border-image: none; border-collapse: collapse;\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody>\r\n <tr style=\"mso-yfti-irow:0;mso-yfti-firstrow:yes;mso-yfti-lastrow:yes; height:14.2pt\">\r\n <td style=\"margin: 0px; padding: 0cm 5.4pt; border: 1.33px solid rgb(0, 0, 0); border-image: none; width: 484.8pt; height: 14.2pt; background-color: transparent;\" width=\"471\">\r\n <p style=\"margin: 0px; text-align: justify;\"> <font face=\"Times New Roman\" size=\"3\"> </font><font size=\"3\"><span lang=\"EN-GB\" style=\"margin: 0px; color: black;\">Nato a Napoli il 7 Giugno 1972 mi sono laureato con lode (nel 1997) in Fisica ad indirizzo cibernetico. Durante il percorso di studi universitari, mi sono specializzato in intelligenze artificiali e sistemi di acquisizione dati ed ho poi iniziato la mia carriera lavorativa come sviluppatore di videogiochi per PlayStation (Puma Street Soccer). In seguito e per i successivi 20 anni ho fatto la mia esperienza lavorativa presso diversi centri di ricerca (CIRA, ASI, ESA, CNR, INAF, DLR) e varie aziende del settore aerospaziale.</span><span lang=\"EN-GB\" style=\"margin: 0px;\"> I primi lavori erano focalizzati sui sistemi di acquisizione e controllo di esperimenti condotti nello spazio e solo successivamente ho iniziato a lavorare anche in ambito industriale sia sperimentale che di produzione. Dal 2010 mi sono dedicato alla computer grafica ed alla computer vision con particolare interesse per i sistemi di realtà virtuale e di realtà aumentata.</span></font></p>\r\n <p style=\"margin: 0px; text-align: justify;\"><span lang=\"EN-GB\" style=\"margin: 0px;\"><font size=\"3\">Durante la carriera lavorativa ho ricoperto vari ruoli, da quello di programmatore a quello di progettista fino a quello di sistemista, di program manager ed infine di direttore tecnico. </font></span></p>\r\n <p style=\"margin: 0px; text-align: justify;\"><span lang=\"EN-GB\" style=\"margin: 0px;\"><font size=\"3\">Il lavoro mi ha portato a viaggiare molto ed a partecipare a progetti di rilievo nazionale ed internazionale per i quali ho trascorso svariati mesi all’estero: Belgio, Francia, Germania, Olanda, Svezia, Russia.</font></span></p>\r\n <p style=\"margin: 0px; text-align: justify;\"> </p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>','<p> <font face=\"Times New Roman\" size=\"3\"><span lang=\"EN-GB\" style=\"margin: 0px; font-family: Symbol;\"><span style=\"margin: 0px;\"><font size=\"3\">·</font><span style=\"font: 7pt "Times New Roman"; margin: 0px; font-size-adjust: none; font-stretch: normal;\"> </span></span></span><font size=\"3\"><u><span lang=\"EN-GB\" style=\"margin: 0px;\">M. De Nino</span></u><span lang=\"EN-GB\" style=\"margin: 0px;\">, R. Ascolese: “Realization of an Electrical Ground Support Equipment to perform test activities on the VIRTIS Instrument for Venus Express space mission”, NI-Days 2003-04</span></font></font></p>\r\n<p><font face=\"Times New Roman\" size=\"3\"><span lang=\"EN-GB\" style=\"margin: 0px; font-family: Symbol;\"><span style=\"margin: 0px;\"><font size=\"3\">·</font><span style=\"font: 7pt "Times New Roman"; margin: 0px; font-size-adjust: none; font-stretch: normal;\"> </span></span></span><span lang=\"EN-GB\" style=\"margin: 0px;\"><font size=\"3\">M. Severi, <u>M. De Nino</u>. R. Quadarella, G. Capuano: “High Resolution High Frame Rate Video Management Unit”, DASIA 2004</font></span></font></p>\r\n<p><span lang=\"EN-GB\" style=\"margin: 0px; font-family: Symbol;\"><span style=\"margin: 0px;\"><font size=\"3\">·</font><span style=\"font: 7pt "Times New Roman"; margin: 0px; font-size-adjust: none; font-stretch: normal;\"> </span></span></span><span lang=\"EN-GB\" style=\"margin: 0px;\"><font size=\"3\">G. Capuano, M. Severi, <u>M. De Nino</u>. F. Cacace, P. Longobardi: “Digital Video System On Board Maser10”, DASIA 2005</font></span></p>\r\n<p><span lang=\"EN-GB\" style=\"margin: 0px; font-family: Symbol;\"><span style=\"margin: 0px;\"><font size=\"3\">·</font><span style=\"font: 7pt "Times New Roman"; margin: 0px; font-size-adjust: none; font-stretch: normal;\"> </span></span></span><font size=\"3\"><span lang=\"EN-US\" style=\"margin: 0px;\">M.Severi, G.Capuano, <u>M.De Nino</u>, F.Cacace: “H2VMU FOR PRISMA FORMATION FLYNG MISSION”, </span><span lang=\"EN-GB\" style=\"margin: 0px;\">DASIA 2007</span></font></p>\r\n<p><span lang=\"EN-GB\" style=\"margin: 0px; font-family: Symbol;\"><span style=\"margin: 0px;\"><font size=\"3\">·</font><span style=\"font: 7pt "Times New Roman"; margin: 0px; font-size-adjust: none; font-stretch: normal;\"> </span></span></span><span lang=\"EN-GB\" style=\"margin: 0px;\"><font size=\"3\">G. Capuano, P. Longobardi, <u>M. De Nino</u>, M. P. Di Donato, C. Richiello, G. Russo: “Power Management System (PMS) for the CIRA Unmanned Space Vehicle Program”, June 13/14th, 2007 at the “Ecole Royale Militaire ”</font></span></p>\r\n<p><span lang=\"EN-US\" style=\"margin: 0px; font-family: Symbol;\"><span style=\"margin: 0px;\"><font size=\"3\">·</font><span style=\"font: 7pt "Times New Roman"; margin: 0px; font-size-adjust: none; font-stretch: normal;\"> </span></span></span><font size=\"3\"><span lang=\"EN-GB\" style=\"margin: 0px;\"><span style=\"margin: 0px;\"> </span></span><span lang=\"EN-US\" style=\"margin: 0px; color: black;\">M.Severi, <u>M. De Nino</u>, P.Corsonello, G.Capuano: “Real-time Wavelet Compression Module”, OBPDC June 2008 at ESTEC</span></font></p>\r\n<p><span lang=\"EN-US\" style=\"margin: 0px; font-family: Symbol;\"><span style=\"margin: 0px;\"><font size=\"3\">·</font><span style=\"font: 7pt "Times New Roman"; margin: 0px; font-size-adjust: none; font-stretch: normal;\"> </span></span></span><font size=\"3\"><span lang=\"EN-US\" style=\"margin: 0px;\">G.Cocorullo, P.Corsonello, <u>M. De Nino</u>, M.Lanuzza, S.Perri and G.Staino: “Design and Implementation of a Low bit-rate On-Board Satellite Wavelet-based Compression Core”, </span><span lang=\"EN-US\" style=\"margin: 0px; color: black;\">OBPDC June 2008 at ESTEC</span></font></p>\r\n<p><span lang=\"EN-US\" style=\"margin: 0px; font-family: Symbol;\"><span style=\"margin: 0px;\"><font size=\"3\">·</font><span style=\"font: 7pt "Times New Roman"; margin: 0px; font-size-adjust: none; font-stretch: normal;\"> </span></span></span><span lang=\"EN-GB\" style=\"margin: 0px;\"><font size=\"3\">A. Petta, L. Serra, <u>M. De Nino</u> : “Multiparallel decompression simultaneously using multicore central processing unit and graphic processing unit”, Journal of Applied Remote Science - 2013</font></span></p>\r\n<p><span lang=\"EN-US\" style=\"margin: 0px; font-family: Symbol;\"><span style=\"margin: 0px;\"><font size=\"3\">·</font><span style=\"font: 7pt "Times New Roman"; margin: 0px; font-size-adjust: none; font-stretch: normal;\"> </span></span></span><font size=\"3\"><u><span lang=\"EN-GB\" style=\"margin: 0px;\">M. De Nino</span></u><span lang=\"EN-GB\" style=\"margin: 0px;\">, D. Titomanlio, R. Calvanese, G. Capuano, M. Rovatti: “SATA Controller Into A Space CPU”, DASIA 2014</span></font></p>\r\n<p><span lang=\"EN-US\" style=\"margin: 0px; font-family: Symbol;\"><span style=\"margin: 0px;\"><font size=\"3\">·</font><span style=\"font: 7pt "Times New Roman"; margin: 0px; font-size-adjust: none; font-stretch: normal;\"> </span></span></span><font size=\"3\"><u><span lang=\"EN-GB\" style=\"margin: 0px;\">M. De Nino</span></u><span lang=\"EN-GB\" style=\"margin: 0px;\">, G. Capuano, M. Romano, E. Magli: “Lossy Multi/Hyperspectral Compression HW Implementation At High Data Rate”, IAC 2014</span></font></p>\r\n<p><span lang=\"EN-US\" style=\"margin: 0px; font-family: Symbol;\"><span style=\"margin: 0px;\"><font size=\"3\">·</font><span style=\"font: 7pt "Times New Roman"; margin: 0px; font-size-adjust: none; font-stretch: normal;\"> </span></span></span><span lang=\"EN-GB\" style=\"margin: 0px;\"><font size=\"3\">G. Capuano, R. Ascolese, D. Titomanlio, P. Longobardi, <u>M. De Nino</u>, G. Formicola: “A Multi-Ocular Smart System For Vision-Based Space Navigation”, IAC 2014</font></span></p>\r\n<p><span lang=\"EN-US\" style=\"margin: 0px; font-family: Symbol;\"><span style=\"margin: 0px;\"><font size=\"3\">·</font><span style=\"font: 7pt "Times New Roman"; margin: 0px; font-size-adjust: none; font-stretch: normal;\"> </span></span></span><font size=\"3\"><u><span lang=\"EN-US\" style=\"margin: 0px;\">M. De Nino</span></u><span lang=\"EN-US\" style=\"margin: 0px;\">, G. Capuano, M. Romano, E. Magli: “An Hardware Implementation of a Novel Algorithm For Onboard Compression of Multispectral and Hyperspectral Images”, OBPDC 2014</span></font></p>\r\n<p><span lang=\"EN-US\" style=\"margin: 0px; font-family: Symbol;\"><span style=\"margin: 0px;\"><font size=\"3\">·</font><span style=\"font: 7pt "Times New Roman"; margin: 0px; font-size-adjust: none; font-stretch: normal;\"> </span></span></span><span lang=\"EN-US\" style=\"margin: 0px;\"><font size=\"3\">D. Valsesia, E. Magli, <u>M. De Nino</u>: “A Novel Rate-Controlled Predictive Coding Algorithm for Onboard Compression of Multispectral and Hyperspectral Images”, OBPDC 2014</font></span></p>\r\n<p><span lang=\"EN-US\" style=\"margin: 0px; font-family: Symbol;\"><span style=\"margin: 0px;\"><font size=\"3\">·</font><span style=\"font: 7pt "Times New Roman"; margin: 0px; font-size-adjust: none; font-stretch: normal;\"> </span></span></span><span lang=\"EN-GB\" style=\"margin: 0px;\"><font size=\"3\">P. Melillo, D. Riccio, L. Di Perna, G. Sanniti Di Baja, <u>M. De Nino</u>, S. Rossi, F. Testa, F. Simonelli, M. Frucci: “Wearable improved vision system for color vision deficiency correction”, 2016 <span style=\"margin: 0px;\"> </span>- IEEE Journal of Translational Engineering in Health<span style=\"margin: 0px;\"> </span>and Medicine</font></span></p>\r\n<p><span lang=\"EN-US\" style=\"margin: 0px; font-family: Symbol;\"><span style=\"margin: 0px;\"><font size=\"3\">·</font><span style=\"font: 7pt "Times New Roman"; margin: 0px; font-size-adjust: none; font-stretch: normal;\"> </span></span></span><span lang=\"EN-GB\" style=\"margin: 0px;\"><font size=\"3\">D. Valsesia, <u>M. De Nino, </u>E. Magli,: “Compression Algorithm And Implementation For The Prisma Mission”, OBPDC 2016</font></span></p>','',0),(125,125,'alessandro.mauro','MAURO Alessandro','MAURO','Alessandro','images/photos/standard.jpg','','vuoto','',NULL,NULL,NULL,'','','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do?docente_id=562&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,'','','',0),(126,126,'giulio.liotti','LIOTTI Giulio','LIOTTI','Giulio','images/photos/standard.jpg','','vuoto','',NULL,NULL,NULL,'','','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do?docente_id=2836&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,'','','',0),(127,127,'mariacristina.nisco','NISCO Maria Cristina','NISCO','Maria Cristina','images/photos/standard.jpg','','vuoto','',NULL,NULL,NULL,'','','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do?docente_id=2656&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,'','','',0),(128,128,'mariagiovanna.milutillo','MINUTILLO Maria Giovanna','MINUTILLO','Maria Giovanna','images/photos/standard.jpg','','vuoto','',NULL,NULL,NULL,'','','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do?docente_id=918&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,'','','',0),(130,130,'gaetana.napolitano','NAPOLITANO Gaetana','NAPOLITANO','Gaetana','images/photos/standard.jpg','','vuoto','',NULL,NULL,NULL,'','','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do?docente_id=2791&ANNO_ACCADEMICO=2018','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,'','','',0),(131,131,'giuseppe.aulicino','AULICINO Giuseppe','AULICINO','Giuseppe','images/photos/standard.jpg','','','giuseppe.aulicino@uniparthenope.it',NULL,NULL,NULL,'','','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do?docente_id=2934&ANNO_ACCADEMICO=2019','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,'','','',0),(132,132,'egidio.damato','D\'AMATO Egidio','D\'AMATO','Egidio','images/photos/standard.jpg','','','egidio.damato@uniparthenope.it',NULL,NULL,NULL,'','','','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,'','','',0),(133,133,'luigia.donnarumma','DONNARUMMA Luigia','DONNARUMMA','Luigia','images/photos/standard.jpg','','','luigia.donnarumma@uniparthenope.it',NULL,NULL,NULL,'','','','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,'','','',0),(134,134,'laura.inno','INNO Laura','INNO','Laura','images/photos/standard.jpg','','','laura.inno@uniparthenope.it',NULL,NULL,NULL,'','','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do?docente_id=2939&ANNO_ACCADEMICO=2019','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,'','','',0),(135,135,'paola.mercogliano','MERCOGLIANO Paola','MERCOGLIANO','Paola','images/photos/standard.jpg','','','paola.mercogliano@uniparthenope.it',NULL,NULL,NULL,'','','','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,'','','',0),(136,136,'pierluigi.caramia','CARAMIA Pierluigi','CARAMIA','Pierluigi','images/photos/standard.jpg','','','pierluigi.caramia@uniparthenope.it',NULL,NULL,NULL,'','','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do?docente_id=2330&ANNO_ACCADEMICO=2019','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,'','','',0),(137,137,'francesco.colangelo','COLANGELO Francesco','COLANGELO','Francesco','images/photos/standard.jpg','','','francesco.colangelo@uniparthenope.it',NULL,NULL,NULL,'','','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do?docente_id=1669&ANNO_ACCADEMICO=2019','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,'','','',0),(138,138,'antonio.angrisano','ANGRISANO Antonio','ANGRISANO','Antonio','images/photos/standard.jpg','','','antonio.angrisano@uniparthenope.it',NULL,NULL,NULL,'','','','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,'','','',0),(139,139,'michele.miedico','MIEDICO Michele','MIEDICO','Michele','images/photos/standard.jpg','','','michele.miedico@uniparthenope.it',NULL,NULL,NULL,'','','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do?docente_id=2224&ANNO_ACCADEMICO=2019','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,'','','',0),(140,140,'elio.jannelli','JANNELLI Elio','JANNELLI','Elio','images/photos/standard.jpg','','','elio.jannelli@uniparthenope.it',NULL,NULL,NULL,'','','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do?docente_id=1996&ANNO_ACCADEMICO=2019','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,'','','',0),(141,141,'massimiliano.izzo','IZZO Massimiliano','IZZO','Massimiliano','images/photos/standard.jpg','','','massimiliano.izzo@uniparthenope.it',NULL,NULL,NULL,'','','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do?docente_id=2958&ANNO_ACCADEMICO=2019','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,'','','',0),(142,142,'antonio.ventriglia','VENTRIGLIA Antonio','VENTRIGLIA','Antonio','images/photos/standard.jpg','','','antonio.ventriglia@uniparthenope.it',NULL,NULL,NULL,'','','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do?docente_id=2960&ANNO_ACCADEMICO=2019','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,'','','',0),(143,143,'modestino.manfredi','MANFREDI Modestino','MANFREDI','Modestino','images/photos/standard.jpg','','','modestino.manfredi@uniparthenope.it',NULL,NULL,NULL,'','','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do?docente_id=2959&ANNO_ACCADEMICO=2019','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,'','','',0),(144,144,'marco.pasciuto','PASCIUTO Marco','PASCIUTO','Marco','images/photos/standard.jpg','','','marco.pasciuto@uniparthenope.it',NULL,NULL,NULL,'','','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do?docente_id=2855&ANNO_ACCADEMICO=2019','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,'','','',0),(145,145,'camilla.didonato','DI DONATO Camilla','DI DONATO','Camilla','images/photos/standard.jpg','','','camilla.didonato@uniparthenope.it',NULL,NULL,NULL,'','','https://uniparthenope.esse3.cineca.it/Guide/PaginaDocente.do?docente_id=1846&ANNO_ACCADEMICO=2019','Vedi Portale degli studenti: https://uniparthenope.esse3.cineca.it/Home.do',NULL,NULL,NULL,NULL,'','','',0);
/*!40000 ALTER TABLE `page_docenti` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `paritetica`
--
DROP TABLE IF EXISTS `paritetica`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `paritetica` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`id_docente` int(11) NOT NULL,
`nominativo` varchar(128) DEFAULT NULL,
`anno` varchar(16) DEFAULT NULL,
`data_verbale` date NOT NULL,
`tipologia` varchar(128) DEFAULT NULL,
`descrizione` varchar(256) DEFAULT NULL,
`link_pdf` varchar(128) DEFAULT NULL,
`note` text,
`user_doc` varchar(64) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `paritetica`
--
LOCK TABLES `paritetica` WRITE;
/*!40000 ALTER TABLE `paritetica` DISABLE KEYS */;
INSERT INTO `paritetica` VALUES (1,1,'1','2019','2019-03-29','verbale','Riunione Commissione Paritetica N.1 del 29-03-2019','fpPDF/paritetica/Verbale_29_03_2019.pdf',NULL,''),(2,1,'1','2019','2019-04-30','verbale','Riunione Commissione Paritetica N.2 del 30-04-2019','fpPDF/paritetica/Verbale_30_04_2019.pdf',NULL,'');
/*!40000 ALTER TABLE `paritetica` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `progetti`
--
DROP TABLE IF EXISTS `progetti`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `progetti` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`respro` varchar(128) NOT NULL,
`titpro` tinytext NOT NULL,
`bando` varchar(255) NOT NULL,
`datpro` date NOT NULL,
`imppro` double NOT NULL,
`durpro` varchar(128) NOT NULL,
`areacun` varchar(128) DEFAULT NULL,
`notpro` tinytext,
`user_doc` varchar(64) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `progetti`
--
LOCK TABLES `progetti` WRITE;
/*!40000 ALTER TABLE `progetti` DISABLE KEYS */;
INSERT INTO `progetti` VALUES (1,'TROISI Salvatore','MOVE - MOVING VESSELS IN SAFE WAY','Bando Horizon 2020 - Mobility for growth\r\nH2020-MG-2018-2019-2020','2019-01-15',4000000,'30 mesi','04, 08, 09','Progetto multidisciplinare che coinvolge Area 08 - Ingegneria civile ed architettura, Area 09 - Ingegneria industriale e dell\'informazione, e Area 04 - Scienze della Terra','salvatore.troisi'),(2,'SCAMARDELLA Antonio','TME - Processo automatico per l\'implementazione di tecnologie per la mobilità efficiente navale','PON \"imprese e competitività\" 2014-2020 FESR - DM 50/3/2018 e DD 20/11/2018','2019-01-18',10180000,'3 anni','04 - 08 - 09','interdisciplinare\r\ningegneria navale\r\ningegneria civile\r\nscienze della terra\r\n','antonio.scamardella');
/*!40000 ALTER TABLE `progetti` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `r_spazio_bioetico`
--
DROP TABLE IF EXISTS `r_spazio_bioetico`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `r_spazio_bioetico` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`autore_r` varchar(128) COLLATE utf8_unicode_ci NOT NULL,
`data_resp` datetime NOT NULL,
`r_post` longtext COLLATE utf8_unicode_ci NOT NULL,
`id_post` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `r_spazio_bioetico`
--
LOCK TABLES `r_spazio_bioetico` WRITE;
/*!40000 ALTER TABLE `r_spazio_bioetico` DISABLE KEYS */;
/*!40000 ALTER TABLE `r_spazio_bioetico` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `regform`
--
DROP TABLE IF EXISTS `regform`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `regform` (
`idreg` int(11) NOT NULL AUTO_INCREMENT,
`emailx` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`partecipazione` int(11) NOT NULL,
`first_name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`last_name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`entexx` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`presenza_ll_si` int(11) NOT NULL DEFAULT '0',
`presenza_ll_no` int(11) NOT NULL DEFAULT '0',
`commenti` tinytext COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`idreg`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `regform`
--
LOCK TABLES `regform` WRITE;
/*!40000 ALTER TABLE `regform` DISABLE KEYS */;
INSERT INTO `regform` VALUES (1,'francesco.peluso@uniparthenope.it',1,'Francesco','Peluso','Parthenope',0,0,'nessun commento'),(2,'francesco.peluso@uniparthenope.it',1,'Francesco','Pelusoxx','Parthenope',0,0,'ssss'),(3,'francesco.peluso@uniparthenope.it',1,'Francesco','Peluso','Parthenope',0,0,'qqq'),(4,'francesco.peluso@uniparthenope.it',1,'Francesco','Peluso','Parthenope',0,0,'-.-.-'),(5,'francesco.peluso@uniparthenope.it',1,'Francescoccc','Peluso','Parthenope',8,0,'nn'),(6,'francesco.peluso@uniparthenope.it',1,'Francesco','Pelusoxx','Parthenope',2,0,'ggg'),(7,'francesco.peluso@uniparthenope.it',1,'Francesco','Peluso','Parthenope',0,1,'hghghg');
/*!40000 ALTER TABLE `regform` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ruolo_docenti`
--
DROP TABLE IF EXISTS `ruolo_docenti`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ruolo_docenti` (
`id_ruolo` int(11) NOT NULL,
`ruolo_descri` varchar(64) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ruolo_docenti`
--
LOCK TABLES `ruolo_docenti` WRITE;
/*!40000 ALTER TABLE `ruolo_docenti` DISABLE KEYS */;
INSERT INTO `ruolo_docenti` VALUES (1,'ORDINARIO'),(2,'ASSOCIATO'),(33,'Incaricato Stabilizzato'),(4,'RICERCATORE'),(5,'Esperto linguistico'),(6,'Docente Esterno al Dipartimento'),(100,'Altro'),(8,'Ricercatore T.D.'),(10,'Personale Tecnico Amministrativo'),(9,'Da Definire'),(7,'Docente a contratto');
/*!40000 ALTER TABLE `ruolo_docenti` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `search`
--
DROP TABLE IF EXISTS `search`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `search` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`keyword` varchar(64) NOT NULL,
`link` varchar(256) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=405 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `search`
--
LOCK TABLES `search` WRITE;
/*!40000 ALTER TABLE `search` DISABLE KEYS */;
INSERT INTO `search` VALUES (1,'modulistica docenti','http://www.scienzeetecnologie.uniparthenope.it/modulistica_docenti.html'),(2,'modulistica diario delle lezioni','http://www.scienzeetecnologie.uniparthenope.it/modulistica_docenti.html'),(3,'avvisi','http://www.scienzeetecnologie.uniparthenope.it/avvisi.html'),(4,'modulistica studenti','http://www.scienzeetecnologie.uniparthenope.it/seg_didattica.html'),(5,'segreteria didattica corsi di laurea','http://www.scienzeetecnologie.uniparthenope.it/seg_didattica.html'),(6,'modulistica triennale informatica','http://www.scienzeetecnologie.uniparthenope.it/seg_dida_06.html'),(7,'modulistica specialistica magistrale informatica applicata','http://www.scienzeetecnologie.uniparthenope.it/seg_dida_07.html'),(8,'modulistica scienze ambientali','http://www.scienzeetecnologie.uniparthenope.it/seg_dida_02.html'),(9,'modulistica scienze biologiche','http://www.scienzeetecnologie.uniparthenope.it/seg_dida_02.html'),(10,'modulistica scienze nautiche ed areonautiche','http://www.scienzeetecnologie.uniparthenope.it/seg_dida_04.html'),(11,'modulistica area docenti','http://www.scienzeetecnologie.uniparthenope.it/modulistica_docenti.html'),(12,'area didattica','http://www.scienzeetecnologie.uniparthenope.it/area_didattica.html'),(13,'corsi di laurea','http://www.scienzeetecnologie.uniparthenope.it/corsi_di_laurea.html'),(14,'offerta formativa','http://www.scienzeetecnologie.uniparthenope.it/off_formativa13_14.html'),(15,'scienze nautiche ed areonautiche depliant','http://www.scienzeetecnologie.uniparthenope.it/fpPDF/off_form_1314/SCIENZE%20E%20TECNOLOGIE2013_14_SNA.pdf'),(16,'scienze nautiche ed areonautiche informazioni','http://www.scienzeetecnologie.uniparthenope.it/fpPDF/off_form_1314/Scienze_Nautiche_e_Aeronautiche.pdf'),(17,'calendario generale degli appelli','http://www.scienzeetecnologie.uniparthenope.it/fpPDF/segret_dida/CalendarioGeneraledegliAppelli.pdf'),(18,'risultati nulla osta','http://www.scienzeetecnologie.uniparthenope.it/seg_didattica.html'),(19,'risultati nulla osta parthenope','http://www.scienzeetecnologie.uniparthenope.it/fpPDF/ELENCO%20AMMESSI%20LM%20INTERNI.pdf'),(20,'risultati nulla osta esterni','http://www.scienzeetecnologie.uniparthenope.it/fpPDF/ELENCO%20AMMESSI%20LM%20ESTERNI.pdf'),(21,'risultati nulla osta altri atenei','http://www.scienzeetecnologie.uniparthenope.it/fpPDF/ELENCO%20AMMESSI%20LM%20ESTERNI.pdf'),(22,'orari delle lezioni','http://www.scienzeetecnologie.uniparthenope.it/orari_lezioni.html'),(23,'offerta formativa 2013/2014','http://www.scienzeetecnologie.uniparthenope.it/off_formativa13_14.html'),(24,'offerta formativa 2012/2013','http://www.scienzeetecnologie.uniparthenope.it/off_formativa12_13.html'),(25,'offerta formativa 2011/2012','http://www.scienzeetecnologie.uniparthenope.it/off_formativa.html'),(26,'piani di studio 2013/2014','http://www.scienzeetecnologie.uniparthenope.it/fpPDF/PS_2013/PDS2013_14.pdf'),(27,'piani di studio 2012/2013','http://www.scienzeetecnologie.uniparthenope.it/fpPDF/PS_2012/PDS2012_13.pdf'),(28,'piani di studio 2012/2013 part time','http://www.scienzeetecnologie.uniparthenope.it/fpPDF/PS_2012/PIANI_STUDIO_PART_TIME.pdf'),(29,'piani di studio 2011/2012','http://www.scienzeetecnologie.uniparthenope.it/fpPDF/Piani%20di%20studio%20_2011_12.pdf'),(30,'piani di studio 2011/2012 part time','http://www.scienzeetecnologie.uniparthenope.it/fpPDF/PS_2012/PIANI_STUDIO_PART_TIME.pdf'),(31,'guida dello studente','http://www.scienzeetecnologie.uniparthenope.it/guide_studenti.html'),(32,'area riservata','https://www.scienzeetecnologie.uniparthenope.it/login.php?ret_link=%2Fpagina_docenti_backend.php&type=notLogged'),(33,'corsi di laurea 2013/2014','http://www.scienzeetecnologie.uniparthenope.it/corsi_di_laurea.html'),(34,'corsi di laurea 2012/2013','http://www.scienzeetecnologie.uniparthenope.it/corsi_di_laurea12_13.html'),(35,'corsi di laurea 2011/2012','http://www.scienzeetecnologie.uniparthenope.it/corsi_di_laurea11_12.html'),(36,'modulistica amministrazione','http://www.scienzeetecnologie.uniparthenope.it/amministrazione.html'),(37,'Autorizzazione missione','http://www.scienzeetecnologie.uniparthenope.it/amministrazione.html'),(38,'Autorizz. missione P.T.A.','http://www.scienzeetecnologie.uniparthenope.it/amministrazione.html'),(39,'Mancato pasto','http://www.scienzeetecnologie.uniparthenope.it/amministrazione.html'),(40,'Rimborso missione estero','http://www.scienzeetecnologie.uniparthenope.it/amministrazione.html'),(41,'Rimborso missione Italia','http://www.scienzeetecnologie.uniparthenope.it/amministrazione.html'),(42,'Richiesta preordine dotazione ord.','http://www.scienzeetecnologie.uniparthenope.it/amministrazione.html'),(43,'Richiesta preordine fondi ricerca','http://www.scienzeetecnologie.uniparthenope.it/amministrazione.html'),(44,'Richiesta furgone','http://www.scienzeetecnologie.uniparthenope.it/amministrazione.html'),(45,'Presentazione del Dipartimento','http://www.scienzeetecnologie.uniparthenope.it/presentazione-dipartimento.html'),(46,'Presentazione della Sede','http://www.scienzeetecnologie.uniparthenope.it/present_sede.html'),(47,'Sede','http://www.scienzeetecnologie.uniparthenope.it/present_sede.html'),(48,'Elenco Personale','http://www.scienzeetecnologie.uniparthenope.it/present_sede.html'),(49,'Numeri Stanze','http://www.scienzeetecnologie.uniparthenope.it/present_sede.html'),(50,'Dislocazione Aule','http://www.scienzeetecnologie.uniparthenope.it/present_sede.html'),(51,'Galleria Foto','v'),(52,'Mappa CD in PDF','http://www.scienzeetecnologie.uniparthenope.it/present_sede.html'),(53,'organi di facolta','http://www.scienzeetecnologie.uniparthenope.it/organi_facolta.html'),(54,'docenti','http://www.scienzeetecnologie.uniparthenope.it/docenti.php'),(55,'risultati nulla-osta magistrali','http://www.scienzeetecnologie.uniparthenope.it/seg_didattica.html'),(56,'risultati nullaosta magistrali','http://www.scienzeetecnologie.uniparthenope.it/seg_didattica.html'),(57,'modulistica on line segreteria didattica','http://www.scienzeetecnologie.uniparthenope.it/seg_didattica.html'),(58,'calendario generale degli appelli','http://www.scienzeetecnologie.uniparthenope.it/fpPDF/segret_dida/CalendarioGeneraledegliAppelli.pdf'),(59,'calendario generale degli appelli','http://www.scienzeetecnologie.uniparthenope.it/seg_didattica.html'),(60,'ammissioni ai corsi magistrali','http://www.selezioni.uniparthenope.it/'),(61,'immatricolazioni','http://www.scienzeetecnologie.uniparthenope.it/immatricolazioni.html'),(62,'didattica','http://www.scienzeetecnologie.uniparthenope.it/didattica.html'),(63,'programmazione e sedute di laurea','http://www.scienzeetecnologie.uniparthenope.it/cal_esami_laurea.html'),(64,'calendario lezioni','http://www.scienzeetecnologie.uniparthenope.it/calendario_lezioni.html'),(65,'calendario esami','http://www.scienzeetecnologie.uniparthenope.it/calendario_lezioni.html'),(66,'regolamenti didattici','http://www.scienzeetecnologie.uniparthenope.it/regolamenti_dida.html'),(67,'didattica regolamenti','http://www.scienzeetecnologie.uniparthenope.it/regolamenti_dida.html'),(68,'programmi e insegnamenti','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(69,'programmi','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(70,'programmi e insegnamenti 2012 2013','http://www.scienzeetecnologie.uniparthenope.it/programmi.html'),(71,'programmi e insegnamenti 2011 2012','http://www.scienzeetecnologie.uniparthenope.it/programmi.html'),(72,'eLearning','http://e-scienzeetecnologie.uniparthenope.it/moodle/'),(73,'tirocinio','http://www.scienzeetecnologie.uniparthenope.it/regolam_tirocinio.html'),(74,'erasmus','http://www.scienzeetecnologie.uniparthenope.it/erasmus.html'),(75,'Precorsi Universitari','http://orientamento.uniparthenope.it/Default.aspx?tabindex=239&tabid=239'),(76,'corsi (corso) di laurea','http://www.scienzeetecnologie.uniparthenope.it/corsi_di_laurea.html'),(77,'corsi (corso) di laurea Informatica (classe L-31) triennale','http://www.scienzeetecnologie.uniparthenope.it/L31_1314.html'),(78,'Corsi (corso) di laurea scienze biologiche triennale','http://www.scienzeetecnologie.uniparthenope.it/off_formativa13_14.html'),(79,'Corso (corsi) di laurea di Scienze Nautiche ed Aeronautiche trie','http://www.scienzeetecnologie.uniparthenope.it/L28_1314.html'),(80,'Corso (corsi) di Laurea Magistrale Informatica Applicata ','http://www.scienzeetecnologie.uniparthenope.it/LM18_1314.html'),(81,'Corso (corsi) di Laurea Magistrale Scienze e Tecnologie della ','http://www.scienzeetecnologie.uniparthenope.it/LM72_1314.html'),(82,'Aree tematiche di Ricerca','http://www.scienzeetecnologie.uniparthenope.it/aree-ricerca.html'),(83,'Laboratori di Ricerca','http://www.scienzeetecnologie.uniparthenope.it/laboratori.html'),(84,'Dottorati di Ricerca','http://www.scienzeetecnologie.uniparthenope.it/dottorati_ricerca.html'),(85,'ricerca','http://www.scienzeetecnologie.uniparthenope.it/ricerca.html'),(86,'Area Amministrativa','http://www.scienzeetecnologie.uniparthenope.it/amministrazione.html'),(87,'Area Didattica','http://www.scienzeetecnologie.uniparthenope.it/area_didattica.html'),(88,'Centro Orientamento e Tutorato','http://orientamento.uniparthenope.it/'),(89,'Segreteria Studenti','http://www.uniparthenope.it/index.php/it/servizi/servizi-agli-studenti/segreterie-studenti'),(90,'Biblioteca Centrale','http://biblioteca.uniparthenope.it/'),(91,'Centro di Calcolo','http://www.centro.uniparthenope.it/default.asp?iId=LFLDJ'),(92,'Tirocini CRUI','http://orientamento.uniparthenope.it/'),(93,'Placement e tirocini formativi','http://placement.uniparthenope.it/'),(94,'Rubrica di Ateneo','http://www.uniparthenope.it/rubrica/'),(95,'Coordinamento Didattico ed Offerta Formativa','http://www.scienzeetecnologie.uniparthenope.it/coordinamento-didattico.html'),(96,'Segreteria CdS e Studenti','http://www.scienzeetecnologie.uniparthenope.it/seg_didattica.html'),(97,'didattica offerta formativa','http://www.scienzeetecnologie.uniparthenope.it/coordinamento-didattico.html'),(98,'offerta formativa studenti','http://www.scienzeetecnologie.uniparthenope.it/coordinamento-didattico.html'),(99,'Registro delle lezioni e lettera trasmissione registro delle lez','http://www.scienzeetecnologie.uniparthenope.it/modulistica_docenti.html'),(100,'Registro attivita ricercatori','http://www.scienzeetecnologie.uniparthenope.it/modulistica_docenti.html'),(101,'Scheda Programma Insegnamento ','http://www.scienzeetecnologie.uniparthenope.it/modulistica_docenti.html'),(102,'Modulo comunicazione incarichi di insegnamento presso altro Dipa','http://www.scienzeetecnologie.uniparthenope.it/modulistica_docenti.html'),(103,'Registro attivita professori','http://www.scienzeetecnologie.uniparthenope.it/modulistica_docenti.html'),(104,'area docenti','https://www.scienzeetecnologie.uniparthenope.it/login.php?ret_link=%2Fpagina_docenti_backend.php&type=notLogged'),(105,'pagine personali docenti','https://www.scienzeetecnologie.uniparthenope.it/login.php?ret_link=%2Fpagina_docenti_backend.php&type=notLogged'),(106,'AGNISOLA Claudio','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(107,'ALBANESE Alessia','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(108,'ALIOTTA Giovanni ','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(109,'AMADORI Annalisa','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(110,'AMODIO Sabrina','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(111,'ANDREUCCETTI Piero','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(112,'AUCELLI Pietro','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(113,'BIANCARDI Carmine','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(114,'BUDILLON Giorgio','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(115,'BUONOCORE Berardino','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(116,'BUSSOLETTI Ezio','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(117,'CAMASTRA Francesco','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(118,'CAPUANO Salvatore','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(119,'CASORIA Paolo','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(120,'CHIANESE Elena','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(121,'CIARAMELLA Angelo','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(122,'CICCODICOLA Alfredo','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(123,'CRISCUOLO Patrizia','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(124,'D?ANGELO Stefania','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(125,'DEL CORE Giuseppe','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(126,'DELLA CORTE Vincenzo','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(127,'DI CAPUA Michele','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(128,'DI DONATO Paola','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(129,'DI ONOFRIO Valeria ','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(130,'DONEGAN Mary Frances','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(131,'DUMONTET Stefano','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(132,'FALCHI Ugo','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(133,'FALCO Pierpaolo','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(134,'FERONE Alessio','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(135,'FERRAIOLI Giampaolo','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(136,'FRANZESE Pier Paolo','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(137,'FUSCO Carlo','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(138,'FUSCO Giannetta','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(139,'GAGLIONE Salvatore','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(140,'GALLETTI Ardelio','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(141,'GIORDANO Francesco','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(142,'GIUNTA Giulio','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(143,'LEGA Massimiliano','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(144,'LIGUORI Giorgio','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(145,'MADDALENA Lucia','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(146,'MAGNOSI Silvio','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(147,'MAIO Nicola','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(148,'MARATEA Antonio','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(149,'MARCELLINO Livia','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(150,'MAZZEO Filomena','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(151,'MELE Francesco','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(152,'METALLO Concetta','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(153,'MIEDICO Michele','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(154,'MONTELLA Raffaele','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(155,'OLIVA Romina','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(156,'PACIOLLA Antonio','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(157,'PALUMBO Pasquale','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(158,'PAPPONE Gerardo','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(159,'PARENTE Claudio','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(160,'PASQUALE Vincenzo','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(161,'PELLACCI Benedetta','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(162,'PETROSINO Alfredo','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(163,'PIERINI Stefano','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(164,'PISCOPO Vincenzo','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(165,'PONTE Salvatore','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(166,'PREZIOSO Giuseppina','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(167,'PUGLIANO Giuseppina','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(168,'RAMELLA Giuliana','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(169,'RICCIO Angelo','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(170,'RIZZARDI Mariarosaria','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(171,'ROBUSTELLI Umberto','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(172,'ROTUNDI Alessandra','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(173,'RUSSO Giovanni Fulvio','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(174,'SALVI Giuseppe','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(175,'SANDULLI Roberto','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(176,'SCAFURI Umberto','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(177,'SCAMARDELLA Antonio','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(178,'SCHIRINZI Gilda','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(179,'SCHMID Giovanni','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(180,'SPEZIE Giancarlo','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(181,'STAIANO Antonino','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(182,'TAFURI Domenico','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(183,'TOMASELLO Filippo','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(184,'TOMMONARO Giuseppina','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(185,'TROISI Salvatore','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(186,'TURTURICI Lorenzo','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(187,'ULGIATI Sergio','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(188,'UTTIERI Marco','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(189,'VULTAGGIO Mario','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(190,'ZAMBIANCHI Enrico','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(191,'ZICARELLI Maria','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(192,'SANTAMARIA Raffaele','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(193,'ROZZA Alessandro','http://www.scienzeetecnologie.uniparthenope.it/docenti.php?docenti_gridPage=1'),(194,'Algoritmi e strutture dati e Lab. di algoritmi e strutture dati','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(195,'Analisi dei rischi ambientali (Parte I e II)','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(196,'Analisi del ciclo di vita ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(197,'Analisi matematica I','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(198,'Analisi matematica II ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(199,'Anatomia comparata','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(200,'Anatomia umana ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(201,'Applicazioni di calcolo scientifico e Lab. ACS (Parte I e II)','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(202,'Applicazioni di calcolo scientifico e Lab. ACS (Parte I e II)','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(203,'Architettura dei calcolatori e Laboratorio di architet dei cal.','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(204,'Architettura e statica della nave','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(205,'Architettura e statica della nave','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(206,'Architettura e statica della nave II','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(207,'Architetture e programmazione di reti avanzate e Lab. di APRA (P','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(208,'Avionica ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(209,'Basi di dati e Laboratorio di basi di dati','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(210,'Basi di dati II e Lab. BD II','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(211,'Biochimica clinica e patologia generale','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(212,'Biochimica con laboratorio ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(213,'Biodinamica della colonna d\'acqua ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(214,'Bioinformatica ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(215,'Biologia e fisiologia vegetale (Parte I e II)','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(216,'Biologia marina ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(217,'Biologia molecolare','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(218,'Calcolo numerico','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(219,'Calcolo numerico e matematica applicata (Parte I e II)','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(220,'Calcolo parallelo e distribuito ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(221,'Calcolo parallelo e distribuito II e Lab. CPD','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(222,'Cartografia numerica e GIS ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(223,'Certificazione ambientale e di qualit','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(224,'Chimica dell\'atmosfera ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(225,'Chimica fisica ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(226,'Chimica fisica con lab.','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(227,'Chimica generale','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(228,'Chimica generale ed inorg. c on laboratorio','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(229,'Chimica organica ambientale ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(230,'Climatologia (Parte I e II)','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(231,'Complementi di idrografia ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(232,'Conservazione della natura','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(233,'Diritto della navigazione','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(234,'Ecologia ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(235,'Economia e organizzazione aziendale','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(236,'Economia e organizzazione aziendale','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(237,'Elaborazione delle immagini','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(238,'Farmacologia e tossicologia ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(239,'Fisica','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(240,'Fisica con laboratorio ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(241,'Fisica I','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(242,'Fisica II','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(243,'Fisica per i sistemi e applicazioni (Parte I e II)','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(244,'Fisiologia generale ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(245,'Fisiologia vegetale (Parte I e II)','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(246,'Fluidodinamica dell\'oceano e dell\'atmosfera','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(247,'Fondamenti di cartografia','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(248,'Fotogrammetria ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(249,'Fotogrammetria e laboratorio di fotogramm. ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(250,'Genetica','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(251,'Geodesia e Idrografia','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(252,'Geodesia e Navigazione','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(253,'Geofisica marina ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(254,'Grafica interattiva e Lab. GI','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(255,'Idraulica marittima ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(256,'Igiene ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(257,'Igiene dell\'ambiente e del territorio ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(258,'Impianti e sistemi di bordo','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(259,'Indicatori biologici','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(260,'Informatica con elementi di bioinformatica ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(261,'Informatica di base e laboratorio','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(262,'Inquinamento e protezione ambientale','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(263,'Inquinamento e protezione ambientale','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(264,'Lingua Inglese (colloquio)','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(265,'Lingua Inglese (colloquio)','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(266,'Lingua Inglese (colloquio)','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(267,'Manovrabilit&aGRAVE;? e sicurezza operativa della nave ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(268,'Matematica applicata e computazionale ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(269,'Matematica e statistica ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(270,'Matematica I','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(271,'Matematica II (Parte I e II)','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(272,'Meccanica del volo ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(273,'Meccanica del volo II','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(274,'Meteorologia','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(275,'Meteorologia sinottica ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(276,'Microbiologia generale con laboratorio ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(277,'Modellistica applicata ai sistemi di navigazione','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(278,'Modellistica meteo-oceanografica e climatologica','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(279,'Multimedia semantico e Laboratorio di MS','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(280,'Navigazione aerea e CTA','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(281,'Navigazione astronomica ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(282,'Navigazione II','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(283,'Navigazione inerziale e integrata','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(284,'Navigazione satellitare','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(285,'Normative, Sicurezza aeronautica e Human factor (Parte I e II)','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(286,'Oceanografia ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(287,'Oceanografia costiera e misure','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(288,'Oceanografia costiera e misure','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(289,'Oceanografia e meteorologia ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(290,'Oceanografia polare (Parte I e II)','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(291,'Organizzazione dei servizi aeroportuali ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(292,'Organizzazione dei servizi per la navigazione','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(293,'Piante alimentari e medicinali ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(294,'Posizionamento satellitare ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(295,'Programmazione I e Laboratorio di programmaz. I','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(296,'Programmazione II e Laboratorio di programmaz. II','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(297,'Programmazione III e Laboratorio di programmazione III','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(298,'Radar e radioaiuti alla navigazione ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(299,'Realta\' virtuale','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(300,'Restauro del paesaggio','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(301,'Reti di calcolatori e Laboratorio di reti di calcolatori ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(302,'Riconoscimento e classificazione di forme (Parte I e II)','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(303,'Rilevamento geologico ambientale','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(304,'Scienze e tecnologie spaziali','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(305,'Sicurezza della nave e della navigazione','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(306,'Sicurezza dei sistemi informatici ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(307,'Sicurezza dei sistemi informatici e Lab. SSI','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(308,'Sistemi informativi geografici e Lab. GIS','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(309,'Sistemi informativi territoriali ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(310,'Sistemi informativi territoriali e Lab. SIT','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(311,'Sistemi multimediali e Lab. di sistemi multimediali (Parte I e ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(312,'Sistemi operativi e Laboratorio di sistemi operativi (Parte I e','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(313,'Sistemi operativi distribuiti e Lab. di sistemi operativi distr','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(314,'Stratigrafia applicata al paleoclima','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(315,'Tecnologia delle costruzioni ed allestimento navale ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(316,'Tecnologia delle costruzioni ed allestimento navale ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(317,'Tecnologie spaziali per l\'ambiente ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(318,'Tecnologie spaziali per l\'ambiente ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(319,'Tecnologie Web ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(320,'Telecomunicazioni navali ed aeronautiche','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(321,'Telerilevamento ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(322,'Telerilevamento ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(323,'Telerilevamento ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(324,'Tenuta della nave al mare','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(325,'Terminali mobili e multimedialit','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(326,'Topografia','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(327,'Topografia','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(328,'Topografia e idrografia ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(329,'Trasporto e diffusione nell\'oceano e nell\'atmosfera','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(330,'Trattamento delle osservazioni ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(331,'Trattamento delle osservazioni ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(332,'Trattamento delle osservazioni ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(333,'Valutazione energetica e emergetica ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(334,'Valutazioni energetiche ambientali ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(335,'Visione computazionale ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(336,'Zoologia con Laboratorio ','http://www.scienzeetecnologie.uniparthenope.it/Programmi.php'),(337,'Regolamento del tirocinio pratico obbligatorio','http://www.scienzeetecnologie.uniparthenope.it/regolamenti_dida.html'),(338,'Regolamento prova finale laurea di I e II livello','http://www.scienzeetecnologie.uniparthenope.it/regolamenti_dida.html'),(339,'Regolamento trasferimenti e passaggi interni','http://www.scienzeetecnologie.uniparthenope.it/regolamenti_dida.html'),(340,'Regolamento didattico studenti non a tempo pieno','http://www.scienzeetecnologie.uniparthenope.it/regolamenti_dida.html'),(341,'elearning','http://e-scienzeetecnologie.uniparthenope.it/moodle/'),(342,'e learning','http://e-scienzeetecnologie.uniparthenope.it/moodle/'),(343,'e-learning','http://e-scienzeetecnologie.uniparthenope.it/moodle/'),(344,'Regolamento didattico','http://www.scienzeetecnologie.uniparthenope.it/regolamenti_dida.html'),(345,'Consiglio corso di Studio','http://www.scienzeetecnologie.uniparthenope.it/organi_facolta.html'),(346,'Organi di Dipartimento','http://www.scienzeetecnologie.uniparthenope.it/organi_facolta.html'),(347,'test','http://www.scienzeetecnologie.uniparthenope.it/test_conoscenze-2015-16.html'),(348,'COMPILAZIONE OBBLIGATORIA DEI QUESTIONARI DI VALUTAZIONE','http://www.scienzeetecnologie.uniparthenope.it/avvisi.html'),(349,'QUESTIONARI DI VALUTAZIONE ATTIVITA\' DIDATTICA','http://www.scienzeetecnologie.uniparthenope.it/studenti.html'),(350,'Orario lezioni','http://www.scienzeetecnologie.uniparthenope.it/orari_lezioni.html'),(351,'Orario corsi','http://www.scienzeetecnologie.uniparthenope.it/orari_lezioni.html'),(352,'ecdl','http://www.scienzeetecnologie.uniparthenope.it/gis-ecdl.html'),(353,'ecdl gis','http://www.scienzeetecnologie.uniparthenope.it/gis-ecdl.html'),(354,'certificazione','http://www.scienzeetecnologie.uniparthenope.it/gis-ecdl.html'),(355,'cerificazione gis','http://www.scienzeetecnologie.uniparthenope.it/gis-ecdl.html'),(356,'specialised gis','http://www.scienzeetecnologie.uniparthenope.it/gis-ecdl.html'),(357,'boa oceanografica','http://www.scienzeetecnologie.uniparthenope.it/boa-gaiola.html'),(358,'comune napoli','http://www.scienzeetecnologie.uniparthenope.it/boa-gaiola.html'),(359,'boa ','http://www.scienzeetecnologie.uniparthenope.it/boa-gaiola.html'),(360,'marechiaro','http://www.scienzeetecnologie.uniparthenope.it/boa-gaiola.html'),(361,'budillon','http://www.scienzeetecnologie.uniparthenope.it/boa-gaiola.html'),(362,'rebit','http://www.scienzeetecnologie.uniparthenope.it/RE-BIT.html'),(363,'re-bit','http://www.scienzeetecnologie.uniparthenope.it/RE-BIT.html'),(364,'progetto rebit','http://www.scienzeetecnologie.uniparthenope.it/RE-BIT.html'),(365,'progetto re-bit','http://www.scienzeetecnologie.uniparthenope.it/RE-BIT.html'),(366,'piani di studio','http://www.scienzeetecnologie.uniparthenope.it/fpPDF/PS_2014/PDS2014_15.pdf'),(367,'piani di studio 2014/2015','http://www.scienzeetecnologie.uniparthenope.it/fpPDF/PS_2014/PDS2014_15.pdf'),(368,'test 2014','http://www.scienzeetecnologie.uniparthenope.it/test_conoscenze-2014-15.html'),(369,'test 2014/15','http://www.scienzeetecnologie.uniparthenope.it/test_conoscenze-2014-15.html'),(370,'test informatica','http://www.scienzeetecnologie.uniparthenope.it/test_conoscenze-2014-15.html'),(371,'test scienze nautiche','http://www.scienzeetecnologie.uniparthenope.it/test_conoscenze-2014-15.html'),(372,'test biologia ','http://www.scienzeetecnologie.uniparthenope.it/test_conoscenze-2014-15.html'),(373,'test biologia 2014','http://www.scienzeetecnologie.uniparthenope.it/test_conoscenze-2014-15.html'),(374,'test informatica 2014','http://www.scienzeetecnologie.uniparthenope.it/test_conoscenze-2014-15.html'),(375,'test 2014 informatica','http://www.scienzeetecnologie.uniparthenope.it/test_conoscenze-2014-15.html'),(376,'rosetta','http://www.scienzeetecnologie.uniparthenope.it/rosetta-dist.html'),(377,'missione rosetta','http://www.scienzeetecnologie.uniparthenope.it/rosetta-dist.html'),(378,'rosetta rotundi','http://www.scienzeetecnologie.uniparthenope.it/rosetta-dist.html'),(379,'missione spaziale rosetta','http://www.scienzeetecnologie.uniparthenope.it/rosetta-dist.html'),(380,'rotundi','http://www.scienzeetecnologie.uniparthenope.it/rosetta-dist.html'),(381,'sonda rosetta','http://www.scienzeetecnologie.uniparthenope.it/rosetta-dist.html'),(382,'missione spaziale rotundi','http://www.scienzeetecnologie.uniparthenope.it/rosetta-dist.html'),(383,'giada','http://www.scienzeetecnologie.uniparthenope.it/rosetta-dist.html'),(384,'test scienze biologiche','http://www.scienzeetecnologie.uniparthenope.it/fpPDF/segret_dida/D.R._585_2014.pdf'),(385,'test biologia','http://www.scienzeetecnologie.uniparthenope.it/fpPDF/segret_dida/D.R._585_2014.pdf'),(386,'risultati test','http://www.scienzeetecnologie.uniparthenope.it/fpPDF/segret_dida/D.R._585_2014.pdf'),(387,'risultati test biologia','http://www.scienzeetecnologie.uniparthenope.it/fpPDF/segret_dida/D.R._585_2014.pdf'),(388,'risultati test scienze biologiche','http://www.scienzeetecnologie.uniparthenope.it/fpPDF/segret_dida/D.R._585_2014.pdf'),(389,'test informatica','http://www.scienzeetecnologie.uniparthenope.it/fpPDF/risultati_test/Risultati-INF-2014.pdf'),(390,'risultati test informatica','http://www.scienzeetecnologie.uniparthenope.it/fpPDF/risultati_test/Risultati-INF-2014.pdf'),(391,'informatica test','http://www.scienzeetecnologie.uniparthenope.it/fpPDF/risultati_test/Risultati-INF-2014.pdf'),(392,'informatica risultati','http://www.scienzeetecnologie.uniparthenope.it/fpPDF/risultati_test/Risultati-INF-2014.pdf'),(393,'risultati scienze nautiche','http://www.scienzeetecnologie.uniparthenope.it/fpPDF/risultati_test/Risultati-SN-2014.pdf'),(394,'test scienze nautiche','http://www.scienzeetecnologie.uniparthenope.it/fpPDF/risultati_test/Risultati-SN-2014.pdf'),(395,'risultati test scienze nautiche','http://www.scienzeetecnologie.uniparthenope.it/fpPDF/risultati_test/Risultati-SN-2014.pdf'),(396,'risultati test scienze','http://www.scienzeetecnologie.uniparthenope.it/fpPDF/risultati_test/Risultati-SN-2014.pdf'),(397,'test 2015','http://www.scienzeetecnologie.uniparthenope.it/test_conoscenze-2015-16.html'),(398,'test informatica','http://www.scienzeetecnologie.uniparthenope.it/test_conoscenze-2015-16.html'),(399,'test scienze nautiche','http://www.scienzeetecnologie.uniparthenope.it/test_conoscenze-2015-16.html'),(400,'test ingresso 2015','http://www.scienzeetecnologie.uniparthenope.it/test_conoscenze-2015-16.html'),(401,'test informatica 2015','http://www.scienzeetecnologie.uniparthenope.it/test_conoscenze-2015-16.html'),(402,'test informatica 2015/2016','http://www.scienzeetecnologie.uniparthenope.it/test_conoscenze-2015-16.html'),(403,'test scienze biologiche','http://www.scienzeetecnologie.uniparthenope.it/seg_didattica.html'),(404,'test scienze biologiche 2015','http://www.scienzeetecnologie.uniparthenope.it/seg_didattica.html');
/*!40000 ALTER TABLE `search` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `smiles`
--
DROP TABLE IF EXISTS `smiles`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `smiles` (
`smile_id` int(11) NOT NULL,
`smile_name` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
`smile_url` varchar(50) COLLATE utf8_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `smiles`
--
LOCK TABLES `smiles` WRITE;
/*!40000 ALTER TABLE `smiles` DISABLE KEYS */;
INSERT INTO `smiles` VALUES (0,'no smile',''),(1,'smile','');
/*!40000 ALTER TABLE `smiles` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `spazio_bioetico`
--
DROP TABLE IF EXISTS `spazio_bioetico`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `spazio_bioetico` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`topic` varchar(128) COLLATE utf8_unicode_ci NOT NULL,
`autore` varchar(128) COLLATE utf8_unicode_ci NOT NULL,
`datapost` datetime NOT NULL,
`post` longtext COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `spazio_bioetico`
--
LOCK TABLES `spazio_bioetico` WRITE;
/*!40000 ALTER TABLE `spazio_bioetico` DISABLE KEYS */;
INSERT INTO `spazio_bioetico` VALUES (1,'topic numero 1','autore1','2016-06-27 00:00:00','<p>Titolo</p>\r\n<p> </p>\r\n<h1 class=\"title\" style=\"box-sizing: border-box; font-size: 32px; margin: 0px 0px 10px; padding: 0px; direction: ltr; font-family: Georgia, Century, Times, serif; color: rgb(17, 17, 17); text-rendering: optimizeLegibility; line-height: 36px; border: 0px; vertical-align: baseline; font-stretch: normal;\">La frutta è un cibo bioetico? (Quello che l\'Expo avrebbe voluto dirci)</h1>\r\n<p><img src=\"http://i.huffpost.com/gen/3263484/images/n-FRUIT-large570.jpg\" alt=\"spazio bioetico\" /></p>\r\n<p><span style=\"color: rgb(51, 51, 51); font-family: Georgia, Century, Times, serif; font-size: 15px; line-height: 21px;\">Cibo bioetico con "gusto lungo una vita": quello che l\'Expo avrebbe voluto raccomandarci. È estate e tutti ci raccomandano di mangiare frutti. Ma non sappiamo se dietro ci sia una ragione scientifica o medica. Cerchiamo di capirlo.</span></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 15px; padding: 0px; direction: ltr; font-family: Georgia, Century, Times, serif; font-size: 15px; line-height: 21px; text-rendering: optimizeLegibility; border: 0px; vertical-align: baseline; font-stretch: normal; color: rgb(51, 51, 51);\">La medicina che salva tante vite non è edonistica, ma scientifica. Segue "causa ed effetto", e non psicologia effimera stimolata da mode, nostalgie e marketing. Tuttavia esiste una alimentazione scientificamente studiata come fisiologicamente salutare, e per giunta non cruenta e non inquinante, che può essere praticata con gusto per una vita.<br style=\"box-sizing: border-box;\" />\r\n </p>\r\n<p> </p>\r\n<p> </p>'),(3,'topic numero 2','post n2','2016-06-27 00:00:00','<p><span style=\"color: rgb(51, 51, 51); font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 14.85px; line-height: 20.79px;\">Il giardinaggio bio+logico del Giardiniere BioEtico®</span></p>\r\n<p><span style=\"color: rgb(51, 51, 51); font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 14.85px; line-height: 20.79px;\"><img src=\"http://1.bp.blogspot.com/-M7_7qWkn06E/VREDhmuMyVI/AAAAAAAADwI/ykoy8--tWfw/s400/giardinieri%2Bbioetici%2B800.jpg\" alt=\"spazio bioetico - Dist\" /></span></p>\r\n<p><span style=\"color: rgb(51, 51, 51); font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 14.85px; line-height: 20.79px;\">Il Giardiniere BioEtico® si impegna continuamente nella ricerca di pratiche e tecnologie che siano in sintonia con la rete della vita biologica, ben consapevole che è una ricerca continua e sottoposta alle sfide che nuove situazioni e richieste della propria clientela portano sempre in nuovi campi. Consapevole anche che nella pratica non esistono possibilità di facili giudizi e visioni in bianco e nero, il Giardiniere BioEtico® cerca personalmente di collaborare alla nascita e mantenimento di giardini equilibrati e ricchi di biodiversità, educando i propri clienti ad una visione ecologica e rispettosa del giardino che custodiscono all\'interno del grande giardino della Terra. Per questo il Giardiniere BioEtico®, sotto la sua libera responsabilità, ad aderire a queste linee guida sapendo che la violazione reiterata e documentata di questi principi potrebbe causare la perdita delle qualifiche per aderire a questo marchio di qualità.</span></p>\r\n<p style=\"color: rgb(51, 51, 51); font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 14.85px; line-height: 20.79px;\">1.il Giardiniere BioEtico® conosce la normativa vigente nel campo della gestione biologica in agricoltura e lo standard BioHabitat</p>\r\n<p style=\"color: rgb(51, 51, 51); font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 14.85px; line-height: 20.79px;\">2.il Giardiniere BioEtico® propone a tutti i suoi clienti di gestire i propri giardini secondo logiche biologiche</p>\r\n<p style=\"color: rgb(51, 51, 51); font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 14.85px; line-height: 20.79px;\">3.il Giardiniere BioEtico® sostiene la biodiversità, inserisce piante rustiche e autoctone nelle sue proposte</p>\r\n<p style=\"color: rgb(51, 51, 51); font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 14.85px; line-height: 20.79px;\">4.il Giardiniere BioEtico® effettua solo potature a regola d\'arte, nei tempi e modi adatti a ciascuna specie e allo specifico obiettivo dell\'intervento.</p>\r\n<p style=\"color: rgb(51, 51, 51); font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 14.85px; line-height: 20.79px;\">5.Il Giardiniere BioEtico® Il giardiniere BioEtico® si ripropone di rispettare i cicli naturali delle piante, sia nei modi che nei tempi del suo intervento.</p>\r\n<p style=\"color: rgb(51, 51, 51); font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 14.85px; line-height: 20.79px;\">6.il Giardiniere BioEtico® mette al bando tutti i prodotti cancerogeni e rischiosi per il ciclo delle acque e gestisce con oculatezza tutte le sostanze sostanze che introduce nei giardini cercando per quanto possibile di prevenire le fitopatologie.</p>\r\n<p style=\"color: rgb(51, 51, 51); font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 14.85px; line-height: 20.79px;\">7.il Giardiniere BioEtico® rispetta il più possibile la corretta stagionalità dei lavori di manutenzione</p>\r\n<p> </p>');
/*!40000 ALTER TABLE `spazio_bioetico` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ssd`
--
DROP TABLE IF EXISTS `ssd`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ssd` (
`SSD` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
`id_area` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ssd`
--
LOCK TABLES `ssd` WRITE;
/*!40000 ALTER TABLE `ssd` DISABLE KEYS */;
INSERT INTO `ssd` VALUES ('MAT/01 LOGICA MATEMATICA',1),('MAT/02 ALGEBRA',1),('MAT/03 GEOMETRIA',1),('MAT/04 MATEMATICHE COMPLEMENTARI',1),('MAT/05 ANALISI MATEMATICA',1),('MAT/06 PROBABILITA E STATISTICA MATEMATICA',1),('MAT/07 FISICA MATEMATICA',1),('MAT/08 ANALISI NUMERICA',1),('MAT/09 RICERCA OPERATIVA',1),('INF/01 INFORMATICA',1),('FIS/01 FISICA SPERIMENTALE',2),('FIS/02 FISICA TEORICA - MODELLI E METODI MATEMATICI',2),('FIS/03 FISICA DELLA MATERIA',2),('FIS/04 FISICA NUCLEARE E SUBNUCLEARE',2),('FIS/05 ASTRONOMIA E ASTROFISICA',2),('FIS/06 FISICA PER IL SISTEMA TERRA E IL MEZZO CIRCUMTERRESTRE',2),('FIS/07 FISICA APPLICATA (A BENI CULTURALI- AMBIENTALI- BIOLOGIA E MEDICINA)',2),('FIS/08 DIDATTICA E STORIA DELLA FISICA',2),('CHIM/01 CHIMICA ANALITICA',3),('CHIM/02 CHIMICA FISICA ',3),('CHIM/03 CHIMICA GENERALE E INORGANICA',3),('CHIM/04 CHIMICA INDUSTRIALE',3),('CHIM/05 SCIENZA E TECNOLOGIA DEI MATERIALI POLIMERICI',3),('CHIM/06 CHIMICA ORGANICA',3),('CHIM/07 FONDAMENTI CHIMICI DELLE TECNOLOGIE',3),('CHIM/08 CHIMICA FARMACEUTICA',3),('CHIM/09 FARMACEUTICO TECNOLOGICO APPLICATIVO',3),('CHIM/10 CHIMICA DEGLI ALIMENTI',3),('CHIM/11 CHIMICA E BIOTECNOLOGIA DELLE FERMENTAZIONI',3),('CHIM/12 CHIMICA DELL\'AMBIENTE E DEI BENI CULTURALI',3),('GEO/01 PALEONTOLOGIA E PALEOECOLOGIA',4),('GEO/02 GEOLOGIA STRATIGRAFICA E SEDIMENTOLOGICA',4),('GEO/03 GEOLOGIA STRUTTURALE',4),('GEO/04 GEOGRAFIA FISICA E GEOMORFOLOGIA',4),('GEO/05 GEOLOGIA APPLICATA',4),('GEO/06 MINERALOGIA',4),('GEO/07 PETROLOGIA E PETROGRAFIA',4),('GEO/08 GEOCHIMICA E VULCANOLOGIA',4),('GEO/09 GEORISORSE MINERARIE E APPLICAZIONI MINERALOGICO- PETROGRAFICHE PER L\'AMBIENTE ED I BENI CULTURALI',4),('GEO/10 GEOFISICA DELLA TERRA SOLIDA',4),('GEO/11 GEOFISICA APPLICATA',4),('GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA',4),('BIO/01 BOTANICA GENERALE',5),('BIO/02 BOTANICA SISTEMATICA',5),('BIO/03 BOTANICA AMBIENTALE E APPLICATA ',5),('BIO/04 FISIOLOGIA VEGETALE',5),('BIO/05 ZOOLOGIA',5),('BIO/06 ANATOMIA COMPARATA E CITOLOGIA ',5),('BIO/07 ECOLOGIA',5),('BIO/08 ANTROPOLOGIA',5),('BIO/09 FISIOLOGIA ',5),('BIO/10 BIOCHIMICA',5),('BIO/11 BIOLOGIA MOLECOLARE',5),('BIO/12 BIOCHIMICA CLINICA E BIOLOGIA MOLECOLARE CLINICA',5),('BIO/13 BIOLOGIA APPLICATA',5),('BIO/14 FARMACOLOGIA',5),('BIO/15 BIOLOGIA FARMACEUTICA',5),('BIO/16 ANATOMIA UMANA',5),('BIO/17 ISTOLOGIA',5),('BIO/18 GENETICA',5),('BIO/19 MICROBIOLOGIA GENERALE',5),('MED/01 STATISTICA MEDICA ',6),('MED/02 STORIA DELLA MEDICINA ',6),('MED/03 GENETICA MEDICA',6),('MED/04 PATOLOGIA GENERALE ',6),('MED/05 PATOLOGIA CLINICA ',6),('MED/06 ONCOLOGIA MEDICA ',6),('MED/07 MICROBIOLOGIA E MICROBIOLOGIA CLINICA ',6),('MED/08 ANATOMIA PATOLOGICA ',6),('MED/09 MEDICINA INTERNA ',6),('MED/10 MALATTIE DELL\'APPARATO RESPIRATORIO ',6),('MED/11 MALATTIE DELL\'APPARATO CARDIOVASCOLARE ',6),('MED/12 GASTROENTEROLOGIA ',6),('MED/13 ENDOCRINOLOGIA ',6),('MED/14 NEFROLOGIA ',6),('MED/15 MALATTIE DEL SANGUE ',6),('MED/16 REUMATOLOGIA ',6),('MED/17 MALATTIE INFETTIVE ',6),('MED/18 CHIRURGIA GENERALE ',6),('MED/19 CHIRURGIA PLASTICA ',6),('MED/20 CHIRURGIA PEDIATRICA E INFANTILE ',6),('MED/21 CHIRURGIA TORACICA',6),('MED/22 CHIRURGIA VASCOLARE',6),('MED/23 CHIRURGIA CARDIACA ',6),('MED/24 UROLOGIA',6),('MED/25 PSCHIATRIA',6),('MED/26 NEUROLOGIA',6),('MED/27 NEUROCHIRURGIA ',6),('MED/28 MALATTIE ODONTOSTOMATOLOGICHE ',6),('MED/29 CHIRURGIA MAXILLOFACCIALE ',6),('MED/30 MALATTIE APPARATO VISIVO',6),('MED/31 OTORINOLARINGOIATRIA',6),('MED/32 AUDIOLOGIA ',6),('MED/33 MALATTIE APPARATO LOCOMOTORE ',6),('MED/34 MEDICINA FISICA E RIABILITATIVA',6),('MED/35 MALATTIE CUTANEE E VENEREE ',6),('MED/36 DIAGNOSTICA PER IMMAGINI E RADIOTERAPIA ',6),('MED/37 NEURORADIOLOGIA ',6),('MED/38 PEDIATRIA GENERALE E SPECIALISTICA ',6),('MED/39 NEUROPSICHIATRIA INFANTILE ',6),('MED/40 GINECOLOGIA E OSTETRICIA ',6),('MED/41 ANESTESIOLOGIA ',6),('MED/42 IGIENE GENERALE E APPLICATA',6),('MED/43 MEDICINA LEGALE ',6),('MED/44 MEDICINA DEL LAVORO',6),('MED/45 SCIENZE INFERMIERISTICHE GENERALI- CLINICHE E PEDIATRICHE',6),('MED/46 SCIENZE TECNICHE DI MEDICINA DI LABORATORIO ',6),('MED/47 SCIENZE INFERMIERISTICHE OSTETRICO-GINECOLOGICHE ',6),('MED/48 SCIENZE INFERMIERISTICHE E TECNICHE NEURO-PSICHIATRICHE E RIABILITATIVE',6),('MED/49 SCIENZE TECNICHE DIETETICHE APPLICATE ',6),('MED/50 SCIENZE TECNICHE MEDICHE APPLICATE ',6),('AGR/01 ECONOMIA ED ESTIMO RURALE',7),('AGR/02 AGRONOMIA E COLTIVAZIONI ERBACEE',7),('AGR/03 ARBORICOLTURA GENERALE E COLTIVAZIONI ARBOREE',7),('AGR/04 ORTICOLTURA E FLORICOLTURA',7),('AGR/05 ASSESTAMENTO FORESTALE E SELVICOLTURA',7),('AGR/06 TECNOLOGIA DEL LEGNO E UTILIZZAZIONI FORESTALI',7),('AGR/07 GENETICA AGRARIA',7),('AGR/08 IDRAULICA AGRARIA E SISTEMAZIONI IDRAULICO-FORESTALI',7),('AGR/09 MECCANICA AGRARIA',7),('AGR/10 COSTRUZIONI RURALI E TERRITORIO AGROFORESTALE',7),('AGR/11 ENTOMOLOGIA GENERALE E APPLICATA',7),('AGR/12 PATOLOGIA VEGETALE',7),('AGR/13 CHIMICA AGRARIA',7),('AGR/14 PEDOLOGIA',7),('AGR/15 SCIENZE E TECNOLOGIE ALIMENTARI',7),('AGR/16 MICROBIOLOGIA AGRARIA',7),('AGR/17 ZOOTECNICA GENERALE E MIGLIORAMENTO GENETICO',7),('AGR/18 NUTRIZIONE E ALIMENTAZIONE ANIMALE',7),('AGR/19 ZOOTECNICA SPECIALE',7),('AGR/20 ZOOCOLTURE',7),('VET/01 ANATOMIA DEGLI ANIMALI DOMESTICI',7),('VET/02 FISIOLOGIA VETERINARIA',7),('VET/03 PATOLOGIA GENERALE E ANATOMIA PATOLOGICA VETERINARIA',7),('VET/04 ISPEZIONE DEGLI ALIMENTI DI ORIGINE ANIMALE',7),('VET/05 MALATTIE INFETTIVE DEGLI ANIMALI DOMESTICI',7),('VET/06 PARASSITOLOGIA E MALATTIE PARASSITARIE DEGLI ANIMALI',7),('VET/07 FARMACOLOGIA E TOSSICOLOGIA VETERINARIA',7),('VET/08 CLINICA MEDICA VETERINARIA',7),('VET/09 CLINICA CHIRURGICA VETERINARIA',7),('VET/10 CLINICA OSTETRICA E GINECOLOGIA VETERINARIA',7),('ICAR/01 IDRAULICA',8),('ICAR/02 COSTRUZIONI IDRAULICHE E MARITTIME E IDROLOGIA',8),('ICAR/03 INGEGNERIA SANITARIA-AMBIENTALE',8),('ICAR/04 STRADE- FERROVIE ED AEROPORTI',8),('ICAR/05 TRASPORTI',8),('ICAR/06 TOPOGRAFIA E CARTOGRAFIA',8),('ICAR/07 GEOTECNICA',8),('ICAR/08 SCIENZA DELLE COSTRUZIONI',8),('ICAR/09 TECNICA DELLE COSTRUZIONI',8),('ICAR/10 ARCHITETTURA TECNICA',8),('ICAR/11 PRODUZIONE EDILIZIA',8),('ICAR/12 TECNOLOGIA DELL\'ARCHITETTURA',8),('ICAR/13 DISEGNO INDUSTRIALE',8),('ICAR/14 COMPOSIZIONE ARCHITETTONICA E URBANA',8),('ICAR/15 ARCHITETTURA DEL PAESAGGIO',8),('ICAR/16 ARCHITETTURA DEGLI INTERNI E ALLESTIMENTO',8),('ICAR/17 DISEGNO',8),('ICAR/18 STORIA DELL\'ARCHITETTURA',8),('ICAR/19 RESTAURO',8),('ICAR/20 TECNICA E PIANIFICAZIONE URBANISTICA',8),('ICAR/21 URBANISTICA',8),('ICAR/22 ESTIMO',8),('ING-IND/01 ARCHITETTURA NAVALE',9),('ING-IND/02 COSTRUZIONI E IMPIANTI NAVALI E MARINI',9),('ING-IND/03 MECCANICA DEL VOLO',9),('ING-IND/04 COSTRUZIONI E STRUTTURE AEROSPAZIALI',9),('ING-IND/05 IMPIANTI E SISTEMI AEROSPAZIALI',9),('ING-IND/06 FLUIDODINAMICA ',9),('ING-IND/07 PROPULSIONE AEROSPAZIALE ',9),('ING-IND/08 MACCHINE A FLUIDO ',9),('ING-IND/09 SISTEMI PER L\'ENERGIA E L\'AMBIENTE ',9),('ING-IND/10 FISICA TECNICA INDUSTRIALE ',9),('ING-IND/11 FISICA TECNICA AMBIENTALE ',9),('ING-IND/12 MISURE MECCANICHE E TERMICHE ',9),('ING-IND/13 MECCANICA APPLICATA ALLE MACCHINE',9),('ING-IND/14 PROGETTAZIONE MECCANICA E COSTRUZIONE DI MACCHINE ',9),('ING-IND/15 DISEGNO E METODI DELL\'INGEGNERIA INDUSTRIALE',9),('ING-IND/16 TECNOLOGIE E SISTEMI DI LAVORAZIONE',9),('ING-IND/17 IMPIANTI INDUSTRIALI MECCANICI',9),('ING-IND/18 FISICA DEI REATTORI NUCLEARI ',9),('ING-IND/19 IMPIANTI NUCLEARI ',9),('ING-IND/20 MISURE E STRUMENTAZIONE NUCLEARI ',9),('ING-IND/21 METALLURGIA',9),('ING-IND/22 SCIENZA E TECNOLOGIA DEI MATERIALI ',9),('ING-IND/23 CHIMICA FISICA APPLICATA',9),('ING-IND/24 PRINCIPI DI INGEGNERIA CHIMICA',9),('ING-IND/25 IMPIANTI CHIMICI',9),('ING-IND/26 TEORIA DELLO SVILUPPO DEI PROCESSI CHIMICI',9),('ING-IND/27 CHIMICA INDUSTRIALE E TECNOLOGICA',9),('ING-IND/28 INGEGNERIA E SICUREZZA DEGLI SCAVI',9),('ING-IND/29 INGEGNERIA DELLE MATERIE PRIME ',9),('ING-IND/30 IDROCARBURI E FLUIDI DEL SOTTOSUOLO ',9),('ING-IND/31 ELETTROTECNICA',9),('ING-IND/32 CONVERTITORI- MACCHINE E AZIONAMENTI ELETTRICI ',9),('ING-IND/33 SISTEMI ELETTRICI PER L\'ENERGIA',9),('ING-IND/34 BIOINGEGNERIA INDUSTRIALE',9),('ING-IND/35 INGEGNERIA ECONOMICO-GESTIONALE',9),('ING-INF/01 ELETTRONICA',9),('ING-INF/02 CAMPI ELETTROMAGNETICI',9),('ING-INF/03 TELECOMUNICAZIONI',9),('ING-INF/04 AUTOMATICA',9),('ING-INF/05 SISTEMI DI ELABORAZIONE DELLE INFORMAZIONI',9),('ING-INF/06 BIOINGEGNERIA ELETTRONICA E INFORMATICA ',9),('ING-INF/07 MISURE ELETTRICHE E ELETTRONICHE',9),('L-ANT/01 PREISTORIA E PROTOSTORIA',10),('L-ANT/02 STORIA GRECA',10),('L-ANT/03 STORIA ROMANA',10),('L-ANT/04 NUMISMATICA',10),('L-ANT/05 PAPIROLOGIA',10),('L-ANT/06 ETRUSCOLOGIA E ANTICHIT',10),('L-ANT/07 ARCHEOLOGIA CLASSICA',10),('L-ANT/08 ARCHEOLOGIA CRISTIANA E MEDIEVALE',10),('L-ANT/09 TOPOGRAFIA ANTICA',10),('L-ANT/10 METODOLOGIE DELLA RICERCA ARCHEOLOGICA',10),('L-ART/01 STORIA DELL\'ARTE MEDIEVALE',10),('L-ART/02 STORIA DELL\'ARTE MODERNA ',10),('L-ART/03 STORIA DELL\'ARTE CONTEMPORANEA',10),('L-ART/04 MUSEOLOGIA E CRITICA ARTISTICA E DEL RESTAURO',10),('L-ART/05 DISCIPLINE DELLO SPETTACOLO',10),('L-ART/06 CINEMA- FOTOGRAFIA E TELEVISIONE',10),('L-ART/07 MUSICOLOGIA E STORIA DELLA MUSICA',10),('L-ART/08 ETNOMUSICOLOGIA',10),('L-FIL-LET/01 CIVILT',10),('L-FIL-LET/02 LINGUA E LETTERATURA GRECA',10),('L-FIL-LET/03 FILOLOGIA ITALICA- ILLIRICA- CELTICA',10),('L-FIL-LET/04 LINGUA E LETTERATURA LATINA',10),('L-FIL-LET/05 FILOLOGIA CLASSICA',10),('L-FIL-LET/06 LETTERATURA CRISTIANA ANTICA',10),('L-FIL-LET/07 CIVILT',10),('L-FIL-LET/08 LETTERATURA LATINA MEDIEVALE E UMANISTICA',10),('L-FIL-LET/09 FILOLOGIA E LINGUISTICA ROMANZA',10),('L-FIL-LET/10 LETTERATURA ITALIANA',10),('L-FIL-LET/11 LETTERATURA ITALIANA CONTEMPORANEA',10),('L-FIL-LET/12 LINGUISTICA ITALIANA',10),('L-FIL-LET/13 FILOLOGIA DELLA LETTERATURA ITALIANA',10),('L-FIL-LET/14 CRITICA LETTERARIA E LETTERATURE COMPARATE',10),('L-FIL-LET/15 FILOLOGIA GERMANICA',10),('L-LIN/01 GLOTTOLOGIA E LINGUISTICA',10),('L-LIN/02 DIDATTICA DELLE LINGUE MODERNE',10),('L-LIN/03 LETTERATURA FRANCESE',10),('L-LIN/04 LINGUA E TRADUZIONE - LINGUA FRANCESE',10),('L-LIN/05 LETTERATURA SPAGNOLA',10),('L-LIN/06 LINGUA E LETTERATURE ISPANO-AMERICANE ',10),('L-LIN/07 LINGUA E TRADUZIONE - LINGUA SPAGNOLA',10),('L-LIN/08 LETTERATURA PORTOGHESE E BRASILIANA',10),('L-LIN/09 LINGUA E TRADUZIONE - LINGUE PORTOGHESE E BRASILIANA',10),('L-LIN/10 LETTERATURA INGLESE',10),('L-LIN/11 LINGUE E LETTERATURE ANGLO-AMERICANE',10),('L-LIN/12 LINGUA E TRADUZIONE - LINGUA INGLESE',10),('L-LIN/13 LETTERATURA TEDESCA',10),('L-LIN/14 LINGUA E TRADUZIONE - LINGUA TEDESCA',10),('L-LIN/15 LINGUE E LETTERATURE NORDICHE',10),('L-LIN/16 LINGUA E LETTERATURA NEDERLANDESE',10),('L-LIN/17 LINGUA E LETTERATURA ROMENA',10),('L-LIN/18 LINGUA E LETTERATURA ALBANESE',10),('L-LIN/19 FILOLOGIA UGRO-FINNICA',10),('L-LIN/20 LINGUA E LETTERATURA NEOGRECA',10),('L-LIN/21 SLAVISTICA',10),('L-OR/01 STORIA DEL VICINO ORIENTE ANTICO',10),('L-OR/02 EGITTOLOGIA E CIVILT',10),('L-OR/03 ASSIRIOLOGIA',10),('L-OR/04 ANATOLISTICA',10),('L-OR/05 ARCHEOLOGIA E STORIA DELL\'ARTE DEL VICINO ORIENTE ANTICO',10),('L-OR/06 ARCHEOLOGIA FENICIO-PUNICA',10),('L-OR/07 SEMITISTICA - LINGUE E LETTERATURE DELL\'ETIOPIA',10),('L-OR/08 EBRAICO',10),('L-OR/09 LINGUE E LETTERATURE DELL\'AFRICA',10),('L-OR/10 STORIA DEI PAESI ISLAMICI',10),('L-OR/11 ARCHEOLOGIA E STORIA DELL\'ARTE MUSULMANA',10),('L-OR/12 LINGUA E LETTERATURA ARABA',10),('L-OR/13 ARMENISTICA- CAUCASOLOGIA- MONGOLISTICA E TURCOLOGIA',10),('L-OR/14 FILOLOGIA- RELIGIONI E STORIA DELL\'IRAN',10),('L-OR/15 LINGUA E LETTERATURA PERSIANA',10),('L-OR/16 ARCHEOLOGIA E STORIA DELL\'ARTE DELL\'INDIA E DELL\'ASIA CENTRALE',10),('L-OR/17 FILOSOFIE- RELIGIONI E STORIA DELL\'INDIA E DELL\'ASIA CENTRALE',10),('L-OR/18 INDOLOGIA E TIBETOLOGIA',10),('L-OR/19 LINGUE E LETTERATURE MODERNE DEL SUBCONTINENTE INDIANO',10),('L-OR/20 ARCHEOLOGIA- STORIA DELL\'ARTE E FILOSOFIE DELL\'ASIA ORIENTALE',10),('L-OR/21 LINGUE E LETTERATURE DELLA CINA E DELL\'ASIA SUD-ORIENTALE',10),('L-OR/22 LINGUE E LETTERATURE DEL GIAPPONE E DELLA COREA',10),('L-OR/23 STORIA DELL\'ASIA ORIENTALE E SUD-ORIENTALE',10),('M-STO/01 STORIA MEDIEVALE',11),('M-STO/02 STORIA MODERNA ',11),('M-STO/03 STORIA DELL\'EUROPA ORIENTALE ',11),('M-STO/04 STORIA CONTEMPORANEA ',11),('M-STO/05 STORIA DELLA SCIENZA E DELLE TECNICHE ',11),('M-STO/06 STORIA DELLE RELIGIONI ',11),('M-STO/07 STORIA DEL CRISTIANESIMO E DELLE CHIESE ',11),('M-STO/08 ARCHIVISTICA - BIBLIOGRAFIA E BIBLIOTECONOMIA ',11),('M-STO/09 PALEOGRAFIA ',11),('M-DEA/01 DISCIPLINE DEMOETNOANTROPOLOGICHE ',11),('M-GGR/01 GEOGRAFIA ',11),('M-GGR/02 GEOGRAFIA ECONOMICO-POLITICA ',11),('M-FIL/01 FILOSOFIA TEORETICA ',11),('M-FIL/02 LOGICA E FILOSOFIA DELLA SCIENZA ',11),('M-FIL/03 FILOSOFIA MORALE ',11),('M-FIL/04 ESTETICA',11),('M-FIL/05 FILOSOFIA E TEORIA DEI LINGUAGGI ',11),('M-FIL/06 STORIA DELLA FILOSOFIA ',11),('M-FIL/07 STORIA DELLA FILOSOFIA ANTICA ',11),('M-FIL/08 STORIA DELLA FILOSOFIA MEDIEVALE ',11),('M-PED/01 PEDAGOGIA GENERALE E SOCIALE ',11),('M-PED/02 STORIA DELLA PEDAGOGIA ',11),('M-PED/03 DIDATTICA E PEDAGOGIA SPECIALE ',11),('M-PED/04 PEDAGOGIA SPERIMENTALE ',11),('M-PSI/01 PSICOLOGIA GENERALE ',11),('M-PSI/02 PSICOBIOLOGIA E PSICOLOGIA FISIOLOGICA ',11),('M-PSI/03 PSICOMETRIA ',11),('M-PSI/04 PSICOLOGIA DELLO SVILUPPO E PSICOLOGIA DELL\'EDUCAZIONE ',11),('M-PSI/05 PSICOLOGIA SOCIALE ',11),('M-PSI/06 PSICOLOGIA DEL LAVORO E DELLE ORGANIZZAZIONI ',11),('M-PSI/07 PSICOLOGIA DINAMICA',11),('M-PSI/08 PSICOLOGIA CLINICA ',11),('M-EDF/01 METODI E DIDATTICHE DELLE ATTIVIT',11),('M-EDF/02 METODI E DIDATTICHE DELLE ATTIVIT',11),('IUS/01 DIRITTO PRIVATO',12),('IUS/02 DIRITTO PRIVATO COMPARATO',12),('IUS/03 DIRITTO AGRARIO',12),('IUS/04 DIRITTO COMMERCIALE',12),('IUS/05 DIRITTO DELL\'ECONOMIA',12),('IUS/06 DIRITTO DELLA NAVIGAZIONE',12),('IUS/07 DIRITTO DEL LAVORO',12),('IUS/08 DIRITTO COSTITUZIONALE',12),('IUS/09 ISTITUZIONI DI DIRITTO PUBBLICO',12),('IUS/10 DIRITTO AMMINISTRATIVO',12),('IUS/11 DIRITTO CANONICO E DIRITTO ECCLESIASTICO',12),('IUS/12 DIRITTO TRIBUTARIO',12),('IUS/13 DIRITTO INTERNAZIONALE',12),('IUS/14 DIRITTO DELL\'UNIONE EUROPEA',12),('IUS/15 DIRITTO PROCESSUALE CIVILE',12),('IUS/16 DIRITTO PROCESSUALE PENALE',12),('IUS/17 DIRITTO PENALE',12),('IUS/18 DIRITTO ROMANO E DIRITTI DELL\'ANTICHIT',12),('IUS/19 STORIA DEL DIRITTO MEDIEVALE E MODERNO',12),('IUS/20 FILOSOFIA DEL DIRITTO',12),('IUS/21 DIRITTO PUBBLICO COMPARATO',12),('SECS-P/01 ECONOMIA POLITICA ',13),('SECS P/02 POLITICA ECONOMICA ',13),('SECS-P/03 SCIENZA DELLE FINANZE ',13),('SECS-P/04 STORIA DEL PENSIERO ECONOMICO ',13),('SECS-P/05 ECONOMETRIA ',13),('SECS-P/06 ECONOMIA APPLICATA ',13),('SECS-P/07 ECONOMIA AZIENDALE ',13),('SECS-P/08 ECONOMIA E GESTIONE DELLE IMPRESE ',13),('SECS-P/09 FINANZA AZIENDALE ',13),('SECS-P/10 ORGANIZZAZIONE AZIENDALE ',13),('SECS-P/11 ECONOMIA DEGLI INTERMEDIARI FINANZIARI ',13),('SECS-P/12 STORIA ECONOMICA ',13),('SECS-P/13 SCIENZE MERCEOLOGICHE',13),('SECS-S/01 STATISTICA',13),('SECS-S/02 STATISTICA PER LA RICERCA SPERIMENTALE E TECNOLOGICA',13),('SECS-S/03 STATISTICA ECONOMICA',13),('SECS-S/04 DEMOGRAFIA',13),('SECS-S/05 STATISTICA SOCIALE',13),('SECS-S/06 METODI MATEMATICI DELL\'ECONOMIA E DELLE SCIENZE ATTUARIALI E FINANZIARIE',13),('SPS/01 FILOSOFIA POLITICA',14),('SPS/02 STORIA DELLE DOTTRINE POLITICHE',14),('SPS/03 STORIA DELLE ISTITUZIONI POLITICHE',14),('SPS/04 SCIENZA POLITICA',14),('SPS/05 STORIA E ISTITUZIONI DELLE AMERICHE',14),('SPS/06 STORIA DELLE RELAZIONI INTERNAZIONALI',14),('SPS/07 SOCIOLOGIA GENERALE',14),('SPS/08 SOCIOLOGIA DEI PROCESSI CULTURALI E COMUNICATIVI ',14),('SPS/09 SOCIOLOGIA DEI PROCESSI ECONOMICI E DEL LAVORO',14),('SPS/10 SOCIOLOGIA DELL\'AMBIENTE E DEL TERRITORIO',14),('SPS/11 SOCIOLOGIA DEI FENOMENI POLITICI',14),('SPS/12 SOCIOLOGIA GIURIDICA- DELLA DEVIANZA E MUTAMENTO SOCIALE',14),('SPS/13 STORIA E ISTITUZIONI DELL\'AFRICA',14),('SPS/14 STORIA E ISTITUZIONI DELL\'ASIA',14);
/*!40000 ALTER TABLE `ssd` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ssd_area`
--
DROP TABLE IF EXISTS `ssd_area`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ssd_area` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`area` varchar(128) COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ssd_area`
--
LOCK TABLES `ssd_area` WRITE;
/*!40000 ALTER TABLE `ssd_area` DISABLE KEYS */;
INSERT INTO `ssd_area` VALUES (1,'Area 01 - Scienze matematiche e informatiche'),(2,'Area 02 - Scienze fisiche'),(3,'Area 03 - Scienze chimiche'),(4,'Area 04 - Scienze della terra'),(5,'Area 05 - Scienze biologiche'),(6,'Area 06 - Scienze mediche'),(7,'Area 07 - Scienze agrarie e veterinarie'),(8,'Area 08 - Ingegneria civile e Architettura'),(9,'Area 09 - Ingegneria industriale e dell\'informazione'),(10,'Area 10 - Scienze dell\'antichità, filologico-letterarie e storico-artistiche'),(11,'Area 11 - Scienze storiche, filosofiche, pedagogiche e psicologiche'),(12,'Area 12 - Scienze giuridiche'),(13,'Area 13 - Scienze economiche e statistiche'),(14,'Area 14 - Scienze politiche e sociali');
/*!40000 ALTER TABLE `ssd_area` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `terzamissione`
--
DROP TABLE IF EXISTS `terzamissione`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `terzamissione` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`id_docente` int(11) DEFAULT NULL,
`nominativo` varchar(128) COLLATE utf8_unicode_ci NOT NULL,
`nominativo2` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
`nominativo3` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
`partner` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
`SSD_area` int(11) NOT NULL,
`SSD` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
`anno` varchar(16) COLLATE utf8_unicode_ci NOT NULL,
`datain` date DEFAULT NULL,
`datafi` date DEFAULT NULL,
`macroambito` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
`dettaglio` varchar(128) COLLATE utf8_unicode_ci NOT NULL,
`descri_evento` mediumtext COLLATE utf8_unicode_ci NOT NULL,
`note` varchar(256) COLLATE utf8_unicode_ci DEFAULT NULL,
`user_doc` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=189 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `terzamissione`
--
LOCK TABLES `terzamissione` WRITE;
/*!40000 ALTER TABLE `terzamissione` DISABLE KEYS */;
INSERT INTO `terzamissione` VALUES (1,NULL,'BUDILLON Giorgio',NULL,NULL,'Lande Srl',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2013',NULL,NULL,'Attività conto terzi','Conto terzi','Attività di Monitoraggio Ambientale in Fase Ante Opera della componente Ambiente Marino nell’ambito dei lavori di costruzione della Piastra Portuale e della Vasca di Colmata (di cui alle delibere CIPE n. 74/03 del 29/03/2003 e n. 104 del 18/11/2010).',NULL,'diana.diluccio'),(12,NULL,'ULGIATI Sergio',NULL,NULL,'James Hutton Institute',3,'CHIM/12 CHIMICA DELL\'AMBIENTE E DEI BENI CULTURALI','2014',NULL,NULL,'Attività conto terzi','Conto terzi','Social Metabolism Analysis of Rural Scotland.',NULL,'diana.diluccio'),(13,NULL,'BUDILLON Giorgio',NULL,NULL,'Comune di Molfetta',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2014',NULL,NULL,'Attività conto terzi','Conto terzi','Costruzione del Nuovo Porto Commerciale di Molfetta. Monitoraggio marino durante e dopo il dragaggio di 1^ e 2^ fase. Estensione per l’anno 2014, dell’attività e del nolo, lettura e interpretazione dei dati delle sonde multiparametriche e correntometriche.',NULL,'diana.diluccio'),(14,NULL,'BUDILLON Giorgio',NULL,NULL,'Comune di Molfetta',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2015',NULL,NULL,'Attività conto terzi','Conto terzi','Costruzione Nuovo Porto Commerciale di Molfetta – Monitoraggio marino durante e dopo il dragaggio di 1^ e 2^ fase – Estensione, per gli anni 2015 e 2016 dell’attività e del nolo, lettura e interpretazione dei dati della sonda multiparametrica e correntometriche.',NULL,'diana.diluccio'),(15,NULL,'BUDILLON Giorgio',NULL,NULL,'Comune di Napoli - Servizio Tutela Mare',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2014',NULL,NULL,'Attività conto terzi','Conto terzi','Servizi di analisi, prove e tarature del sistema di rilevamento delle correnti superficiali BOA – CODAR nell’area marina antistante la città di Napoli come da Determina Dirigenziale n. 3 del 15/3/2011 e Realizzazione di un sistema di monitoraggio e di preallertamento del rischio d’inondazione di specifiche aree di cui al Piano di difesa delle coste - contratto con Comune di Napoli Rep. 84388 del 8/4/2014.',NULL,'diana.diluccio'),(16,NULL,'PIERINI Stefano',NULL,NULL,'ENEA',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2014',NULL,NULL,'Attività conto terzi','Conto terzi','Attività di ricerca sull’implementazione di un modello regionale ad alta risoluzione del Mar Tirreno e all’analisi di dati modellistici da modello a scala di bacino, per lo studio della circolazione del Mar Mediterraneo e della sua variabilità a lungo termine.',NULL,'diana.diluccio'),(17,NULL,'ZAMBIANCHI Enrico',NULL,NULL,'CONISMA',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2015',NULL,NULL,'Attività conto terzi','Conto terzi','Attività relativa allo studio sull’utilizzazione di dati di radar costieri in HF nell\'ambito del Progetto bandiera RITMARE.',NULL,'diana.diluccio'),(18,NULL,'RUSSO Giovanni Fulvio',NULL,NULL,'FEDERCOPESCA CONFCOOPERATIVE',5,'BIO/07 ECOLOGIA','2015',NULL,NULL,'Attività conto terzi','Conto terzi','Contratto di consulenza tecnico-scientifica nell’ambito del Progetto Fep Campania 2007/2013 mis. 3.5, “Dalla sardina al tonno: verso la gestione ottimale della risorsa e la valorizzazione delle produzioni ittiche campane. Linea 1.',NULL,'diana.diluccio'),(19,NULL,'RICCIO Angelo',NULL,NULL,'ISAC-CNR',2,'FIS/06 FISICA PER IL SISTEMA TERRA E IL MEZZO CIRCUMTERRESTRE','2014',NULL,NULL,'Attività conto terzi','Conto terzi','Affidamento di una prestazione finalizzata al potenziamento di un sistema di analisi avanzato per l\'interpretazione di misure condotte presso gli osservatori climatico-ambientali del progetto I-AMICA.',NULL,'diana.diluccio'),(20,NULL,'CIARAMELLA Angelo',NULL,NULL,'ISPRA',1,'INF/01 INFORMATICA','2014',NULL,NULL,'Attività conto terzi','Conto terzi','Valutazione dei rischi ambientali (VRA) connessi all\'emissione deliberata di OGM.',NULL,'diana.diluccio'),(21,NULL,'RICCIO Angelo',NULL,NULL,'LENVIROS Srl',2,'FIS/06 FISICA PER IL SISTEMA TERRA E IL MEZZO CIRCUMTERRESTRE','2014',NULL,NULL,'Attività conto terzi','Conto terzi','Analisi dell\'impatto olfattivo dell\'impianto di depurazione di Bari Ovest.',NULL,'diana.diluccio'),(22,NULL,'RICCIO Angelo',NULL,NULL,'LENVIROS Srl',2,'FIS/06 FISICA PER IL SISTEMA TERRA E IL MEZZO CIRCUMTERRESTRE','2015',NULL,NULL,'Attività conto terzi','Conto terzi','Analisi della qualità dell\'aria dell\'impianto di trattamento dei rifiuti urbani dell\'AMIU nella città di Bari.',NULL,'diana.diluccio'),(23,NULL,'RICCIO Angelo',NULL,NULL,'LENVIROS Srl',2,'FIS/06 FISICA PER IL SISTEMA TERRA E IL MEZZO CIRCUMTERRESTRE','2016',NULL,NULL,'Attività conto terzi','Conto terzi','Analisi delle condizioni di inquinamento nell\'area industriale di Bari in relazione alla costruzione del nuovo impianto di trattamento dei rifiuti solidi urbani NEWO.',NULL,'diana.diluccio'),(24,NULL,'TROISI Salvatore',NULL,NULL,'Rimorchiatori Riuniti Porto di Genova',8,'ICAR/06 TOPOGRAFIA E CARTOGRAFIA','2015',NULL,NULL,'Attività conto terzi','Conto terzi','Metrologia ottica nel settore marittimo.',NULL,'diana.diluccio'),(25,NULL,'TROISI Salvatore',NULL,NULL,'Autorità Portuale di Venezia',8,'ICAR/06 TOPOGRAFIA E CARTOGRAFIA','2017',NULL,NULL,'Attività conto terzi','Conto terzi','Segnalamento marittimo di accesso ai porti di Venezia e Chioggia. Assessment della situazione attuale e ipotesi di ottimizzazione e razionalizzazione.',NULL,'diana.diluccio'),(26,NULL,'BUDILLON Giorgio',NULL,NULL,'S.A.S. Alberto II, Principe di Monaco',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2018','2018-05-16','2018-05-16','Public Engagement','Eventi di massa','Laurea Honoris Causa in Scienze e Tecnologie della Navigazione a S.A.S. Alberto II, Principe di Monaco.',NULL,'diana.diluccio'),(27,NULL,'RUSSO Giovanni Fulvio','SANDULLI Roberto',NULL,'AMP Punta Campanella',5,'BIO/07 ECOLOGIA','2018','2018-06-25','2018-06-30','Public Engagement','Altro','Corso teorico-pratico di Biologia Marina.',NULL,'diana.diluccio'),(28,NULL,'BUDILLON Giorgio',NULL,NULL,'Ten. Col. Guido Guidi',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2016','2016-12-12','2016-12-12','Formazione continua','Altro','Seminario \"Il Clima: dinamiche, misura, attualità e proiezioni\".',NULL,'diana.diluccio'),(29,NULL,'BUDILLON Giorgio','COTRONEO Yuri','FUSCO Giannetta','Città della Scienza',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2017','2017-05-25','2017-05-28','Public Engagement','Eventi di massa','FUTURO@REMOTO \"Mare e Atmosfera\"',NULL,'diana.diluccio'),(30,NULL,'MONTELLA Raffaele',NULL,NULL,'Città della Scienza',1,'INF/01 INFORMATICA','2017','2017-05-25','2017-05-28','Public Engagement','Eventi di massa','FUTURO@REMOTO \"Fairwind: cosa succede quando l\'elettronica di bordo, l\'open source e l\'università si incontrano\"',NULL,'diana.diluccio'),(31,NULL,'BUDILLON Giorgio','FUSCO Giannetta','COTRONEO Yuri','Città della Scienza',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2016','2016-10-07','2016-10-10','Public Engagement','Eventi di massa','FUTUR@REMOTO \"Mare e Atmosfera\".',NULL,'diana.diluccio'),(32,NULL,'PAPPONE Gerardo','AUCELLI Pietro','AMODIO Sabrina','Città della Scienza',4,'GEO/05 GEOLOGIA APPLICATA','2017',NULL,NULL,'Public Engagement','Eventi di massa','FUTURO@REMOTO \"La ricostruzione dei fondali marini e dei siti archeologici sommersi\".',NULL,'francesco.peluso'),(33,NULL,'BUDILLON Giorgio','MONTELLA Raffaele','FUSCO Giannetta','Città della Scienza',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2015','2015-10-16','2015-10-19','Public Engagement','Eventi di massa','FUTUR@REMOTO \"Sulle rotte della conoscenza\".',NULL,'diana.diluccio'),(34,NULL,'BUDILLON Giorgio',NULL,NULL,'Dott. Giuseppe Onorati',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2017','2017-01-12','2017-01-12','Formazione continua','Altro','Seminario \"Le previsioni meteo-ambientali\".',NULL,'diana.diluccio'),(35,NULL,'PIERINI Stefano',NULL,NULL,'Dr. Giovanni Liguori',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2015','2015-07-15','2015-07-15','Formazione continua','Altro','Seminario \"ENSO and the Pacific Meridional Mode: a null hypothesis for tropical decadal variability\".',NULL,'diana.diluccio'),(36,NULL,'ZAMBIANCHI Enrico',NULL,NULL,'Dott. Luca Centurioni',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2016','2016-01-14','2016-01-14','Formazione continua','Altro','Seminario \"The Global Drifter Program. Observations of Sea Surface Temperature, Atmospheric Pressure and Ocean Currents in the World\'s Ocean\".',NULL,'diana.diluccio'),(37,NULL,'PIERINI Stefano',NULL,NULL,'Dott. Davide Zanchettin',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2016','2016-02-22','2016-02-22','Formazione continua','Altro','Seminario \"Spatial-temporal assessment of climate model drifts\".',NULL,'diana.diluccio'),(38,NULL,'PIERINI Stefano',NULL,NULL,'Prof. Angelo Rubino',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2016','2016-02-22','2016-02-22','Formazione continua','Altro','Seminario \"Biogeochemical and isotopic distribution and bacterical diversity trace oceanic abyssal circulation in the Eastern Mediterranean Sea \".',NULL,'diana.diluccio'),(39,NULL,'ZAMBIANCHI Enrico',NULL,NULL,'Dott. Pierre Marie Poulain',4,'CHIM/12 CHIMICA DELL\'AMBIENTE E DEI BENI CULTURALI','2016','2016-05-05','2016-05-05','Formazione continua','Altro','Seminario \"I programmi mondiali di monitoraggio dell\'Oceano ARGO e GDP: aspetti globali e contributo Italiano nell\'Oceano Australe\".',NULL,'diana.diluccio'),(40,NULL,'PAPPONE Gerardo',NULL,NULL,'Dott.ssa Elda Russo Ermolli',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2016','2016-11-24','2016-11-25','Formazione continua','Altro','Seminario \"Evidenze e cause delle variazioni climatiche e Quaternarie. Principali indicatori di ambiente marino e continentale \".',NULL,'diana.diluccio'),(41,NULL,'BUDILLON Giorgio',NULL,NULL,'Dott.ssa Francesca Napoli',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2015','2015-01-16','2015-01-16','Formazione continua','Altro','Seminario \"Strumenti e metodi per le previsioni meteorologiche ai fini di protezione civile\".',NULL,'diana.diluccio'),(42,NULL,'FUSCO Giannetta',NULL,NULL,'Prof. Christopher J. Zappa',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2015','2015-03-24','2015-03-24','Formazione continua','Altro','Seminario \"Precipitation and the global air-sea CO2 flux\".',NULL,'diana.diluccio'),(43,NULL,'FUSCO Giannetta',NULL,NULL,'Prof. Christopher J. Zappa',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2015','2015-03-25','2015-03-25','Formazione continua','Altro','Seminario \"Polar Sea Ice processes and their effects on air-sea interaction\".',NULL,'diana.diluccio'),(44,NULL,'PIERINI Stefano',NULL,NULL,'Prof. Michael Ghil',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2015','2015-05-25','2015-05-25','Formazione continua','Altro','Seminario \"Bifurcation, tipping points and climate applications\".',NULL,'diana.diluccio'),(45,NULL,'FALCO Pierpaolo',NULL,NULL,'Dott.ssa Daniela Flocco',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2015','2015-05-26','2015-05-26','Formazione continua','Altro','Seminario \"Sea ice: modelling advances\".',NULL,'diana.diluccio'),(46,NULL,'FALCO Pierpaolo',NULL,NULL,'Dott.ssa Daniela Flocco',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2015','2015-05-27','2015-05-27','Formazione continua','Altro','Seminario \"An overview on melt pond modelling\".',NULL,'diana.diluccio'),(47,NULL,'PIERINI Stefano',NULL,NULL,'Dott. Giovanni Liguori',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2015','2015-07-11','2015-07-11','Formazione continua','Altro','Seminario \"ENSO and the Pacific Meridional Mode: a null hypothesis for tropical decadal variability\".',NULL,'diana.diluccio'),(48,NULL,'PIERINI Stefano',NULL,NULL,'Prof. Mu Mu',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2015','2015-06-10','2015-06-10','Formazione continua','Altro','Seminario \"Conditional Nonlinear Optimal Perturbation and its applications to the Predictability Problems of Oceans\".',NULL,'diana.diluccio'),(49,NULL,'BUDILLON Giorgio',NULL,NULL,'Prof. Giorgio Budillon',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2015','2015-10-16','2015-10-16','Public Engagement','Eventi di massa','Seminario nell\'ambito della manifestazione FUTUR@REMOTO 2015 \"Cambiamenti climatici e circolazione oceanica\".',NULL,'diana.diluccio'),(50,NULL,'MONTELLA Raffaele','BUDILLON Giorgio',NULL,'R.Y.C.C.Savoia',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2018','2018-06-20','2018-07-01','Public Engagement','Eventi di massa','Vele d\'epoca 2018 - Supporto meteo-marino del CCMMMA alle regate.',NULL,'diana.diluccio'),(51,NULL,'BUDILLON Giorgio','MONTELLA Raffaele',NULL,'R.Y.C.C.Savoia',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2016','2016-06-30','2016-07-03','Public Engagement','Eventi di massa','Vele d\'Epoca 2016 - Supporto meteo-marino del CCMMMA alle regate.',NULL,'diana.diluccio'),(52,NULL,'MONTELLA Raffaele','BUDILLON Giorgio',NULL,'R.Y.C.C.Savoia',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2017','2017-06-29','2017-07-02','Public Engagement','Eventi di massa','Vele d\'epoca 2017 - Supporto meteo-marino del CCMMMA alle regate.',NULL,'diana.diluccio'),(53,NULL,'MONTELLA Raffaele','BUDILLON Giorgio',NULL,'R.Y.C.C.Savoia',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2015','2015-07-01','2015-07-05','Public Engagement','Eventi di massa','Vele d\'epoca 2015 - Supporto meteo-marino del CCMMMA alle regate.',NULL,'diana.diluccio'),(54,NULL,'MONTELLA Raffaele','BUDILLON Giorgio',NULL,'R.Y.C.C.Savoia',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2018','2018-01-04','2018-01-06','Public Engagement','Eventi di massa','Trofeo M. Campobasso - Supporto meteo-marino del CCMMMA alle regate.',NULL,'diana.diluccio'),(55,NULL,'BUDILLON Giorgio','MONTELLA Raffaele',NULL,'R.Y.C.C.Savoia',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2017','2017-01-05','2017-01-07','Public Engagement','Eventi di massa','Trofeo M. Campobasso - Supporto meteo-marino del CCMMMA alle regate.',NULL,'diana.diluccio'),(56,NULL,'BUDILLON Giorgio','MONTELLA Raffaele',NULL,'R.Y.C.C.Savoia',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2016','2016-01-03','2016-01-05','Public Engagement','Eventi di massa','Trofeo M. Campobasso - Supporto meteo-marino del CCMMMA alle regate.',NULL,'diana.diluccio'),(57,NULL,'BUDILLON Giorgio','MONTELLA Raffaele',NULL,'FIV',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2015','2015-09-16','2015-09-20','Public Engagement','Eventi di massa','Campionato Italiano Classi Olimpiche (C.I.C.O.) - Supporto meteo-marino del CCMMMA alle regate.',NULL,'diana.diluccio'),(58,NULL,'BUDILLON Giorgio','MONTELLA Raffaele',NULL,'Lega Italiana Vela e R.Y.C.C. Savoia',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2016','2016-10-27','2016-10-30','Public Engagement','Eventi di massa','Campionato Nazionale per Club - Supporto meteo-marino del CCMMMA alle regate.',NULL,'diana.diluccio'),(59,NULL,'BUDILLON Giorgio','MONTELLA Raffaele',NULL,'Lega Navale Italiana Sezione di Napoli',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2016',NULL,NULL,'Public Engagement','Eventi di massa','Campionato Autunnale Meteor del Golfo di Napoli - Supporto meteo-marino del CCMMMA alle regate.',NULL,'diana.diluccio'),(60,NULL,'MONTELLA Raffaele','BUDILLON Giorgio',NULL,'Mostra d\'Oltremare di Napoli',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2017','2017-02-18','2017-02-26','Public Engagement','Eventi di massa','NauticSud 2017',NULL,'diana.diluccio'),(61,NULL,'FUSCO Giannetta','BUDILLON Giorgio','MONTELLA Raffaele','Mostra d\'Oltremare di Napoli',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2016','2016-02-27','2016-03-06','Public Engagement','Eventi di massa','NauticSud 2016',NULL,'diana.diluccio'),(62,NULL,'BUDILLON Giorgio',NULL,NULL,NULL,4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2018',NULL,NULL,'Premi e riconoscimenti','Altro','Premio conferito dall\'Associazione Green Cross Italia.',NULL,'diana.diluccio'),(63,NULL,'BUDILLON Giorgio',NULL,NULL,NULL,4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2014',NULL,NULL,'Premi e riconoscimenti','Altro','Premio conferito nell\'ambito dell\'On-Air Festival, il vento che porta a Sorrento.',NULL,'diana.diluccio'),(64,NULL,'ULGIATI Sergio',NULL,NULL,NULL,3,'CHIM/12 CHIMICA DELL\'AMBIENTE E DEI BENI CULTURALI','2017',NULL,NULL,'Premi e riconoscimenti','Altro','Premio Elsevier ATLAS Award conferito da ATLAS Advisory Board.',NULL,'diana.diluccio'),(65,NULL,'MONTELLA Raffaele','BUDILLON Giorgio',NULL,NULL,4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2014',NULL,NULL,'Premi e riconoscimenti','Altro','Premio Eolo 2014 conferite dalla Federazione Italiana Vela (FIV) V zona, per il supporto scientifico messo a disposizione della Vela Napoletana e Campana.',NULL,'diana.diluccio'),(66,NULL,'MONTELLA Raffaele',NULL,NULL,NULL,1,'INF/01 INFORMATICA','2016',NULL,NULL,'Premi e riconoscimenti','Altro','Premio Contest Università sezione \"App e Videogiochi\" conferito da Città della Scienza nell\'ambito della manifestazione Costruisci per FUTUR@REMOTO 2016.',NULL,'diana.diluccio'),(67,NULL,'MONTELLA Raffaele',NULL,NULL,'Amazon Web Services (AWS)',1,'INF/01 INFORMATICA','2018','2018-04-27','2018-04-27','Formazione continua','Altro','Seminario \"A gentle introduction to Amazon Web Services\".',NULL,'diana.diluccio'),(68,NULL,'MONTELLA Raffaele',NULL,NULL,'Amazon Web Services (AWS)',1,'INF/01 INFORMATICA','2018','2018-06-01','2018-06-01','Formazione continua','Altro','Seminario \"Programming Amazon Web Services with Python\".',NULL,'diana.diluccio'),(69,NULL,'PETROSINO Alfredo','MONTELLA Raffaele',NULL,'Zalando',1,'INF/01 INFORMATICA','2018','2018-05-25','2018-05-25','Formazione continua','Altro','Seminario \"Introduzione al mondo Agile e al pensiero Lean con Zalando\".',NULL,'diana.diluccio'),(70,NULL,'PARENTE Claudio',NULL,NULL,NULL,8,'ICAR/06 TOPOGRAFIA E CARTOGRAFIA','2014',NULL,NULL,'Public Engagement','Eventi di massa','Presso il Dipartimento di Scienze e Tecnologie dell\'Università Parthenope, grazie soprattutto all’impegno dei Proff. Raffaele Santamaria e Claudio Parente (docente di Cartografia numerica e GIS), sono presenti, da oltre un decennio, attività didattiche,di ricerca e divulgativaconcernenti i Sistemi Informativi Geografici. a luglio 2014 la sede del DIST è stata test center per conto dell’AICA (Associazione Italiana per l\'Informatica e il Calcolo Automatico) relativamente all’ ECDL GIS (European Computer Driving Licence - Geographic Information System), ovvero la Patente europea che, analogamente all’ECDL Core per l\'uso del computer, certifica la conoscenza dei requisiti di base, teorici e pratici, per l’utilizzo dei Sistemi Informativi Geografici. ',NULL,'francesco.peluso'),(72,NULL,'TROISI Salvatore',NULL,NULL,'Ateneapoli ',8,'ICAR/06 TOPOGRAFIA E CARTOGRAFIA','2014',NULL,NULL,'Public Engagement','Eventi di massa','PREMIO GIANNOTTI 2013 -Il Prof. Raffaele Santamaria, Direttore del Dipartimento di Scienze e Tecnologie, ha ricevuto un premio speciale per la pecularietà e unicità in Italia del Corso di Laurea in Scienze Nautiche ed Aeronautiche dell\'Università Parthenope.',NULL,'francesco.peluso'),(73,NULL,'PAPPONE Gerardo','GIORDANO Francesco',NULL,NULL,4,'GEO/04 GEOGRAFIA FISICA E GEOMORFOLOGIA','2013',NULL,NULL,'Brevetti','Brevetti d\'Ateneo','Brevetto n°0001403985, \"Metodo e sistema di monitoraggio ambientale, per applicazioni costiere e archeologiche\"','Inventore Francesco Giordano- Presentato 2011 rilasciato nel 2013.','francesco.peluso'),(74,NULL,'PAPPONE Gerardo','GIORDANO Francesco',NULL,NULL,4,'GEO/04 GEOGRAFIA FISICA E GEOMORFOLOGIA','2016',NULL,NULL,'Brevetti','Brevetti d\'Ateneo','Brevetto UNP003_IT - depositato anno 2013 “SISTEMA DI MONITORAGGIO AMBIENTALE PER APPLICAZIONI COSTIERE” per il contrasto alla pesca illegale su fondali costieri, in particolare il contrasto alla pesca del dattero di mare (Lithophaga lithophaga e Pholas dactylus) tramite l’utilizzo contemporaneo di due tipologie di sensori, sensori geofisici marini e sensori geofisici terrestri.','Autori Prof Raffaele Santamaria, Prof Francesco Giordano, Dott Gaia Mattei','francesco.peluso'),(75,NULL,'PAPPONE Gerardo','GIORDANO Francesco',NULL,NULL,4,'GEO/04 GEOGRAFIA FISICA E GEOMORFOLOGIA','2016',NULL,NULL,'Brevetti','Brevetti d\'Ateneo','Brevetto Europeo - EUROPEAN PATENT APPLICATION number EP 3 236 293 A1\r\n\"ENVIRONMENTAL MONITORING SYSTEM FOR COASTLINE APPLICATIONS\" \r\nThe present invention relates to a system for monitoring a coastline environment, comprising at least one terrestrial sensing device and at least one marine sensing device ','Autori: Prof Raffaele Santamaria, Prof. Francesco Giordano, Dott Gaia Mattei','francesco.peluso'),(76,NULL,'CASORIA Paolo',NULL,NULL,'Centro Studi Tegea',5,'BIO/01 BOTANICA GENERALE','2014','2014-11-25','2014-11-25','Formazione continua','Altro','Lezione Corso ECM: Legumi e cereali del Vallo di Diano tra storia e Dieta Mediterranea ',NULL,'paolo.casoria'),(77,NULL,'CASORIA Paolo',NULL,NULL,'Canapa Mundi Roma',5,'BIO/01 BOTANICA GENERALE','2017','2017-02-17','2017-02-17','Public Engagement','Eventi di massa','Invited speaker Conferenza annuale sulla Canapa 2017: Implicazioni Sociali della Lavorazione della Canapa Tessile in Italia',NULL,'paolo.casoria'),(78,NULL,'DI ONOFRIO Valeria ',NULL,NULL,NULL,6,'MED/42 IGIENE GENERALE E APPLICATA','2017',NULL,NULL,'Public Engagement','Seminari presso Istituti scolastici','Docente esperto esterno per n. 48 ore nel modulo \"IL GUSTO DELLA SALUTE: SENTIAMOCI BENE MANGIANDO BENE\" nell\'ambito del Progetto \"START UP: DAL PENSIERO CREATIVO ALLA CITTADINANZA ATTIVA\", Avviso Pubblico relativo all\'intervento denominato \"SCUOLA VIVA\" - Decreto Dirigenziale Regione Campania n. 229 del 29.06.2016, integrato dal Decreto Dirigenziale n. 252 del 14.07.2016.',NULL,'diana.diluccio'),(79,NULL,'DI ONOFRIO Valeria ',NULL,NULL,NULL,6,'MED/42 IGIENE GENERALE E APPLICATA','2018','2018-03-09','2018-03-09','Public Engagement','Eventi di massa','Relazione dal titolo \"DOPING? NO, GRAZIE! PER VINCERE PREFERISCO LA «SALUTE»\" all\'evento organizzato dall\'Università degli Studi di Napoli \"Parthenope\" - SPORT E BENESSERE...PER TUTTI',NULL,'diana.diluccio'),(80,NULL,'CASORIA Paolo',NULL,NULL,'Associazione Grotta Briganti e Cacio',5,'BIO/01 BOTANICA GENERALE','2017','2017-10-29','2017-10-29','Public Engagement','Eventi di massa','Invited speaker \"Grotta, Briganti e Cacio - La pera lardara\": La Pera Lardara tra tradizione e scienza',NULL,'paolo.casoria'),(81,NULL,'BUDILLON Giorgio',NULL,NULL,NULL,4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2018','2018-12-09','2018-12-09','Public Engagement','Articoli su riviste divulgative o quotidiani','Articolo divulgativo sul quotidiano \"La Repubblica\"','http://ricerca.repubblica.it/repubblica/archivio/repubblica/2018/09/12/limpossibile-precisione-della-previsioneNapoli08.html','giorgio.budillon'),(82,NULL,'METALLO Concetta',NULL,NULL,NULL,13,'SECS-P/10 ORGANIZZAZIONE AZIENDALE ','2011',NULL,NULL,'Premi e riconoscimenti','Premi e riconoscimenti','Best Conference Paper WOA',NULL,'concetta.metallo'),(83,NULL,'METALLO Concetta',NULL,NULL,NULL,13,'SECS-P/10 ORGANIZZAZIONE AZIENDALE ','2010',NULL,NULL,'Premi e riconoscimenti','Premi e riconoscimenti','Best paper ITAIS conference\r\n',NULL,'concetta.metallo'),(84,NULL,'METALLO Concetta',NULL,NULL,NULL,13,'SECS-P/10 ORGANIZZAZIONE AZIENDALE ','2017',NULL,NULL,'Premi e riconoscimenti','Premi e riconoscimenti','“Special Award Best Track”',NULL,'concetta.metallo'),(85,NULL,'MAZZEO Filomena',NULL,NULL,'ITGSG \"Masullo -Theti\" di Nola',5,'BIO/14 FARMACOLOGIA','2018','2018-11-19','2018-11-19','Public Engagement','Seminari presso Istituti scolastici','Tavola Rotonda sul tema:\"L\'incidenza delle attività sportive nella formazione dell\'adolescente\"',NULL,'filomena.mazzeo'),(86,NULL,'MAZZEO Filomena',NULL,NULL,'Università \"Parthenope\" Aula Magna Via Acton',5,'BIO/14 FARMACOLOGIA','2018','2011-02-28','2018-02-28','Public Engagement','Seminari presso Universita\'','Relazione \"Farmaci, Integratori e doping\" nell\'ambito del seminario Sport e benessere...per tutti\"',NULL,'filomena.mazzeo'),(87,NULL,'RUSSO Giovanni Fulvio',NULL,NULL,'Gruppo consiliare \"5 Stelle\" del Comune di Agropoli',5,'BIO/07 ECOLOGIA','2018','2018-09-29','2018-09-29','Public Engagement','Eventi di massa','Relazione nell\'ambito della manifestazione pubblica su \"Posidonia: il respiro del Mediterraneo\", presso la sala consiliare del Comune di Agropoli. ',NULL,'giovanni.russo'),(88,NULL,'RUSSO Giovanni Fulvio',NULL,NULL,'Ferrarelle S.p.A.',5,'BIO/07 ECOLOGIA','2018','2018-09-27','2018-09-27','Public Engagement','Eventi di massa','Relazione alla manifestazione su \"Storia e alimenti tipici della Dieta Mediterranea\". ',NULL,'giovanni.russo'),(89,NULL,'RUSSO Giovanni Fulvio',NULL,NULL,'Centro Studi Tegea',5,'BIO/07 ECOLOGIA','2017','2017-11-26','2017-11-26','Premi e riconoscimenti','Premi e riconoscimenti','Premio nazionale di giornalismo e multimedialità \"Primula d\'oro\".','Riconoscimento per l\'attività di divulgazione scientifica sulle tematiche ambientali e sulle aree naturali protette.','giovanni.russo'),(90,NULL,'RUSSO Giovanni Fulvio',NULL,NULL,'Istituto Zooprofilattico',5,'BIO/07 ECOLOGIA','2017','2017-03-28','2017-03-28','Public Engagement','Altro','Relazione nell\'ambito del convegno su \"Posidonia oceanica: ecosistema di interesse sanitario\", presso l\'Istituto Zooprofilattico di Portici.',NULL,'giovanni.russo'),(91,NULL,'RUSSO Giovanni Fulvio',NULL,NULL,'Comune di Napoli',5,'BIO/07 ECOLOGIA','2018','2018-11-10','2018-11-10','Premi e riconoscimenti','Premi e riconoscimenti','Riconoscimento \"Pionieri della subacquea mondiale\"','Motivazione: \"Per la professionalità e competenza dimostrate nella tutela del mondo marino e sottomarino\".','giovanni.russo'),(92,NULL,'RUSSO Giovanni Fulvio',NULL,NULL,'Centro Studi Tegea',5,'BIO/07 ECOLOGIA','2018','2018-10-09','2018-10-09','Public Engagement','Eventi di massa','Moderatore della manifestazione su \"Dieta Mediterranea: salute dell\'uomo, sicurezza degli alimenti e sostenibilità ambientale\".',NULL,'giovanni.russo'),(93,NULL,'MAZZEO Filomena',NULL,NULL,NULL,5,'BIO/14 FARMACOLOGIA','2017','2017-09-26','2017-09-26','Public Engagement','Seminari presso Universita\'','Relatore convegno \"Calcio Femminile: teoria, metodologia didattica e tecnica degli sport di squadra\"','Titolo della relazione \"Farmaci & Sport:\r\nDoping… not on your life!!\"\r\n','filomena.mazzeo'),(94,NULL,'SANDULLI Roberto','RUSSO Giovanni Fulvio',NULL,'AMP Punta Campanella',5,'BIO/05 ZOOLOGIA','2017','2017-06-26','2017-07-01','Public Engagement','Altro','Corso Teorico-Pratico di Biologia marina subacquea',NULL,'roberto.sandulli'),(95,NULL,'SANDULLI Roberto',NULL,NULL,'AMP Punta Campanella',5,'BIO/05 ZOOLOGIA','2017','2017-11-23','2017-11-25','Public Engagement','Eventi di massa','First Italian Citizen Science Conference, Rome. Evento pubblico sulla divulgazione scientifica e Scienza del Cittadino',NULL,'roberto.sandulli'),(96,NULL,'SANDULLI Roberto',NULL,NULL,'Pint of Science',5,'BIO/05 ZOOLOGIA','2018','2018-05-14','2018-05-16','Public Engagement','Altro','Pint of Science è un evento di divulgazione scientifica internazionale. Porta alcuni dei più brillanti ricercatori al tuo bar/pub per discutere le loro ultime ricerche e scoperte direttamente con te.','https://pintofscience.it/team/Team%20Avellino','roberto.sandulli'),(97,NULL,'SANDULLI Roberto',NULL,NULL,'Pint of Science 2017',5,'BIO/05 ZOOLOGIA','2017','2017-05-15','2017-05-17','Altro','Altro','Pint of Science è un evento internazionale di divulgazione scientifica che porta alcuni dei più brillanti ricercatori al tuo bar per discutere le loro ultime ricerche e scoperte direttamente con te.','https://pintofscience.it/team/Team%20Avellino','roberto.sandulli'),(98,NULL,'SANDULLI Roberto',NULL,NULL,'Pint of Science 2016',5,'BIO/05 ZOOLOGIA','2016','2016-05-23','2016-05-25','Altro','Altro','Pint of Science porta alcuni dei più brillanti ricercatori al tuo bar per discutere le loro ultime ricerche e scoperte direttamente con te.','https://pintofscience.it/team/Team%20Avellino','roberto.sandulli'),(99,NULL,'PAPPONE Gerardo','AUCELLI Pietro','AMODIO Sabrina','Città della Scienza',4,'GEO/04 GEOGRAFIA FISICA E GEOMORFOLOGIA','2018','2018-11-08','2018-11-11','Public Engagement','Eventi di massa','Partecipazione a Futuro Remoto 2018 - Città della Scienza -Napoli con l\'attivita di GEOLOGIA E GEOFISICA MARINA PER LA RICOSTRUZIONE DEI FONDALI MARINI E DEI SITI ARCHEOLOGICI SOMMERSI','L\'incontro con il pubblico ha previsto l\'esposizione di materiale audiovisivo e il supporto di tecnici e docenti del gruppo.','francesco.peluso'),(100,NULL,'PAPPONE Gerardo',NULL,NULL,'Guardia Costiera Napoli',4,'GEO/04 GEOGRAFIA FISICA E GEOMORFOLOGIA','2018','2018-05-05','2018-05-05','Public Engagement','Altro','Presentazione attività del Dipartimento ed in particolare del drone MicroVEGA con attività teoriche e pratiche con prova a mare della strumentazione','L\'attività si è svolta presso la sede di Portici Granatello della Guardia Costiera 2° Gruppo Operatori Subacquei','francesco.peluso'),(101,NULL,'PAPPONE Gerardo',NULL,NULL,'Guardia Costiera Napoli',4,'GEO/04 GEOGRAFIA FISICA E GEOMORFOLOGIA','2018','2018-05-12','2018-05-12','Public Engagement','Altro','Presentazione attività del Dipartimento ed in particolare del drone MicroVEGA con attività teoriche e pratiche con prova a mare della strumentazione','L\'attività si è svolta presso la sede di Portici Granatello della Guardia Costiera 2° Gruppo Operatori Subacquei','francesco.peluso'),(102,NULL,'BUDILLON Giorgio',NULL,NULL,'Università di Trento',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2018','2018-11-16','2018-11-18','Formazione continua','Seminari presso Universita\'','Descrizione Offerta Formativa Università nell\'ambito del Festival della Meteorologia (Rovereto)','https://event.unitn.it/festivalmeteorologia2018/programma/','giorgio.budillon'),(103,NULL,'BUDILLON Giorgio',NULL,NULL,NULL,4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2018','2018-09-12','2018-09-12','Public Engagement','Articoli su riviste divulgative o quotidiani','Articolo di approfondimento culturale su \"La Repubblica\" del Prof. Giorgio BUDILLON: L\'IMPOSSIBILE PRECISIONE DELLA PREVISIONE',NULL,'giorgio.budillon'),(104,NULL,'BUDILLON Giorgio',NULL,NULL,NULL,4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2017','2017-10-21','2017-12-21','Public Engagement','Articoli su riviste divulgative o quotidiani','Articolo su Ateneapoli Alla scoperta del centro meteo della Parthenope. Un robot meteo a Castel Sant\'Elmo \"strumento unico\r\nin Campania\"',NULL,'giorgio.budillon'),(105,NULL,'BUDILLON Giorgio',NULL,NULL,NULL,4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2017','2017-10-11','2017-10-13','Public Engagement','Seminari presso Universita\'','1st IMEKO TC19 Workshop on METROLOGY FOR THE SEA\r\nNaples, Italy, October 11 – 13, 2017 ','Nell\'ambito della iniziativa \"Stati Generali del Mare\" promossa da Comune di Napoli','giorgio.budillon'),(109,NULL,'COTRONEO Yuri','BUDILLON Giorgio',NULL,'Partecipazione a Futuro Remoto 2018 - Città della Scienza -Napol',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2018',NULL,NULL,'Public Engagement','Eventi di massa','Attività di divulgazione scientifica e presentazione di prodotti previsionali e di modellistica marina e atmosferica',NULL,'yuri.cotroneo'),(110,NULL,'ULGIATI Sergio',NULL,NULL,NULL,3,'CHIM/12 CHIMICA DELL\'AMBIENTE E DEI BENI CULTURALI','2017','2018-09-01','2018-09-30','Premi e riconoscimenti','Premi e riconoscimenti','ATLAS Award (UNESCO, UNEP, Elsevier; www.elsevier.com/connect/atlas/about), best article published in the month of September 2017 among all 2500 Elsevier Journals ',NULL,'sergio.ulgiati'),(111,NULL,'ULGIATI Sergio',NULL,NULL,NULL,3,'CHIM/12 CHIMICA DELL\'AMBIENTE E DEI BENI CULTURALI','2017',NULL,NULL,'Premi e riconoscimenti','Premi e riconoscimenti','Elsevier Award \"Research for a Better World\" for the \"excellent results and valid contribution to promore and coordinate the research activities achieved by the Fulbright Program at Parthenope University.\r\nFulbright Program at Parthenope University in the years 2014-2017. ',NULL,'sergio.ulgiati'),(108,NULL,'BUDILLON Giorgio',NULL,NULL,NULL,4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2017','2017-03-01','2017-03-01','Public Engagement','Articoli su riviste divulgative o quotidiani','Articolo di approfondimento su \"La Repubblica\" del Prof. Giorgio BUDILLON: I “cardiologi” dell’Antartide ascoltano le correnti.','https://napoli.repubblica.it/cronaca/2017/03/01/news/i_cardiologi_dell_antartide_ascoltano_le_correnti-159513746/','giorgio.budillon'),(112,NULL,'ULGIATI Sergio',NULL,NULL,NULL,3,'CHIM/12 CHIMICA DELL\'AMBIENTE E DEI BENI CULTURALI','2018','2018-09-28','2018-09-28','Public Engagement','Eventi di massa','Futuro Remoto / Progetto Sharper/ ','Presentazione di video scientifici sull\'Economia Circolare e la Gestione dei Rifiuti Solidi Urbani prodotti dal team di ricerca e conseguente dibattito con il pubblico','sergio.ulgiati'),(113,NULL,'ULGIATI Sergio',NULL,NULL,NULL,3,'CHIM/12 CHIMICA DELL\'AMBIENTE E DEI BENI CULTURALI','2016','2016-06-07',NULL,'Public Engagement','Altro','President of the FEDERESCO International Partnership (F.I.P.), a National Consortium of ESCOs (Energy Service Companies) for programs of energy efficiency in developing countries.',NULL,'sergio.ulgiati'),(114,NULL,'ULGIATI Sergio',NULL,NULL,NULL,3,'CHIM/12 CHIMICA DELL\'AMBIENTE E DEI BENI CULTURALI','2010',NULL,NULL,'Public Engagement','Altro','Invited Expert Evaluator of Research Proposals submitted to the European Union for funding within the Programme FUEL CELLS AND HYDROGEN - FCH JU Projects Office, Brussels, November 2010',NULL,'sergio.ulgiati'),(115,NULL,'ULGIATI Sergio',NULL,NULL,NULL,3,'CHIM/12 CHIMICA DELL\'AMBIENTE E DEI BENI CULTURALI','2016',NULL,NULL,'Public Engagement','Eventi di massa','China-Italy Science, Technology and Innovation Week, Napoli 26-27 2016',NULL,'sergio.ulgiati'),(116,NULL,'ULGIATI Sergio',NULL,NULL,NULL,3,'CHIM/12 CHIMICA DELL\'AMBIENTE E DEI BENI CULTURALI','2018',NULL,NULL,'Public Engagement','Eventi di massa','China-Italy Science, Technology and Innovation Week, Milano, Roma & Napoli','Presentazione del Memorandum of Understanding firmato da 20 Universita\' Italiane e Cinesi e dei risultati del progetto di Alta Rilevanza finanziato da MAECI e NSFC','sergio.ulgiati'),(117,NULL,'ULGIATI Sergio',NULL,NULL,NULL,3,'CHIM/12 CHIMICA DELL\'AMBIENTE E DEI BENI CULTURALI','2017',NULL,NULL,'Formazione continua','Altro','MOOC (Massive Open Online Courses): Environmental Accounting and Management, 250,000 RMB, Beijing Normal University, Beijing, China',NULL,'sergio.ulgiati'),(118,NULL,'ULGIATI Sergio',NULL,NULL,NULL,3,'CHIM/12 CHIMICA DELL\'AMBIENTE E DEI BENI CULTURALI','2016-2017',NULL,NULL,'Public Engagement','Eventi di massa','Realizzazione di eventi denominati \"Laboratori di Benessere Urbano\" nell\'ambito del progetto europeo LIFE \"SMACC-Smart City Coaching\" dedicato alla formazione di operatori di smart cities. Agli eventi nel corso dei due anni hanno partecipato cittadini, associazioni, operatori urbani, amministratori, ricercatori, in collaborazione con l\'amministrazione comunale di Napoli',NULL,'sergio.ulgiati'),(119,NULL,'ULGIATI Sergio',NULL,NULL,NULL,3,'CHIM/12 CHIMICA DELL\'AMBIENTE E DEI BENI CULTURALI','2014-2018',NULL,NULL,'Public Engagement','Altro','Project REBIT_Recovery and social destination of still usable Informatic Equipment. Project supported by the city administration of Napoli, the “Mario Diana ONLUS” Foundation, Legambiente Campania ONLUS, the Company A&C Ecotech, Bidonville ONLUS, Parthenope University Napoli. Recovered computers have been used to create 4 informatic laboratories in junior schools of Napoli. http://www.scienzeetecnologie.uniparthenope.it/RE-BIT.html\r\n',NULL,'sergio.ulgiati'),(120,NULL,'ULGIATI Sergio',NULL,NULL,NULL,3,'CHIM/12 CHIMICA DELL\'AMBIENTE E DEI BENI CULTURALI','2013','2013-06-01','2013-07-31','Attività conto terzi','Conto terzi','Social Metabolism Analysis for Rural Scotland - Developing a Low Carbon Rural Economy - Scottish Government’s Strategic Research Programme – Environmental Change - Incarico conferito da James Hutton Institute, Aberdeen, Scotland (UK) - Prima parte',NULL,'sergio.ulgiati'),(121,NULL,'ULGIATI Sergio',NULL,NULL,NULL,3,'CHIM/12 CHIMICA DELL\'AMBIENTE E DEI BENI CULTURALI','2014','2014-02-01','2014-03-31','Attività conto terzi','Conto terzi','Social Metabolism Analysis for Rural Scotland - Developing a Low Carbon Rural Economy - Scottish Government’s Strategic Research Programme – Environmental Change - Incarico conferito da James Hutton Institute, Aberdeen, Scotland (UK) - Seconda parte',NULL,'sergio.ulgiati'),(122,NULL,'ULGIATI Sergio',NULL,NULL,NULL,3,'CHIM/12 CHIMICA DELL\'AMBIENTE E DEI BENI CULTURALI','2017','2017-05-17','2017-05-17','Formazione continua','Altro','Invited Lecture \"Putting technology and societal dynamics within a biophysical framework: Is “more of the same” a sustainable perspective?\" TrainERGY Project Multiplier Event, Department of Industrial Engineering, University of Naples Federico II',NULL,'sergio.ulgiati'),(123,NULL,'ULGIATI Sergio',NULL,NULL,NULL,3,'CHIM/12 CHIMICA DELL\'AMBIENTE E DEI BENI CULTURALI','2016','2016-10-20','2016-10-20','Formazione continua','Altro','\"Less bad is not good enough. A talk about energy efficiency and environmental sustainability.\" Invited Lecture to the BNU Information Day, dedicated to introduce the Beijing Normal University programs to the High School Students. School of Environment, Beijing Normal University, Beijing, China',NULL,'sergio.ulgiati'),(124,NULL,'ULGIATI Sergio',NULL,NULL,NULL,3,'CHIM/12 CHIMICA DELL\'AMBIENTE E DEI BENI CULTURALI','2016','2016-04-05','2016-04-05','Formazione continua','Altro','Invited Lecture \"LCA of waste management processes in Campania region. Thermal, chemical and biological conversion of organic fractions into platform chemicals, biofuels and electricity, within a circular economy framework.\". Universita’ degli Studi di Napoli Federico II. Conference \" EMERGING BIOTECHNOLOGIES FOR SUSTAINABLE WASTE MANAGEMENT AND BIOREFINERY DEVELOPMENT.',NULL,'sergio.ulgiati'),(125,NULL,'ULGIATI Sergio',NULL,NULL,NULL,3,'CHIM/12 CHIMICA DELL\'AMBIENTE E DEI BENI CULTURALI','2015','2015-06-08','2015-06-08','Public Engagement','Eventi di massa','Workshop “2050: Scenari Globali. L’Eredita’ del Club di Roma”. A.E.R.A, Associazione EuropeaRotary per l’Ambiente ONLUS. Milano, Italy.',NULL,'sergio.ulgiati'),(126,NULL,'ULGIATI Sergio',NULL,NULL,NULL,3,'CHIM/12 CHIMICA DELL\'AMBIENTE E DEI BENI CULTURALI','2013','2013-11-08','2013-11-08','Public Engagement','Eventi di massa','International Workshop “People Building Future”, GreenAccord & Comune di Napoli, Lecture “Riprogettare le merci e il loro ciclo di vita”. Napoli, Castel dell’Ovo.\r\n',NULL,'sergio.ulgiati'),(127,NULL,'ULGIATI Sergio',NULL,NULL,NULL,3,'CHIM/12 CHIMICA DELL\'AMBIENTE E DEI BENI CULTURALI','2012','2012-05-12','2012-05-12','Public Engagement','Seminari presso Istituti scolastici','Lecture on: “High Speed versus Sustainable Transport: Social, Economic, Energetic and Environmental costs”. Technical Institute “G. Marconi”, LT. Organized by the “Social Renaissance” Association to celebrate the 80th anniversary of the foundation of Latina. ',NULL,'sergio.ulgiati'),(128,NULL,'ULGIATI Sergio',NULL,NULL,NULL,3,'CHIM/12 CHIMICA DELL\'AMBIENTE E DEI BENI CULTURALI','2010 a oggi','2010-01-01',NULL,'Public Engagement','Altro','Componente del Comitato Scientifico Nazionale del WWF-Italia con funzione di supporto alla pianificazione e alle valutazioni delle politiche e delle attivita\' ambientali dell\'Associazione (https://www.wwf.it/chi_siamo/organizzazione/comitato_scientifico/).',NULL,'sergio.ulgiati'),(129,NULL,'ULGIATI Sergio',NULL,NULL,NULL,3,'CHIM/12 CHIMICA DELL\'AMBIENTE E DEI BENI CULTURALI','2018','2018-07-03',NULL,'Public Engagement','Altro','Componente del Comitato Scientifico Regionale di Legambiente Campania con funzione di supporto alla pianificazione e alle valutazioni delle politiche e delle attivita\' ambientali dell\'Associazione. https://legambiente.campania.it/comitato-scientifico/',NULL,'sergio.ulgiati'),(130,NULL,'ULGIATI Sergio',NULL,NULL,NULL,3,'CHIM/12 CHIMICA DELL\'AMBIENTE E DEI BENI CULTURALI','2014','2018-12-02',NULL,'Public Engagement','Eventi di massa','Incontro dibattito organizzato da Italia Nostra, Sezione dei Colli Albani, Roma, presso Auditorium comunale delle Scuderie Aldobrandini,\r\nFrascati, Piazza Marconi: \"Le ragioni del dissenso. Il TAV in Val Susa come altre grandi opere è veramente utile, legittimo e necessario?\r\nUgo Mattei, giurista, professore all’Università di Torino \r\nClaudio Giorno, giornalista.\r\nSergio Ulgiati, professore all’Università Parthenope di Napoli',NULL,'sergio.ulgiati'),(131,NULL,'BUDILLON Giorgio','COTRONEO Yuri','MONTELLA Raffaele','Capozzi Vincenzo',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2019','2019-01-02','2019-01-05','Public Engagement','Eventi di massa','Realizzazione di bolletini previsionali e briefing meteorologico per la manifestazione velica \"26° Trofeo Marcello Campobasso\"',NULL,'yuri.cotroneo'),(132,NULL,'COTRONEO Yuri',NULL,NULL,NULL,4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2018','2017-05-03','2018-05-06','Public Engagement','Eventi di massa','Seminario \"I Cambiamenti Climatici\" nell\'ambito del RYLA DISTRETTUALE del Rotary Club. 3 -6 maggio 2018, Gambarie d\'Aspromonte (RC)',NULL,'yuri.cotroneo'),(133,NULL,'TROISI Salvatore','FUSCO Giannetta','COTRONEO Yuri','Istituto Trasporti e Logistica di Ortona',8,'ICAR/06 TOPOGRAFIA E CARTOGRAFIA','2018','2018-12-12','2018-12-12','Formazione continua','Seminari presso Universita\'','Azione di Orientamento e descrizione ricerche compiute in ambito Dipartimentale agli studenti dell\'Istituto Trasporti e Logistica di Ortona (CH)',NULL,'salvatore.troisi'),(134,NULL,'ROTUNDI Alessandra',NULL,NULL,NULL,2,'FIS/05 ASTRONOMIA E ASTROFISICA','2018',NULL,NULL,'Public Engagement','Seminari presso Istituti scolastici','Conferenza per le classi di terza media, “Rosetta: la stele spaziale alla scoperta delle nostre origini”, Istituto Statale “Orsa Maggiore”, Roma, Italia. \r\n',NULL,'francesco.peluso'),(135,NULL,'ROTUNDI Alessandra',NULL,NULL,'Osservatorio Astronomico di Capodimonte, Napoli,',2,'FIS/05 ASTRONOMIA E ASTROFISICA','2018',NULL,NULL,'Public Engagement','Eventi di massa','Conferenza Divulgativa, “A Contatto con la Cometa”, nell’ambito della manifestazione CONTACT, INAF-Osservatorio Astronomico di Capodimonte, Napoli, Italia.\r\n',NULL,'francesco.peluso'),(136,NULL,'ROTUNDI Alessandra',NULL,NULL,'CNR-IPCF, Messina',2,'FIS/05 ASTRONOMIA E ASTROFISICA','2018',NULL,NULL,'Public Engagement','Eventi di massa','Conferenza divulgativa, “L’altra metà del cielo - Le donne in astrofisica: ieri, oggi e... domani”, nell’ambito dell’iniziativa “Appunti di Fisica”, Sala Conferenze del CNR-IPCF, Messina.\r\n',NULL,'francesco.peluso'),(137,NULL,'ROTUNDI Alessandra',NULL,NULL,NULL,2,'FIS/05 ASTRONOMIA E ASTROFISICA','2018',NULL,NULL,'Public Engagement','Eventi di massa','Presentazione dei progetti spaziali “GIADA/Rosetta/ESA”, “Stardust/NASA”, “DUSTER/ASI” nell’ambito della manifestazione “Notte della Ricerca \r\n',NULL,'francesco.peluso'),(138,NULL,'ROTUNDI Alessandra',NULL,NULL,'Futuro Remoto 2017',2,'FIS/05 ASTRONOMIA E ASTROFISICA','2017',NULL,NULL,'Public Engagement','Eventi di massa','Conferenza Pubblica, “Rosetta e la Cometa” nell’ambito della manifestazione “Futuro Remoto 2017”, presso il Palazzo Reale, Piazza Plebiscito, Napoli, Italia.',NULL,'francesco.peluso'),(139,NULL,'ROTUNDI Alessandra',NULL,NULL,NULL,2,'FIS/05 ASTRONOMIA E ASTROFISICA','2017',NULL,NULL,'Public Engagement','Eventi di massa','A. Rotundi, Poussière Cosmique, “L’Astronomie”, 131, 22 - 29, giugno 2017.',NULL,'francesco.peluso'),(140,NULL,'ROTUNDI Alessandra',NULL,NULL,'Istituto Tecnico Trasporti e Logistica, \"MARIO CILIBERTO\", Croto',2,'FIS/05 ASTRONOMIA E ASTROFISICA','2017',NULL,NULL,'Public Engagement','Eventi di massa','Conferenza divulgativa, “La missione spaziale dell’Agenzia Spaziale Europea Rosetta”, Istituto Tecnico Trasporti e Logistica, \"MARIO CILIBERTO\", Crotone, Italia.',NULL,'francesco.peluso'),(141,NULL,'ROTUNDI Alessandra',NULL,NULL,NULL,2,'FIS/05 ASTRONOMIA E ASTROFISICA','2016',NULL,NULL,'Public Engagement','Eventi di massa','Conferenza Pubblica, “Rosetta: una stele spaziale per decifrare il linguaggio delle comete e per definirne il ruolo nell’insorgere della vita sulla Terra”, nell’ambito della manifestazione “Pint of Science”, Napoli, Italia.',NULL,'francesco.peluso'),(142,NULL,'ROTUNDI Alessandra',NULL,NULL,NULL,2,'FIS/05 ASTRONOMIA E ASTROFISICA','2016',NULL,NULL,'Public Engagement','Eventi di massa','Conferenza per bambini, “La fine della missione Rosetta”, La biblioteca dei piccoli, Maccarese, Roma.',NULL,'francesco.peluso'),(143,NULL,'ROTUNDI Alessandra',NULL,NULL,NULL,2,'FIS/05 ASTRONOMIA E ASTROFISICA','2016',NULL,NULL,'Public Engagement','Eventi di massa','Conferenza per bambini, “La fine della missione Rosetta”, La biblioteca dei piccoli, Maccarese, Roma.',NULL,'francesco.peluso'),(144,NULL,'ROTUNDI Alessandra',NULL,NULL,NULL,2,'FIS/05 ASTRONOMIA E ASTROFISICA','2016',NULL,NULL,'Public Engagement','Eventi di massa','Conferenza Pubblica “A spasso per il Sistema Solare alla ricerca dell’acqua”, nell’ambito dell’evento “Scuola Permanente per l’Aggiornamento degli Insegnanti di Scienze Sperimentali”, X Edizione, Marsala (TP), 25-30 luglio 2016.\r\n',NULL,'francesco.peluso'),(145,NULL,'ROTUNDI Alessandra',NULL,NULL,NULL,2,'FIS/05 ASTRONOMIA E ASTROFISICA','2016',NULL,NULL,'Public Engagement','Eventi di massa','Conferenza Pubblica, “A spasso per il Sistema Solare con Rosetta, una stele spaziale per decifrare il linguaggio delle comete”, Biblioteca Gino Pallotta, Fregene, Italia.\r\n',NULL,'francesco.peluso'),(146,NULL,'ROTUNDI Alessandra',NULL,NULL,NULL,2,'FIS/05 ASTRONOMIA E ASTROFISICA','2016',NULL,NULL,'Public Engagement','Eventi di massa','Lezione per bambini, “La fine della missione Spaziale Rosetta”, Scuola Elementare 38° Circolo Didattico - X° Distretto di Roma. Scuola Statale Primaria e dell\'Infanzia \"Contardo Ferrini\", Roma.\r\n',NULL,'francesco.peluso'),(147,NULL,'ROTUNDI Alessandra',NULL,NULL,'Università di Roma Tre, Roma, Italia.',2,'FIS/05 ASTRONOMIA E ASTROFISICA','2016',NULL,NULL,'Public Engagement','Seminari presso Universita\'','Conferenza Pubblica, “Rosetta, La Stele Spaziale”, nell’ambito dell’iniziativa “La Fisica incontra la città”, Università di Roma Tre, Roma, Italia.\r\n',NULL,'francesco.peluso'),(148,NULL,'ROTUNDI Alessandra',NULL,NULL,NULL,2,'FIS/05 ASTRONOMIA E ASTROFISICA','2016',NULL,NULL,'Public Engagement','Eventi di massa','Conferenza Divulgativa, “Rosetta: una Stele Spaziale per decifrare le nostre origini”, nell’ambito della Convention della banca IBL, Roma, Italia. \r\n',NULL,'francesco.peluso'),(149,NULL,'ROTUNDI Alessandra',NULL,NULL,NULL,2,'FIS/05 ASTRONOMIA E ASTROFISICA','2016',NULL,NULL,'Public Engagement','Articoli su riviste divulgative o quotidiani','A. Rotundi, GIADA a bordo di Rosetta, Coelum Astronomia, 204, 89–90, 2016.\r\n',NULL,'francesco.peluso'),(150,NULL,'ROTUNDI Alessandra',NULL,NULL,NULL,2,'FIS/05 ASTRONOMIA E ASTROFISICA','2016',NULL,NULL,'Public Engagement','Articoli su riviste divulgative o quotidiani','A. Rotundi, Ripulendo il cielo dalla polvere cosmica, “Le Stelle”, 154, 44–47, maggio 2016.\r\n',NULL,'francesco.peluso'),(151,NULL,'ROTUNDI Alessandra',NULL,NULL,NULL,2,'FIS/05 ASTRONOMIA E ASTROFISICA','2015',NULL,NULL,'Public Engagement','Eventi di massa','Conferenza divulgativa presso il Parco Astronomico, “Lo strumento GIADA a bordo di Rosetta, missione spaziale dell’Agenzia Spaziale Europea”, Torino, Italia.',NULL,'francesco.peluso'),(152,NULL,'ROTUNDI Alessandra',NULL,NULL,NULL,2,'FIS/05 ASTRONOMIA E ASTROFISICA','2015',NULL,NULL,'Public Engagement','Eventi di massa','Conferenza Divulgativa presso Villa Farsetti, “GIADA a bordo di Rosetta: caratterizzazione della polvere cometaria”, Santa Maria di Sala, Padova, Italia.\r\n',NULL,'francesco.peluso'),(153,NULL,'ROTUNDI Alessandra',NULL,NULL,NULL,2,'FIS/05 ASTRONOMIA E ASTROFISICA','2015',NULL,NULL,'Public Engagement','Eventi di massa','Conferenza Divulgativa, “Viaggio nel Sistema Solare: la ricerca delle origini, la ricerca della vita”, presso l’INAF_Osservatorio Astronomico di Capodimonte, Napoli, Italia.\r\n',NULL,'francesco.peluso'),(154,NULL,'ROTUNDI Alessandra',NULL,NULL,'Università di Tor Vergata, Roma, Italia.',2,'FIS/05 ASTRONOMIA E ASTROFISICA','2015',NULL,NULL,'Public Engagement','Seminari presso Universita\'','“La missione spaziale Rosetta e lo strumento GIADA”, intervento nell’ambito dello Stage Estivo 2015, Università di Tor Vergata, Roma, Italia.\r\n',NULL,'francesco.peluso'),(155,NULL,'ROTUNDI Alessandra',NULL,NULL,NULL,2,'FIS/05 ASTRONOMIA E ASTROFISICA','2015',NULL,NULL,'Public Engagement','Eventi di massa','Conferenza divulgativa, “La missione Rosetta e il lander Philae raccontati ai bimbi”, La biblioteca dei piccoli, Maccarese, Roma.\r\n',NULL,'francesco.peluso'),(156,NULL,'ROTUNDI Alessandra',NULL,NULL,NULL,2,'FIS/05 ASTRONOMIA E ASTROFISICA','2015',NULL,NULL,'Public Engagement','Eventi di massa','Conferenza Pubblica, “La missione Rosetta”, nell’ambito della manifestazione “A TESTA IN SU - LE STELLE E LO SPAZIO”, Palazzo Comunale, Sala Ruspoli, Cerveteri, Italia.\r\n',NULL,'francesco.peluso'),(157,NULL,'ROTUNDI Alessandra',NULL,NULL,NULL,2,'FIS/05 ASTRONOMIA E ASTROFISICA','2015',NULL,NULL,'Public Engagement','Eventi di massa','Conferenza Pubblica, “La missione Rosetta”, Farm Cultural Park, Apertura ufficiale del Festival delle Scienze 2015, Favara, Agrigento, Italia.\r\n',NULL,'francesco.peluso'),(158,NULL,'ROTUNDI Alessandra',NULL,NULL,'IL MANIFESTO',2,'FIS/05 ASTRONOMIA E ASTROFISICA','2015',NULL,NULL,'Public Engagement','Articoli su riviste divulgative o quotidiani','A. Rotundi, Una Polvere a Prova Spaziale, Il Manifesto, 8 agosto 2015\r\n',NULL,'francesco.peluso'),(159,NULL,'COTRONEO Yuri','BUDILLON Giorgio',NULL,NULL,4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2019','2019-02-01','2019-02-01','Public Engagement','Interviste stampa','Intervista per \"Il Mattino\" dal titolo: \"A 40 anni capomissione in Antartide: «Mi sento un po\' Indiana Jones»\".\r\nautrice Maria Pirro.',NULL,'yuri.cotroneo'),(160,NULL,'BUDILLON Giorgio','FALCO Pierpaolo','COTRONEO Yuri',NULL,4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2019','2019-02-10','2019-02-10','Public Engagement','Interviste stampa','Servizio giornalistico su TGR (RAI3) https://m.youtube.com/watch?v=xTg-3Z_2aaU','https://m.youtube.com/watch?v=xTg-3Z_2aaU','giorgio.budillon'),(161,NULL,'CIARAMELLA Angelo',NULL,NULL,'I.C. Ferdinando Russo',1,'INF/01 INFORMATICA','2018','2018-06-01',NULL,'Formazione continua','Altro','Partecipazione al laboratorio FabLab - I.C. Ferdinando Russo, Pianura, Napoli ',NULL,'angelo.ciaramella'),(162,NULL,'CIARAMELLA Angelo',NULL,NULL,'Città della Scienza',1,'INF/01 INFORMATICA','2018','2018-11-08','2018-11-11','Public Engagement','Eventi di massa','Futuro Remoto - Internet of Everything',NULL,'angelo.ciaramella'),(163,NULL,'CIARAMELLA Angelo',NULL,NULL,'Liceo Scientifico P.S. Mancini ',1,'INF/01 INFORMATICA','2018','2018-02-01',NULL,'Formazione continua','Alternanza Scuola Lavoro','Alternanza Scuola Lavoro - Liceo Scientifico \"P.S. Mancini\", Avellino',NULL,'angelo.ciaramella'),(164,NULL,'CIARAMELLA Angelo',NULL,NULL,'Istituto Tecnico Industriale \"Galileo Ferraris\"',1,'INF/01 INFORMATICA','2018','2018-02-01',NULL,'Formazione continua','Alternanza Scuola Lavoro','Alternanza Scuola Lavoro - Istituto Tecnico Industriale \"Galileo Ferraris\", Napoli',NULL,'angelo.ciaramella'),(165,NULL,'CIARAMELLA Angelo',NULL,NULL,'I.S. \"E. Majorana – V. Bachelet\"',1,'INF/01 INFORMATICA','2018','2018-02-01',NULL,'Formazione continua','Alternanza Scuola Lavoro','Alternanza Scuola Lavoro - I.S. \"E. Majorana – V. Bachelet\", Santa Maria A Vico, Caserta',NULL,'angelo.ciaramella'),(166,NULL,'BUDILLON Giorgio',NULL,NULL,NULL,4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2019','2019-01-24','2019-01-24','Public Engagement','Articoli su riviste divulgative o quotidiani','Intervista sul Quotidiano \"Corriere del Mezzogiorno\" pubblicato il 24.2.2019',NULL,'giorgio.budillon'),(167,NULL,'ROTUNDI Alessandra',NULL,NULL,NULL,2,'FIS/05 ASTRONOMIA E ASTROFISICA','2019','2019-03-15','2019-03-15','Public Engagement','Seminari presso Universita\'','Seminario dal titolo \"Le comete e l\'origine della vita\" nell\'ambito della Manifestazione \"Unistem Day 2019\"',NULL,'paola.didonato'),(168,NULL,'DI DONATO Paola',NULL,NULL,NULL,5,'BIO/10 BIOCHIMICA','2019','2019-03-15','2019-03-15','Public Engagement','Seminari presso Universita\'','Seminario dal titolo \"I batteri estremofili: un modello biologico per l\'Astrobiologia\" nell\'ambito della Manifestazione \"Unistem Day 2019\" ',NULL,'paola.didonato'),(169,NULL,'DI DONATO Paola',NULL,NULL,NULL,5,'BIO/10 BIOCHIMICA','2019','2019-03-21','2019-03-21','Public Engagement','Seminari presso Istituti scolastici','Seminario dal titolo \"I batteri estremofili: un modello biologico per l\'Astrobiologia\" presso I.C. “Principe di Piemonte” di S. Maria Capua Vetere (CE), nell\'ambito della Manifestazione \"La settimana del Rosadigitale 2019\" ',NULL,'paola.didonato'),(170,NULL,'COTRONEO Yuri','BUDILLON Giorgio',NULL,NULL,4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2019',NULL,NULL,'Public Engagement','Interviste stampa','Servizio giornalistico su TGR (RAI3) https://m.youtube.com/watch?v=xTg-3Z_2aaU ',NULL,'yuri.cotroneo'),(171,NULL,'COTRONEO Yuri','BUDILLON Giorgio',NULL,NULL,4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2019',NULL,NULL,'Public Engagement','Interviste stampa','Intervista per il quotidiano \"La Repubblica\" del 15 Marzo 2019 autore Pasquale Raicaldo',NULL,'yuri.cotroneo'),(172,NULL,'COTRONEO Yuri','BUDILLON Giorgio',NULL,'INFN',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2019','2019-04-02','2019-04-02','Public Engagement','Eventi di massa','Giornata \"Art & Science\" presso l\'Università Parthenope.\r\nL\'Università incontra i licei di Napoli e Provincia',NULL,'yuri.cotroneo'),(173,NULL,'FUSCO Giannetta','COTRONEO Yuri',NULL,NULL,4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2013','2013-02-09','2013-02-17','Public Engagement','Eventi di massa','Organizzazione e partecipazione alla manifestazione \"Il Futuro del Pianeta è Oggi\" presso la città di S.Agata de\'Goti.',NULL,'yuri.cotroneo'),(174,NULL,'FUSCO Giannetta','COTRONEO Yuri',NULL,NULL,4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2014','2014-02-22','2014-03-02','Public Engagement','Eventi di massa','Organizzazione e partecipazionealla manifestazione \"Il Futuro del Pianeta è...\" presso la città di S. Agata de\'Goti (BN) ',NULL,'yuri.cotroneo'),(175,NULL,'BUDILLON Giorgio',NULL,NULL,'La Repubblica',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2019','2019-05-13','2019-05-13','Public Engagement','Interviste stampa','La Repubblica - Approfondimento Ambiente \r\nIntervista sull\'acquisto della nuova nave polare','https://rep.repubblica.it/pwa/generale/2019/05/12/news/un_rompighiaccio_per_l_italia_la_prima_nave_della_scienza_studiera_il_clima_dei_poli-226115474/','giorgio.budillon'),(177,NULL,'CASORIA Paolo',NULL,NULL,'Istituto Comprensivo A. Vespucci, Monte di Procida',5,'BIO/01 BOTANICA GENERALE','2019','2019-06-03','2019-06-03','Altro','Altro','Intervento manifestazione finale Progetto \"10.1.6A-FSEPON-CA-2018-64 Navigando verso il futuro. Istituto Comprensivo A. Vespucci, Monte di Procida',NULL,'paolo.casoria'),(178,NULL,'SANDULLI Roberto','RUSSO Giovanni Fulvio',NULL,'AMP Punta Campanella',5,'BIO/05 ZOOLOGIA','2019','2019-06-24','2019-06-29','Altro','Altro','Corso teorico-Pratico di Biologia Marina',NULL,'roberto.sandulli'),(179,NULL,'METALLO Concetta',NULL,NULL,'Ordine dei Giornalisti di Napoli',13,'SECS-P/10 ORGANIZZAZIONE AZIENDALE ','2018','2018-02-16','2018-02-16','Formazione continua','Seminari presso Universita\'','I comportamenti dei nativi digitali sui siti di social networking per l\'evento Giovani, informazione e new media: giornalisti e studenti a confronto',NULL,'concetta.metallo'),(180,NULL,'COTRONEO Yuri','BUDILLON Giorgio',NULL,NULL,4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2019','2019-09-04','2019-09-04','Formazione continua','Eventi di massa','Presso il Politecnico di Bari, tiene il seminario dal titolo CAMBIAMENTI CLIMATICI IN AREA MEDITERRANEA, nell\'ambito del III Forum sul tema delle Smart Cities ed Edifici ad Energia quasi Zero.',NULL,'yuri.cotroneo'),(181,NULL,'COTRONEO Yuri','BUDILLON Giorgio',NULL,NULL,4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2019','2019-09-23','2019-09-23','Public Engagement','Eventi di massa','nell\'ambito della BIOTECH WEEK 2019 presso l\'Ateneo, tiene il seminario dal titolo IL MAR MEDITERRANEO,UN PICCOLO OCEANO',NULL,'yuri.cotroneo'),(182,NULL,'TROISI Salvatore','PARENTE Claudio',NULL,NULL,8,'ICAR/06 TOPOGRAFIA E CARTOGRAFIA','2019','2019-10-10','2019-10-11','Public Engagement','Seminari presso Universita\'','R3 in GEOMATICS: Research, Results and Review\r\nInternational Workshop in memory of Prof. Raffaele Santamaria\r\nThursday 10 and Friday 11 October 2019 - Naples Italy',NULL,'salvatore.troisi'),(183,NULL,'FERRAIOLI Giampaolo',NULL,NULL,NULL,9,'ING-INF/03 TELECOMUNICAZIONI','2019','2019-09-26','2019-09-27','Public Engagement','Eventi di massa','Workshop Internazionale \"Multiscale Brain Network analysis: from methodological issues to clinical applications\"',NULL,'giampaolo.ferraioli'),(184,NULL,'PISCOPO Vincenzo',NULL,NULL,'ORIENTASUD 2019',9,'ING-IND/02 COSTRUZIONI E IMPIANTI NAVALI E MARINI','2019','2019-11-06','2019-11-06','Altro','Altro','Descrizione dell\'offerta formativa del DiST nell\'ambito di OrientaSud 2019 ',NULL,'vincenzo.piscopo'),(185,NULL,'PAPPONE Gerardo',NULL,NULL,NULL,4,'GEO/04 GEOGRAFIA FISICA E GEOMORFOLOGIA','2019','2019-11-26','2019-11-30','Formazione continua','Alternanza Scuola Lavoro','X<ZX<ZX','PROVA DA CANCELLARE','francesco.peluso'),(186,NULL,'BUDILLON Giorgio',NULL,NULL,NULL,4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2019','2019-12-09','2019-12-09','Public Engagement','Articoli su riviste divulgative o quotidiani','Articolo sul Il Mattino: I cambiamenti climatici, tocca all\'uomo adattarsi','pag. 51 del 9.12.2019','giorgio.budillon'),(187,NULL,'BUDILLON Giorgio','COTRONEO Yuri',NULL,'Capozzi Vincenzo',4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2019','2019-12-12','2019-12-13','Public Engagement','Eventi di massa','Presentazione di Prodotti meteorologici innovativi per il tessuto produttivo regionale nell\'ambito di SMAU Napoli 2019',NULL,'yuri.cotroneo'),(188,NULL,'COTRONEO Yuri','BUDILLON Giorgio','AULICINO Giuseppe',NULL,4,'GEO/12 OCEANOGRAFIA E FISICA DELL\'ATMOSFERA','2019','2019-11-21','2019-11-24','Public Engagement','Eventi di massa','Presentazione dei lavori di ricerca in ambito oceanografico nell\'ambito della manifestazione FUTURO REMOTO 2019',NULL,'yuri.cotroneo');
/*!40000 ALTER TABLE `terzamissione` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `terzamissione_dett`
--
DROP TABLE IF EXISTS `terzamissione_dett`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `terzamissione_dett` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`descrizione_dett` varchar(128) COLLATE utf8_unicode_ci NOT NULL,
`id_macro` int(11) DEFAULT NULL,
`descri` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=25 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `terzamissione_dett`
--
LOCK TABLES `terzamissione_dett` WRITE;
/*!40000 ALTER TABLE `terzamissione_dett` DISABLE KEYS */;
INSERT INTO `terzamissione_dett` VALUES (1,'Alternanza Scuola Lavoro',1,'Formazione continua'),(2,'Altro',1,'Formazione continua'),(3,'Eventi di massa',2,'Public Engagement'),(9,'Seminari presso Universita\'',2,'Public Engagement'),(10,'Seminari presso Istituti scolastici',2,'Public Engagement'),(11,'Articoli su riviste divulgative o quotidiani',2,'Public Engagement'),(12,'Interviste stampa',2,'Public Engagement'),(13,'Prodotti multimediali',2,'Public Engagement'),(14,'Altro',2,'Public Engagement'),(15,'Brevetti accademici dell\'Università',3,'Brevetti'),(16,'Brevetti d\'Ateneo',3,'Brevetti'),(17,'Altro',3,'Brevetti'),(19,'Altro',4,'Attività conto terzi'),(20,'Start Cup Campania',5,'Spin-off'),(21,'Start Up Competitions',5,'Spin-off'),(22,'Premi e riconoscimenti',6,'Premi e riconoscimenti'),(23,'Altro',7,'Altro'),(24,'Conto terzi',4,'Attività conto terzi');
/*!40000 ALTER TABLE `terzamissione_dett` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `terzamissione_macro`
--
DROP TABLE IF EXISTS `terzamissione_macro`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `terzamissione_macro` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`descrizione` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `terzamissione_macro`
--
LOCK TABLES `terzamissione_macro` WRITE;
/*!40000 ALTER TABLE `terzamissione_macro` DISABLE KEYS */;
INSERT INTO `terzamissione_macro` VALUES (1,'Formazione continua'),(2,'Public Engagement'),(3,'Brevetti'),(4,'Attività conto terzi'),(5,'Spin-off'),(6,'Premi e riconoscimenti'),(7,'Altro');
/*!40000 ALTER TABLE `terzamissione_macro` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `tipo_laurea`
--
DROP TABLE IF EXISTS `tipo_laurea`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tipo_laurea` (
`id_tipo` int(11) NOT NULL AUTO_INCREMENT,
`descrizione` varchar(128) NOT NULL,
`note` varchar(128) NOT NULL,
PRIMARY KEY (`id_tipo`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `tipo_laurea`
--
LOCK TABLES `tipo_laurea` WRITE;
/*!40000 ALTER TABLE `tipo_laurea` DISABLE KEYS */;
INSERT INTO `tipo_laurea` VALUES (1,'triennale',''),(2,'magistrale','');
/*!40000 ALTER TABLE `tipo_laurea` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2021-12-03 14:52:46
AnonSec - 2021 | Recode By D7net