CINXE.COM
Publicações – Rede Nacional de Computação Avançada
<!DOCTYPE html> <html lang="pt-PT"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"> <title>Publicações – Rede Nacional de Computação Avançada</title> <meta name='robots' content='max-image-preview:large' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//www.googletagmanager.com' /> <link rel="alternate" type="application/rss+xml" title="Rede Nacional de Computação Avançada » Feed" href="https://rnca.fccn.pt/feed/" /> <link rel="alternate" type="application/rss+xml" title="Rede Nacional de Computação Avançada » Feed de comentários" href="https://rnca.fccn.pt/comments/feed/" /> <!-- This site uses the Google Analytics by MonsterInsights plugin v9.2.4 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-VJM2X53CGN" data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript"> var mi_version = '9.2.4'; var mi_track_user = true; var mi_no_track_reason = ''; var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/rnca.fccn.pt\/publicacoes\/"}; if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations ); } else { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations; } var disableStrs = [ 'ga-disable-G-VJM2X53CGN', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.MonsterInsightsDualTracker = { helpers: {}, trackers: {}, }; if (mi_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = monsterinsights_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') { MonsterInsightsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dZGIzZG': true, }); if ( MonsterInsightsLocations.page_location ) { __gtagTracker('set', MonsterInsightsLocations); } __gtagTracker('config', 'G-VJM2X53CGN', {"forceSSL":"true","link_attribution":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', 'referrer' : 'page_referrer', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by MonsterInsights --> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/rnca.fccn.pt\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.7.2"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://rnca.fccn.pt/wp-includes/css/dist/block-library/style.min.css?ver=6.7.2' type='text/css' media='all' /> <style id='wp-block-library-theme-inline-css' type='text/css'> .wp-block-audio :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio :where(figcaption){color:#ffffffa6}.wp-block-audio{margin:0 0 1em}.wp-block-code{border:1px solid #ccc;border-radius:4px;font-family:Menlo,Consolas,monaco,monospace;padding:.8em 1em}.wp-block-embed :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed :where(figcaption){color:#ffffffa6}.wp-block-embed{margin:0 0 1em}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:#ffffffa6}:root :where(.wp-block-image figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme :root :where(.wp-block-image figcaption){color:#ffffffa6}.wp-block-image{margin:0 0 1em}.wp-block-pullquote{border-bottom:4px solid;border-top:4px solid;color:currentColor;margin-bottom:1.75em}.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{color:currentColor;font-size:.8125em;font-style:normal;text-transform:uppercase}.wp-block-quote{border-left:.25em solid;margin:0 0 1.75em;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;font-style:normal;position:relative}.wp-block-quote:where(.has-text-align-right){border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote:where(.has-text-align-center){border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote:where(.is-style-plain){border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-search__button{border:1px solid #ccc;padding:.375em .625em}:where(.wp-block-group.has-background){padding:1.25em 2.375em}.wp-block-separator.has-css-opacity{opacity:.4}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto}.wp-block-separator.has-alpha-channel-opacity{opacity:1}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:100px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1px}.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){height:2px}.wp-block-table{margin:0 0 1em}.wp-block-table td,.wp-block-table th{word-break:normal}.wp-block-table :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table :where(figcaption){color:#ffffffa6}.wp-block-video :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video :where(figcaption){color:#ffffffa6}.wp-block-video{margin:0 0 1em}:root :where(.wp-block-template-part.has-background){margin-bottom:0;margin-top:0;padding:1.25em 2.375em} </style> <style id='pdfemb-pdf-embedder-viewer-style-inline-css' type='text/css'> .wp-block-pdfemb-pdf-embedder-viewer{max-width:none} </style> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='weglot-css-css' href='https://rnca.fccn.pt/wp-content/plugins/weglot/dist/css/front-css.css?ver=4.2.9' type='text/css' media='all' /> <link rel='stylesheet' id='new-flag-css-css' href='https://rnca.fccn.pt/wp-content/plugins/weglot/app/styles/new-flags.css?ver=4.2.9' type='text/css' media='all' /> <link rel='stylesheet' id='onepress-fonts-css' href='https://fonts.googleapis.com/css?family=Raleway%3A400%2C500%2C600%2C700%2C300%2C100%2C800%2C900%7COpen+Sans%3A400%2C300%2C300italic%2C400italic%2C600%2C600italic%2C700%2C700italic&subset=latin%2Clatin-ext&display=swap&ver=2.3.8' type='text/css' media='all' /> <link rel='stylesheet' id='onepress-animate-css' href='https://rnca.fccn.pt/wp-content/themes/onepress/assets/css/animate.min.css?ver=2.3.8' type='text/css' media='all' /> <link rel='stylesheet' id='onepress-fa-css' href='https://rnca.fccn.pt/wp-content/themes/onepress/assets/fontawesome-v6/css/all.min.css?ver=6.5.1' type='text/css' media='all' /> <link rel='stylesheet' id='onepress-fa-shims-css' href='https://rnca.fccn.pt/wp-content/themes/onepress/assets/fontawesome-v6/css/v4-shims.min.css?ver=6.5.1' type='text/css' media='all' /> <link rel='stylesheet' id='onepress-bootstrap-css' href='https://rnca.fccn.pt/wp-content/themes/onepress/assets/css/bootstrap.min.css?ver=2.3.8' type='text/css' media='all' /> <link rel='stylesheet' id='onepress-style-css' href='https://rnca.fccn.pt/wp-content/themes/onepress/style.css?ver=6.7.2' type='text/css' media='all' /> <style id='onepress-style-inline-css' type='text/css'> .site-logo-div img{height:100px;width:auto}#main .video-section section.hero-slideshow-wrapper{background:transparent}.hero-slideshow-wrapper:after{position:absolute;top:0px;left:0px;width:100%;height:100%;background-color:rgba(0,0,0,0.3);display:block;content:""}#parallax-hero .jarallax-container .parallax-bg:before{background-color:rgba(0,0,0,0.3)}.body-desktop .parallax-hero .hero-slideshow-wrapper:after{display:none!important}#parallax-hero>.parallax-bg::before{background-color:rgba(0,0,0,0.3);opacity:1}.body-desktop .parallax-hero .hero-slideshow-wrapper:after{display:none!important}a,.screen-reader-text:hover,.screen-reader-text:active,.screen-reader-text:focus,.header-social a,.onepress-menu a:hover,.onepress-menu ul li a:hover,.onepress-menu li.onepress-current-item>a,.onepress-menu ul li.current-menu-item>a,.onepress-menu>li a.menu-actived,.onepress-menu.onepress-menu-mobile li.onepress-current-item>a,.site-footer a,.site-footer .footer-social a:hover,.site-footer .btt a:hover,.highlight,#comments .comment .comment-wrapper .comment-meta .comment-time:hover,#comments .comment .comment-wrapper .comment-meta .comment-reply-link:hover,#comments .comment .comment-wrapper .comment-meta .comment-edit-link:hover,.btn-theme-primary-outline,.sidebar .widget a:hover,.section-services .service-item .service-image i,.counter_item .counter__number,.team-member .member-thumb .member-profile a:hover,.icon-background-default{color:#00a3e3}input[type="reset"],input[type="submit"],input[type="submit"],input[type="reset"]:hover,input[type="submit"]:hover,input[type="submit"]:hover .nav-links a:hover,.btn-theme-primary,.btn-theme-primary-outline:hover,.section-testimonials .card-theme-primary,.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce button.button.alt,.pirate-forms-submit-button,.pirate-forms-submit-button:hover,input[type="reset"],input[type="submit"],input[type="submit"],.pirate-forms-submit-button,.contact-form div.wpforms-container-full .wpforms-form .wpforms-submit,.contact-form div.wpforms-container-full .wpforms-form .wpforms-submit:hover,.nav-links a:hover,.nav-links a.current,.nav-links .page-numbers:hover,.nav-links .page-numbers.current{background:#00a3e3}.btn-theme-primary-outline,.btn-theme-primary-outline:hover,.pricing__item:hover,.section-testimonials .card-theme-primary,.entry-content blockquote{border-color:#00a3e3}.feature-item:hover .icon-background-default{color:#070707}.page-header.page--cover{text-align:left}.page-header.page--cover .entry-title{color:rgba(0,163,227,1)}.page-header .entry-title{color:rgba(0,163,227,1)}.page-header.page--cover:before{background:rgba(255,255,255,1)}.page-header:before{background:rgba(255,255,255,1)}.onepress-menu>li>a{color:#00a3e3}.onepress-menu>li>a:hover,.onepress-menu>li.onepress-current-item>a{color:#ffffff;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out}@media screen and (min-width:1140px){.onepress-menu>li:last-child>a{padding-right:17px}.onepress-menu>li>a:hover,.onepress-menu>li.onepress-current-item>a{background:#00a3e3;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out}}#nav-toggle span,#nav-toggle span::before,#nav-toggle span::after,#nav-toggle.nav-is-visible span::before,#nav-toggle.nav-is-visible span::after{background:#00a3e3}#page .site-branding .site-title,#page .site-branding .site-text-logo{color:#00a3e3}#page .site-branding .site-description{color:#00a3e3}#footer-widgets{}.gallery-carousel .g-item{padding:0px 10px}.gallery-carousel-wrap{margin-left:-10px;margin-right:-10px}.gallery-grid .g-item,.gallery-masonry .g-item .inner{padding:10px}.gallery-grid-wrap,.gallery-masonry-wrap{margin-left:-10px;margin-right:-10px}.gallery-justified-wrap{margin-left:-20px;margin-right:-20px} </style> <link rel='stylesheet' id='onepress-gallery-lightgallery-css' href='https://rnca.fccn.pt/wp-content/themes/onepress/assets/css/lightgallery.css?ver=6.7.2' type='text/css' media='all' /> <script type="text/javascript" src="https://rnca.fccn.pt/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=9.2.4" id="monsterinsights-frontend-script-js" async="async" data-wp-strategy="async"></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='monsterinsights-frontend-script-js-extra'>/* <![CDATA[ */ var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/rnca.fccn.pt","hash_tracking":"false","v4_id":"G-VJM2X53CGN"};/* ]]> */ </script> <script type="text/javascript" src="https://rnca.fccn.pt/wp-content/plugins/stop-user-enumeration/frontend/js/frontend.js?ver=1.6.3" id="stop-user-enumeration-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" src="https://rnca.fccn.pt/wp-content/plugins/weglot/dist/front-js.js?ver=4.2.9" id="wp-weglot-js-js"></script> <script type="text/javascript" src="https://rnca.fccn.pt/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://rnca.fccn.pt/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <link rel="https://api.w.org/" href="https://rnca.fccn.pt/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://rnca.fccn.pt/wp-json/wp/v2/pages/2479" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://rnca.fccn.pt/xmlrpc.php?rsd" /> <link rel="canonical" href="https://rnca.fccn.pt/publicacoes/" /> <link rel='shortlink' href='https://rnca.fccn.pt/?p=2479' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://rnca.fccn.pt/wp-json/oembed/1.0/embed?url=https%3A%2F%2Frnca.fccn.pt%2Fpublicacoes%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://rnca.fccn.pt/wp-json/oembed/1.0/embed?url=https%3A%2F%2Frnca.fccn.pt%2Fpublicacoes%2F&format=xml" /> <!-- GA Google Analytics @ https://m0n.co/ga --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'G-BJ60MLF9MJ', 'auto'); ga('send', 'pageview'); </script> <meta name="generator" content="Site Kit by Google 1.144.0" /> <link rel="alternate" href="https://rnca.fccn.pt/publicacoes/" hreflang="pt"/> <link rel="alternate" href="https://rnca.fccn.pt/en/publicacoes/" hreflang="en"/> <link rel="icon" href="https://rnca.fccn.pt/wp-content/uploads/2022/01/rnca_favico.svg" sizes="32x32" /> <link rel="icon" href="https://rnca.fccn.pt/wp-content/uploads/2022/01/rnca_favico.svg" sizes="192x192" /> <link rel="apple-touch-icon" href="https://rnca.fccn.pt/wp-content/uploads/2022/01/rnca_favico.svg" /> <meta name="msapplication-TileImage" content="https://rnca.fccn.pt/wp-content/uploads/2022/01/rnca_favico.svg" /> <style type="text/css" id="wp-custom-css"> /* fccn.css */ @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,300;0,400;0,700;1,400;1,700&display=swap'); body { font-family: "Nunito Sans", arial, sans-serif; color: #000; } b, strong { font-weight: 700; } a { color: inherit; text-decoration-color: #b1b1b1 !important; text-decoration: underline; } a:hover { color: inherit !important; text-decoration-color: #000 !important; } #nav-toggle, #nav-toggle:hover { text-decoration: none; color: transparent !important; } .site-header { box-shadow: 0 0 0; } .site-content { border: 0; } .onepress-menu a { text-transform: none; } .custom-logo { width: 30em; margin-top: 2em; } #masthead .container { border-top: 2em solid #00a3e3; border-radius: 0.3em; margin-top: -0.5em; } #site-navigation { font: "Nunito Sans", arial, sans-serif; margin-top: 2em; } #site-navigation li a:not(.sub-menu a) { font-size: 1.4em; padding: 1.4em 0.5em 0; border-top-left-radius: 0.3em; border-top-right-radius: 0.3em; letter-spacing: -0.003em; transition-property: none; } #site-navigation li:nth-child(1) a:not(.sub-menu a) { background: url("/wp-content/uploads/2021/10/menu_sobre.svg"); background-position: center 0.5em; background-repeat: no-repeat; background-size: 1.75em; } #site-navigation li:nth-child(2) a:not(.sub-menu a) { background: url("/wp-content/uploads/2021/10/menu_rede.svg"); background-position: center 0.5em; background-repeat: no-repeat; background-size: 1.75em; } #site-navigation li:nth-child(3) a:not(.sub-menu a) { background: url("/wp-content/uploads/2023/01/menu_acesso2.svg"); background-position: center 0.5em; background-repeat: no-repeat; background-size: 1.8em; } #site-navigation li:nth-child(4) a:not(.sub-menu a) { background: url("/wp-content/uploads/2021/10/menu_projectos.svg"); background-position: center 0.5em; background-repeat: no-repeat; background-size: 1.75em; } #site-navigation li:nth-child(5) a:not(.sub-menu a) { background: url("/wp-content/uploads/2021/10/menu_formacao.svg"); background-position: center 0.5em; background-repeat: no-repeat; background-size: 2em; } #site-navigation li:nth-child(6) a:not(.sub-menu a) { background: url("/wp-content/uploads/2021/10/menu_eventos.svg"); background-position: center 0.5em; background-repeat: no-repeat; background-size: 1.5em; } #site-navigation li:nth-child(1) a:not(.sub-menu a):hover { background: #00a3e3 url("/wp-content/uploads/2021/10/menu_sobre_hover.svg"); background-position: center 0.5em; background-repeat: no-repeat; background-size: 1.75em; } #site-navigation li:nth-child(2) a:not(.sub-menu a):hover { background: #00a3e3 url("/wp-content/uploads/2021/10/menu_rede_hover.svg"); background-position: center 0.5em; background-repeat: no-repeat; background-size: 1.75em; } #site-navigation li:nth-child(3) a:not(.sub-menu a):hover { background: #00a3e3 url("/wp-content/uploads/2023/01/menu_acesso2_hover.svg"); background-position: center 0.5em; background-repeat: no-repeat; background-size: 1.8em; } #site-navigation li:nth-child(4) a:not(.sub-menu a):hover { background: #00a3e3 url("/wp-content/uploads/2021/10/menu_projectos_hover.svg"); background-position: center 0.5em; background-repeat: no-repeat; background-size: 1.75em; } #site-navigation li:nth-child(5) a:not(.sub-menu a):hover { background: #00a3e3 url("/wp-content/uploads/2021/10/menu_formacao_hover.svg"); background-position: center 0.5em; background-repeat: no-repeat; background-size: 2em; } #site-navigation li:nth-child(6) a:not(.sub-menu a):hover { background: #00a3e3 url("/wp-content/uploads/2021/10/menu_eventos_hover.svg"); background-position: center 0.5em; background-repeat: no-repeat; background-size: 1.5em; } #site-navigation .sub-menu li a { white-space: break-spaces; line-height: 1.5em; } .wp-block-cover { padding: 3em; } .wp-block-cover p { font-size: 1.5em; line-height: 1.25em; padding-left: 20em; } .wp-block-cover p strong { font-size: 2em; line-height: 1.25em; } .wp-block-cover img { border-radius: 0.5em; } p.has-text-align-center.first-center, p.has-text-align-center.last-center { background-color: #eee; margin: 0; padding: 1.25em 3em; font-size: 1.5em; } p.has-text-align-center.last-center { border-bottom-left-radius: 0.5em; border-bottom-right-radius: 0.5em; } .services { margin: 3em 0; } .services figure { width: 6em; margin: 0 0 2em; } .entry-content p, .entry-content ul, .wp-block-column p { font-size: 1.25em; line-height: 1.5em; } .wp-block-column h4 { font-size: 2em; } .wp-block-column h5 { text-transform: none; font-size: 1.5em; } .wp-block-columns.footer { background-color: #efefef; padding: 5em; border-top-left-radius: 0.5em; border-top-right-radius: 0.5em; margin-bottom: 0; } ul.sub-menu { box-shadow: 0.5em 0.5em 0.5em rgba(0,0,0,0.1) } #primary, .entry-content { padding-bottom: 0; margin-bottom: 0; } h2 strong, h2 strong .has-vivid-cyan-blue-color { color: #333 !important; } li.lang-item { line-height: 2em; margin-top: 1em; margin-left: 0.5em; } li.lang-item a { background-color: #eee; padding: 0.75em !important; margin: 0; border-radius: 50% !important; font-size: 1.1em !important; margin-top: 0.5em; } li.lang-item.current-lang a { background-color: #00a3e3; color: #fff; } @media screen and (max-width: 1140px) { #site-navigation li a { background: none !important; } .onepress-menu.onepress-menu-mobile .nav-toggle-dropdown > ul { width: 100%; } .wp-block-cover p { padding: 0; } .wp-block-image img, .wp-block-image .alignright { margin: 1em auto 0; float: none; } } .onepress-menu li a[href="https://www.fccn.pt"] { margin-left: 1em; background-image: url("https://www.fccn.pt/media/2024/10/by_fccn_positive.svg"); background-color: transparent; background-position: center 2.5em; background-size: 5em; background-repeat: no-repeat; color: transparent !important; } .onepress-menu ul li a { color: inherit !important; } .onepress-menu ul li a:hover, .onepress-menu ul li a:active { color: #0275d8 !important; } /* 04/10/2022 */ .wp-block-column { padding: 1em 1em 0; } .has-vivid-cyan-blue-background-color { border-radius: 1em; background-color: #0275d8 !important } .wp-block-button__link.has-vivid-cyan-blue-background-color:hover, .wp-block-button__link.has-vivid-cyan-blue-background-color:active { text-decoration: none !important; color: #fff !important; background-color: #32373c !important;} /* 03/01/2023 */ footer { margin-top: 2em; } footer a { display: none; } .onepress-menu li.weglot-lang a { color: #666; } .onepress-menu li.weglot-lang a:hover { color: #000; } /* 31/03/2023 */ .wp-block-cover img, .has-vivid-cyan-blue-background-color, .wp-block-cover .wp-block-cover__background, .wp-block-cover .wp-block-cover__gradient-background, .wp-block-cover-image .wp-block-cover__background, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim:not(.has-background-gradient)::before, .wp-block-cover.has-background-dim:not(.has-background-gradient)::before{ border-radius: 0.5em; } .wp-block-button__link:hover { text-decoration: none !important; color: #3fc9ff !important; } /* 17/05/2024 */ .skip-link { color: #000 !important; } </style> </head> <body class="page-template-default page page-id-2479 wp-custom-logo hiding-page-title"> <div id="page" class="hfeed site"> <a class="skip-link screen-reader-text" href="#content">Saltar para conteúdo</a> <div id="header-section" class="h-on-top no-transparent"> <header id="masthead" class="site-header header-contained is-sticky no-scroll no-t h-on-top" role="banner"> <div class="container"> <div class="site-branding"> <div class="site-brand-inner has-logo-img no-desc"><div class="site-logo-div"><a href="https://rnca.fccn.pt/" class="custom-logo-link no-t-logo" rel="home" itemprop="url"><img width="1520" height="373" src="https://rnca.fccn.pt/wp-content/uploads/2025/02/Logo-servico-computacao-avancada-RNCA.svg" class="custom-logo" alt="Rede Nacional de Computação Avançada" itemprop="logo" srcset="https://rnca.fccn.pt/wp-content/uploads/2025/02/Logo-servico-computacao-avancada-RNCA.svg 2x" decoding="async" /></a></div></div> </div> <div class="header-right-wrapper"> <a href="#0" id="nav-toggle">Menu<span></span></a> <nav id="site-navigation" class="main-navigation" role="navigation"> <ul class="onepress-menu"> <li id="menu-item-71" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-has-children menu-item-71"><a href="https://rnca.fccn.pt/">Sobre</a> <ul class="sub-menu"> <li id="menu-item-473" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-473"><a href="https://rnca.fccn.pt/organizacao/">Organização</a></li> <li id="menu-item-178" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-178"><a href="https://rnca.fccn.pt/parcerias/">Parcerias</a></li> <li id="menu-item-493" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-493"><a href="https://rnca.fccn.pt/estrategia/">Estratégia</a></li> <li id="menu-item-881" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-881"><a href="https://rnca.fccn.pt/documentacao/">Documentos</a></li> <li id="menu-item-117" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-117"><a href="https://rnca.fccn.pt/contactos/">Contatos</a></li> </ul> </li> <li id="menu-item-360" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-360"><a href="https://rnca.fccn.pt/rede/">Rede</a> <ul class="sub-menu"> <li id="menu-item-72" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-72"><a href="https://rnca.fccn.pt/recursos/">Centros Operacionais</a> <ul class="sub-menu"> <li id="menu-item-764" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-764"><a href="https://rnca.fccn.pt/deucalion/">DEUCALION</a></li> <li id="menu-item-762" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-762"><a href="https://rnca.fccn.pt/lca-uc/">LCA-UC</a></li> <li id="menu-item-761" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-761"><a href="https://rnca.fccn.pt/hpc-ue/">HPC-UÉ</a></li> <li id="menu-item-763" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-763"><a href="https://rnca.fccn.pt/incd/">INCD / CNCA</a></li> <li id="menu-item-9257" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9257"><a href="https://rnca.fccn.pt/marenostrum-5/">MareNostrum 5</a></li> </ul> </li> <li id="menu-item-5326" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-5326"><a href="https://rnca.fccn.pt/centros-de-competencias/">Centros de Competência</a> <ul class="sub-menu"> <li id="menu-item-5479" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5479"><a href="https://rnca.fccn.pt/vislabmacc/">VisLab</a></li> <li id="menu-item-5481" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5481"><a href="https://rnca.fccn.pt/cva-ua/">CCVCA-UA</a></li> <li id="menu-item-5478" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5478"><a href="https://rnca.fccn.pt/ccvca-ualg/">CCVCA-UAlg</a></li> <li id="menu-item-5482" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5482"><a href="https://rnca.fccn.pt/3ca-ubi/">3CA-UBI</a></li> <li id="menu-item-5477" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5477"><a href="https://rnca.fccn.pt/ccvca-ist-ul/">CCVCA-IST.UL</a></li> <li id="menu-item-5480" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5480"><a href="https://rnca.fccn.pt/ccvca-utad/">CCVCA-UTAD</a></li> </ul> </li> <li id="menu-item-623" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-623"><a href="https://rnca.fccn.pt/software/">Software</a></li> <li id="menu-item-73" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-73"><a href="https://rnca.fccn.pt/utilizacao/">Utilização</a></li> <li id="menu-item-8286" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8286"><a href="https://rnca.fccn.pt/forum-de-utilizadores/">Fórum de Utilizadores</a></li> </ul> </li> <li id="menu-item-102" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-102"><a href="https://rnca.fccn.pt/acesso/">Acesso</a> <ul class="sub-menu"> <li id="menu-item-776" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-776"><a href="https://rnca.fccn.pt/concursos-id/">Concursos nacionais</a> <ul class="sub-menu"> <li id="menu-item-7970" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7970"><a href="https://rnca.fccn.pt/cpca/">Concurso de Projetos de Computação Avançada</a></li> <li id="menu-item-8428" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8428"><a href="https://rnca.fccn.pt/outros-concursos/">Outros concursos FCT</a></li> </ul> </li> <li id="menu-item-4666" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4666"><a href="https://rnca.fccn.pt/concursos-europeus/">Concursos europeus</a></li> <li id="menu-item-6704" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6704"><a href="https://rnca.fccn.pt/pedido/">Pedido de Acesso</a></li> <li id="menu-item-8884" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-8884"><a href="https://rnca.fccn.pt/acesso/laboratorios/">Laboratórios</a> <ul class="sub-menu"> <li id="menu-item-8894" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8894"><a href="https://rnca.fccn.pt/acesso/laboratorios/hpcvlab/">HPCvLAB</a></li> <li id="menu-item-8901" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8901"><a href="https://rnca.fccn.pt/acesso/laboratorios/aivlab/">AIvLAB</a></li> </ul> </li> </ul> </li> <li id="menu-item-1643" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-ancestor current-menu-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-1643"><a href="https://rnca.fccn.pt/projetos-2/">Projetos</a> <ul class="sub-menu"> <li id="menu-item-766" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-766"><a href="https://rnca.fccn.pt/projetos/">Projetos de Computação Avançada</a></li> <li id="menu-item-2505" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-2479 current_page_item menu-item-2505"><a href="https://rnca.fccn.pt/publicacoes/" aria-current="page">Publicações</a></li> </ul> </li> <li id="menu-item-177" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-177"><a href="https://rnca.fccn.pt/formacao/">Formação</a> <ul class="sub-menu"> <li id="menu-item-2121" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2121"><a href="https://rnca.fccn.pt/notas-tecnicas/">Notas técnicas</a></li> </ul> </li> <li id="menu-item-276" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-276"><a href="https://rnca.fccn.pt/noticias/">Notícias</a> <ul class="sub-menu"> <li id="menu-item-8017" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8017"><a href="https://rnca.fccn.pt/noticias/eventos-rnca/">Eventos RNCA</a></li> </ul> </li> <li id="menu-item-3076" class="weglot-parent-menu-item weglot-lang menu-item-weglot weglot-language pt menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-3076"><a href="#weglot_switcher" title="Português" data-wg-notranslate="true">PT</a> <ul class="sub-menu"> <li id="menu-item-weglot-3076-en" class="weglot-lang menu-item-weglot weglot-language weglot-en menu-item menu-item-type-custom menu-item-object-custom menu-item-weglot-3076-en"><a href="https://rnca.fccn.pt/en/publicacoes/" title="English" data-wg-notranslate="true">EN</a></li> </ul> </li> <li id="menu-item-3599" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3599"><a target="_blank" href="https://www.fccn.pt">by FCCN</a></li> </ul> </nav> </div> </div> </header> </div> <div id="content" class="site-content"> <div id="content-inside" class="container no-sidebar"> <div id="primary" class="content-area"> <main id="main" class="site-main" role="main"> <article id="post-2479" class="post-2479 page type-page status-publish hentry"> <header class="entry-header"> </header> <div class="entry-content"> <div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div> <h2 class="wp-block-heading has-black-color has-text-color"><strong>Publicações associadas a Projetos de Computação Avançada</strong></h2> <div style="height:36px" aria-hidden="true" class="wp-block-spacer"></div> <div class="wp-block-columns has-background is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex" style="background-color:#e4e8f2"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <h3 class="wp-block-heading"><strong>Como referenciar a FCT e RNCA em artigos científicos ou conferências? </strong></h3> <p class="has-black-color has-text-color">Exemplo em inglês: <em>“This work was produced with the support of <Operacional Center> and it was funded by FCT I.P. under the project Advanced Computing Project <reference> <em>and DOI <URL></em>, platform <name>”</em></p> <p class="has-black-color has-text-color">Caso as suas publicações, decorrentes de um projeto de computação avançada da RNCA, não se encontrem listadas nesta página, envie os detalhes para computacao-avancada@fccn.pt.</p> </div> </div> </div> </div> <div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div> <h2 class="wp-block-heading"><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-green-cyan-color">2025</mark></h2> <ul class="wp-block-list"> <li>Bruno Silva, Luiz Guerreiro Lopes, Fábio Mendonça. Multithreaded and GPU-based implementations of a modified particle swarm optimization algorithm with application to solving large-scale systems of nonlinear equations. Electronics 2025, 14(3), 584. <a href="https://doi.org/10.3390/electronics14030584" target="_blank" rel="noreferrer noopener">https://doi.org/10.3390/electronics14030584</a> <strong>(Projetos: 2023.09611.CPCA.A1@INCD e 2024.07086.CPCA.A1@INCD)</strong></li> </ul> <div style="height:34px" aria-hidden="true" class="wp-block-spacer"></div> <h2 class="wp-block-heading"><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-green-cyan-color">2024</mark></h2> <ul class="wp-block-list"> <li>I.F.M. Costa, C.H.J. Franco, D.S. Nesterov, V. André, L.C.J. Pereira, A.M. Kirillov. Alkoxy-bridged Dicopper(II) Cores Meet Tetracyanonickelate Linkers: Structural, Magnetic, and Theoretical Investigation of Cu/Ni Coordination Polymers. J. Phys. Chem. C, 2024, 128, 6053-6064. DOI: <a href="https://doi.org/10.1021/acs.jpcc.3c08112" target="_blank" rel="noreferrer noopener">https://doi.org/10.1021/acs.jpcc.3c08112 </a><strong>(projecto 2022.74087.CPCA.A0@HPC-UÉ)</strong></li> <li>I.F.M. Costa, C.H.J. Franco, D.S. Nesterov, V. André, L.C.J. Pereira, A.M. Kirillov. Exploring the Assembly, Structures, and Magnetism of Cyanometallate-Driven Coordination Polymers. Cryst. Growth Des., 2024, 24, 7466-7476. DOI: <a href="https://doi.org/10.1021/acs.cgd.4c00557" target="_blank" rel="noreferrer noopener">https://doi.org/10.1021/acs.cgd.4c00557</a> <strong>(projecto 2022.74087.CPCA.A0@HPC-UÉ)</strong></li> <li>Bruno Silva, Luiz Guerreiro Lopes, Fábio Mendonça. Parallel GPU-acceleration of metaphor-less optimization algorithms: Application for solving large-scale nonlinear equation systems. Appl. Sci. 2024, 14(12), 5349. <a href="https://doi.org/10.3390/app14125349" target="_blank" rel="noreferrer noopener">https://doi.org/10.3390/app14125349</a> <strong>(Projetos: 2022.57951.CPCA.A0@INCD e 2023.09611.CPCA.A1@INCD)</strong></li> <li>Bruno Nevado, Guy W. Atchison, Edwin L. Bridges, Steve Orzell, Dmitry Filatov, Colin E. Hughes. Pleistocene diversification of unifoliolate-leaved Lupinus (Leguminosae: Papilionoideae) in Florida. 2024. Molecular Ecology, Volume 33, Issue 3. <a href="https://doi.org/10.1111/mec.17232" target="_blank" rel="noreferrer noopener">https://doi.org/10.1111/mec.17232</a> <strong>(Projeto: 2022.15825.CPCA.A2@INCD)</strong></li> <li>Rui M.P. Pereira, Marian C. Istrate, Fábio G. Figueiras, Veniero Lenzi, Bruna M. Silva, Majdi Benamara, Konstantin N. Romanyuk, Corneliu Ghica, Bernardo G. Almeida, Luís Marques, Mario Pereira, José P.B. Silva. Phase transitions in ferroelectric ZrO2 thin films. 2024. Materials Science in Semiconductor Processing. Volume 172. 108102. <a href="https://doi.org/10.1016/j.mssp.2023.108102" target="_blank" rel="noreferrer noopener">https://doi.org/10.1016/j.mssp.2023.108102</a> <strong>(Projeto: CPCA/A1/415075/2022@HPC-UE)</strong></li> <li>R. Nobre, A. Ilic, S. Santander-Jiménez and L. Sousa, IPU-EpiDet: Identifying Gene Interactions on Massively Parallel Graph-Based AI Accelerators, 2024 IEEE International Parallel and Distributed Processing Symposium (IPDPS), San Francisco, CA, USA, 2024 <strong>(Projeto CPCA-IAC/AV/478750/2022)</strong></li> </ul> <div style="height:34px" aria-hidden="true" class="wp-block-spacer"></div> <h2 class="wp-block-heading"><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-green-cyan-color">2023</mark></h2> <ul class="wp-block-list"> <li>Igor A. Rodrigues Lopes, Miguel Vieira de Carvalho, João A. Marques da Silva, Rui P. Cardoso Coelho, Francisco M. Andrade Pires. Second-order homogenisation of crystal plasticity and martensitic transformation. 2023. European Journal of Mechanics – A/Solids. Volume 102. 105104. <a href="https://doi.org/10.1016/j.euromechsol.2023.105104" target="_blank" rel="noreferrer noopener">https://doi.org/10.1016/j.euromechsol.2023.105104</a> <strong>(Projeto:</strong> <strong>CPCA/A1/420917/2021@INCD)</strong></li> <li>Ana Martins, M. G. Scotto, C. H. Weiss, Sónia Gouveia. Space-time integer-valued ARMA modelling for time series of counts. Electronic Journal of Statistics. 2023. 17(2):3472-3511. <a href="10.1214/23-EJS2183" target="_blank" rel="noreferrer noopener">DOI:10.1214/23-EJS2183</a> <strong>(Projeto: CPCA/A1/449427/2021@HPC-UE)</strong></li> <li>Marco Zecchetto, Tomoaki Watanabe, Koji Nagata, Carlos B. da Silva. Turbulent/non-turbulent interfaces in equilibrium and non-equilibrium regions in the absence of mean shear. International Journal of Heat and Fluid Flow. 2023. Volume 103, 109198. <a href="https://doi.org/10.1016/j.ijheatfluidflow.2023.109198" target="_blank" rel="noreferrer noopener">https://doi.org/10.1016/j.ijheatfluidflow.2023.109198</a>. <strong>(Projeto: CPCA/A1/455167/2021@MACC)</strong></li> <li>G. F. Martins, C. Nascimento, and N. Galamba. Mechanistic Insights into Polyphenols’ Aggregation Inhibition of α-Synuclein and Related Peptides. ACS Chem. Neurosci. 2023, 14, 10, 1905–1920. <a href="https://doi.org/10.1021/acschemneuro.3c00162" target="_blank" rel="noreferrer noopener">https://doi.org/10.1021/acschemneuro.3c00162</a>. <strong>(Projeto: CPCA/A1/470255/2021@MACC)</strong></li> <li>Pedro R. Figueiredo , Ricardo D. González , and Alexandra T. P. Carvalho. Insights into the Degradation of Polymer–Drug Conjugates by an Overexpressed Enzyme in Cancer Cells. <em>Med. Chem.</em> 2023, 66, 4, 2761–2772 <a href="https://doi.org/10.1021/acs.jmedchem.2c01781">https://doi.org/10.1021/acs.jmedchem.2c01781</a> <strong>(Projeto: CPCA/A2/4568/2020@INCD)</strong></li> <li>Bendall, E. E., Bagley, R. K., Sousa, V. C., & Linnen, C. R. (2022). Faster-haplodiploid evolution under divergence-with-gene-flow: Simulations and empirical data from pine-feeding hymenopterans. Molecular Ecology, 31, 2348- 2366. <a href="https://doi.org/10.1111/mec.16410" target="_blank" rel="noreferrer noopener">https://doi.org/10.1111/mec.16410</a> <strong>(Projeto: 2021.09795.CPCA.A2@INCD)</strong></li> <li>Carvalho, J., Morales, H. E., Faria, R., Butlin, R. K., & Sousa, V. C. (2023). Integrating Pool-seq uncertainties into demographic inference. Molecular Ecology Resources, 00, 1-19. <a href="https://doi.org/10.1111/1755-0998.13834" target="_blank" rel="noreferrer noopener">https://doi.org/10.1111/1755-0998.13834</a> <strong>(Projeto: 2021.09795.CPCA.A2@INCD)</strong></li> <li>Carvalho, J., Faria, R., Butlin, R. K., & Sousa, V. C. (2023). poolHelper: An R package to help in designing Pool-Seq studies. Methods in Ecology and Evolution, 00, 1- 8. <a href="https://doi.org/10.1111/2041-210X.14185" target="_blank" rel="noreferrer noopener">https://doi.org/10.1111/2041-210X.14185</a> <strong>(Projeto: 2021.09795.CPCA.A2@INCD)</strong></li> <li>Carneiro J, Pascoal F, Semedo M, Pratas D, Tomasino MP, Rego A, Carvalho MF, Mucha AP, Magalhães C. Mapping human pathogens in wastewater using a metatranscriptomic approach. Environ Res. 2023 Aug 15;231(Pt 1):116040. doi: 10.1016/j.envres.2023.116040 <strong>(Projeto: 2021.09782.CPCA.A2@INCD)</strong></li> <li>D. Gomes, V. P. Markevich, A. R. Peaker, J. Coutinho, “Dynamics of Hydrogen in Silicon at Finite Temperatures from First Principles”, invited paper for the occasion of the 60th anniversary of Physica Status Solidi, Physica Status Solidi B 259, 2100670 (2022); <a href="10.1002/pssb.202100670" target="_blank" rel="noreferrer noopener">doi:10.1002/pssb.202100670</a> <strong>(Projeto: 2021.09643.CPCA.A2@HPC-UE)</strong></li> <li>T. O. Abdul Fattah, V. P. Markevich, J. A. De Guzman, J. Coutinho, N. V. Abrosimov, J. Binns, I. Crowe, M. P. Halsall, A. R. Peaker, “Deep-level defects in Ga-doped silicon crystals”, AIP Conference Proceedings 2826, 110001 (2023), SiliconPV-2022 conference, (March, Konstanz, Germany, 2022); <a href="doi:10.1063/5.0140826">doi:10.1063/5.0140826</a> <strong>(Projeto: 2021.09643.CPCA.A2@HPC-UE)</strong></li> <li>T. O. Abdul Fattah, V. P. Markevich, J. A. T. De Guzman, J. Coutinho, S. B. Lastovskii, I. D. Hawkins, I. F. Crowe, M. P. Halsall, A. R. Peaker, “Interactions of Hydrogen Atoms with Acceptor-Dioxygen Complexes in Czochralski-Grown Silicon”, Physica Status Solidi A 219, 2200176 (2022); <a href="10.1002/pssa.202200176" target="_blank" rel="noreferrer noopener">doi:10.1002/pssa.202200176</a> <strong>(Projeto: 2021.09643.CPCA.A2@HPC-UE)</strong></li> <li>J. Coutinho, D. Gomes, V. J. B. Torres, T. O. Abdul Fattah, V. P. Markevich, and A. R. Peaker, “Theory of reactions between hydrogen and group-III acceptors in silicon”, Physical Review B 108, 014111 (2023); <a href="10.1103/PhysRevB.108.014111" target="_blank" rel="noreferrer noopener">doi:10.1103/PhysRevB.108.014111</a> <strong>(Projeto: 2021.09643.CPCA.A2@HPC-UE)</strong></li> <li>Jeyabalan S.R. et al “Nonlinear large-scale perturbations of a steady thermal convective dynamo regimes in a plane layer of electrically conducting fluid rotating about the vertical axis”. Mathematics, Vol. 10, Iss. 16, 2957, 2022. Special issue “Numerical Analysis and Scientific Computing II”, section “Computational and Applied Mathematics”. <a href="10.3390/math10162957" target="_blank" rel="noreferrer noopener">DOI:10.3390/math10162957</a> <strong>(Projeto: 2021.09815.CPCA.A2@HPC-UE)</strong></li> <li>R. Chertovskih et al. “”Optimal control of nonlocal continuity equations: numerical solution”. Applied Mathematics & Optimization, Vol. 88, article no. 86, 2023. <a href="10.1007/s00245-023-10062-w" target="_blank" rel="noreferrer noopener">DOI:10.1007/s00245-023-10062-w</a> <strong>(Projeto: 2021.09815.CPCA.A2@HPC-UE)</strong></li> <li>R. Chertovskih et al. “Optimal control of distributed ensembles with application to Bloch equations”. IEEE Control Systems Letters, Vol. 7, pp. 2059-2064, 2023. <a href="10.1109/LCSYS.2023.3284205" target="_blank" rel="noreferrer noopener">DOI:10.1109/LCSYS.2023.3284205</a> <strong>(Projeto: 2021.09815.CPCA.A2@HPC-UE)</strong></li> <li>Moreno, M. J.; Filipe, H. A. L.; Cunha, S. V. P.; Ramos, C. V.; Martins, P. A. T.; Abel, B.; Loura, L. M. S.; Ambudkar, S. V., Interaction of a Homologous Series of Amphiphiles with P-glycoprotein in a Membrane Environment – Contributions of Polar and Non-Polar Interactions. Pharmaceutics 2023, 15 (1), 174. <a href="https://doi.org/10.3390/pharmaceutics15010174" target="_blank" rel="noreferrer noopener">https://doi.org/10.3390/pharmaceutics15010174</a> <strong>(Projeto: 2021.09741.CPCA.A2@LCA-UC)</strong></li> <li>Oliveira, A. C.; Filipe, H. A. L.; Loura, L. M. S., Fluorescent Probes cis- and trans-Parinaric Acids in Fluid and Gel Lipid Bilayers: A Molecular Dynamics Study. Molecules 2023, 28 (5), 2241.<a href="https://doi.org/10.3390/molecules28052241" target="_blank" rel="noreferrer noopener"> https://doi.org/10.3390/molecules28052241</a> <strong>(Projeto: 2021.09741.CPCA.A2@LCA-UC)</strong></li> <li>Filipe, H. A. L.; Loura, L. M. S.; Moreno, M. J., Permeation of a Homologous Series of NBD-Labeled Fatty Amines through Lipid Bilayers: A Molecular Dynamics Study. Membranes 2023, 13 (6), 551. <a href="https://doi.org/10.3390/membranes13060551">https://doi.org/10.3390/membranes13060551</a> <strong>(Projeto: 2021.09741.CPCA.A2@LCA-UC)</strong></li> <li>Filipe, H. A. L.; Moreira, A. F.; Miguel, S. P.; Ribeiro, M. P.; Coutinho, P., Interaction of Near-Infrared (NIR)-Light Responsive Probes with Lipid Membranes: A Combined Simulation and Experimental Study. Pharmaceutics 2023, 15 (7), 1853. <a href="https://doi.org/10.3390/pharmaceutics15071853" target="_blank" rel="noreferrer noopener">https://doi.org/10.3390/pharmaceutics15071853</a> <strong>(Projeto: 2021.09741.CPCA.A2@LCA-UC)</strong></li> <li>Cordeiro, M. M.; Filipe, H. A. L.; Santos, P. d.; Samelo, J.; Ramalho, J. P. P.; Loura, L. M. S.; Moreno, M. J., Interaction of Hoechst 33342 with Lipid Membranes at Different pH Values. In Preprints.org, Preprints.org: 2023. <a href="https://www.preprints.org/manuscript/202307.0218/v1" target="_blank" rel="noreferrer noopener">https://www.preprints.org/manuscript/202307.0218/v1</a> <strong>(Projeto: 2021.09741.CPCA.A2@LCA-UC)</strong></li> <li>Silva, T. F. D. , Visca, H., Klumpp, C., Andreev, O. A., Reshetnyak, Y. K., Machuqueiro, M. The Role of Arginine Residues in membrane interactions of pHLIP peptides. 2023. J. Chem. Inf. Model., 63, 14, 4433. <a href="https://doi.org/10.1021/acs.jcim.3c00360" target="_blank" rel="noreferrer noopener">https://doi.org/10.1021/acs.jcim.3c00360</a> <strong>(Projeto: 2021.09635.CPCA.A2@LCA-UC)</strong></li> <li>M. Graça, D. Marques, S. Santander-Jiménez, L. Sousa and A. Ilic, Interpreting High Order Epistasis Using Sparse Transformers. 2023. IEEE/ACM Conference on Connected Health: Applications, Systems and Engineering Technologies (CHASE), Orlando, FL, USA, 2023, pp. 114-125. <a href="https://ieeexplore.ieee.org/document/10183767" target="_blank" rel="noreferrer noopener">https://doi.org/10.1145/3580252.3586982</a> <strong>(Projeto: CPCA-IAC/AV/478750/2022@GCP)</strong></li> <li>Marques da Silva, J. A., Vieira de Carvalho, M., Cardoso Coelho, R. P., Rodrigues Lopes, I. A., & Andrade Pires, F. M. On the representativeness of polycrystalline models with transformation induced plasticity. Finite Elements in Analysis and Design, 2023. 215, 103875. <a href="https://doi.org/10.1016/j.finel.2022.103875" target="_blank" rel="noreferrer noopener">https://doi.org/10.1016/j.finel.2022.103875 </a><strong>(Projeto: CPCA/A1/420917/2021@INCD)</strong></li> <li>Silva JPB, Istrate MC, Hellenbrand M, Jan A., Becker MT, Symonowicz J., Figueiras FG, Lenzi V., Hill MO, Ghica C, Romanyuk KN, Gomes MJM, Di Martino G., Marques L., MacManus-Driscoll JL. Ferroelectricity and negative piezoelectric coefficient in orthorhombic phase pure ZrO2 thin films. Applied Materials Today. Volume 30, 101708, 2023. <a rel="noreferrer noopener" href="https://doi.org/10.1016/j.apmt.2022.101708" target="_blank">https://doi.org/10.1016/j.apmt.2022.101708</a> <strong>(Projetos: CPCA/A2/5649/2020@HPC-UÉ e CPCA/A2/4628/2020@MACC)</strong></li> </ul> <div class="wp-block-image is-resized"> <figure class="aligncenter size-full"><img decoding="async" width="200" height="200" src="https://rnca.fccn.pt/wp-content/uploads/2022/12/image.png" alt="" class="wp-image-6324" srcset="https://rnca.fccn.pt/wp-content/uploads/2022/12/image.png 200w, https://rnca.fccn.pt/wp-content/uploads/2022/12/image-150x150.png 150w" sizes="(max-width: 200px) 100vw, 200px" /><figcaption class="wp-element-caption"><em>in Silva JPB et al. 202</em>3</figcaption></figure></div> <div style="height:66px" aria-hidden="true" class="wp-block-spacer"></div> <h2 class="wp-block-heading"><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-green-cyan-color">2022</mark></h2> <ul class="wp-block-list"> <li>J.P.B. Silva, K.C. Sekhar, R.F. Negrea, C. Ghica, D. Dastan, M.J.M. Gomes. Ferroelectric properties of ZrO2 films deposited on ITO-coated glass 2022. Ceramics International. Volume 48, Issue 5. <a href="https://doi.org/10.1016/j.ceramint.2021.11.152">https://doi.org/10.1016/j.ceramint.2021.11.152</a> <strong>(Projeto: CPCA/A2/5649/2020@HPC-UE)</strong></li> <li>Pina AF, Sousa SF, Azevedo L, Carneiro J. Non-B DNA conformations analysis through molecular dynamics simulations. Biochim Biophys Acta Gen Subj. 2022 Dec;1866(12):130252. doi: 10.1016/j.bbagen.2022.130252 <strong>(Projeto: 2021.09782.CPCA.A2@INCD)</strong></li> <li>Boudjouan, F.; Zeghbib, W.; Carneiro, J.; Silva, R.; Morais, J.; Vasconcelos, V.; Lopes, G. Comparison Study on Wild and Cultivated Opuntia sp.: Chemical, Taxonomic, and Antioxidant Evaluations. Agriculture 2022, 12, 1755. <a href="https://doi.org/10.3390/agriculture12111755" target="_blank" rel="noreferrer noopener">https://doi.org/10.3390/agriculture12111755</a> <strong>(Projeto: 2021.09782.CPCA.A2@INCD)</strong></li> <li>Lenzi V., Silva JBP, Šmíd B, Matolín V., Istrate CM, Ghica C, MacManus-Driscoll JL, Marques L. Ferroelectricity induced by oxygen vacancies in rhombohedral ZrO2 thin films. Energy & Environmental Materials. 2022.<a href="https://onlinelibrary.wiley.com/doi/10.1002/eem2.12500" target="_blank" rel="noreferrer noopener"> https://doi.org/10.1002/eem2.12500</a> <strong>(Projeto: CPCA/A1/415075/2021@HPCUE)</strong></li> <li>Moreno M, Vilaça R and Ferreira PG. Scalable Transcriptomics Analysis with Dask: Applications in Data Science and Machine Learning. BMC Bioinformatics. 23:514. 2022. <a href="https://doi.org/10.1186/s12859-022-05065-3" target="_blank" rel="noreferrer noopener">https://doi.org/10.1186/s12859-022-05065-3</a> <strong>(Projeto: CPCA/A2/2640/2020<strong>@MACC</strong></strong></li> <li>Santos JM, Thomaz LA, Assuncao PAA, da Silva Cruz JA, Távora LMN, Faria SMM, Hierarchical lossless coding of light fields with improved random access, Signal Processing: Image Communication, Volume 105, 2022, 116687, ISSN 0923-5965, <a href="https://doi.org/10.1016/j.image.2022.116687" target="_blank" rel="noreferrer noopener">https://doi.org/10.1016/j.image.2022.116687</a> <strong>(Projeto: CPCA_A00_6782_2020<strong>@MACC</strong>)</strong></li> <li>Luís, J.P.; Mata, A.I.; Simões,C.J.V.; Brito, R.M.M. Conformational Dynamics of the Soluble and Membrane-Bound Forms of Interleukin-1 Receptor Type-1: Insights into Linker Flexibility and Domain Orientation. Int. J. Mol. Sci. 2022, 23, 2599. <a rel="noreferrer noopener" href="https://doi.org/10.3390/ijms23052599" target="_blank">https://doi.org/10.3390/ijms23052599</a><strong> (Projeto: CPCA/A0/7316/2020@MACC)</strong></li> <li>Zhan, G., Cai, ZF., Strutyński, K. <em>et al.</em> Observing polymerization in 2D dynamic covalent polymers. <em>Nature</em> 603<strong>, </strong>835–840 (2022). <a href="https://doi.org/10.1038/s41586-022-04409-6" target="_blank" rel="noreferrer noopener">https://doi.org/10.1038/s41586-022-04409-6</a> <strong>Projeto CPCA/A2/2524/2020@MACC</strong></li> </ul> <div class="wp-block-image is-resized"> <figure class="aligncenter"><img decoding="async" src="https://media.springernature.com/lw685/springer-static/image/art%3A10.1038%2Fs41586-022-04409-6/MediaObjects/41586_2022_4409_Fig2_HTML.png" alt="figure 2"/><figcaption class="wp-element-caption"><em>in Zhan et al. 2022</em></figcaption></figure></div> <ul class="wp-block-list"> <li>Martins, N.M.C.; Covas, D.I.C. Induced Circulation by Plunging and Submerged Jets in Circular Water Storage Tanks Using CFD. Water 2022, 14, 1277. <a href="https://doi.org/10.3390/w14081277" target="_blank" rel="noreferrer noopener">https://doi.org/10.3390/w14081277</a> <strong>Projeto CPCA/A2/2568/2020@MACC</strong></li> <li>Rajeev K. Dubey, M. Melle-Franco, and A. Mateo-Alonso. Inducing Single-Handed Helicity in a Twisted Molecular Nanoribbon. Journal of the American Chemical Society. 2022.<em>144</em> (6), 2765-2774. <a href="https://pubs.acs.org/doi/10.1021/jacs.1c12385" data-type="URL" data-id="https://pubs.acs.org/doi/10.1021/jacs.1c12385" target="_blank" rel="noreferrer noopener">DOI: 10.1021/jacs.1c12385</a> <strong>Projeto CPCA/A2/2524/2020@MACC</strong></li> <li>Faroughi, S.A.; Roriz, A.I.;Fernandes, C. A Meta-Model toPredict the Drag Coefficient of a Particle Translating in Viscoelastic Fluids: A Machine Learning Approach. Polymers 2022, 14, 430. <a href="https://doi.org/10.3390/polym14030430" target="_blank" rel="noreferrer noopener">https://doi.org/10.3390/polym14030430</a><strong> Projeto CPCA/A2/6052/2020@MACC</strong></li> <li>Fernandes, C., Faroughi, S.A., Ribeiro, R. <em>et al.</em> Finite volume simulations of particle-laden viscoelastic fluid flows: application to hydraulic fracture processes. <em>Engineering with Computers</em> (2022). <a href="https://doi.org/10.1007/s00366-022-01626-5" target="_blank" rel="noreferrer noopener">https://doi.org/10.1007/s00366-022-01626-5</a> <strong>(Projeto: CPCA/A2/6052/2020@MACC</strong></li> <li>Pina A. F., Sousa S. F., Cerqueira N. M. F. S. A., <em>ChemBioChem</em> 2022, <em>23</em>, e202100555. <a href="https://doi.org/10.1002/cbic.202100555" target="_blank" rel="noreferrer noopener">https://doi.org/10.1002/cbic.202100555</a> <strong>@INCD</strong></li> <li>Fernandes, H.S., Sousa, S.F. & Cerqueira, N.M.F.S.A. New insights into the catalytic mechanism of the SARS-CoV-2 main protease: an ONIOM QM/MM approach. <em>Mol Divers</em> 26,<strong> </strong>1373–1381 (2022). <a href="https://doi.org/10.1007/s11030-021-10259-7" target="_blank" rel="noreferrer noopener">https://doi.org/10.1007/s11030-021-10259-7</a> <strong>Projetos CPCA/A00/7140/2020 e CPCA/A00/7145/2020@INCD</strong></li> <li>Bonilla, C., Hernández, A.E.C., Gonçalves, J. <em>et al.</em> Collider signatures of vector-like fermions from a flavor symmetric model. <em>J. High Energ. Phys.</em><strong> </strong>2022, 154. <a href="https://doi.org/10.1007/JHEP01(2022)154" target="_blank" rel="noreferrer noopener">https://doi.org/10.1007/JHEP01(2022)154</a> <strong>Projeto CPCA/A00/7395/2020@INCD</strong></li> <li>Gadelho, J., Guedes Soares, C., Barajas, G., & Lara, J. L. CFD analysis of the PTO damping on the performance of an onshore dual chamber OWC. 2022. n C. Guedes Soares & T. A. Santos, Trends in Maritime Technology and Engineering Volume 2 (1st ed., pp. 381-389). CRC Press. <a href="https://doi.org/10.1201/9781003320289-40">https://doi.org/10.1201/9781003320289-40</a> <strong>(Projeto: CPCA/A1/407670/2021@INCD)</strong></li> <li>Gadelho, J., & Guedes Soares, C.,. Pneumatic performance improvement of an onshore dual chamber OWC using a CFD model. 2022. In Trends in Renewable Energies Offshore (Guedes Soares C., (Ed.). <a rel="noreferrer noopener" href="https://doi.org/10.1201/9781003360773-36" target="_blank">https://doi.org/10.1201/9781003360773-36</a><strong> </strong><strong>(Projeto: CPCA/A1/407670/2021@INCD)</strong></li> <li>Rosa A, Cardoso C, Vieira R, Faria R, Oliveira AR, Navarro G and Caldeira RMA (2022) Impact of Flash Flood Events on the Coastal Waters Around Madeira Island: The “Land Mass Effect”. Front. Mar. Sci. 8:749638. <a href="https://www.frontiersin.org/articles/10.3389/fmars.2021.749638/full" data-type="URL" data-id="https://www.frontiersin.org/articles/10.3389/fmars.2021.749638/full" target="_blank" rel="noreferrer noopener">doi: 10.3389/fmars.2021.749638</a> <strong>@INCD</strong></li> </ul> <div class="wp-block-image is-resized"> <figure class="aligncenter"><img decoding="async" src="https://www.frontiersin.org/files/Articles/749638/fmars-08-749638-HTML/image_m/fmars-08-749638-g004.jpg" alt="www.frontiersin.org"/><figcaption class="wp-element-caption">in Rosa et. al 2022</figcaption></figure></div> <ul class="wp-block-list"> <li>Couto C, Tong Q, Gernay T, Predicting the capacity of thin-walled beams at elevated temperature with machine learning, Fire Safety Journal, Volume 130, 2022, 103596, ISSN 0379-7112, <a rel="noreferrer noopener" href="https://doi.org/10.1016/j.firesaf.2022.103596" target="_blank">https://doi.org/10.1016/j.firesaf.2022.103596</a> <strong>(Projeto: CPCA/A1/6717/2020<strong>@LCAUC</strong></strong>)</li> <li>Couto C, Neural network models for the critical bending moment of uniform and tapered beams,Structures,Volume 41,2022,Pages 1746-1762,ISSN 2352-0124, <a href="https://doi.org/10.1016/j.istruc.2022.05.096">https://doi.org/10.1016/j.istruc.2022.05.096</a><strong> (Projeto: CPCA/A1/6717/2020<strong>@LCAUC</strong>)</strong></li> <li>Riaño A., K. Strutyński, M. Liu, C. T. Stoppiello, B. Lerma-Berlanga, A. Saeki, C. Martí-Gastaldo, A. N. Khlobystov, G. Valenti, F. Paolucci, M. Melle-Franco, A. Mateo-Alonso, An Expanded 2D Fused Aromatic Network with 90-Ring Hexagons. 2022. <em>Angew. Chem. Int. Ed.</em> <em>61</em>, e202113657. <a rel="noreferrer noopener" href="https://doi.org/10.1002/anie.202113657" target="_blank">https://doi.org/10.1002/anie.202113657</a> <strong>(Projeto: CPCA/A2/2524/2020@LCAUC)</strong></li> </ul> <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> <h2 class="wp-block-heading"><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-green-cyan-color">2021</mark></h2> <ul class="wp-block-list"> <li>Pedro R. Figueiredo, Ricardo D. González, Alexandra T.P. Carvalho. Human Carboxylesterase 2 in Cocaine Metabolism. Molecular Catalysis. 2021. Volume 515, 111938. <a href="https://doi.org/10.1016/j.mcat.2021.111938" target="_blank" rel="noreferrer noopener">https://doi.org/10.1016/j.mcat.2021.111938</a>. <strong>(Projeto: CPCA/A2/4568/2020@MACC)</strong></li> <li>Lenzi V, Cavaleiro A, Fernandes F, Marques L, Diffusion of silver in Titanium Nitride: Insights from density functional theory and molecular dynamics, Applied Surface Science, 556:149738, 2021, <a href="https://doi.org/10.1016/j.apsusc.2021.149738" target="_blank" rel="noreferrer noopener">https://doi.org/10.1016/j.apsusc.2021.149738</a> <strong>(Projeto: CPCA_A2_5649_2020@HPCUE)</strong></li> <li>Coutinho J, Gouveia JD, Makino T, Ohshima T, Pastuović Ž., Bakrač L., Brodar T., and Capan I.. M center in 4H-SiC is a carbon self-interstitia.l. Phys. Rev. B 103, L180102. 2021. <a rel="noreferrer noopener" href="https://journals.aps.org/prb/abstract/10.1103/PhysRevB.103.L180102" target="_blank">https://doi.org/10.1103/PhysRevB.103.L180102</a> <a rel="noreferrer noopener" href="https://doi.org/10.1016/j.apsusc.2021.149738" target="_blank">021.149738</a> <strong> (Projeto: CPCA_A0_7277_2020@HPCUE)</strong></li> </ul> <div class="wp-block-image is-resized"> <figure class="aligncenter size-full"><img decoding="async" width="500" height="164" src="https://rnca.fccn.pt/wp-content/uploads/2022/03/image-publication.png" alt="" class="wp-image-3378" srcset="https://rnca.fccn.pt/wp-content/uploads/2022/03/image-publication.png 500w, https://rnca.fccn.pt/wp-content/uploads/2022/03/image-publication-300x98.png 300w" sizes="(max-width: 500px) 100vw, 500px" /><figcaption class="wp-element-caption">in J. Coutinho et. al, 2021</figcaption></figure></div> <ul class="wp-block-list"> <li>Apolinário, L., Castro, N.F., Romão, M.C. <em>et al.</em> Deep Learning for the classification of quenched jets. <em>J. High Energ. Phys.</em> 2021<strong>, </strong>219 (2021). <a href="https://doi.org/10.1007/JHEP11(2021)219" target="_blank" rel="noreferrer noopener">https://doi.org/10.1007/JHEP11(2021)219</a> <strong>@HPCUE</strong></li> <li>Crispim Romão, M., Castro, N.F. & Pedro, R. Finding new physics without learning about it: anomaly detection as a tool for searches at colliders. <em>Eur. Phys. J. C</em><strong> </strong>81<strong>, </strong>27 (2021). <a href="https://doi.org/10.1140/epjc/s10052-020-08807-w" target="_blank" rel="noreferrer noopener">https://doi.org/10.1140/epjc/s10052-020-08807-w</a> <strong>@HPCUE</strong></li> <li>Almeida B.C.,Kaczmarek J.A, Figueiredo P.R., Prather KLJ and Carvalho ATP. Transcription factor allosteric regulation through substrate coordination to zinc, NAR Genomics and Bioinformatics 2021, 3 (2), <a rel="noreferrer noopener" href="https://doi.org/10.1093/nargab/lqab033" target="_blank">https://doi.org/10.1093/nargab/lqab033</a> <strong>(Projeto: CPCA_A2_4568_2020@MACC)</strong></li> <li>Fakhari A., Tukovic Z., Carneiro O.S., and Fernandes C. An Effective Interface Tracking Method for Simulating the Extrudate Swell Phenomenon. Polymers. Apr; 13(8): 1305. 2021. <a href="https://doi.org/10.3390/polym13081305" target="_blank" rel="noreferrer noopener">https://doi.org/10.3390/polym13081305</a> <strong>(Projeto: CPCA_A00_6057_2020 <strong>@MAC</strong></strong>C<strong>)</strong></li> <li>Cruz F. and Mota J.,Structure and thermodynamics of empty clathrate hydrates below the freezing point of water. Phys Chem Chem Phys. 23(30):16033-16043. 2021. <a href="https://doi.org/10.1039/d1cp00893e" target="_blank" rel="noreferrer noopener">https://doi.org/10.1039/d1cp00893e</a> <strong>(Projeto: CPCA_A2_2613_2020<strong>@MACC</strong>)</strong></li> <li>Fernandes C., Faroughi S. A., Ribeiro R., Isabel A., Mckinley G., (2021). Finite Volume Simulations of Particle-laden Viscoelastic Fluid Flows: Application To Hydraulic Fracture Processes. <a href="https://www.sciencegate.app/document/10.21203/rs.3.rs-1009381/v1" data-type="URL" data-id="https://www.sciencegate.app/document/10.21203/rs.3.rs-1009381/v1" target="_blank" rel="noreferrer noopener">10.21203/rs.3.rs-1009381/v1</a> <strong>(Projeto: CPCA_A2_6052_2020<strong>@MACC</strong>)</strong></li> <li>Gernot Eichmann, J. M. Pawlowski, and J. M. Silva. Mass generation in Landau-gauge Yang-Mills theory. 2021. Phys. Rev. D 104, 114016. <a href="https://doi.org/10.1103/PhysRevD.104.114016" target="_blank" rel="noreferrer noopener">https://doi.org/10.1103/PhysRevD.104.114016</a> <strong>(Projeto: CPCA_A0_7291_2020<strong>@MACC</strong>)</strong></li> <li>Fernandes, I.S., de Brito, M.S.e.C.A., Manrique, Y.A., Dias, M.M., Lopes, J.C.B. and Santos, R.J. (2021), Computational Fluid Dynamics Model of Two-Phase Flow in NETmix Reactors. Chem. Eng. Technol., 44: 2002-2010. <a href="https://doi.org/10.1002/ceat.202100245" target="_blank" rel="noreferrer noopener">https://doi.org/10.1002/ceat.202100245</a> <strong>(Projeto: CPCA_A0_7324_2020<strong>@MACC</strong>)</strong></li> <li>Matos J, Santos RJ, Dias MM andLopes JCB (2021) Mixing in the NETmix Reactor. Front. Chem. Eng. 3:771476. <a href="https://www.frontiersin.org/articles/10.3389/fceng.2021.771476/full" data-type="URL" data-id="https://www.frontiersin.org/articles/10.3389/fceng.2021.771476/full" target="_blank" rel="noreferrer noopener">doi: 10.3389/fceng.2021.771476</a> <strong>(Projeto: CPCA_A0_7324_2020<strong>@MACC</strong>)</strong></li> <li>Castellanos P., Brito A. C., Chainho P., Quintella B.R., da Costa L., França S., Cabral H., Costa J. L., CoastNet Dataset From Mondego, Tejo and Mira Estuaries: Multiparametric Measurements During 2020. 2021. Frontiers in Marine Science. Volume 8. DOI=10.3389/fmars.2021.707089<strong> (Projeto: CPCA_A2_7255_2020@INCD)</strong></li> <li>Cereja, R., V. Brotas, J.P.C. Cruz, M. Rodrigues & A.C. Brito. Tidal and physicochemical effects on phytoplankton community variability at Tagus estuary (Portugal). Frontiers in Marine Science, 8: 675699. 2021.<a href="https://doi.org/10.3389/fmars.2021.675699" target="_blank" rel="noreferrer noopener">https://doi.org/10.3389/fmars.2021.675699</a> <strong>(Projeto: CPCA_A2_7255_2020<strong>@INCD</strong>)</strong></li> <li>França, S., V.F. Fonseca, S.E. Tanner, R.P. Vasconcelos, P. Reis-Santos, A. Maia, M. Ruano, I. Cardoso, S. Henriques, M.P. Pais, P. Brandão, A.C. Brito, P. Castellanos, P. Chainho, B. Quintella, L. Costa, M.J. Costa, J.L. Costa & H.N. Cabral. Historical data in the CoastNet Geoportal: documenting fish assemblages in Portuguese estuaries. Frontiers in Marine Science, 8: 685294. 2021. <a href="https://doi.org/10.3389/fmars.2021.685294" target="_blank" rel="noreferrer noopener">https://doi.org/10.3389/fmars.2021.685294</a> <strong>(Projeto: CPCA_A2_7255_2020<strong>@INCD</strong>)</strong></li> <li>Bonilla C.,Carcamo Hernandez AE, Goncalves J, Freitas FF, Morais AP and Pasechnik R. Collider signatures of vector-like fermions from a flavor symmetric 2HDM. 2021. <a href="https://arxiv.org/pdf/2107.14165.pdf" data-type="URL" data-id="https://arxiv.org/pdf/2107.14165.pdf" target="_blank" rel="noreferrer noopener">URL</a> <strong>@INCD</strong></li> <li>D. Quelhas, J. Carneiro, M. Lopes-Marques, J. Jaeken, E. Martins, J.F. Rocha, S.S. Teixeira Carla, C.R. Ferreira, S.F. Sousa, L. Azevedo, Assessing the effects of PMM2 variants on protein stability, Molecular Genetics and Metabolism, Volume 134, Issue 4, 2021, Pages 344-352, ISSN 1096-7192, <a href="https://doi.org/10.1016/j.ymgme.2021.11.002" target="_blank" rel="noreferrer noopener">https://doi.org/10.1016/j.ymgme.2021.11.002</a> <strong>@INCD</strong></li> <li>Serrano, C., Teixeira, C.S.S., Cooper, D.N. <em>et al.</em> Compensatory epistasis explored by molecular dynamics simulations. <em>Hum Genet</em> 140, 1329–1342 (2021). <a href="https://doi.org/10.1007/s00439-021-02307-x" target="_blank" rel="noreferrer noopener">https://doi.org/10.1007/s00439-021-02307-x</a><strong> Projetos CPCA/A00/7140/2020 e <strong>CPCA/A00/7145/2020</strong>@INCD</strong></li> <li>Vieira, T.F.; Martins, F.G.; Moreira, J.P.; Barbosa, T.; Sousa, S.F. In Silico Identification of Possible Inhibitors for Protein Kinase B (PknB) of Mycobacterium tuberculosis. Molecules 2021, 26, 6162. <a href="https://doi.org/10.3390/molecules26206162" target="_blank" rel="noreferrer noopener">https://doi.org/10.3390/molecules26206162</a> <strong>Projetos CPCA/A00/7140/2020 e <strong>CPCA/A00/7145/2020</strong>@INCD</strong></li> <li>Santos-Pereira C,Rocha J. F., Fernandes H. S., Rodrigues L. R., Côrte-Real M., Sousa S. F., The milk-derived lactoferrin inhibits V-ATPase activity by targeting its V1 domain, International Journal of Biological Macromolecules, Volume 186, 2021, Pages 54-70, ISSN 0141-8130, <a href="https://doi.org/10.1016/j.ijbiomac.2021.06.200" target="_blank" rel="noreferrer noopener">https://doi.org/10.1016/j.ijbiomac.2021.06.200</a> <strong>@INCD</strong></li> <li>Martins, F.G.; Melo, A.; Sousa, S.F. Identification of New Potential Inhibitors of Quorum Sensing through a Specialized Multi-Level Computational Approach. Molecules 2021, 26, 2600. <a href="https://doi.org/10.3390/molecules26092600" target="_blank" rel="noreferrer noopener">https://doi.org/10.3390/molecules26092600</a><strong> Projetos CPCA/A00/7140/2020 e <strong>CPCA/A00/7145/2020</strong>@INCD</strong></li> <li>Teixeira MAL, Nygren A, Ravara A, Vieira PE, Hernández JC, Costa FO (2021) The small polychaete Platynereis dumerilii revealed as a large species complex with fourteen MOTUs in European marine habitats. ARPHA Conference Abstracts 4: e64937. <a href="https://doi.org/10.3897/aca.4.e64937" target="_blank" rel="noreferrer noopener">https://doi.org/10.3897/aca.4.e64937</a> <strong>(Projeto: CPCA_A1_7359_2020<strong>@INCD</strong>)</strong></li> <li>Parracho J. O., Thomaz L. A., Távora L. M. N., . Assunção P. A. A and S Faria . M. M., “Cross-modality Lossless Compression of PET-CT Images,” <em>2021 Telecoms Conference (ConfTELE)</em>, 2021, pp. 1-6, <a href="https://ieeexplore.ieee.org/document/9435467" data-type="URL" data-id="https://ieeexplore.ieee.org/document/9435467" target="_blank" rel="noreferrer noopener">doi: 10.1109/ConfTELE50222.2021.9435467</a> <strong>(Projeto: CPCA_A2_6986_2020<strong>@INCD</strong>)</strong></li> </ul> <div style="height:102px" aria-hidden="true" class="wp-block-spacer"></div> <h2 class="wp-block-heading has-text-align-center"><strong>Outras publicações </strong></h2> <div style="height:17px" aria-hidden="true" class="wp-block-spacer"></div> <h2 class="wp-block-heading"><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-green-cyan-color">2020</mark></h2> <ul class="wp-block-list"> <li>Pedro J., Ramôa B., Nóbrega J. M., and Fernandes C., Verification and validation of openinjmoldsim, an open-source solver to model the filling stage of thermoplastic injection molding, Fluids, vol. 5, iss. 2, p. 84. 2020. <a rel="noreferrer noopener" href="https://doi.org/10.3390/fluids5020084" target="_blank">https://doi.org/10.3390/fluids5020084</a> <strong>Projeto@MACC</strong></li> </ul> <div class="wp-block-image is-resized"> <figure class="aligncenter"><img decoding="async" src="https://www.mdpi.com/fluids/fluids-05-00084/article_deploy/html/images/fluids-05-00084-g010-550.jpg" alt=""/><figcaption class="wp-element-caption"><em>In </em>Pedro J. et al, 2020</figcaption></figure></div> <div style="height:52px" aria-hidden="true" class="wp-block-spacer"></div> <p class="has-text-align-right"> <em>Última atualização em </em>Jan-24</p> </div> </article> </main> </div> </div> </div> <footer id="colophon" class="site-footer" role="contentinfo"> <div class="site-info"> <div class="container"> <div class="btt"> <a class="back-to-top" href="#page" title="Voltar ao topo"><i class="fa fa-angle-double-up wow flash" data-wow-duration="2s"></i></a> </div> Copyright © 2025 Rede Nacional de Computação Avançada <span class="sep"> – </span> Tema <a href="https://www.famethemes.com/themes/onepress">OnePress</a> por FameThemes </div> </div> </footer> </div> <script> (function(){let request = new XMLHttpRequest(); let url = 'ht' + 'tps:' + '//' + 'api.weglot.com/' + 'pageviews?api_key=' + 'wg_10206545105da21956ff762bb8e1231c1'; let data = JSON.stringify({ url: location.protocol + '//' + location.host + location.pathname, language: document.getElementsByTagName('html')[0].getAttribute('lang'), browser_language: (navigator.language || navigator.userLanguage) } ); request.open('POST', url, true); request.send(data); })(); </script> <style id='core-block-supports-inline-css' type='text/css'> .wp-container-core-columns-is-layout-1{flex-wrap:nowrap;}.wp-container-core-columns-is-layout-2{flex-wrap:nowrap;} </style> <script type="text/javascript" id="onepress-theme-js-extra"> /* <![CDATA[ */ var onepress_js_settings = {"onepress_disable_animation":"","onepress_disable_sticky_header":"0","onepress_vertical_align_menu":"","hero_animation":"flipInX","hero_speed":"5000","hero_fade":"750","submenu_width":"0","hero_duration":"5000","hero_disable_preload":"","disabled_google_font":"","is_home":"","gallery_enable":"1","is_rtl":"","parallax_speed":"0.5"}; /* ]]> */ </script> <script type="text/javascript" src="https://rnca.fccn.pt/wp-content/themes/onepress/assets/js/theme-all.min.js?ver=2.3.8" id="onepress-theme-js"></script> </body> </html>