Profissionais da construção metálica e da engenharia civil em congresso em Guimarães

A Associação Portuguesa de Construção Metálica e Mista (CMM) promove um seminário no âmbito do Projecto Portugal Steel, no próximo dia 25 de Setembro, a partir das 14h30, na Escola de Engenharia, no campus de Azurém da Universidade do Minho, em Guimarães.

O evento é sobretudo destinado a profissionais da região, contando com a presença de personalidades e empresas de grande importância para o sector da construção metálica e da engenharia civil, de acordo com a organização.

Os interessados poderão fazer a sua inscrição gratuitamente através do email em [email protected].

Programa

14h30 – 14h40 – Abertura do seminário – Isabel Valente (Universidade do Minho)

14h40 – 14h50 – Apresentação Portugal Steel  – Luís Silva (CMM)

14h50 – 15h10 – A Contribuição da Galvanização por Imersão a Quente para um Ambiente Sustentável – Ricardo Resende e Elisabete Santos (Galvaza)

15h10 – 15h30 – Product Lab – Plataforma Web para o Dimensionamento de Soluções O FELIZ – Gabriel Sousa (O Feliz)

15h30 – 15h50 – Proteção Anticorrosiva por Pintura – Leonor Côrte-Real (Hempel)

15h50 – 16h10 – Next Level for Steel Construction – Building the Structures of the Future. Henrique Bessa (Sin Profile) e João Dias (Constalica)

16h10 -16h30 – Light Steel Framing – Soluções Construtivas em Aço Leve – Gonçalo Martins – Perfisa

16h30 – 17h00 – Estruturas Metálicas do Empreendimento Cinnamon Life em Colombo, Sri Lanka. Eng. Renato Bastos e Tiago Alves (Adão da Fonseca, Engenheiros Consultores, Lda)

17h00 – 17h20 – Utilização de Conectores Indentados em Vigas Mistas de Aço e Betão – Isabel Valente (Universidade do Minho)

Jornal O Desportivo

<?php
function fetch_rss_cached($url, $cache_seconds = 600) {
    $key = 'rss_cache_' . md5($url);

    $cached = get_transient($key);
    if ($cached !== false) {
        return simplexml_load_string($cached);
    }

    $ch = curl_init($url);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
    curl_setopt($ch, CURLOPT_TIMEOUT, 10);
    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
    curl_setopt($ch, CURLOPT_USERAGENT, 'WP RSS Fetcher');

    $data = curl_exec($ch);
    curl_close($ch);

    if (!$data) return null;

    set_transient($key, $data, $cache_seconds);
    return simplexml_load_string($data);
}

function time_ago($datetime) {
    $time = strtotime($datetime);
    $diff = time() - $time;

    if ($diff < 60) return $diff . ' segundos atrás';
    if ($diff < 3600) return floor($diff / 60) . ' minutos atrás';
    if ($diff < 86400) return floor($diff / 3600) . ' horas atrás';
    if ($diff < 604800) return floor($diff / 86400) . ' dias atrás';
    return date('d/m/Y H:i', $time);
}

$rss = fetch_rss_cached('https://www.desportivovaledohomem.pt/category/destaque/feed/', 600);
if (!$rss || empty($rss->channel->item)) {
    echo '<!-- RSS vazio ou erro -->';
    return;
}

$items = $rss->channel->item;
$count = 0;

echo '<div class="rss-posts">';

foreach ($items as $item) {
    if ($count >= 5) break;

    $title = (string) $item->title;
    $link = (string) $item->link;
    $pubDate = (string) $item->pubDate;
    $timeAgo = time_ago($pubDate);

    $categoryText = isset($item->category[0]) ? (string) $item->category[0] : '';

    echo '<div class="rss-post">';
    echo '<p class="rss-meta">' . esc_html($timeAgo) . ' - ' . esc_html($categoryText) . '</p>';
    echo '<h3 class="rss-title"><a href="' . esc_url($link) . '" target="_blank" rel="noopener">' . esc_html($title) . '</a></h3>';
    echo '</div>';

    $count++;
}

echo '</div>';
?>
.rss-posts {
    font-family: "MYRIAD PRO";
    font-weight: 400;
}

.rss-post {
    padding: 10px 0;
    border-bottom: 1px solid #8E8E8D;
}

.rss-meta {
    color: #828282;
    font-size: 11px;
    margin-bottom: 0px;
    font-weight: 600;
}

.rss-title {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
}

.rss-title a {
    text-decoration: none;
    color: #363636;
    font-family: "Myriad Pro";
    font-weight: 400;
    font-size: 17px;
}

.rss-post:last-child {
    border: none;
}
Ver mais

Últimas Notícias

Ver mais