Informativa sulla Privacy
Ultimo aggiornamento: 9 luglio 2026
Titolare del trattamento
Il titolare del trattamento dei dati raccolti tramite il sito technomattei.it è Edoardo Mattei, contattabile all’indirizzo email info@technomattei.it.
Principi generali
Questo sito raccoglie il minimo indispensabile di dati personali necessario a far funzionare i servizi che offre, iscrizione alla newsletter, modulo di contatto, commenti, versione audio degli articoli. Non sono presenti strumenti di profilazione pubblicitaria, non è installato alcun pixel di tracciamento, e l’analisi del traffico è configurata in modalità che non richiede l’identificazione del singolo visitatore. Di seguito le finalità del trattamento, distinte una per una, con la relativa base giuridica, come richiesto dall’articolo 13 del Regolamento (UE) 2016/679.
Navigazione e log del server
Il sito è ospitato su server di Netsons S.r.l., con sede in Italia. Come qualunque sito web, il server registra in automatico alcuni dati tecnici a ogni richiesta, indirizzo IP, tipo di browser, pagina richiesta, data e ora, per finalità di sicurezza e per il corretto funzionamento del servizio. Il fornitore di hosting, Netsons S.r.l., non fissa contrattualmente un termine rigido per questa categoria di dati, rimandando ai tempi previsti dalla normativa applicabile. Il titolare adotta un periodo di conservazione prudenziale di sei mesi, coerente con l’orientamento storico del Garante per la protezione dei dati personali in materia di log di sistema, salvo la necessità di conservazione più estesa per l’accertamento di un incidente di sicurezza in corso. Base giuridica: legittimo interesse del titolare alla sicurezza e al funzionamento del sito, articolo 6, paragrafo 1, lettera f, del Regolamento.
Analisi del traffico
Il sito utilizza Matomo, installato su server proprio in modalità priva di cookie di tracciamento, con anonimizzazione dell’indirizzo IP e disattivazione di ogni tecnica di fingerprinting del browser, oltre al rispetto della preferenza Do Not Track quando comunicata dal browser del visitatore. I dati raccolti, pagine visitate, provenienza del traffico, durata della visita, sono aggregati e non consentono di risalire al singolo visitatore. Per questa configurazione, in linea con l’orientamento del Garante per la protezione dei dati personali, l’analisi del traffico non richiede consenso preventivo. Base giuridica: legittimo interesse del titolare a comprendere l’utilizzo del sito, articolo 6, paragrafo 1, lettera f, del Regolamento. I dati sono conservati in forma aggregata per ventiquattro mesi, poi eliminati automaticamente.
Chi preferisce comunque escludersi dall’analisi del traffico può farlo tramite lo strumento di opt-out qui sotto, che memorizza la scelta in un cookie tecnico dedicato, necessario al solo funzionamento di questa preferenza. Alcuni browser eliminano automaticamente questo cookie se il sito non viene visitato per un certo periodo, con tempistiche diverse da browser a browser: chi non visita il sito regolarmente e desidera restare escluso dovrebbe verificare di tanto in tanto che la propria scelta sia ancora attiva. <div id=”matomo-opt-out”></div> <script> var settings = {“showIntro”:false,”divId”:”matomo-opt-out”,”useSecureCookies”:true,”cookiePath”:null,”cookieDomain”:null,”cookieSameSite”:”Lax”,”OptOutComplete”:”Opt-out completato. Le tue visite a questo sito non verranno registrate dallo strumento di Web Analytics.”,”OptOutCompleteBis”:”Nota che se cancelli i tuoi cookie, cancelli anche il cookie di opt-out, e se cambi computer o browser web, devi fare nuovamente la procedura di opt-out.”,”YouMayOptOut2″:”Puoi scegliere di impedire a questo sito web di aggregare e analizzare le azioni che intraprendi qui.”,”YouMayOptOut3″:”Ciò proteggerà la tua privacy, ma impedirà al proprietario di imparare dalle tue azioni e di creare un’esperienza migliore per te e per gli altri utenti.”,”OptOutErrorNoCookies”:”La funzione per l’opt-out dal monitoraggio richiede che siano abilitati i cookies.”,”OptOutErrorNotHttps”:”La funzione di esclusione dal monitoraggio (opt-out) potrebbe non funzionare perché questo sito non è stato caricato su HTTPS. Ricarica la pagina per verificare se il tuo stato di rinuncia è cambiato.”,”YouAreNotOptedOut”:”Al momento le tue visite vengono tracciate.”,”UncheckToOptOut”:”Togli la spunta a questa casella per escluderti (opt-out).”,”YouAreOptedOut”:”Al momento le tue visite non vengono tracciate.”,”CheckToOptIn”:”Metti la spunta a questa casella per abilitarti (opt-in).”}; document.addEventListener(‘DOMContentLoaded’, function() { window.MatomoConsent.init(settings.useSecureCookies, settings.cookiePath, settings.cookieDomain, settings.cookieSameSite); showContent(window.MatomoConsent.hasConsent()); });
function showContent(consent, errorMessage = null, useTracker = false) {
var errorBlock = '<p style="color: red; font-weight: bold;">';
var div = document.getElementById(settings.divId);
if (!div) {
var warningDiv = document.createElement("div");
var msg = 'Unable to find opt-out content div: "'+settings.divId+'"';
warningDiv.id = settings.divId+'-warning';
warningDiv.innerHTML = errorBlock+msg+'</p>';
document.body.insertBefore(warningDiv, document.body.firstChild);
console.log(msg);
return;
}
if (!navigator || !navigator.cookieEnabled) {
div.innerHTML = errorBlock+settings.OptOutErrorNoCookies+'</p>';
return;
}
if (errorMessage !== null) {
div.innerHTML = errorBlock+errorMessage+'</p>';
return;
}
var content = '';
if (location.protocol !== 'https:') {
content += errorBlock + settings.OptOutErrorNotHttps + '</p>';
}
if (consent) {
if (settings.showIntro) {
content += '<p>'+settings.YouMayOptOut2+' '+settings.YouMayOptOut3+'</p>';
}
content += '<input id="trackVisits" type="checkbox" checked="checked" />';
content += '<label for="trackVisits"><strong><span>'+settings.YouAreNotOptedOut+' '+settings.UncheckToOptOut+'</span></strong></label>';
} else {
if (settings.showIntro) {
content += '<p>'+settings.OptOutComplete+' '+settings.OptOutCompleteBis+'</p>';
}
content += '<input id="trackVisits" type="checkbox" />';
content += '<label for="trackVisits"><strong><span>'+settings.YouAreOptedOut+' '+settings.CheckToOptIn+'</span></strong></label>';
}
div.innerHTML = content;
var tV = document.getElementById('trackVisits');
if (consent) {
if (useTracker) {
tV.addEventListener("click", function (e) {
_paq.push(['optUserOut']);
showContent(false, null, true);
});
} else {
tV.addEventListener("click", function (e) {
window.MatomoConsent.consentRevoked();
showContent(false);
});
}
} else {
if (useTracker) {
tV.addEventListener("click", function (e) {
_paq.push(['forgetUserOptOut']);
showContent(true, null, true);
});
} else {
tV.addEventListener("click", function (e) {
window.MatomoConsent.consentGiven();
showContent(true);
});
}
}
};
window.MatomoConsent = {
cookiesDisabled: (!navigator || !navigator.cookieEnabled),
CONSENT_COOKIE_NAME: 'mtm_consent', CONSENT_REMOVED_COOKIE_NAME: 'mtm_consent_removed',
cookieIsSecure: false, useSecureCookies: true, cookiePath: '', cookieDomain: '', cookieSameSite: 'Lax',
init: function(useSecureCookies, cookiePath, cookieDomain, cookieSameSite) {
this.useSecureCookies = useSecureCookies; this.cookiePath = cookiePath;
this.cookieDomain = cookieDomain; this.cookieSameSite = cookieSameSite;
if(useSecureCookies && location.protocol !== 'https:') {
console.log('Error with setting useSecureCookies: You cannot use this option on http.');
} else {
this.cookieIsSecure = useSecureCookies;
}
},
hasConsent: function() {
var consentCookie = this.getCookie(this.CONSENT_COOKIE_NAME);
var removedCookie = this.getCookie(this.CONSENT_REMOVED_COOKIE_NAME);
if (!consentCookie && !removedCookie) {
return true;
}
if (removedCookie && consentCookie) {
this.setCookie(this.CONSENT_COOKIE_NAME, '', -129600000);
return false;
}
return (consentCookie || consentCookie !== 0);
},
consentGiven: function() {
this.setCookie(this.CONSENT_REMOVED_COOKIE_NAME, '', -129600000);
this.setCookie(this.CONSENT_COOKIE_NAME, new Date().getTime(), 946080000000);
},
consentRevoked: function() {
this.setCookie(this.CONSENT_COOKIE_NAME, '', -129600000);
this.setCookie(this.CONSENT_REMOVED_COOKIE_NAME, new Date().getTime(), 946080000000);
},
getCookie: function(cookieName) {
var cookiePattern = new RegExp('(^|;)[ ]*' + cookieName + '=([^;]*)'), cookieMatch = cookiePattern.exec(document.cookie);
return cookieMatch ? window.decodeURIComponent(cookieMatch[2]) : 0;
},
setCookie: function(cookieName, value, msToExpire) {
var expiryDate = new Date();
expiryDate.setTime((new Date().getTime()) + msToExpire);
document.cookie = cookieName + '=' + window.encodeURIComponent(value) +
(msToExpire ? ';expires=' + expiryDate.toGMTString() : '') +
';path=' + (this.cookiePath || '/') +
(this.cookieDomain ? ';domain=' + this.cookieDomain : '') +
(this.cookieIsSecure ? ';secure' : '') +
';SameSite=' + this.cookieSameSite;
if ((!msToExpire || msToExpire >= 0) && this.getCookie(cookieName) !== String(value)) {
console.log('There was an error setting cookie `' + cookieName + '`. Please check domain and path.');
}
}
};
</script>
Iscrizione alla newsletter
Chi si iscrive alla newsletter fornisce il proprio indirizzo email, trattato tramite il plugin Newsletter di WordPress. L’iscrizione richiede una conferma esplicita tramite email, double opt-in, e chi non conferma entro pochi giorni viene rimosso automaticamente dall’elenco. La newsletter propone un digest periodico che riprende rassegna stampa, agenda eventi e pubblicazioni recenti, non comunicazioni commerciali. Base giuridica: consenso dell’interessato, articolo 6, paragrafo 1, lettera a, del Regolamento, revocabile in ogni momento tramite il link di cancellazione presente in ogni email o scrivendo all’indirizzo del titolare. I dati sono conservati per la durata dell’iscrizione e cancellati entro trenta giorni dalla richiesta di disiscrizione.
Modulo di contatto
Chi scrive tramite il modulo di contatto fornisce nome, indirizzo email e il contenuto del messaggio. Questi dati sono utilizzati esclusivamente per rispondere alla richiesta e non sono condivisi con terzi né utilizzati per altre finalità. Base giuridica: legittimo interesse del titolare a gestire la corrispondenza ricevuta, articolo 6, paragrafo 1, lettera f, del Regolamento, oppure esecuzione di misure precontrattuali richieste dall’interessato, a seconda del contenuto della richiesta. I dati sono conservati per il tempo necessario a gestire la richiesta e comunque non oltre ventiquattro mesi.
Commenti agli articoli
Chi lascia un commento fornisce nome, indirizzo email e il testo del commento, oltre all’indirizzo IP registrato automaticamente da WordPress a fini antispam. L’opzione che salva questi dati per i commenti successivi tramite cookie è disattivata: ogni commento richiede una nuova compilazione dei campi. Per il controllo antispam il sito utilizza il servizio Akismet, di Automattic Inc., che elabora nome, indirizzo email, contenuto del commento e indirizzo IP su server situati negli Stati Uniti. Il trasferimento avviene sulla base delle garanzie previste da Automattic per i clienti europei del servizio; l’informativa specifica di Akismet, richiamata anche accanto al modulo di commento, è consultabile sul sito di Automattic. Base giuridica: consenso dell’interessato, espresso tramite la spunta obbligatoria al momento dell’invio del commento, articolo 6, paragrafo 1, lettera a, del Regolamento. I commenti restano visibili pubblicamente fino a eventuale richiesta di cancellazione da parte dell’autore.
Versione audio degli articoli
Il sito offre, per alcuni articoli, una versione audio generata tramite il plugin AkaVoice, che si appoggia a servizi di intelligenza artificiale per la riscrittura in formato radiofonico e la sintesi vocale, e al servizio Spreaker per la distribuzione su Spotify, Apple Podcasts e Amazon Music. Il contenuto testuale dell’articolo viene trasmesso ai fornitori di questi servizi, che possono includere entità con sede negli Stati Uniti. Il trasferimento avviene sulla base delle garanzie previste dal Regolamento per i trasferimenti extra Unione Europea, clausole contrattuali standard approvate dalla Commissione Europea o, dove applicabile, il quadro di adeguatezza del Data Privacy Framework Unione Europea, Stati Uniti, la cui stabilità è tuttavia oggetto di contenzioso in corso davanti alla Corte di Giustizia dell’Unione Europea. Il player audio integrato nella pagina non carica alcuno script di terze parti al caricamento della pagina: il contenuto di Spreaker viene richiamato solo quando il visitatore sceglie attivamente di ascoltare, tramite l’apposito comando in pagina. Da quel momento si applicano le informative privacy di Spreaker e delle piattaforme di distribuzione coinvolte, esterne al perimetro di questo sito. Base giuridica: legittimo interesse editoriale del titolare alla diffusione dei propri contenuti in formato accessibile, articolo 6, paragrafo 1, lettera f, del Regolamento.
Mappa della sede
Nel piè di pagina del sito è indicato, in forma testuale, l’indirizzo dell’ISSR Mater Ecclesiae, Pontificia Università San Tommaso d’Aquino. Non è presente alcuna mappa incorporata: il collegamento a Google Maps si apre in una nuova scheda solo su azione volontaria del visitatore, che a quel punto lascia il sito ed è soggetto all’informativa privacy di Google.
Diritti dell’interessato
Chiunque abbia fornito i propri dati tramite questo sito può richiedere in qualsiasi momento l’accesso ai dati che lo riguardano, la loro rettifica o cancellazione, la limitazione del trattamento, la portabilità dei dati, e può opporsi al trattamento basato su legittimo interesse. La richiesta va indirizzata al titolare all’indirizzo info@technomattei.it. Resta inoltre il diritto di proporre reclamo al Garante per la protezione dei dati personali, autorità di controllo competente per il territorio italiano.
Modifiche all’informativa
Questa informativa può essere aggiornata per riflettere modifiche normative o cambiamenti nei servizi utilizzati dal sito. La data di ultimo aggiornamento è indicata in apertura del documento..
Privacy Policy
Last updated: July, 9, 2026
Data Controller
The controller of the data collected through the technomattei.it website is Edoardo Mattei, who can be contacted at info@technomattei.it.
General Principles
This site collects the minimum personal data necessary to operate the services it offers: newsletter subscription, contact form, comments, audio version of articles. No advertising profiling tools are used, no tracking pixel is installed, and traffic analysis is configured so that it does not require identifying individual visitors. Below are the processing purposes, listed separately, each with its own legal basis, as required by Article 13 of Regulation (EU) 2016/679.
Browsing and Server Logs
The site is hosted on servers operated by Netsons S.r.l., based in Italy. Like any website, the server automatically records certain technical data with every request, IP address, browser type, page requested, date and time, for security purposes and to ensure the correct functioning of the service. The hosting provider, Netsons S.r.l., does not set a fixed contractual retention period for this category of data, referring instead to the timeframes established by applicable law. The controller adopts a prudential retention period of six months, consistent with the historical guidance of the Italian Data Protection Authority (Garante) on system logs, unless a longer retention period is required to investigate an ongoing security incident. Legal basis: legitimate interest of the controller in the security and functioning of the site, Article 6(1)(f) of the Regulation.
Traffic Analysis
The site uses Matomo, self-hosted, configured in cookieless mode, with IP address anonymization, browser fingerprinting disabled, and respect for the Do Not Track preference when communicated by the visitor’s browser. The data collected, pages visited, traffic source, visit duration, is aggregated and does not allow individual visitors to be identified. Under this configuration, consistent with the guidance of the Italian Data Protection Authority, traffic analysis does not require prior consent. Legal basis: legitimate interest of the controller in understanding how the site is used, Article 6(1)(f) of the Regulation. Aggregated data is retained for twenty-four months, then automatically deleted.
Visitors who wish to opt out of traffic analysis regardless can do so using the tool below, which stores the choice in a dedicated technical cookie required only for this preference to function. Some browsers automatically delete this cookie if the site is not visited for a certain period, with timeframes varying by browser: visitors who do not visit the site regularly and wish to remain opted out should periodically check that their choice is still active.
<div id=”matomo-opt-out”></div> <script> var settings = {“showIntro”:false,”divId”:”matomo-opt-out”,”useSecureCookies”:true,”cookiePath”:null,”cookieDomain”:null,”cookieSameSite”:”Lax”,”OptOutComplete”:”Opt-out completato. Le tue visite a questo sito non verranno registrate dallo strumento di Web Analytics.”,”OptOutCompleteBis”:”Nota che se cancelli i tuoi cookie, cancelli anche il cookie di opt-out, e se cambi computer o browser web, devi fare nuovamente la procedura di opt-out.”,”YouMayOptOut2″:”Puoi scegliere di impedire a questo sito web di aggregare e analizzare le azioni che intraprendi qui.”,”YouMayOptOut3″:”Ciò proteggerà la tua privacy, ma impedirà al proprietario di imparare dalle tue azioni e di creare un’esperienza migliore per te e per gli altri utenti.”,”OptOutErrorNoCookies”:”La funzione per l’opt-out dal monitoraggio richiede che siano abilitati i cookies.”,”OptOutErrorNotHttps”:”La funzione di esclusione dal monitoraggio (opt-out) potrebbe non funzionare perché questo sito non è stato caricato su HTTPS. Ricarica la pagina per verificare se il tuo stato di rinuncia è cambiato.”,”YouAreNotOptedOut”:”Al momento le tue visite vengono tracciate.”,”UncheckToOptOut”:”Togli la spunta a questa casella per escluderti (opt-out).”,”YouAreOptedOut”:”Al momento le tue visite non vengono tracciate.”,”CheckToOptIn”:”Metti la spunta a questa casella per abilitarti (opt-in).”}; document.addEventListener(‘DOMContentLoaded’, function() { window.MatomoConsent.init(settings.useSecureCookies, settings.cookiePath, settings.cookieDomain, settings.cookieSameSite); showContent(window.MatomoConsent.hasConsent()); });
function showContent(consent, errorMessage = null, useTracker = false) {
var errorBlock = '<p style="color: red; font-weight: bold;">';
var div = document.getElementById(settings.divId);
if (!div) {
var warningDiv = document.createElement("div");
var msg = 'Unable to find opt-out content div: "'+settings.divId+'"';
warningDiv.id = settings.divId+'-warning';
warningDiv.innerHTML = errorBlock+msg+'</p>';
document.body.insertBefore(warningDiv, document.body.firstChild);
console.log(msg);
return;
}
if (!navigator || !navigator.cookieEnabled) {
div.innerHTML = errorBlock+settings.OptOutErrorNoCookies+'</p>';
return;
}
if (errorMessage !== null) {
div.innerHTML = errorBlock+errorMessage+'</p>';
return;
}
var content = '';
if (location.protocol !== 'https:') {
content += errorBlock + settings.OptOutErrorNotHttps + '</p>';
}
if (consent) {
if (settings.showIntro) {
content += '<p>'+settings.YouMayOptOut2+' '+settings.YouMayOptOut3+'</p>';
}
content += '<input id="trackVisits" type="checkbox" checked="checked" />';
content += '<label for="trackVisits"><strong><span>'+settings.YouAreNotOptedOut+' '+settings.UncheckToOptOut+'</span></strong></label>';
} else {
if (settings.showIntro) {
content += '<p>'+settings.OptOutComplete+' '+settings.OptOutCompleteBis+'</p>';
}
content += '<input id="trackVisits" type="checkbox" />';
content += '<label for="trackVisits"><strong><span>'+settings.YouAreOptedOut+' '+settings.CheckToOptIn+'</span></strong></label>';
}
div.innerHTML = content;
var tV = document.getElementById('trackVisits');
if (consent) {
if (useTracker) {
tV.addEventListener("click", function (e) {
_paq.push(['optUserOut']);
showContent(false, null, true);
});
} else {
tV.addEventListener("click", function (e) {
window.MatomoConsent.consentRevoked();
showContent(false);
});
}
} else {
if (useTracker) {
tV.addEventListener("click", function (e) {
_paq.push(['forgetUserOptOut']);
showContent(true, null, true);
});
} else {
tV.addEventListener("click", function (e) {
window.MatomoConsent.consentGiven();
showContent(true);
});
}
}
};
window.MatomoConsent = {
cookiesDisabled: (!navigator || !navigator.cookieEnabled),
CONSENT_COOKIE_NAME: 'mtm_consent', CONSENT_REMOVED_COOKIE_NAME: 'mtm_consent_removed',
cookieIsSecure: false, useSecureCookies: true, cookiePath: '', cookieDomain: '', cookieSameSite: 'Lax',
init: function(useSecureCookies, cookiePath, cookieDomain, cookieSameSite) {
this.useSecureCookies = useSecureCookies; this.cookiePath = cookiePath;
this.cookieDomain = cookieDomain; this.cookieSameSite = cookieSameSite;
if(useSecureCookies && location.protocol !== 'https:') {
console.log('Error with setting useSecureCookies: You cannot use this option on http.');
} else {
this.cookieIsSecure = useSecureCookies;
}
},
hasConsent: function() {
var consentCookie = this.getCookie(this.CONSENT_COOKIE_NAME);
var removedCookie = this.getCookie(this.CONSENT_REMOVED_COOKIE_NAME);
if (!consentCookie && !removedCookie) {
return true;
}
if (removedCookie && consentCookie) {
this.setCookie(this.CONSENT_COOKIE_NAME, '', -129600000);
return false;
}
return (consentCookie || consentCookie !== 0);
},
consentGiven: function() {
this.setCookie(this.CONSENT_REMOVED_COOKIE_NAME, '', -129600000);
this.setCookie(this.CONSENT_COOKIE_NAME, new Date().getTime(), 946080000000);
},
consentRevoked: function() {
this.setCookie(this.CONSENT_COOKIE_NAME, '', -129600000);
this.setCookie(this.CONSENT_REMOVED_COOKIE_NAME, new Date().getTime(), 946080000000);
},
getCookie: function(cookieName) {
var cookiePattern = new RegExp('(^|;)[ ]*' + cookieName + '=([^;]*)'), cookieMatch = cookiePattern.exec(document.cookie);
return cookieMatch ? window.decodeURIComponent(cookieMatch[2]) : 0;
},
setCookie: function(cookieName, value, msToExpire) {
var expiryDate = new Date();
expiryDate.setTime((new Date().getTime()) + msToExpire);
document.cookie = cookieName + '=' + window.encodeURIComponent(value) +
(msToExpire ? ';expires=' + expiryDate.toGMTString() : '') +
';path=' + (this.cookiePath || '/') +
(this.cookieDomain ? ';domain=' + this.cookieDomain : '') +
(this.cookieIsSecure ? ';secure' : '') +
';SameSite=' + this.cookieSameSite;
if ((!msToExpire || msToExpire >= 0) && this.getCookie(cookieName) !== String(value)) {
console.log('There was an error setting cookie `' + cookieName + '`. Please check domain and path.');
}
}
};
</script>
Newsletter Subscription
Those who subscribe to the newsletter provide their email address, processed through the WordPress Newsletter plugin. Subscription requires explicit confirmation by email, double opt-in, and anyone who does not confirm within a few days is automatically removed from the list. The newsletter offers a periodic digest covering press coverage, upcoming events, and recent publications, not commercial communications. Legal basis: consent of the data subject, Article 6(1)(a) of the Regulation, which can be withdrawn at any time through the unsubscribe link included in every email or by writing to the controller. Data is retained for the duration of the subscription and deleted within thirty days of an unsubscribe request.
Contact Form
Those who write through the contact form provide their name, email address, and the content of their message. This data is used solely to respond to the request and is not shared with third parties or used for other purposes. Legal basis: legitimate interest of the controller in managing correspondence received, Article 6(1)(f) of the Regulation, or the performance of pre-contractual measures requested by the data subject, depending on the content of the request. Data is retained for as long as necessary to handle the request, and in any case no longer than twenty-four months.
Comments on Articles
Those who leave a comment provide their name, email address, and the text of the comment, in addition to the IP address automatically recorded by WordPress for anti-spam purposes. The option that saves this data via cookie for future comments is disabled: each comment requires the fields to be filled in again. For spam filtering, the site uses the Akismet service, operated by Automattic Inc., which processes the commenter’s name, email address, comment content, and IP address on servers located in the United States. This transfer takes place under the safeguards Automattic provides for its European customers; Akismet’s own privacy notice, also linked next to the comment form, is available on Automattic’s website. Legal basis: consent of the data subject, expressed through the mandatory checkbox at the time the comment is submitted, Article 6(1)(a) of the Regulation. Comments remain publicly visible unless the author requests their removal.
Audio Version of Articles
For some articles, the site offers an audio version generated through the AkaVoice plugin, which relies on artificial intelligence services for rewriting content into a radio-style format and for speech synthesis, and on the Spreaker service for distribution on Spotify, Apple Podcasts, and Amazon Music. The text of the article is transmitted to the providers of these services, which may include entities based in the United States. This transfer takes place under the safeguards provided by the Regulation for transfers outside the European Union, standard contractual clauses approved by the European Commission or, where applicable, the EU-US Data Privacy Framework adequacy decision, the stability of which is currently the subject of pending litigation before the Court of Justice of the European Union. The audio player embedded in the page does not load any third-party script when the page loads: Spreaker content is only called when the visitor actively chooses to listen, through the dedicated control on the page. From that point on, the privacy policies of Spreaker and of the distribution platforms involved apply, which fall outside the scope of this site. Legal basis: editorial legitimate interest of the controller in disseminating their own content in an accessible format, Article 6(1)(f) of the Regulation.
Location Map
The footer of the site displays, in text form, the address of ISSR Mater Ecclesiae, Pontifical University of Saint Thomas Aquinas. No embedded map is present: the link to Google Maps opens in a new tab only upon the visitor’s voluntary action, at which point the visitor leaves this site and becomes subject to Google’s privacy policy.
Data Subject Rights
Anyone who has provided their data through this site may at any time request access to the data concerning them, its rectification or erasure, the restriction of processing, data portability, and may object to processing based on legitimate interest. Requests should be addressed to the controller at info@technomattei.it. Data subjects also retain the right to lodge a complaint with the Italian Data Protection Authority (Garante per la protezione dei dati personali), the competent supervisory authority for Italy.
Changes to This Policy
This policy may be updated to reflect regulatory changes or changes to the services used by the site. The date of the last update is indicated at the top of this document.