<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Acque Sotterranee - Italian Journal of Groundwater | PAGEPress PublicationsOpen Access Academic journals | PGP</title>
<meta name="author" content="PGP" />
<meta name="robots" content="all" />
<meta name="generator" content="Sandvox 2.10.7" />
<meta name="viewport" content="width=769" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<link rel="canonical" href="http://www.pagepressjournals.org/public/news/acque-sotterranee---italian.html" />

<link rel="stylesheet" type="text/css" href="http://www.pagepressjournals.org/public/news/sandvox_CleanSheets/main.css" title="Clean Sheets" /><!--[if lt IE 6]>
<link rel="stylesheet" type="text/css" href="http://www.pagepressjournals.org/public/news/sandvox_CleanSheets/ie.css" /><![endif]-->
<!--
Photo credits for this website's design: <http://www.pagepressjournals.org/public/news/sandvox_CleanSheets/Credits.rtf>
Licensing for this website's design:     <http://www.pagepressjournals.org/public/news/sandvox_CleanSheets/License.rtf>
-->

<script type='text/javascript'><!--// <![CDATA[
/* [id1] PGP */
OA_show(1);
// ]]> --></script><noscript><a target='_blank' href='http://adserver.pagepress.org/www/delivery/ck.php?n=4b33ad1'><img border='0' alt='' src='http://adserver.pagepress.org/www/delivery/avw.php?zoneid=1&n=4b33ad1' /></a></noscript>
<script type="text/javascript">
var gaJsHost = ((" https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try{
var pageTracker = _gat._getTracker("UA-7448651-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</head>
<body class="sandvox has-page-title allow-sidebar has-custom-banner no-navigation IR" id="www_pagepressjournals_org_public" >
<!-- Codice per accettazione cookie - Inizio -->
<script type="text/javascript">// <![CDATA[
(function(window) {
if (!!window.cookieChoices) {
return window.cookieChoices;
}
var document = window.document;
var supportsTextContent = 'textContent' in document.body;
var cookieChoices = (function() {
var cookieName = 'displayCookieConsent';
var cookieConsentId = 'cookieChoiceInfo';
var dismissLinkId = 'cookieChoiceDismiss';
function _createHeaderElement(cookieText, dismissText, linkText, linkHref) {
var butterBarStyles = 'position:fixed;width:100%;background-color:#000;' +
'margin:0; left:0; top:0;padding:17px;z-index:10000;text-align:center;font-family:Arial, Helvetica, sans-serif;font-size:13px;color:#FFF;';
var cookieConsentElement = document.createElement('div');
cookieConsentElement.id = cookieConsentId;
cookieConsentElement.style.cssText = butterBarStyles;
cookieConsentElement.appendChild(_createConsentText(cookieText));
if (!!linkText && !!linkHref) {
cookieConsentElement.appendChild(_createInformationLink(linkText, linkHref));
}
cookieConsentElement.appendChild(_createDismissLink(dismissText));
return cookieConsentElement;
}
function _createDialogElement(cookieText, dismissText, linkText, linkHref) {
var glassStyle = 'position:fixed;width:100%;height:100%;z-index:999;' +
'top:0;left:0;opacity:0.5;filter:alpha(opacity=50);' +
'background-color:#ccc;';
var dialogStyle = 'z-index:1000;position:fixed;left:50%;top:50%';
var contentStyle = 'position:relative;left:-50%;margin-top:-25%;' +
'background-color:#fff;padding:20px;box-shadow:4px 4px 25px #888;';
var cookieConsentElement = document.createElement('div');
cookieConsentElement.id = cookieConsentId;
var glassPanel = document.createElement('div');
glassPanel.style.cssText = glassStyle;
var content = document.createElement('div');
content.style.cssText = contentStyle;
var dialog = document.createElement('div');
dialog.style.cssText = dialogStyle;
var dismissLink = _createDismissLink(dismissText);
dismissLink.style.display = 'block';
dismissLink.style.textAlign = 'right';
dismissLink.style.marginTop = '8px';
content.appendChild(_createConsentText(cookieText));
if (!!linkText && !!linkHref) {
content.appendChild(_createInformationLink(linkText, linkHref));
}
content.appendChild(dismissLink);
dialog.appendChild(content);
cookieConsentElement.appendChild(glassPanel);
cookieConsentElement.appendChild(dialog);
return cookieConsentElement;
}
function _setElementText(element, text) {
if (supportsTextContent) {
element.textContent = text;
} else {
element.innerText = text;
}
}
function _createConsentText(cookieText) {
var consentText = document.createElement('span');
_setElementText(consentText, cookieText);
return consentText;
}
function _createDismissLink(dismissText) {
var dismissLink = document.createElement('a');
_setElementText(dismissLink, dismissText);
dismissLink.id = dismissLinkId;
dismissLink.href = '#';
dismissLink.style.marginLeft = '24px';
dismissLink.style.color = '#fbbb11';
return dismissLink;
}
function _createInformationLink(linkText, linkHref) {
var infoLink = document.createElement('a');
_setElementText(infoLink, linkText);
infoLink.href = linkHref;
infoLink.target = '_blank';
infoLink.style.marginLeft = '24px';
infoLink.style.color = '#fbbb11';
return infoLink;
}
function _dismissLinkClick() {
_saveUserPreference();
_removeCookieConsent();
return false;
}
function _showCookieConsent(cookieText, dismissText, linkText, linkHref, isDialog) {
if (_shouldDisplayConsent()) {
_removeCookieConsent();
var consentElement = (isDialog) ?
_createDialogElement(cookieText, dismissText, linkText, linkHref) :
_createHeaderElement(cookieText, dismissText, linkText, linkHref);
var fragment = document.createDocumentFragment();
fragment.appendChild(consentElement);
document.body.appendChild(fragment.cloneNode(true));
document.getElementById(dismissLinkId).onclick = _dismissLinkClick;
}
}
function showCookieConsentBar(cookieText, dismissText, linkText, linkHref) {
_showCookieConsent(cookieText, dismissText, linkText, linkHref, false);
}
function showCookieConsentDialog(cookieText, dismissText, linkText, linkHref) {
_showCookieConsent(cookieText, dismissText, linkText, linkHref, true);
}
function _removeCookieConsent() {
var cookieChoiceElement = document.getElementById(cookieConsentId);
if (cookieChoiceElement != null) {
cookieChoiceElement.parentNode.removeChild(cookieChoiceElement);
}
}
function _saveUserPreference() {
// Durata del cookie di un anno
var expiryDate = new Date();
expiryDate.setFullYear(expiryDate.getFullYear() + 1);
document.cookie = cookieName + '=y; expires=' + expiryDate.toGMTString();
}
function _shouldDisplayConsent() {
// Per mostrare il banner solo in mancanza del cookie
return !document.cookie.match(new RegExp(cookieName + '=([^;]+)'));
}
var exports = {};
exports.showCookieConsentBar = showCookieConsentBar;
exports.showCookieConsentDialog = showCookieConsentDialog;
return exports;
})();
window.cookieChoices = cookieChoices;
return cookieChoices;
})(this);
document.addEventListener('DOMContentLoaded', function(event) {
cookieChoices.showCookieConsentBar('This site uses cookies to ensure you have the best browsing experience and to help us improve the site. By continuing to browse the site you are agreeing to our use of cookies.',
'Okay', 'Cookie Policy', 'http://www.pagepress.org/cookies.html');
});
// ]]></script><!-- Codice per accettazione cookie - Fine --><!-- Piwik -->
<script type="text/javascript">
var _paq = _paq || [];
_paq.push(["setCookieDomain", "*.www.pagepress.org"]);
_paq.push(["trackPageView"]);
_paq.push(["enableLinkTracking"]);

(function() {
var u=(("https:" == document.location.protocol) ? "https" : "http") + "://www.pagepress.org/analytics/";
_paq.push(["setTrackerUrl", u+"piwik.php"]);
_paq.push(["setSiteId", "56"]);
var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript";
g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Piwik Code -->           <div id="page-container">
<div id="page">
<div id="page-top" class="no-logo has-title no-tagline">
<div id="title">
<h1 class="title in"><a href="./"><span class="in"><span style="font-size: 36px; font-family: Verdana; color: rgb(255, 255, 255);">PAGEPress Publications</span><span style="color: rgb(255, 255, 255);"><br /></span><span style="font-size: 18px; font-family: Verdana; color: rgb(255, 255, 255);">Open Access Academic journals</span></span></a></h1>
</div><!-- title -->
<div id="sitemenu-container">

</div> <!-- sitemenu-container -->
</div> <!-- page-top -->
<div class="clear below-page-top"></div>
<div id="page-content" class="no-navigation">
<div id="sidebar-container">
<div id="sidebar">
<div id="sidebar-top"></div>
<div id="sidebar-content">
<h3 class="hidden">Sidebar<a rel="nofollow" href="#main">[Skip]</a></h3>
<div class="pagelet untitled i1 o">
<div class="pagelet-body">
<div>
<!-- sandvox.TweetButtonElement -->
<div style="text-align:center; padding-top:10px; padding-bottom:10px;"><a data-dnt="true" data-show-count="false" data-show-screen-name="true" data-size="large" href="https://twitter.com/AS_ITJGW" class="twitter-follow-button">Follow us on Twitter @AS_ITJGW</a></div>
<!-- /sandvox.TweetButtonElement -->
</div>
</div>
</div>
<div class="pagelet bordered untitled i2 e">
<div class="pagelet-body">
<div class="ImageElement">
<div class="photo">
<div>
<!-- sandvox.ImageElement --><a href="http://www.acquesotterranee.online/index.php/acque" target="_blank" class="imageLink"><img src="http://www.pagepressjournals.org/public/news/_Media/ijgw_cover_mini_med_hr.jpeg" alt="ijgw_cover_mini" width="200" height="277" /></a>
<!-- /sandvox.ImageElement --></div>
</div>
</div>
</div>
</div>
<div class="pagelet bordered untitled i3 o">
<div class="pagelet-body">
<div style="" class="HTMLElement">
<center><strong style="font-size: small;">Follow Acque Sotterranee on<br /><a href="https://www.linkedin.com/groups/5169860" target="_blank"><img src="http://www.acquesotterranee.online/public/site/images/ttaccini/acq_linkedin.jpg" alt="" /></a> </strong></center>
</div>
</div>
</div>
<div class="pagelet bordered titled i4 e">
<h4 class="title pagelet-title"><span class="in"><span style="color: rgb(0, 68, 121); font-family: Verdana; font-size: 14px;">READ OUR JOURNALS <br />ON YOUR MOBILE</span><strong><br /></strong></span></h4>
<div class="pagelet-body">
<div class="RichTextElement">
<div>
<p style="font-size: 13px;">The <a href="https://itunes.apple.com/it/app/iojs/id396906126?mt=8" target="_blank">iOJS app</a> allows users to read their favorite journals into their iPhone/iPad or Android device. Users can browse all the issues and
articles published by the journal and download the full articles in PDF.</p>

</div>
</div>
</div>
</div>
<div class="pagelet bordered titled i5 o">
<h4 class="title pagelet-title"><span class="in"><span style="color: rgb(0, 68, 121); font-family: Verdana;">GUIDELINES</span></span></h4>
<div class="pagelet-body">
<div class="RichTextElement">
<div>
<p style="font-size: 13px;"><span style="font-family: Georgia; font-size: 15px;">Download New Guidelines for <a href="http://www.pagepress.org/files/guidelines_authors.pdf" target="_blank">Authors</a> and <a href="http://www.pagepress.org/files/guidelines_reviewers.pdf" target="_blank">Reviewers</a></span></p>

</div>
</div>
</div>
</div>
<div class="pagelet bordered untitled i6 e last-item">
<div class="pagelet-body">
<div style="width:198px;" class="HTMLElement">
<p>
<a href="http://www.oaspa.org">
<img src="http://www.oaspa.org/logos/Associate.png" alt="Associate Member of OASPA" width="121" height="75" />
</a>
</p>
</div>
</div>
</div>
</div> <!-- sidebar-content -->
<div id="sidebar-bottom"></div>
</div> <!-- sidebar -->
</div> <!-- sidebar-container -->
<div id="main">
<div id="main-top"></div>
<div id="main-content">
<h2 class="title"><span class="in">Acque Sotterranee - Italian Journal of Groundwater</span></h2>
<div class="article">
<div class="article-content">
<div class="RichTextElement">
<div><p style="font-size: 16px;"><span style="font-size: 13px;">pISSN 1828-454X, eISSN 2280-6458</span></p><p style="font-size: 16px;"><span style="font-size: 13px;"><br /></span></p><p style="font-size: 15px;"><a href="http://www.acquesotterranee.online/index.php/acque" target="_blank"><strong>Acque Sotterranee - <em>Italian Journal of Groundwater</em></strong> </a>is one of the oldest European journal dealing with groundwater. Yet in 1984 papers on today widespread subjects, such as groundwater remediation and ground source heat pumps, were published.</p><p style="font-size: 15px;">Since June 2012 <strong>Acque Sotterranee</strong> got also the name <em><strong>Italian Journal of Groundwater</strong></em> (<strong>AS/IT JGW</strong>) and it was revamped in a new editorial form, publishing peer-reviewed scientific and technical papers in English or Italian. The journal deals with groundwater resources, drilling technologies and techniques with a specific focus on the Italian regional and socio-economic context and interests in the Mediterranean ad more in general the EU area and its border countries. Its goal is to link the academic world with private and public companies and professionals by presenting up to date scientific and technical papers. Notwithstanding, contributions of authors of other continents are considered crucial.</p><p style="font-size: 15px;">Published papers concern description of hydrogeological systems, water resource management, natural system dependence on groundwater, climate change, drilling and abstraction, contamination hydrogeology, groundwater remediation technologies, hydrogeophysics, agrohydrology, geothermal energy production, socio-economical dependence and anthropogenic impact on groundwater systems, groundwater monitoring and so on.</p>
<p style="font-size: 15px;">The Journal is <em>Open Access</em> online and in printed format and it is published four-time per year at the end of March, June, September and December. Each number presents: 4/6 scientific or technical papers in Italian and/or English; technical and historical sections (legislation, hydrogeophisics, hydrogeochemistry, modeling, <em>etc.</em>); technical dossier on drilling techniques and water wells. The journal accepts original papers, short notes, reports, book and software reviews. The Editors in Chief maintain and guarantee a short-time response on the editorial decision of the submitted papers (60 days) since the date of receipt.</p><p style="font-size: 15px;"><br /></p><h3 style="color: rgb(102, 102, 102); font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 1.8em;">Vol 5, No 1 (2016): AQUA2015 Issue: part 1</h3><p>The current issue includes papers presented at the <em>42nd IAH Congress | Hydrogeology: back to the future!</em> held in Rome, September 13-18, 2015</p><h3 style="color: rgb(102, 102, 102); font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 1.8em;">Table of Contents</h3><p style="font-size: 16px; background-color: rgb(11, 128, 202); color: rgb(255, 255, 255); font-family: Arial, Helvetica, sans-serif;">  Ahead of Print - Editorial</p><p style="font-size: 15px; font-family: Arial, Helvetica, sans-serif;"><a href="http://www.acquesotterranee.online/index.php/acque/article/view/216" style="font-weight: bold; text-decoration: none; color: rgb(0, 0, 0);">Acque Sotterranee 2.0</a><strong> </strong><span style="font-family: Georgia, Times, 'Times New Roman', serif; font-size: 14px;"><em>Giovanni Pietro Beretta,    Iacopo Borsi,   Paolo Cerutti,  Francesco La Vigna,     Rudy Rossetto</em></span></p><p><br /></p><p style="font-size: 16px; background-color: rgb(11, 128, 202); color: rgb(255, 255, 255); font-family: Arial, Helvetica, sans-serif;">  Ahead of Print - Original Articles</p><p style="font-size: 15px; font-family: Arial, Helvetica, sans-serif;"><a href="http://www.acquesotterranee.online/index.php/acque/article/view/192" style="font-weight: bold; text-decoration: none; color: rgb(0, 0, 0);">Groundwater monitoring in the archaeological site of Ostia Antica (Rome, Italy): first results</a><strong> </strong><span style="font-family: Georgia, Times, 'Times New Roman', serif;"><em>Lucia Mastrorillo,        Roberto Mazza,  Paola Tuccimei, Carlo Rosa,     Renato Matteucci</em></span></p><p style="font-size: 15px; font-family: Arial, Helvetica, sans-serif;"><a href="http://www.acquesotterranee.online/index.php/acque/article/view/195" style="font-weight: bold; text-decoration: none; color: rgb(0, 0, 0);">Occurrence and flow of groundwater in crystalline rocks of Sardinia and Calabria (Italy): an overview of current knowledge</a><strong> </strong><span style="font-family: Georgia, Times, 'Times New Roman', serif;"><em>Antonella Baiocchi,    Francesca Lotti,        Vincenzo Piscopo</em></span></p><p style="font-size: 15px; font-family: Arial, Helvetica, sans-serif;"><a href="http://www.acquesotterranee.online/index.php/acque/article/view/197" style="font-weight: bold; text-decoration: none; color: rgb(0, 0, 0);">Understanding karst environments by thermo-hygrometric monitoring: preliminary results from the Cesi Mountain karst system (Central Italy)</a><strong> </strong><span style="font-family: Georgia, Times, 'Times New Roman', serif;"><em>Lucio Di Matteo,       Simona Menegon, Augusto Rossi, Stefano Liti</em></span></p><p style="font-size: 15px; font-family: Arial, Helvetica, sans-serif;"><a href="http://www.acquesotterranee.online/index.php/acque/article/view/198" style="font-weight: bold; text-decoration: none; color: rgb(0, 0, 0);">Hydrogeological and geochemical overview of the karst aquifers in the Apuan Alps zone (Northwestern Tuscany, Italy)</a><strong> </strong><span style="font-family: Georgia, Times, 'Times New Roman', serif;"><em>Matia Menichini,   Marco Doveri,   Leonardo Piccini</em></span></p><p><br /></p><p style="font-size: 16px; background-color: rgb(11, 128, 202); color: rgb(255, 255, 255); font-family: Arial, Helvetica, sans-serif;">  Ahead of Print - News Column - IAH Italy</p><p style="font-size: 15px; font-family: Arial, Helvetica, sans-serif;"><a href="http://www.acquesotterranee.online/index.php/acque/article/view/212" style="font-weight: bold; text-decoration: none; color: rgb(0, 0, 0);">Towards elections of the new Committee</a><strong> </strong><span style="font-family: Georgia, Times, 'Times New Roman', serif;"><em>Daniela Ducci,   Marco Petitta</em></span></p><p><br /></p><p style="font-size: 16px; background-color: rgb(11, 128, 202); color: rgb(255, 255, 255); font-family: Arial, Helvetica, sans-serif;">  Ahead of Print - News Column - Geothermal Science</p><p style="font-size: 15px; font-family: Arial, Helvetica, sans-serif;"><a href="http://www.acquesotterranee.online/index.php/acque/article/view/196" style="font-weight: bold; text-decoration: none; color: rgb(0, 0, 0);">Heat as a tracer</a><strong> </strong><span style="font-family: Georgia, Times, 'Times New Roman', serif;"><em>Matteo Cultrera</em></span></p><p><br /></p><p><br /></p><p><br /></p></div>
</div>
</div> <!-- /article-content -->
<div class="article-info">
</div> <!-- /article-info -->
</div> <!-- /article -->
</div> <!-- main-content -->
<div id="main-bottom"></div>
</div> <!-- main -->
</div> <!-- content -->
<div class="clear below-content"></div>
<div id="page-bottom">
<div id="page-bottom-contents">
<div>©2008-2016. PAGEPress name and logo are property of PAGEPress srl, Italy. VAT: IT02125780185 – Terms of Use – Privacy </div>
<div class="hidden"> <a rel="nofollow" href="#title">[Back To Top]</a></div>
</div>
</div> <!-- page-bottom -->
</div> <!-- container -->
<div id="extraDiv1"><span></span></div><div id="extraDiv2"><span></span></div><div id="extraDiv3"><span></span></div><div id="extraDiv4"><span></span></div><div id="extraDiv5"><span></span></div><div id="extraDiv6"><span></span></div>
</div> <!-- specific body type -->
<script src="//ajax.aspnetcdn.com/ajax/jQuery/jquery-1.9.1.min.js"></script>
<script>
if (typeof jQuery === 'undefined') document.write('<scr'+'ipt src="_Resources/jquery-1.9.1.min.js"></scr'+'ipt>');
</script>

<script>
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];
if(!d.getElementById(id)){
js=d.createElement(s);
js.id=id;
js.src="//platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js,fjs);
}}
(document,"script","twitter-wjs");
</script>

</body>
</html>