{"id":58,"date":"2024-06-05T15:52:03","date_gmt":"2024-06-05T13:52:03","guid":{"rendered":"https:\/\/www-2024.ingegneriameccanica.uniroma2.it\/?page_id=58"},"modified":"2026-07-09T16:29:19","modified_gmt":"2026-07-09T14:29:19","slug":"parti-sociali","status":"publish","type":"page","link":"https:\/\/www-2024.ingegneriameccanica.uniroma2.it\/?page_id=58","title":{"rendered":"Parti sociali"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"it\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>Parti Sociali \u2013 Ingegneria Meccanica Tor Vergata<\/title>\n\n  <!-- Google Fonts -->\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\" \/>\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin \/>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&#038;family=Lato:wght@300;400;700&#038;family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400&#038;display=swap\" rel=\"stylesheet\" \/>\n\n  <style>\n    \/* ============================================================\n       DESIGN TOKENS \u2013 Verde Pantone Tor Vergata\n       Pantone 356 C \u2192 #007A3D  (verde istituzionale)\n    ============================================================ *\/\n    :root {\n      --green-900: #003D20;\n      --green-800: #005A2F;\n      --green-700: #007A3D;\n      --green-600: #1A9150;\n      --green-200: #B8DECA;\n      --green-100: #E6F4EC;\n      --green-50:  #F2FAF5;\n\n      --gold:      #C9A84C;\n      --gold-lt:   #F0DFAA;\n\n      --ink:       #1A1A1A;\n      --ink-mid:   #3C3C3C;\n      --ink-light: #6B6B6B;\n      --cream:     #F9F6F0;\n      --white:     #FFFFFF;\n      --border:    #DDE8E2;\n\n      --font-display: 'Playfair Display', Georgia, serif;\n      --font-body:    'Lato', sans-serif;\n      --font-quote:   'Cormorant Garamond', Georgia, serif;\n\n      --radius-sm:  6px;\n      --radius-md: 12px;\n      --radius-lg: 24px;\n\n      --shadow-sm: 0 2px 8px rgba(0,60,30,0.08);\n      --shadow-md: 0 6px 28px rgba(0,60,30,0.12);\n      --shadow-lg: 0 16px 56px rgba(0,60,30,0.16);\n\n      --max-w: 1200px;\n      --section-gap: 96px;\n    }\n\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    html { scroll-behavior: smooth; }\n    body {\n      font-family: var(--font-body);\n      color: var(--ink);\n      background: var(--white);\n      line-height: 1.7;\n      -webkit-font-smoothing: antialiased;\n    }\n    img { display: block; max-width: 100%; }\n    a { color: var(--green-700); text-decoration: none; }\n    a:hover { color: var(--green-900); text-decoration: underline; }\n\n    .container {\n      max-width: var(--max-w);\n      margin: 0 auto;\n      padding: 0 32px;\n    }\n    .section { padding: var(--section-gap) 0; }\n    .section--cream { background: var(--cream); }\n    .section--green-light { background: var(--green-50); }\n\n    \/* ============================================================\n       HERO\n    ============================================================ *\/\n    .hero {\n      position: relative;\n      min-height: 560px;\n      display: flex;\n      align-items: flex-end;\n      overflow: hidden;\n      background: var(--green-900);\n    }\n    .hero__image {\n      position: absolute;\n      inset: 0;\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      opacity: 0.68;\n    }\n    .hero::after {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background: linear-gradient(\n        to top,\n        rgba(0, 35, 18, 0.94) 0%,\n        rgba(0, 35, 18, 0.60) 45%,\n        rgba(0, 35, 18, 0.18) 100%\n      );\n    }\n    .hero__content {\n      position: relative;\n      z-index: 2;\n      padding: 64px 32px;\n      width: 100%;\n      max-width: var(--max-w);\n      margin: 0 auto;\n    }\n    .hero__breadcrumb {\n      font-size: 13px;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n      color: var(--green-200);\n      margin-bottom: 20px;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n    .hero__breadcrumb span { opacity: 0.5; }\n    .hero__breadcrumb a { color: var(--green-200); }\n    .hero__title {\n      font-family: var(--font-display);\n      font-size: clamp(36px, 5vw, 64px);\n      font-weight: 700;\n      color: var(--white);\n      line-height: 1.15;\n      max-width: 800px;\n    }\n    .hero__title em {\n      font-style: italic;\n      color: var(--gold-lt);\n    }\n    .hero__subtitle {\n      margin-top: 16px;\n      font-size: 18px;\n      font-weight: 300;\n      color: rgba(255,255,255,0.78);\n      max-width: 720px;\n    }\n\n    \/* ============================================================\n       TITLES AND TEXT\n    ============================================================ *\/\n    .section-label {\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--green-700);\n      margin-bottom: 16px;\n    }\n    .section-label::before {\n      content: '';\n      display: block;\n      width: 28px;\n      height: 2px;\n      background: var(--gold);\n    }\n    .section-title {\n      font-family: var(--font-display);\n      font-size: clamp(28px, 3.5vw, 42px);\n      font-weight: 600;\n      line-height: 1.2;\n      color: var(--green-900);\n      margin-bottom: 24px;\n    }\n    .body-text {\n      font-size: 16px;\n      font-weight: 300;\n      color: var(--ink-mid);\n      line-height: 1.85;\n    }\n\n    \/* ============================================================\n       CARDS\n    ============================================================ *\/\n    .cards-title {\n      text-align: center;\n      margin-bottom: 56px;\n    }\n    .cards-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 28px;\n    }\n    .card {\n      background: var(--white);\n      border-radius: var(--radius-md);\n      padding: 36px 32px;\n      border: 1px solid var(--border);\n      box-shadow: var(--shadow-sm);\n      transition: transform 0.25s ease, box-shadow 0.25s ease;\n      position: relative;\n      overflow: hidden;\n      min-height: 200px;\n    }\n    .card:hover {\n      transform: translateY(-4px);\n      box-shadow: var(--shadow-md);\n    }\n    .card::before {\n      content: '';\n      position: absolute;\n      top: 0; left: 0; right: 0;\n      height: 3px;\n      background: var(--green-700);\n      transform: scaleX(0);\n      transform-origin: left;\n      transition: transform 0.3s ease;\n    }\n    .card:hover::before { transform: scaleX(1); }\n    .card__icon {\n      width: 52px; height: 52px;\n      background: var(--green-100);\n      border-radius: var(--radius-sm);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-bottom: 22px;\n    }\n    .card__icon svg { width: 28px; height: 28px; fill: var(--green-700); }\n    .card__title {\n      font-family: var(--font-display);\n      font-size: 21px;\n      font-weight: 600;\n      color: var(--green-900);\n      line-height: 1.3;\n    }\n\n    \/* ============================================================\n       SPLIT SECTION\n    ============================================================ *\/\n    .split-section {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 72px;\n      align-items: center;\n    }\n    .split-section--reverse .split-section__visual { order: 2; }\n    .split-section--reverse .split-section__text   { order: 1; }\n    .split-section__tag {\n      display: inline-block;\n      background: var(--green-100);\n      color: var(--green-700);\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      padding: 4px 12px;\n      border-radius: 100px;\n      margin-bottom: 16px;\n    }\n    .split-image {\n      width: 100%;\n      aspect-ratio: 3 \/ 2;\n      object-fit: cover;\n      border-radius: var(--radius-md);\n      box-shadow: var(--shadow-md);\n    }\n    .text-link {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      margin-top: 28px;\n      font-weight: 700;\n      letter-spacing: 0.03em;\n      color: var(--green-700);\n    }\n    .text-link svg {\n      width: 18px;\n      height: 18px;\n      fill: currentColor;\n      transition: transform 0.2s ease;\n    }\n    .text-link:hover svg { transform: translateX(4px); }\n\n    \/* ============================================================\n       CTA SECTION\n    ============================================================ *\/\n    .cta-block {\n      background: var(--green-900);\n      border-radius: var(--radius-lg);\n      padding: 64px;\n      display: grid;\n      grid-template-columns: 1fr auto;\n      align-items: center;\n      gap: 48px;\n      position: relative;\n      overflow: hidden;\n    }\n    .cta-block::before {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background: url(\"data:image\/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23007A3D' fill-opacity='0.15'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'\/%3E%3C\/g%3E%3C\/g%3E%3C\/svg%3E\");\n      opacity: 0.4;\n    }\n    .cta-block__text { position: relative; z-index: 1; }\n    .cta-block__title {\n      font-family: var(--font-display);\n      font-size: 32px;\n      font-weight: 600;\n      color: var(--white);\n      line-height: 1.3;\n      margin-bottom: 12px;\n    }\n    .cta-block__sub {\n      font-size: 16px;\n      color: rgba(255,255,255,0.7);\n    }\n    .cta-block__source {\n      margin-top: 14px;\n      font-size: 12px;\n      color: rgba(255,255,255,0.45);\n    }\n    .cta-block__source a { color: var(--green-200); }\n    .cta-block__actions {\n      position: relative; z-index: 1;\n      display: flex;\n      flex-direction: column;\n      gap: 14px;\n    }\n    .btn {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      gap: 8px;\n      padding: 14px 28px;\n      border-radius: var(--radius-sm);\n      font-family: var(--font-body);\n      font-size: 14px;\n      font-weight: 700;\n      letter-spacing: 0.04em;\n      cursor: pointer;\n      transition: all 0.2s;\n      text-decoration: none;\n      white-space: nowrap;\n    }\n    .btn--gold {\n      background: var(--gold);\n      color: var(--green-900);\n    }\n    .btn--gold:hover {\n      background: #d4b35c;\n      transform: translateY(-2px);\n      box-shadow: 0 6px 20px rgba(201,168,76,0.35);\n      text-decoration: none;\n      color: var(--green-900);\n    }\n    .btn--outline {\n      background: transparent;\n      color: var(--white);\n      border: 1.5px solid rgba(255,255,255,0.35);\n    }\n    .btn--outline:hover {\n      background: rgba(255,255,255,0.1);\n      border-color: var(--white);\n      transform: translateY(-2px);\n      text-decoration: none;\n      color: var(--white);\n    }\n    .btn svg { width: 18px; height: 18px; }\n\n    \/* ============================================================\n       ANIMATIONS\n    ============================================================ *\/\n    @keyframes fadeUp {\n      from { opacity: 0; transform: translateY(28px); }\n      to   { opacity: 1; transform: translateY(0); }\n    }\n    .anim { opacity: 0; }\n    .anim.visible { animation: fadeUp 0.65s cubic-bezier(0.22, 1, 0.36, 1) forwards; }\n    .anim-d1 { animation-delay: 0.1s !important; }\n    .anim-d2 { animation-delay: 0.22s !important; }\n    .anim-d3 { animation-delay: 0.34s !important; }\n    .anim-d4 { animation-delay: 0.46s !important; }\n\n    \/* ============================================================\n       RESPONSIVE\n    ============================================================ *\/\n    @media (max-width: 1024px) {\n      .cards-grid { grid-template-columns: repeat(2, 1fr); }\n    }\n    @media (max-width: 768px) {\n      :root { --section-gap: 60px; }\n      .container { padding: 0 20px; }\n      .split-section,\n      .cta-block { grid-template-columns: 1fr; gap: 40px; }\n      .split-section--reverse .split-section__visual,\n      .split-section--reverse .split-section__text { order: unset; }\n      .cards-grid { grid-template-columns: 1fr; }\n      .cta-block { padding: 44px 32px; }\n      .hero { min-height: 420px; }\n      .hero__content { padding: 56px 20px; }\n    }\n  <\/style>\n<\/head>\n<body>\n\n<!-- ==============================================================\n     1. HERO\n============================================================== -->\n<section class=\"hero\">\n  <img decoding=\"async\" class=\"hero__image\" src=\"https:\/\/www-2024.ingegneriameccanica.uniroma2.it\/wp-content\/uploads\/2026\/05\/11052018eDSCF3711.jpg\" alt=\"Incontro e attivit\u00e0 del corso di Ingegneria Meccanica\" \/>\n\n  <div class=\"hero__content\">\n    <div class=\"hero__breadcrumb\">\n      <a href=\"#\">Home<\/a>\n      <span>\u203a<\/span>\n      <a href=\"#\">Altro<\/a>\n      <span>\u203a<\/span>\n      Parti Sociali\n    <\/div>\n\n    <h1 class=\"hero__title\">\n      Parti<br>\n      <em>Sociali<\/em>\n    <\/h1>\n\n    <p class=\"hero__subtitle\">\n      Un dialogo costante con aziende, enti e ordini professionali per allineare la formazione alle esigenze del mercato del lavoro.\n    <\/p>\n  <\/div>\n<\/section>\n\n<!-- ==============================================================\n     2. GRIGLIA CARDS\n============================================================== -->\n<section class=\"section section--cream\">\n  <div class=\"container\">\n    <div class=\"cards-title anim\">\n      <span class=\"section-label\" style=\"justify-content:center\">Stakeholder principali<\/span>\n      <h2 class=\"section-title\" style=\"text-align:center\">Con chi ci confrontiamo<\/h2>\n    <\/div>\n\n    <div class=\"cards-grid\">\n      <div class=\"card anim anim-d1\">\n        <div class=\"card__icon\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M3 21V8l6-3v4l6-3v5h6v10H3zm2-2h3v-4H5v4zm5 0h3v-4h-3v4zm5 0h4v-6h-4v6zM5 11.24V13h3v-3.26l-3 1.5zm5-1V13h3V8.74l-3 1.5z\"\/><\/svg>\n        <\/div>\n        <h3 class=\"card__title\">Aziende manifatturiere e meccaniche<\/h3>\n      <\/div>\n\n      <div class=\"card anim anim-d2\">\n        <div class=\"card__icon\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M12 2 3 6v6c0 5.55 3.84 9.74 9 10 5.16-.26 9-4.45 9-10V6l-9-4zm1 15h-2v-2h2v2zm2.07-7.75-.9.92A3.49 3.49 0 0 0 13 12.75V13h-2v-.25c0-1.08.44-2.05 1.17-2.76l1.24-1.26A1.46 1.46 0 0 0 13.83 7c0-1-.82-1.82-1.83-1.82S10.17 6 10.17 7H8.2c0-2.1 1.7-3.8 3.8-3.8S15.8 4.9 15.8 7c0 .88-.27 1.59-.73 2.25z\"\/><\/svg>\n        <\/div>\n        <h3 class=\"card__title\">Industria automotive e aerospace<\/h3>\n      <\/div>\n\n      <div class=\"card anim anim-d3\">\n        <div class=\"card__icon\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5z\"\/><\/svg>\n        <\/div>\n        <h3 class=\"card__title\">Enti di ricerca pubblici e privati<\/h3>\n      <\/div>\n\n      <div class=\"card anim anim-d1\">\n        <div class=\"card__icon\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 2.18 7 3.11V11c0 4.52-2.98 8.69-7 9.93C7.98 19.69 5 15.52 5 11V6.29l7-3.11zm-1 12.65 6-6-1.41-1.42L11 13l-2.59-2.58L7 11.83l4 4z\"\/><\/svg>\n        <\/div>\n        <h3 class=\"card__title\">Ordine degli Ingegneri<\/h3>\n      <\/div>\n\n      <div class=\"card anim anim-d2\">\n        <div class=\"card__icon\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M16.5 13.5 12 18l-3-3 1.41-1.41L12 15.17l3.09-3.08L16.5 13.5zM20.59 7.42 18.58 5.4c-.78-.78-2.05-.78-2.83 0l-1.18 1.18 1.41 1.41 1.18-1.18 2.02 2.02-4.24 4.24 1.41 1.41 4.24-4.24c.78-.77.78-2.04 0-2.82zM8.01 15.99 6.83 17.17 4.81 15.15l4.24-4.24-1.41-1.41-4.24 4.24c-.78.78-.78 2.05 0 2.83l2.02 2.02c.78.78 2.05.78 2.83 0l1.18-1.18-1.42-1.42zM7.76 12.66l4.9-4.9 3.54 3.54-4.9 4.9-3.54-3.54z\"\/><\/svg>\n        <\/div>\n        <h3 class=\"card__title\">Confindustria e associazioni di categoria<\/h3>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ==============================================================\n     3. SPLIT: CONSULTAZIONE\n============================================================== -->\n<section class=\"section\">\n  <div class=\"container\">\n    <div class=\"split-section anim\">\n      <div class=\"split-section__visual\">\n        <img decoding=\"async\" class=\"split-image\" src=\"https:\/\/www-2024.ingegneriameccanica.uniroma2.it\/wp-content\/uploads\/2026\/07\/meeting_aziendale.png\" alt=\"Riunione di consultazione con stakeholder e rappresentanti aziendali\" \/>\n      <\/div>\n\n      <div class=\"split-section__text\">\n        <span class=\"split-section__tag\">Consultazione<\/span>\n        <h2 class=\"section-title\">Confronto con gli stakeholder<\/h2>\n        <p class=\"body-text\">\n          La progettazione del corso di studi prevede momenti di confronto con gli stakeholder per aggiornare l\u2019offerta formativa in risposta alle esigenze del mercato.\n        <\/p>\n        <a class=\"text-link\" href=\"https:\/\/www-2024.ingegneriameccanica.uniroma2.it\/?page_id=507\">\n          Progettazione e confronto con gli stakeholder\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M12 4l1.41 1.41L8.83 10H20v2H8.83l4.58 4.59L12 18l-7-7z\" transform=\"rotate(180 12 11)\"\/><\/svg>\n        <\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ==============================================================\n     4. SPLIT: RECRUITING\n============================================================== -->\n<section class=\"section section--green-light\">\n  <div class=\"container\">\n    <div class=\"split-section split-section--reverse anim\">\n      <div class=\"split-section__text\">\n        <span class=\"split-section__tag\">Recruiting<\/span>\n        <h2 class=\"section-title\">Proposte di lavoro e tirocinio<\/h2>\n        <p class=\"body-text\">\n          Le aziende interessate a reclutare i nostri laureati o a pubblicare offerte di lavoro\/tirocinio possono contattare l\u2019Associazione Laureati in Ingegneria di Tor Vergata \u2013 Universit\u00e0 di Roma (ALITUR).\n        <\/p>\n        <a class=\"text-link\" href=\"https:\/\/www.alitur.org\/\">\n          Richieste e posizioni di lavoro\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M12 4l1.41 1.41L8.83 10H20v2H8.83l4.58 4.59L12 18l-7-7z\" transform=\"rotate(180 12 11)\"\/><\/svg>\n        <\/a>\n      <\/div>\n\n      <div class=\"split-section__visual\">\n        <img decoding=\"async\" class=\"split-image\" src=\"https:\/\/www-2024.ingegneriameccanica.uniroma2.it\/wp-content\/uploads\/2026\/07\/colloquio.png\" alt=\"Colloquio e incontro di recruiting tra azienda e laureati\" \/>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ==============================================================\n     5. CTA\n============================================================== -->\n<section class=\"section section--cream\" id=\"contatti\">\n  <div class=\"container\">\n    <div class=\"cta-block anim\">\n      <div class=\"cta-block__text\">\n        <h2 class=\"cta-block__title\">Sei un\u2019azienda interessata?<\/h2>\n        <p class=\"cta-block__sub\">Contatta il coordinatore del corso di studi o l\u2019associazione ALITUR.<\/p>\n      <\/div>\n      <div class=\"cta-block__actions\">\n        <a href=\"mailto:mulone@uniroma2.it\" class=\"btn btn--gold\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" style=\"fill:var(--green-900)\"><path d=\"M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4-8 5-8-5V6l8 5 8-5v2z\"\/><\/svg>\n          Pubblica un\u2019offerta\n        <\/a>\n        <a href=\"https:\/\/www.alitur.org\/\" class=\"btn btn--outline\">\n          Contatta l&#8217;ALITUR\n        <\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ==============================================================\n     SCROLL ANIMATION SCRIPT\n============================================================== -->\n<script>\n  const observer = new IntersectionObserver((entries) => {\n    entries.forEach(entry => {\n      if (entry.isIntersecting) {\n        entry.target.classList.add('visible');\n        observer.unobserve(entry.target);\n      }\n    });\n  }, { threshold: 0.12 });\n\n  document.querySelectorAll('.anim').forEach(el => observer.observe(el));\n<\/script>\n\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Parti Sociali \u2013 Ingegneria Meccanica Tor Vergata Home \u203a Altro \u203a Parti Sociali Parti Sociali Un dialogo costante con aziende, enti e ordini professionali per allineare la formazione alle esigenze del mercato del lavoro. Stakeholder principali Con chi ci confrontiamo<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-58","page","type-page","status-publish","hentry"],"featured_image_src":null,"_links":{"self":[{"href":"https:\/\/www-2024.ingegneriameccanica.uniroma2.it\/index.php?rest_route=\/wp\/v2\/pages\/58","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www-2024.ingegneriameccanica.uniroma2.it\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www-2024.ingegneriameccanica.uniroma2.it\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www-2024.ingegneriameccanica.uniroma2.it\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www-2024.ingegneriameccanica.uniroma2.it\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=58"}],"version-history":[{"count":5,"href":"https:\/\/www-2024.ingegneriameccanica.uniroma2.it\/index.php?rest_route=\/wp\/v2\/pages\/58\/revisions"}],"predecessor-version":[{"id":516,"href":"https:\/\/www-2024.ingegneriameccanica.uniroma2.it\/index.php?rest_route=\/wp\/v2\/pages\/58\/revisions\/516"}],"wp:attachment":[{"href":"https:\/\/www-2024.ingegneriameccanica.uniroma2.it\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=58"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}