{"id":54,"date":"2024-06-05T15:50:37","date_gmt":"2024-06-05T13:50:37","guid":{"rendered":"https:\/\/www-2024.ingegneriameccanica.uniroma2.it\/?page_id=54"},"modified":"2026-07-09T15:24:07","modified_gmt":"2026-07-09T13:24:07","slug":"regolamenti","status":"publish","type":"page","link":"https:\/\/www-2024.ingegneriameccanica.uniroma2.it\/?page_id=54","title":{"rendered":"Regolamenti"},"content":{"rendered":"\n<ol class=\"wp-block-list\">\n<li><\/li>\n<\/ol>\n\n\n\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>Regolamenti \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    \/* \u2500\u2500 Reset \u2500\u2500 *\/\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    \/* \u2500\u2500 Layout helpers \u2500\u2500 *\/\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       1. HERO BANNER\n    ============================================================ *\/\n    .hero {\n      position: relative;\n      min-height: 520px;\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.58;\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.62) 48%,\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      flex-wrap: wrap;\n    }\n    .hero__breadcrumb span { opacity: 0.5; }\n    .hero__breadcrumb a { color: var(--green-200); }\n    .hero__breadcrumb a:hover { color: var(--white); text-decoration: none; }\n    .hero__title {\n      font-family: var(--font-display);\n      font-size: clamp(42px, 5vw, 68px);\n      font-weight: 700;\n      color: var(--white);\n      line-height: 1.15;\n      max-width: 800px;\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: 650px;\n    }\n\n    \/* ============================================================\n       2. INTRO + FOTO\n    ============================================================ *\/\n    .intro-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 80px;\n      align-items: center;\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    .body-text + .body-text { margin-top: 16px; }\n    .image-frame {\n      position: relative;\n      border-radius: var(--radius-md);\n      overflow: hidden;\n      box-shadow: var(--shadow-md);\n      background: var(--green-100);\n      min-height: 460px;\n    }\n    .image-frame::before {\n      content: '';\n      position: absolute;\n      top: 14px;\n      left: 14px;\n      width: 44px;\n      height: 44px;\n      border-top: 3px solid var(--gold);\n      border-left: 3px solid var(--gold);\n      z-index: 2;\n      pointer-events: none;\n    }\n    .image-frame::after {\n      content: '';\n      position: absolute;\n      right: 14px;\n      bottom: 14px;\n      width: 44px;\n      height: 44px;\n      border-right: 3px solid var(--gold);\n      border-bottom: 3px solid var(--gold);\n      z-index: 2;\n      pointer-events: none;\n    }\n    .image-frame img {\n      width: 100%;\n      height: 100%;\n      min-height: 460px;\n      object-fit: cover;\n    }\n    .bullet-list {\n      list-style: none;\n      margin-top: 24px;\n    }\n    .bullet-list li {\n      display: flex;\n      align-items: flex-start;\n      gap: 14px;\n      padding: 10px 0;\n      border-bottom: 1px solid var(--border);\n      font-size: 15px;\n      color: var(--ink-mid);\n    }\n    .bullet-list li::before {\n      content: '';\n      display: block;\n      width: 8px;\n      height: 8px;\n      border-radius: 50%;\n      background: var(--gold);\n      margin-top: 7px;\n      flex-shrink: 0;\n    }\n\n    \/* ============================================================\n       3. CARDS DOCUMENTI\n    ============================================================ *\/\n    .cards-title {\n      text-align: center;\n      margin-bottom: 56px;\n    }\n    .cards-grid {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 24px;\n    }\n    .card {\n      background: var(--white);\n      border-radius: var(--radius-md);\n      padding: 34px 28px;\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      display: flex;\n      flex-direction: column;\n      min-height: 100%;\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;\n      left: 0;\n      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;\n      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: 20px;\n      flex-shrink: 0;\n    }\n    .card__icon svg {\n      width: 27px;\n      height: 27px;\n      fill: var(--green-700);\n    }\n    .card__title {\n      font-family: var(--font-display);\n      font-size: 20px;\n      font-weight: 600;\n      color: var(--green-900);\n      margin-bottom: 12px;\n      line-height: 1.3;\n    }\n    .card__body {\n      font-size: 14px;\n      color: var(--ink-light);\n      line-height: 1.75;\n      margin-bottom: 24px;\n    }\n    .card__action {\n      margin-top: auto;\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      font-size: 13px;\n      font-weight: 700;\n      letter-spacing: 0.04em;\n      text-transform: uppercase;\n      color: var(--green-700);\n    }\n    .card__action:hover { color: var(--green-900); text-decoration: none; }\n    .card__action svg { width: 16px; height: 16px; fill: currentColor; }\n\n    \/* ============================================================\n       4. 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,\n    .cta-block__actions { 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: 16px;\n      font-size: 12px;\n      color: rgba(255,255,255,0.45);\n    }\n    .cta-block__source a { color: rgba(255,255,255,0.6); }\n    .cta-block__source a:hover { color: var(--gold-lt); }\n    .cta-block__actions {\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; fill: currentColor; }\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 {\n      animation: fadeUp 0.65s cubic-bezier(0.22, 1, 0.36, 1) forwards;\n    }\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: 1100px) {\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      .intro-grid,\n      .cta-block { grid-template-columns: 1fr; gap: 40px; }\n      .cards-grid { grid-template-columns: 1fr; }\n      .cta-block { padding: 42px 30px; }\n      .hero { min-height: 420px; }\n      .hero__content { padding: 48px 20px; }\n      .image-frame,\n      .image-frame img { min-height: 340px; }\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=\"Campus e spazi del Corso di Studi in 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      Regolamenti\n    <\/div>\n\n    <h1 class=\"hero__title\">Regolamenti<\/h1>\n\n    <p class=\"hero__subtitle\">\n      Norme e documenti che disciplinano organizzazione, accesso, esami e prova finale del Corso di Studi.\n    <\/p>\n  <\/div>\n<\/section>\n\n\n<!-- ==============================================================\n     2. INTRODUZIONE CON FOTO\n============================================================== -->\n<section class=\"section\">\n  <div class=\"container\">\n    <div class=\"intro-grid\">\n\n      <div class=\"anim\">\n        <span class=\"section-label\">Normativa del Corso<\/span>\n        <h2 class=\"section-title\">I documenti di riferimento<\/h2>\n        <p class=\"body-text\">\n          I Regolamenti Didattici del Corso di Laurea in Ingegneria Meccanica (Triennale e Magistrale)\n          definiscono le norme relative all\u2019organizzazione del corso, alle modalit\u00e0 di accesso, agli esami\n          e alla prova finale.\n        <\/p>\n\n        <ul class=\"bullet-list\">\n          <li>Regolamenti Didattici (Triennale e Magistrale)<\/li>\n          <li>Manifesto degli Studi<\/li>\n          <li>Regolamento del Consiglio del Corso di Studi<\/li>\n        <\/ul>\n      <\/div>\n\n      <div class=\"anim anim-d2\">\n        <div class=\"image-frame\">\n          <img decoding=\"async\" src=\"https:\/\/www-2024.ingegneriameccanica.uniroma2.it\/wp-content\/uploads\/2026\/07\/archivio.png\" alt=\"Archivio dei documenti e regolamenti del Corso di Studi\" \/>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<!-- ==============================================================\n     3. 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\">Documenti<\/span>\n      <h2 class=\"section-title\" style=\"text-align:center\">Accesso ai regolamenti<\/h2>\n    <\/div>\n\n    <div class=\"cards-grid\">\n\n      <article 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=\"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-5 14H7v-2h7v2zm3-4H7v-2h10v2zm0-4H7V7h10v2z\"\/><\/svg>\n        <\/div>\n        <h3 class=\"card__title\">Regolamenti Didattici<\/h3>\n        <p class=\"card__body\">Norme su organizzazione, accesso, esami e prova finale.<\/p>\n        <a class=\"card__action\" href=\"https:\/\/www-2024.ingegneriameccanica.uniroma2.it\/?page_id=479\">\n          Apri\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-7 7-7z\" transform=\"rotate(180 12 11)\"\/><\/svg>\n        <\/a>\n      <\/article>\n\n      <article 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=\"M18 2H6c-1.1 0-2 .9-2 2v16c0 .55.45 1 1 1 .19 0 .37-.05.53-.15L12 17l6.47 3.85c.16.1.34.15.53.15.55 0 1-.45 1-1V4c0-1.1-.9-2-2-2zm0 16.23l-6-3.58-6 3.58V4h12v14.23z\"\/><\/svg>\n        <\/div>\n        <h3 class=\"card__title\">Manifesto degli Studi<\/h3>\n        <p class=\"card__body\">Offerta formativa ufficiale per ogni anno accademico.<\/p>\n        <a class=\"card__action\" href=\"https:\/\/www-2024.ingegneriameccanica.uniroma2.it\/?page_id=481\">\n          Apri\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-7 7-7z\" transform=\"rotate(180 12 11)\"\/><\/svg>\n        <\/a>\n      <\/article>\n\n      <article 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=\"M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3 1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5C15 14.17 10.33 13 8 13zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z\"\/><\/svg>\n        <\/div>\n        <h3 class=\"card__title\">Regolamento del CCS<\/h3>\n        <p class=\"card__body\">Funzionamento del Consiglio del Corso di Studi ed elezione dei rappresentanti.<\/p>\n        <a class=\"card__action\" href=\"https:\/\/www-2024.ingegneriameccanica.uniroma2.it\/?page_id=483\">\n          Apri\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-7 7-7z\" transform=\"rotate(180 12 11)\"\/><\/svg>\n        <\/a>\n      <\/article>\n\n      <article class=\"card anim anim-d4\">\n        <div class=\"card__icon\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M20 6h-4V4c0-1.11-.89-2-2-2h-4c-1.11 0-2 .89-2 2v2H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-6 0h-4V4h4v2z\"\/><\/svg>\n        <\/div>\n        <h3 class=\"card__title\">Regolamento per i Tirocini<\/h3>\n        <p class=\"card__body\">Regolamento tirocini e relativa modulistica.<\/p>\n        <a class=\"card__action\" href=\"https:\/\/www-2024.ingegneriameccanica.uniroma2.it\/?page_id=486\">\n          Apri\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-7 7-7z\" transform=\"rotate(180 12 11)\"\/><\/svg>\n        <\/a>\n      <\/article>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<!-- ==============================================================\n     4. CTA FINALE\n============================================================== -->\n<section class=\"section\">\n  <div class=\"container\">\n    <div class=\"cta-block anim\">\n      <div class=\"cta-block__text\">\n        <h2 class=\"cta-block__title\">Cerchi un documento specifico?<\/h2>\n        <p class=\"cta-block__sub\">Contatta la segreteria didattica e il coordinatore del corso di studi.<\/p>\n      <\/div>\n      <div class=\"cta-block__actions\">\n        <a href=\"mailto:anna.mezzanotte@uniroma2.it\" class=\"btn btn--gold\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><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 4l-8 5-8-5V6l8 5 8-5v2z\"\/><\/svg>\n          Segreteria didattica\n        <\/a>\n        <a href=\"mailto:mulone@uniroma2.it\" class=\"btn btn--outline\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4m0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4\"\/><\/svg>\n          Coordinatore del corso di studi\n        <\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\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>Regolamenti \u2013 Ingegneria Meccanica Tor Vergata Home \u203a Altro \u203a Regolamenti Regolamenti Norme e documenti che disciplinano organizzazione, accesso, esami e prova finale del Corso di Studi. Normativa del Corso I documenti di riferimento I Regolamenti Didattici del Corso di<\/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-54","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\/54","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=54"}],"version-history":[{"count":7,"href":"https:\/\/www-2024.ingegneriameccanica.uniroma2.it\/index.php?rest_route=\/wp\/v2\/pages\/54\/revisions"}],"predecessor-version":[{"id":497,"href":"https:\/\/www-2024.ingegneriameccanica.uniroma2.it\/index.php?rest_route=\/wp\/v2\/pages\/54\/revisions\/497"}],"wp:attachment":[{"href":"https:\/\/www-2024.ingegneriameccanica.uniroma2.it\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=54"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}