{"id":123,"date":"2024-05-03T08:42:28","date_gmt":"2024-05-03T08:42:28","guid":{"rendered":"https:\/\/just4mpa.unibuc.ro\/?page_id=123"},"modified":"2026-04-06T11:15:59","modified_gmt":"2026-04-06T11:15:59","slug":"our-team","status":"publish","type":"page","link":"https:\/\/just4mpa.unibuc.ro\/?page_id=123","title":{"rendered":"Our team"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"123\" class=\"elementor elementor-123\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-13843ea7 e-con-full e-flex e-con e-parent\" data-id=\"13843ea7\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-655940a e-con-full e-flex e-con e-child\" data-id=\"655940a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0a08931 elementor-widget elementor-widget-heading\" data-id=\"0a08931\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Meet who we are<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2de15351 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"2de15351\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18152ff e-grid e-con-full e-con e-parent\" data-id=\"18152ff\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9eb79df elementor-invisible elementor-widget elementor-widget-html\" data-id=\"9eb79df\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>Perfil do Time<\/title>\r\n  <style>\r\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400&family=Poppins:wght@700&display=swap');\r\n\r\n    body {\r\n      font-family: 'Open Sans', sans-serif;\r\n      background-color: #E7E7E7;\r\n      margin: 0;\r\n      padding: 0px;\r\n      display: flex;\r\n      justify-content: left;\r\n      align-items: flex-start;\r\n    }\r\n\r\n    .profile-card {\r\n      width: auto;\r\n      max-width: 300px;\r\n      background-color: #ffffff;\r\n      box-shadow: none;\r\n      border-radius: 20px;\r\n    }\r\n\r\n    .image-container {\r\n      width: 250px;\r\n      height: 250px;\r\n      margin: 20px auto;\r\n      overflow: hidden;\r\n      border-radius: 50%;\r\n    }\r\n\r\n    .image-container img {\r\n      width: 100%;\r\n      height: 100%;\r\n      object-fit: cover;\r\n      transition: transform 0.3s ease;\r\n    }\r\n\r\n    .image-container:hover img {\r\n      transform: scale(1.05);\r\n    }\r\n\r\n    .profile-content {\r\n      text-align: left;\r\n      padding: 0px;\r\n    }\r\n\r\n    .name-email-container {\r\n      background-color: #f0f0f0;\r\n      padding: 8px 8px;\r\n      border-radius: 15px;\r\n      display: auto;\r\n      text-align: center;\r\n      margin-bottom: 8px;\r\n    }\r\n\r\n    .profile-content h3 {\r\n      font-family: 'Poppins', sans-serif;\r\n      color: #0D5FA6;\r\n      margin: 0;\r\n      font-size: 16px;\r\n      font-weight: bold;\r\n    }\r\n\r\n    .profile-content p.email {\r\n      font-family: 'Open Sans', sans-serif;\r\n      color: #7A7A7A;\r\n      font-size: 14px;\r\n      margin: 5px 0 0;\r\n      word-wrap: break-word;\r\n    }\r\n\r\n    .profile-content .bio {\r\n      font-family: 'Open Sans', sans-serif;\r\n      color: #54595F;\r\n      font-size: 14px;\r\n      line-height: 1.6;\r\n      overflow: hidden;\r\n      display: -webkit-box;\r\n      -webkit-line-clamp: 3;\r\n      -webkit-box-orient: vertical;\r\n      margin: 10px 0;\r\n    }\r\n\r\n    .bio.expanded {\r\n      -webkit-line-clamp: unset;\r\n    }\r\n\r\n    .profile-content button {\r\n      color: #0D5FA6;\r\n      border: none;\r\n      background: none;\r\n      font-size: 14px;\r\n      cursor: pointer;\r\n      font-weight: bold;\r\n      margin: 0 !important;\r\n      padding: 0;\r\n    }\r\n\r\n    .profile-content button:hover {\r\n      text-decoration: underline;\r\n    }\r\n\r\n    @media (max-width: 600px) {\r\n      .profile-card {\r\n        width: 100%;\r\n        max-width: none;\r\n      }\r\n\r\n      .image-container {\r\n        width: 100px;\r\n        height: 100px;\r\n      }\r\n\r\n      .image-container img {\r\n        width: 100%;\r\n        height: 100%;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <div class=\"profile-card\">\r\n    <div class=\"image-container\">\r\n      <img decoding=\"async\" src=\"https:\/\/just4mpa.unibuc.ro\/wp-content\/uploads\/2024\/06\/Pri-em-Pipa-e1719748261813.jpg\" alt=\"Priscila Lopes\">\r\n    <\/div>\r\n    <div class=\"profile-content\">\r\n      <div class=\"name-email-container\">\r\n        <h3>Priscila Lopes<\/h3>\r\n        <p class=\"email\">priscila.lopes [at] ufrn.br<\/p>\r\n      <\/div>\r\n      <p class=\"bio\">\r\n        Priscila Lopes is an associate professor at the Federal University of Rio Grande do Norte. With a PhD in Ecology, her research has been interdisciplinary for over 15 years, blending ecological methods with social sciences and economics. Her work focuses on understanding the dynamics of small-scale fisheries, the behavior and strategies of fishermen, the factors driving socio-ecological resilience and compliance, and how to integrate fishing communities into conservation in a fair way. One of Priscila's main research interests is investigating the potential of Local Ecological Knowledge to serve as a reliable source of quantitative scientific information that can contribute to conservation efforts. Priscila is also the mother of Kaya, a smart and sweet little boy that already challenges her with difficult questions. She also likes to cook and is an avid reader of old and contemporary novels.\r\n      <\/p>\r\n      <button onclick=\"toggleBio(this)\">Read more<\/button>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <script>\r\n    function toggleBio(button) {\r\n      const bio = button.previousElementSibling;\r\n      bio.classList.toggle(\"expanded\");\r\n      button.textContent = bio.classList.contains(\"expanded\") ? \"Read less\" : \"Read more\";\r\n    }\r\n  <\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5a374b9 elementor-invisible elementor-widget elementor-widget-html\" data-id=\"5a374b9\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>Perfil do Time<\/title>\r\n  <style>\r\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400&family=Poppins:wght@700&display=swap');\r\n\r\n    body {\r\n      font-family: 'Open Sans', sans-serif;\r\n      background-color: #E7E7E7;\r\n      margin: 0;\r\n      padding: 0px;\r\n      display: flex;\r\n      justify-content: left;\r\n      align-items: flex-start;\r\n    }\r\n\r\n    .profile-card {\r\n      width: auto;\r\n      max-width: 300px;\r\n      background-color: #ffffff;\r\n      box-shadow: none;\r\n      border-radius: 20px;\r\n    }\r\n\r\n    .image-container {\r\n      width: 250px;\r\n      height: 250px;\r\n      margin: 16px auto;\r\n      overflow: hidden;\r\n      border-radius: 50%;\r\n    }\r\n\r\n    .image-container img {\r\n      width: 100%;\r\n      height: 100%;\r\n      object-fit: cover;\r\n      transition: transform 0.3s ease;\r\n    }\r\n\r\n    .image-container:hover img {\r\n      transform: scale(1.05);\r\n    }\r\n\r\n    .profile-content {\r\n      text-align: left;\r\n      padding: 0px;\r\n    }\r\n\r\n    .name-email-container {\r\n      background-color: #f0f0f0;\r\n      padding: 8px 8px;\r\n      border-radius: 15px;\r\n      display: auto;\r\n      text-align: center;\r\n      margin-bottom: 8px;\r\n    }\r\n\r\n    .profile-content h3 {\r\n      font-family: 'Poppins', sans-serif;\r\n      color: #0D5FA6;\r\n      margin: 0;\r\n      font-size: 16px;\r\n      font-weight: bold;\r\n    }\r\n\r\n    .profile-content p.email {\r\n      font-family: 'Open Sans', sans-serif;\r\n      color: #7A7A7A;\r\n      font-size: 14px;\r\n      margin: 5px 0 0;\r\n      word-wrap: break-word;\r\n    }\r\n\r\n    .profile-content .bio {\r\n      font-family: 'Open Sans', sans-serif;\r\n      color: #54595F;\r\n      font-size: 14px;\r\n      line-height: 1.6;\r\n      overflow: hidden;\r\n      display: -webkit-box;\r\n      -webkit-line-clamp: 3;\r\n      -webkit-box-orient: vertical;\r\n      margin: 10px 0;\r\n    }\r\n\r\n    .bio.expanded {\r\n      -webkit-line-clamp: unset;\r\n    }\r\n\r\n    .profile-content button {\r\n      color: #0D5FA6;\r\n      border: none;\r\n      background: none;\r\n      font-size: 14px;\r\n      cursor: pointer;\r\n      font-weight: bold;\r\n      margin: 0 !important;\r\n      padding: 0;\r\n    }\r\n\r\n    .profile-content button:hover {\r\n      text-decoration: underline;\r\n    }\r\n\r\n    @media (max-width: 600px) {\r\n      .profile-card {\r\n        width: 100%;\r\n        max-width: none;\r\n      }\r\n\r\n      .image-container {\r\n        width: 100px;\r\n        height: 100px;\r\n      }\r\n\r\n      .image-container img {\r\n        width: 100%;\r\n        height: 100%;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <div class=\"profile-card\">\r\n    <div class=\"image-container\">\r\n      <img decoding=\"async\" src=\"https:\/\/just4mpa.unibuc.ro\/wp-content\/uploads\/2024\/11\/Natasa.jpg\" alt=\"Foto de Natasa Vaidianu\">\r\n    <\/div>\r\n    <div class=\"profile-content\">\r\n      <div class=\"name-email-container\">\r\n        <h3>Nata\u0219a Vaidianu<\/h3>\r\n        <p class=\"email\">natasa.vaidianu [at] geo.unibuc.ro<\/p>\r\n      <\/div>\r\n      <p class=\"bio\">\r\n        Nata\u0219a Vaidianu is an Associate Professor, working at the Faculty of Natural Sciences and Agricultural Sciences, Ovidius University Constanta. Natasa is also a researcher at University of Bucharest, in the Interdisciplinary Centre for Advanced Research on Territorial Dynamics. Her research interests include maritime spatial planning, ocean governance, coastal management, ecosystem services, protected areas, science-policy interface, stakeholder involvement and participatory approaches. Natasa is one of the facilitators of meetings and workshops related to MSP at local and national levels. The majority of this research work is carried out in the Black Sea Basin, Danube Delta and Eastern Europe. Natasa is a member of Marine Social Science Research Group, based in Environmental Planning, Queen\u2019s University Belfast, engaged with a range of social science perspectives to research contemporary marine issues and to inform marine governance and policy. She is also a member of different national and international networks and associations: MSPRN, IMBER, ERSA, etc. She implemented European and national research projects on different topics related to coastal and marine areas, conducting innovative research on a wide range of topics, including: blue economy, maritime spatial planning; marine citizen science; coastal conflicts; just coastal transitions and environmental social justice. She is a regional expert in different EU BE policy projects, related to Integrated Maritime Policy for the Black Sea since 2015 (e.g. EU MSP Platform).\r\n      <\/p>\r\n      <button onclick=\"toggleBio(this)\">Read more<\/button>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <script>\r\n    function toggleBio(button) {\r\n      const bio = button.previousElementSibling;\r\n      bio.classList.toggle(\"expanded\");\r\n      button.textContent = bio.classList.contains(\"expanded\") ? \"Read less\" : \"Read more\";\r\n    }\r\n  <\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-94e12ab elementor-invisible elementor-widget elementor-widget-html\" data-id=\"94e12ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>Perfil do Time<\/title>\r\n  <style>\r\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400&family=Poppins:wght@700&display=swap');\r\n\r\n    body {\r\n      font-family: 'Open Sans', sans-serif;\r\n      background-color: #E7E7E7;\r\n      margin: 0;\r\n      padding: 0px;\r\n      display: flex;\r\n      justify-content: left;\r\n      align-items: flex-start;\r\n    }\r\n\r\n    .profile-card {\r\n      width: auto;\r\n      max-width: 300px;\r\n      background-color: #ffffff;\r\n      box-shadow: none;\r\n      border-radius: 20px;\r\n    }\r\n\r\n    .image-container {\r\n      width: 250px;\r\n      height: 250px;\r\n      margin: 16px auto;\r\n      overflow: hidden;\r\n      border-radius: 50%;\r\n    }\r\n\r\n    .image-container img {\r\n      width: 100%;\r\n      height: 100%;\r\n      object-fit: cover;\r\n      transition: transform 0.3s ease;\r\n    }\r\n\r\n    .image-container:hover img {\r\n      transform: scale(1.05);\r\n    }\r\n\r\n    .profile-content {\r\n      text-align: left;\r\n      padding: 0px;\r\n    }\r\n\r\n    .name-email-container {\r\n      background-color: #f0f0f0;\r\n      padding: 8px 8px;\r\n      border-radius: 15px;\r\n      display: auto;\r\n      text-align: center;\r\n      margin-bottom: 8px;\r\n    }\r\n\r\n    .profile-content h3 {\r\n      font-family: 'Poppins', sans-serif;\r\n      color: #0D5FA6;\r\n      margin: 0;\r\n      font-size: 16px;\r\n      font-weight: bold;\r\n    }\r\n\r\n    .profile-content p.email {\r\n      font-family: 'Open Sans', sans-serif;\r\n      color: #7A7A7A;\r\n      font-size: 14px;\r\n      margin: 5px 0 0;\r\n      word-wrap: break-word;\r\n    }\r\n\r\n    .profile-content .bio {\r\n      font-family: 'Open Sans', sans-serif;\r\n      color: #54595F;\r\n      font-size: 14px;\r\n      line-height: 1.6;\r\n      overflow: hidden;\r\n      display: -webkit-box;\r\n      -webkit-line-clamp: 3;\r\n      -webkit-box-orient: vertical;\r\n      margin: 10px 0;\r\n    }\r\n\r\n    .bio.expanded {\r\n      -webkit-line-clamp: unset;\r\n    }\r\n\r\n    .profile-content button {\r\n      color: #0D5FA6;\r\n      border: none;\r\n      background: none;\r\n      font-size: 14px;\r\n      cursor: pointer;\r\n      font-weight: bold;\r\n      margin: 0 !important;\r\n      padding: 0;\r\n    }\r\n\r\n    .profile-content button:hover {\r\n      text-decoration: underline;\r\n    }\r\n\r\n    @media (max-width: 600px) {\r\n      .profile-card {\r\n        width: 100%;\r\n        max-width: none;\r\n      }\r\n\r\n      .image-container {\r\n        width: 100px;\r\n        height: 100px;\r\n      }\r\n\r\n      .image-container img {\r\n        width: 100%;\r\n        height: 100%;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <div class=\"profile-card\">\r\n    <div class=\"image-container\">\r\n      <img decoding=\"async\" src=\"https:\/\/just4mpa.unibuc.ro\/wp-content\/uploads\/2024\/11\/Florin-Tatui-scaled.jpg\" alt=\"Florin T\u0103tui\">\r\n    <\/div>\r\n    <div class=\"profile-content\">\r\n      <div class=\"name-email-container\">\r\n        <h3>Florin T\u0103tui<\/h3>\r\n        <p class=\"email\">florin.tatui [at] geo.unibuc.ro<\/p>\r\n      <\/div>\r\n      <p class=\"bio\">\r\n        Florin T\u0103tui is Associate Professor at the Faculty of Geography, University of Bucharest, where he is responsible for the courses of Physical Oceanography and Geography of the Black Sea. He is also researcher at the Sfantu Gheorghe Marine and Fluvial Research Station (SCMF) and the Research Institute of the University of Bucharest (ICUB). He holds a PhD in Physical Geography from University of Bucharest and was trained in the early stages of his career at Utrecht University (Netherlands) and University of Copenhagen (Denmark). He is currently the president of the Romanian Association of Geomorphologists. His main research focus is on coastal geomorphology, morpho- and hydrodynamics at various temporal and spatial scales, especially related to nearshore sandbars behaviour, shoreface and shoreline dynamics, sedimentary exchanges between the nearshore and the beach-dune system, EO derived data for coastal processes and morphology, coastal hazards (rip currents) and related risks, storm impact on low-lying sandy beaches and integrated coastal zone management. He loves all about deltas, travelling, sports (football) and spending time with his beautiful family and friends.\r\n      <\/p>\r\n      <button onclick=\"toggleBio(this)\">Read more<\/button>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <script>\r\n    function toggleBio(button) {\r\n      const bio = button.previousElementSibling;\r\n      bio.classList.toggle(\"expanded\");\r\n      button.textContent = bio.classList.contains(\"expanded\") ? \"Read less\" : \"Read more\";\r\n    }\r\n  <\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f654650 e-grid e-con-full e-con e-parent\" data-id=\"f654650\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d60fe62 elementor-invisible elementor-widget elementor-widget-html\" data-id=\"d60fe62\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>Perfil do Time<\/title>\r\n  <style>\r\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400&family=Poppins:wght@700&display=swap');\r\n\r\n    body {\r\n      font-family: 'Open Sans', sans-serif;\r\n      background-color: #E7E7E7;\r\n      margin: 0;\r\n      padding: 0px;\r\n      display: flex;\r\n      justify-content: left;\r\n      align-items: flex-start;\r\n    }\r\n\r\n    .profile-card {\r\n      width: auto;\r\n      max-width: 300px;\r\n      background-color: #ffffff;\r\n      box-shadow: none;\r\n      border-radius: 20px;\r\n    }\r\n\r\n    .image-container {\r\n      width: 250px;\r\n      height: 250px;\r\n      margin: 16px auto;\r\n      overflow: hidden;\r\n      border-radius: 50%;\r\n    }\r\n\r\n    .image-container img {\r\n      width: 100%;\r\n      height: 100%;\r\n      object-fit: cover;\r\n      transition: transform 0.3s ease;\r\n    }\r\n\r\n    .image-container:hover img {\r\n      transform: scale(1.05);\r\n    }\r\n\r\n    .profile-content {\r\n      text-align: left;\r\n      padding: 0px;\r\n    }\r\n\r\n    .name-email-container {\r\n      background-color: #f0f0f0;\r\n      padding: 8px 8px;\r\n      border-radius: 15px;\r\n      display: auto;\r\n      text-align: center;\r\n      margin-bottom: 8px;\r\n    }\r\n\r\n    .profile-content h3 {\r\n      font-family: 'Poppins', sans-serif;\r\n      color: #0D5FA6;\r\n      margin: 0;\r\n      font-size: 16px;\r\n      font-weight: bold;\r\n    }\r\n\r\n    .profile-content p.email {\r\n      font-family: 'Open Sans', sans-serif;\r\n      color: #7A7A7A;\r\n      font-size: 14px;\r\n      margin: 5px 0 0;\r\n      word-wrap: break-word;\r\n    }\r\n\r\n    .profile-content .bio {\r\n      font-family: 'Open Sans', sans-serif;\r\n      color: #54595F;\r\n      font-size: 14px;\r\n      line-height: 1.6;\r\n      overflow: hidden;\r\n      display: -webkit-box;\r\n      -webkit-line-clamp: 3;\r\n      -webkit-box-orient: vertical;\r\n      margin: 10px 0;\r\n    }\r\n\r\n    .bio.expanded {\r\n      -webkit-line-clamp: unset;\r\n    }\r\n\r\n    .profile-content button {\r\n      color: #0D5FA6;\r\n      border: none;\r\n      background: none;\r\n      font-size: 14px;\r\n      cursor: pointer;\r\n      font-weight: bold;\r\n      margin: 0 !important;\r\n      padding: 0;\r\n    }\r\n\r\n    .profile-content button:hover {\r\n      text-decoration: underline;\r\n    }\r\n\r\n    @media (max-width: 600px) {\r\n      .profile-card {\r\n        width: 100%;\r\n        max-width: none;\r\n      }\r\n\r\n      .image-container {\r\n        width: 100px;\r\n        height: 100px;\r\n      }\r\n\r\n      .image-container img {\r\n        width: 100%;\r\n        height: 100%;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <div class=\"profile-card\">\r\n    <div class=\"image-container\">\r\n      <img decoding=\"async\" src=\"https:\/\/just4mpa.unibuc.ro\/wp-content\/uploads\/2024\/11\/Elena-scaled.jpg\" alt=\"Elena Lloret\">\r\n    <\/div>\r\n    <div class=\"profile-content\">\r\n      <div class=\"name-email-container\">\r\n        <h3>Elena Lloret<\/h3>\r\n        <p class=\"email\">ely.llore [at] gmail.com<\/p>\r\n      <\/div>\r\n      <p class=\"bio\">\r\n        Elena Lloret is a marine ecologist specializing in trophic ecology, species distribution, and ecosystem modelling (still on the learning curve). She initially trained in Biological Sciences at the University of Exeter, then pursued a Master\u2019s degree at the University of Barcelona, delving into marine sciences. This led to her PhD at the Institute of Marine Sciences-CSIC in Barcelona, where she explored the seasonal variabilities of the Northwestern Mediterranean Sea ecosystem. Along the way, she contributed to other research projects, mostly focusing on the small pelagic fish and fisheries of the same area, while also engaging in teaching and outreach to share scientific knowledge beyond academia. Elena is keen on acquiring new skills, particularly in integrating climate change into spatial analysis and considering the social perspective.\r\n      <\/p>\r\n      <button onclick=\"toggleBio(this)\">Read more<\/button>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <script>\r\n    function toggleBio(button) {\r\n      const bio = button.previousElementSibling;\r\n      bio.classList.toggle(\"expanded\");\r\n      button.textContent = bio.classList.contains(\"expanded\") ? \"Read less\" : \"Read more\";\r\n    }\r\n  <\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d08d440 elementor-invisible elementor-widget elementor-widget-html\" data-id=\"d08d440\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>Perfil do Time<\/title>\r\n  <style>\r\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400&family=Poppins:wght@700&display=swap');\r\n\r\n    body {\r\n      font-family: 'Open Sans', sans-serif;\r\n      background-color: #E7E7E7;\r\n      margin: 0;\r\n      padding: 0px;\r\n      display: flex;\r\n      justify-content: left;\r\n      align-items: flex-start;\r\n    }\r\n\r\n    .profile-card {\r\n      width: auto;\r\n      max-width: 300px;\r\n      background-color: #ffffff;\r\n      box-shadow: none;\r\n      border-radius: 20px;\r\n    }\r\n\r\n    .image-container {\r\n      width: 250px;\r\n      height: 250px;\r\n      margin: 16px auto;\r\n      overflow: hidden;\r\n      border-radius: 50%;\r\n    }\r\n\r\n    .image-container img {\r\n      width: 100%;\r\n      height: 100%;\r\n      object-fit: cover;\r\n      transition: transform 0.3s ease;\r\n    }\r\n\r\n    .image-container:hover img {\r\n      transform: scale(1.05);\r\n    }\r\n\r\n    .profile-content {\r\n      text-align: left;\r\n      padding: 0px;\r\n    }\r\n\r\n    .name-email-container {\r\n      background-color: #f0f0f0;\r\n      padding: 8px 8px;\r\n      border-radius: 15px;\r\n      display: auto;\r\n      text-align: center;\r\n      margin-bottom: 8px;\r\n    }\r\n\r\n    .profile-content h3 {\r\n      font-family: 'Poppins', sans-serif;\r\n      color: #0D5FA6;\r\n      margin: 0;\r\n      font-size: 16px;\r\n      font-weight: bold;\r\n    }\r\n\r\n    .profile-content p.email {\r\n      font-family: 'Open Sans', sans-serif;\r\n      color: #7A7A7A;\r\n      font-size: 14px;\r\n      margin: 5px 0 0;\r\n      word-wrap: break-word;\r\n    }\r\n\r\n    .profile-content .bio {\r\n      font-family: 'Open Sans', sans-serif;\r\n      color: #54595F;\r\n      font-size: 14px;\r\n      line-height: 1.6;\r\n      overflow: hidden;\r\n      display: -webkit-box;\r\n      -webkit-line-clamp: 3;\r\n      -webkit-box-orient: vertical;\r\n      margin: 10px 0;\r\n    }\r\n\r\n    .bio.expanded {\r\n      -webkit-line-clamp: unset;\r\n    }\r\n\r\n    .profile-content button {\r\n      color: #0D5FA6;\r\n      border: none;\r\n      background: none;\r\n      font-size: 14px;\r\n      cursor: pointer;\r\n      font-weight: bold;\r\n      margin: 0 !important;\r\n      padding: 0;\r\n    }\r\n\r\n    .profile-content button:hover {\r\n      text-decoration: underline;\r\n    }\r\n\r\n    @media (max-width: 600px) {\r\n      .profile-card {\r\n        width: 100%;\r\n        max-width: none;\r\n      }\r\n\r\n      .image-container {\r\n        width: 100px;\r\n        height: 100px;\r\n      }\r\n\r\n      .image-container img {\r\n        width: 100%;\r\n        height: 100%;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <div class=\"profile-card\">\r\n    <div class=\"image-container\">\r\n      <img decoding=\"async\" src=\"https:\/\/just4mpa.unibuc.ro\/wp-content\/uploads\/2024\/11\/Petruta_2024.jpg\" alt=\"Petru\u0163a Teamp\u0103u\">\r\n    <\/div>\r\n    <div class=\"profile-content\">\r\n      <div class=\"name-email-container\">\r\n        <h3>Petru\u0163a Teamp\u0103u<\/h3>\r\n        <p class=\"email\">teampau [at] fspac.ro<\/p>\r\n      <\/div>\r\n      <p class=\"bio\">\r\nPetru\u0163a Teamp\u0103u is lecturer at the Faculty of Political, Administrative and Communication Sciences, UBB, Cluj, Romania, since 2009. She has a PhD. in cultural anthropology (2008) and teaches, among others, courses in qualitative methodology, political sociology, and applied ethics. She has done extensive fieldwork in the Danube Delta (2006-2023) and has published books and articles on topics such as social memory and urban narratives, cosmopolitanism, governance, ecological policies etc. She is also interested in researching women\u2019s issues in communist Romania and beyond. Some of the most representative recent publications include: Sulina cosmopolita, PUC, Cluj, 2023; \u201cTrouble in paradise: Competing discourses and complex governance in the Romanian Danube delta\u201d, Marine Policy, 2020, ISSN 0308-597X; Local cosmopolitanism. Imagining and (Re)-making Privileged Places (with Kristof van Assche), Springer Books, 2015; \"Pirates, fish and tourists. The life of post-communist Sulina\" (with Kristof Van Assche), in Constantin Iordachi and Kristof van Assche (eds.) The Biopolitics of the Danube Delta: Nature, History, Policies, London: Lexington Books, 2014, pp. 183-194.\r\n      <\/p>\r\n      <button onclick=\"toggleBio(this)\">Read more<\/button>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <script>\r\n    function toggleBio(button) {\r\n      const bio = button.previousElementSibling;\r\n      bio.classList.toggle(\"expanded\");\r\n      button.textContent = bio.classList.contains(\"expanded\") ? \"Read less\" : \"Read more\";\r\n    }\r\n  <\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-19fb603 elementor-invisible elementor-widget elementor-widget-html\" data-id=\"19fb603\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>Perfil do Time<\/title>\r\n  <style>\r\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400&family=Poppins:wght@700&display=swap');\r\n\r\n    body {\r\n      font-family: 'Open Sans', sans-serif;\r\n      background-color: #E7E7E7;\r\n      margin: 0;\r\n      padding: 0px;\r\n      display: flex;\r\n      justify-content: left;\r\n      align-items: flex-start;\r\n    }\r\n\r\n    .profile-card {\r\n      width: auto;\r\n      max-width: 300px;\r\n      background-color: #ffffff;\r\n      box-shadow: none;\r\n      border-radius: 20px;\r\n    }\r\n\r\n    .image-container {\r\n      width: 250px;\r\n      height: 250px;\r\n      margin: 16px auto;\r\n      overflow: hidden;\r\n      border-radius: 50%;\r\n    }\r\n\r\n    .image-container img {\r\n      width: 100%;\r\n      height: 100%;\r\n      object-fit: cover;\r\n      transition: transform 0.3s ease;\r\n    }\r\n\r\n    .image-container:hover img {\r\n      transform: scale(1.05);\r\n    }\r\n\r\n    .profile-content {\r\n      text-align: left;\r\n      padding: 0px;\r\n    }\r\n\r\n    .name-email-container {\r\n      background-color: #f0f0f0;\r\n      padding: 8px 8px;\r\n      border-radius: 15px;\r\n      display: auto;\r\n      text-align: center;\r\n      margin-bottom: 8px;\r\n    }\r\n\r\n    .profile-content h3 {\r\n      font-family: 'Poppins', sans-serif;\r\n      color: #0D5FA6;\r\n      margin: 0;\r\n      font-size: 16px;\r\n      font-weight: bold;\r\n    }\r\n\r\n    .profile-content p.email {\r\n      font-family: 'Open Sans', sans-serif;\r\n      color: #7A7A7A;\r\n      font-size: 14px;\r\n      margin: 5px 0 0;\r\n      word-wrap: break-word;\r\n    }\r\n\r\n    .profile-content .bio {\r\n      font-family: 'Open Sans', sans-serif;\r\n      color: #54595F;\r\n      font-size: 14px;\r\n      line-height: 1.6;\r\n      overflow: hidden;\r\n      display: -webkit-box;\r\n      -webkit-line-clamp: 3;\r\n      -webkit-box-orient: vertical;\r\n      margin: 10px 0;\r\n    }\r\n\r\n    .bio.expanded {\r\n      -webkit-line-clamp: unset;\r\n    }\r\n\r\n    .profile-content button {\r\n      color: #0D5FA6;\r\n      border: none;\r\n      background: none;\r\n      font-size: 14px;\r\n      cursor: pointer;\r\n      font-weight: bold;\r\n      margin: 0 !important;\r\n      padding: 0;\r\n    }\r\n\r\n    .profile-content button:hover {\r\n      text-decoration: underline;\r\n    }\r\n\r\n    @media (max-width: 600px) {\r\n      .profile-card {\r\n        width: 100%;\r\n        max-width: none;\r\n      }\r\n\r\n      .image-container {\r\n        width: 100px;\r\n        height: 100px;\r\n      }\r\n\r\n      .image-container img {\r\n        width: 100%;\r\n        height: 100%;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <div class=\"profile-card\">\r\n    <div class=\"image-container\">\r\n      <img decoding=\"async\" src=\"https:\/\/just4mpa.unibuc.ro\/wp-content\/uploads\/2024\/06\/MonalisaSilva-scaled-e1719747106674.jpg\" alt=\"Monalisa Silva\">\r\n    <\/div>\r\n    <div class=\"profile-content\">\r\n      <div class=\"name-email-container\">\r\n        <h3>Monalisa Silva<\/h3>\r\n        <p class=\"email\">silva.monaro [at] gmail.com<\/p>\r\n      <\/div>\r\n      <p class=\"bio\">\r\nMonalisa Silva has a degree in Ecology and her curiosity about the relationships between humans and nature guided her to Human Ecology and Social Science. She is broadly interested in understanding the relationships between social and ecological systems, and the factors that shape fisheries management and fishers\u2019 adaptations. Her research approaches the management potential of coastal fishing villages through interdisciplinary analyses of their socio-ecological systems. Her past projects focused on the coastal vulnerability and the social-ecological resilience of fishers, the management potential of fishing communities, as well as on the fishers\u2019 perceptions, compliance, and adaptations. \r\n      <\/p>\r\n      <button onclick=\"toggleBio(this)\">Read more<\/button>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <script>\r\n    function toggleBio(button) {\r\n      const bio = button.previousElementSibling;\r\n      bio.classList.toggle(\"expanded\");\r\n      button.textContent = bio.classList.contains(\"expanded\") ? \"Read less\" : \"Read more\";\r\n    }\r\n  <\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-210abe3 e-grid e-con-full e-con e-parent\" data-id=\"210abe3\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f128788 elementor-invisible elementor-widget elementor-widget-html\" data-id=\"f128788\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>Perfil do Time<\/title>\r\n  <style>\r\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400&family=Poppins:wght@700&display=swap');\r\n\r\n    body {\r\n      font-family: 'Open Sans', sans-serif;\r\n      background-color: #E7E7E7;\r\n      margin: 0;\r\n      padding: 0px;\r\n      display: flex;\r\n      justify-content: left;\r\n      align-items: flex-start;\r\n    }\r\n\r\n    .profile-card {\r\n      width: auto;\r\n      max-width: 300px;\r\n      background-color: #ffffff;\r\n      box-shadow: none;\r\n      border-radius: 20px;\r\n    }\r\n\r\n    .image-container {\r\n      width: 250px;\r\n      height: 250px;\r\n      margin: 16px auto;\r\n      overflow: hidden;\r\n      border-radius: 50%;\r\n    }\r\n\r\n    .image-container img {\r\n      width: 100%;\r\n      height: 100%;\r\n      object-fit: cover;\r\n      transition: transform 0.3s ease;\r\n    }\r\n\r\n    .image-container:hover img {\r\n      transform: scale(1.05);\r\n    }\r\n\r\n    .profile-content {\r\n      text-align: left;\r\n      padding: 0px;\r\n    }\r\n\r\n    .name-email-container {\r\n      background-color: #f0f0f0;\r\n      padding: 8px 8px;\r\n      border-radius: 15px;\r\n      display: auto;\r\n      text-align: center;\r\n      margin-bottom: 8px;\r\n    }\r\n\r\n    .profile-content h3 {\r\n      font-family: 'Poppins', sans-serif;\r\n      color: #0D5FA6;\r\n      margin: 0;\r\n      font-size: 16px;\r\n      font-weight: bold;\r\n    }\r\n\r\n    .profile-content p.email {\r\n      font-family: 'Open Sans', sans-serif;\r\n      color: #7A7A7A;\r\n      font-size: 14px;\r\n      margin: 5px 0 0;\r\n      word-wrap: break-word;\r\n    }\r\n\r\n    .profile-content .bio {\r\n      font-family: 'Open Sans', sans-serif;\r\n      color: #54595F;\r\n      font-size: 14px;\r\n      line-height: 1.6;\r\n      overflow: hidden;\r\n      display: -webkit-box;\r\n      -webkit-line-clamp: 3;\r\n      -webkit-box-orient: vertical;\r\n      margin: 10px 0;\r\n    }\r\n\r\n    .bio.expanded {\r\n      -webkit-line-clamp: unset;\r\n    }\r\n\r\n    .profile-content button {\r\n      color: #0D5FA6;\r\n      border: none;\r\n      background: none;\r\n      font-size: 14px;\r\n      cursor: pointer;\r\n      font-weight: bold;\r\n      margin: 0 !important;\r\n      padding: 0;\r\n    }\r\n\r\n    .profile-content button:hover {\r\n      text-decoration: underline;\r\n    }\r\n\r\n    @media (max-width: 600px) {\r\n      .profile-card {\r\n        width: 100%;\r\n        max-width: none;\r\n      }\r\n\r\n      .image-container {\r\n        width: 100px;\r\n        height: 100px;\r\n      }\r\n\r\n      .image-container img {\r\n        width: 100%;\r\n        height: 100%;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <div class=\"profile-card\">\r\n    <div class=\"image-container\">\r\n      <img decoding=\"async\" src=\"https:\/\/just4mpa.unibuc.ro\/wp-content\/uploads\/2024\/11\/Brunno-Oliveira.jpg\" alt=\"Brunno Freire Oliveira\">\r\n    <\/div>\r\n    <div class=\"profile-content\">\r\n      <div class=\"name-email-container\">\r\n        <h3>Brunno Freire Oliveira<\/h3>\r\n        <p class=\"email\">brunno.eco [at] gmail.com<\/p>\r\n      <\/div>\r\n      <p class=\"bio\">\r\n        Brunno Oliveira\u2019s research aims to understand what shapes the distribution of life on Earth. As an avid user of computational tools, Brunno leverages state-of-the-art techniques to advance his research, contributing valuable insights into how ongoing environmental changes impact biodiversity and ecosystem functioning, including the services beneficial to humans. Brunno holds a PhD in Ecology from the Universidade Federal do Rio Grande do Norte (Brazil) and has postdoctoral experience from globally renowned institutions such as the University of Florida, Auburn University at Montgomery, and the University of California-Davis in the United States, as well as the Centre for the Synthesis and Analyses of Biodiversity in Europe. Outside of his professional life, Brunno enjoys running and hiking. He is passionate about art and music, particularly the cryptic underground punk\/rock\u2019n\u2019roll scene.\r\n      <\/p>\r\n      <button onclick=\"toggleBio(this)\">Read more<\/button>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <script>\r\n    function toggleBio(button) {\r\n      const bio = button.previousElementSibling;\r\n      bio.classList.toggle(\"expanded\");\r\n      button.textContent = bio.classList.contains(\"expanded\") ? \"Read less\" : \"Read more\";\r\n    }\r\n  <\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e9fe78d elementor-invisible elementor-widget elementor-widget-html\" data-id=\"e9fe78d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>Perfil do Time<\/title>\r\n  <style>\r\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400&family=Poppins:wght@700&display=swap');\r\n\r\n    body {\r\n      font-family: 'Open Sans', sans-serif;\r\n      background-color: #E7E7E7;\r\n      margin: 0;\r\n      padding: 0px;\r\n      display: flex;\r\n      justify-content: left;\r\n      align-items: flex-start;\r\n    }\r\n\r\n    .profile-card {\r\n      width: auto;\r\n      max-width: 300px;\r\n      background-color: #ffffff;\r\n      box-shadow: none;\r\n      border-radius: 20px;\r\n    }\r\n\r\n    .image-container {\r\n      width: 250px;\r\n      height: 250px;\r\n      margin: 16px auto;\r\n      overflow: hidden;\r\n      border-radius: 50%;\r\n    }\r\n\r\n    .image-container img {\r\n      width: 100%;\r\n      height: 100%;\r\n      object-fit: cover;\r\n      transition: transform 0.3s ease;\r\n    }\r\n\r\n    .image-container:hover img {\r\n      transform: scale(1.05);\r\n    }\r\n\r\n    .profile-content {\r\n      text-align: left;\r\n      padding: 0px;\r\n    }\r\n\r\n    .name-email-container {\r\n      background-color: #f0f0f0;\r\n      padding: 8px 8px;\r\n      border-radius: 15px;\r\n      display: auto;\r\n      text-align: center;\r\n      margin-bottom: 8px;\r\n    }\r\n\r\n    .profile-content h3 {\r\n      font-family: 'Poppins', sans-serif;\r\n      color: #0D5FA6;\r\n      margin: 0;\r\n      font-size: 16px;\r\n      font-weight: bold;\r\n    }\r\n\r\n    .profile-content p.email {\r\n      font-family: 'Open Sans', sans-serif;\r\n      color: #7A7A7A;\r\n      font-size: 14px;\r\n      margin: 5px 0 0;\r\n      word-wrap: break-word;\r\n    }\r\n\r\n    .profile-content .bio {\r\n      font-family: 'Open Sans', sans-serif;\r\n      color: #54595F;\r\n      font-size: 14px;\r\n      line-height: 1.6;\r\n      overflow: hidden;\r\n      display: -webkit-box;\r\n      -webkit-line-clamp: 3;\r\n      -webkit-box-orient: vertical;\r\n      margin: 10px 0;\r\n    }\r\n\r\n    .bio.expanded {\r\n      -webkit-line-clamp: unset;\r\n    }\r\n\r\n    .profile-content button {\r\n      color: #0D5FA6;\r\n      border: none;\r\n      background: none;\r\n      font-size: 14px;\r\n      cursor: pointer;\r\n      font-weight: bold;\r\n      margin: 0 !important;\r\n      padding: 0;\r\n    }\r\n\r\n    .profile-content button:hover {\r\n      text-decoration: underline;\r\n    }\r\n\r\n    @media (max-width: 600px) {\r\n      .profile-card {\r\n        width: 100%;\r\n        max-width: none;\r\n      }\r\n\r\n      .image-container {\r\n        width: 100px;\r\n        height: 100px;\r\n      }\r\n\r\n      .image-container img {\r\n        width: 100%;\r\n        height: 100%;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <div class=\"profile-card\">\r\n    <div class=\"image-container\">\r\n      <img decoding=\"async\" src=\"https:\/\/just4mpa.unibuc.ro\/wp-content\/uploads\/2024\/11\/Stefan_2024.jpeg\" alt=\"Stefan Constantinescu\">\r\n    <\/div>\r\n    <div class=\"profile-content\">\r\n      <div class=\"name-email-container\">\r\n        <h3>Stefan Constantinescu<\/h3>\r\n        <p class=\"email\">stefan.constantinescu [at] geo.unibuc.ro<\/p>\r\n      <\/div>\r\n      <p class=\"bio\">\r\n       Stefan works at the University of Bucharest, Faculty of Geography, where he teaches courses in Historical\r\nCartography, GIS, and Oceanography. He started as a coastal geomorphologist with a thesis on the Romanian cliffed\r\ncoasts, then focused on deltaic shores. He sees maps not just as a mere cartographic product but as a cultural\r\nsynthesis of all toponymic, historical, and geographical elements. And he still dreams of heading to other waters as soon as possible.\r\n      <\/p>\r\n      <button onclick=\"toggleBio(this)\">Read more<\/button>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <script>\r\n    function toggleBio(button) {\r\n      const bio = button.previousElementSibling;\r\n      bio.classList.toggle(\"expanded\");\r\n      button.textContent = bio.classList.contains(\"expanded\") ? \"Read less\" : \"Read more\";\r\n    }\r\n  <\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-834229c elementor-invisible elementor-widget elementor-widget-html\" data-id=\"834229c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>Perfil do Time<\/title>\r\n  <style>\r\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400&family=Poppins:wght@700&display=swap');\r\n\r\n    body {\r\n      font-family: 'Open Sans', sans-serif;\r\n      background-color: #E7E7E7;\r\n      margin: 0;\r\n      padding: 0px;\r\n      display: flex;\r\n      justify-content: left;\r\n      align-items: flex-start;\r\n    }\r\n\r\n    .profile-card {\r\n      width: auto;\r\n      max-width: 300px;\r\n      background-color: #ffffff;\r\n      box-shadow: none;\r\n      border-radius: 20px;\r\n    }\r\n\r\n    .image-container {\r\n      width: 250px;\r\n      height: 250px;\r\n      margin: 16px auto;\r\n      overflow: hidden;\r\n      border-radius: 50%;\r\n    }\r\n\r\n    .image-container img {\r\n      width: 100%;\r\n      height: 100%;\r\n      object-fit: cover;\r\n      transition: transform 0.3s ease;\r\n    }\r\n\r\n    .image-container:hover img {\r\n      transform: scale(1.05);\r\n    }\r\n\r\n    .profile-content {\r\n      text-align: left;\r\n      padding: 0px;\r\n    }\r\n\r\n    .name-email-container {\r\n      background-color: #f0f0f0;\r\n      padding: 8px 8px;\r\n      border-radius: 15px;\r\n      display: auto;\r\n      text-align: center;\r\n      margin-bottom: 8px;\r\n    }\r\n\r\n    .profile-content h3 {\r\n      font-family: 'Poppins', sans-serif;\r\n      color: #0D5FA6;\r\n      margin: 0;\r\n      font-size: 16px;\r\n      font-weight: bold;\r\n    }\r\n\r\n    .profile-content p.email {\r\n      font-family: 'Open Sans', sans-serif;\r\n      color: #7A7A7A;\r\n      font-size: 14px;\r\n      margin: 5px 0 0;\r\n      word-wrap: break-word;\r\n    }\r\n\r\n    .profile-content .bio {\r\n      font-family: 'Open Sans', sans-serif;\r\n      color: #54595F;\r\n      font-size: 14px;\r\n      line-height: 1.6;\r\n      overflow: hidden;\r\n      display: -webkit-box;\r\n      -webkit-line-clamp: 3;\r\n      -webkit-box-orient: vertical;\r\n      margin: 10px 0;\r\n    }\r\n\r\n    .bio.expanded {\r\n      -webkit-line-clamp: unset;\r\n    }\r\n\r\n    .profile-content button {\r\n      color: #0D5FA6;\r\n      border: none;\r\n      background: none;\r\n      font-size: 14px;\r\n      cursor: pointer;\r\n      font-weight: bold;\r\n      margin: 0 !important;\r\n      padding: 0;\r\n    }\r\n\r\n    .profile-content button:hover {\r\n      text-decoration: underline;\r\n    }\r\n\r\n    @media (max-width: 600px) {\r\n      .profile-card {\r\n        width: 100%;\r\n        max-width: none;\r\n      }\r\n\r\n      .image-container {\r\n        width: 100px;\r\n        height: 100px;\r\n      }\r\n\r\n      .image-container img {\r\n        width: 100%;\r\n        height: 100%;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <div class=\"profile-card\">\r\n    <div class=\"image-container\">\r\n      <img decoding=\"async\" src=\"https:\/\/just4mpa.unibuc.ro\/wp-content\/uploads\/2024\/11\/Sorin.jpg\" alt=\"Sorin Constantin\">\r\n    <\/div>\r\n    <div class=\"profile-content\">\r\n      <div class=\"name-email-container\">\r\n        <h3>Sorin Constantin<\/h3>\r\n        <p class=\"email\">sorin.c.geo [at] gmail.com<\/p>\r\n      <\/div>\r\n      <p class=\"bio\">\r\n        Sorin Constantin is currently a researcher at the University of Bucharest. He carries out his activities within the Sfantu Gheorghe Marine and Fluvial Research Station (SCMF) from the Danube Delta. He obtained his PhD at the same university, with a thesis focused on the analysis of sea water turbidity in the Romanian coastal area of the Black Sea based on remote sensing data. He has participated in multiple research projects and received several grants and fellowships, including: Postdoctoral stage at Laboratoire d'Oc\u00e9anographie de Villefranche, Sorbonne Universit\u00e9, France. Postdoctoral research grant from the Research Institute of the University of Bucharest. Fulbright Visiting Scholar - Scripps Institution of Oceanography, USA. His main areas of interest include the study of aquatic environments and the application of Earth Observation data in these areas.\r\n      <\/p>\r\n      <button onclick=\"toggleBio(this)\">Read more<\/button>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <script>\r\n    function toggleBio(button) {\r\n      const bio = button.previousElementSibling;\r\n      bio.classList.toggle(\"expanded\");\r\n      button.textContent = bio.classList.contains(\"expanded\") ? \"Read less\" : \"Read more\";\r\n    }\r\n  <\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e8d40e8 e-grid e-con-full e-con e-parent\" data-id=\"e8d40e8\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-813cec6 elementor-invisible elementor-widget elementor-widget-html\" data-id=\"813cec6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>Perfil do Time<\/title>\r\n  <style>\r\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400&family=Poppins:wght@700&display=swap');\r\n\r\n    body {\r\n      font-family: 'Open Sans', sans-serif;\r\n      background-color: #E7E7E7;\r\n      margin: 0;\r\n      padding: 0px;\r\n      display: flex;\r\n      justify-content: left;\r\n      align-items: flex-start;\r\n    }\r\n\r\n    .profile-card {\r\n      width: auto;\r\n      max-width: 300px;\r\n      background-color: #ffffff;\r\n      box-shadow: none;\r\n      border-radius: 20px;\r\n    }\r\n\r\n    .image-container {\r\n      width: 250px;\r\n      height: 250px;\r\n      margin: 16px auto;\r\n      overflow: hidden;\r\n      border-radius: 50%;\r\n    }\r\n\r\n    .image-container img {\r\n      width: 100%;\r\n      height: 100%;\r\n      object-fit: cover;\r\n      transition: transform 0.3s ease;\r\n    }\r\n\r\n    .image-container:hover img {\r\n      transform: scale(1.05);\r\n    }\r\n\r\n    .profile-content {\r\n      text-align: left;\r\n      padding: 0px;\r\n    }\r\n\r\n    .name-email-container {\r\n      background-color: #f0f0f0;\r\n      padding: 8px 8px;\r\n      border-radius: 15px;\r\n      display: auto;\r\n      text-align: center;\r\n      margin-bottom: 8px;\r\n    }\r\n\r\n    .profile-content h3 {\r\n      font-family: 'Poppins', sans-serif;\r\n      color: #0D5FA6;\r\n      margin: 0;\r\n      font-size: 16px;\r\n      font-weight: bold;\r\n    }\r\n\r\n    .profile-content p.email {\r\n      font-family: 'Open Sans', sans-serif;\r\n      color: #7A7A7A;\r\n      font-size: 14px;\r\n      margin: 5px 0 0;\r\n      word-wrap: break-word;\r\n    }\r\n\r\n    .profile-content .bio {\r\n      font-family: 'Open Sans', sans-serif;\r\n      color: #54595F;\r\n      font-size: 14px;\r\n      line-height: 1.6;\r\n      overflow: hidden;\r\n      display: -webkit-box;\r\n      -webkit-line-clamp: 3;\r\n      -webkit-box-orient: vertical;\r\n      margin: 10px 0;\r\n    }\r\n\r\n    .bio.expanded {\r\n      -webkit-line-clamp: unset;\r\n    }\r\n\r\n    .profile-content button {\r\n      color: #0D5FA6;\r\n      border: none;\r\n      background: none;\r\n      font-size: 14px;\r\n      cursor: pointer;\r\n      font-weight: bold;\r\n      margin: 0 !important;\r\n      padding: 0;\r\n    }\r\n\r\n    .profile-content button:hover {\r\n      text-decoration: underline;\r\n    }\r\n\r\n    @media (max-width: 600px) {\r\n      .profile-card {\r\n        width: 100%;\r\n        max-width: none;\r\n      }\r\n\r\n      .image-container {\r\n        width: 100px;\r\n        height: 100px;\r\n      }\r\n\r\n      .image-container img {\r\n        width: 100%;\r\n        height: 100%;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <div class=\"profile-card\">\r\n    <div class=\"image-container\">\r\n      <img decoding=\"async\" src=\"https:\/\/just4mpa.unibuc.ro\/wp-content\/uploads\/2024\/11\/George-1.jpg\" alt=\"George Sec\u0103reanu\">\r\n    <\/div>\r\n    <div class=\"profile-content\">\r\n      <div class=\"name-email-container\">\r\n        <h3>George Sec\u0103reanu<\/h3>\r\n        <p class=\"email\">secareanugeorge [at] yahoo.com<\/p>\r\n      <\/div>\r\n      <p class=\"bio\">\r\n        George Sec\u0103reanu is a University Assistant Professor at the Faculty of Natural and Agricultural Sciences. His areas of interest include: the development of deeply disadvantaged rural areas, land use, vulnerability and economic resilience, regional and local development, as well as the impact of viticulture on rural areas. He has a PhD in intelligent development of deeply disadvantaged rural areas graduated in 2019 (Bucharest) and a post-doctoral degree obtained during 2023-2024 (6 months) in Santiago de Compostela.\r\n      <\/p>\r\n      <button onclick=\"toggleBio(this)\">Read more<\/button>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <script>\r\n    function toggleBio(button) {\r\n      const bio = button.previousElementSibling;\r\n      bio.classList.toggle(\"expanded\");\r\n      button.textContent = bio.classList.contains(\"expanded\") ? \"Read less\" : \"Read more\";\r\n    }\r\n  <\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4fcb467 elementor-invisible elementor-widget elementor-widget-html\" data-id=\"4fcb467\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>Perfil do Time<\/title>\r\n  <style>\r\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400&family=Poppins:wght@700&display=swap');\r\n\r\n    body {\r\n      font-family: 'Open Sans', sans-serif;\r\n      background-color: #E7E7E7;\r\n      margin: 0;\r\n      padding: 0px;\r\n      display: flex;\r\n      justify-content: left;\r\n      align-items: flex-start;\r\n    }\r\n\r\n    .profile-card {\r\n      width: auto;\r\n      max-width: 300px;\r\n      background-color: #ffffff;\r\n      box-shadow: none;\r\n      border-radius: 20px;\r\n    }\r\n\r\n    .image-container {\r\n      width: 250px;\r\n      height: 250px;\r\n      margin: 16px auto;\r\n      overflow: hidden;\r\n      border-radius: 50%;\r\n    }\r\n\r\n    .image-container img {\r\n      width: 100%;\r\n      height: 100%;\r\n      object-fit: cover;\r\n      transition: transform 0.3s ease;\r\n    }\r\n\r\n    .image-container:hover img {\r\n      transform: scale(1.05);\r\n    }\r\n\r\n    .profile-content {\r\n      text-align: left;\r\n      padding: 0px;\r\n    }\r\n\r\n    .name-email-container {\r\n      background-color: #f0f0f0;\r\n      padding: 8px 8px;\r\n      border-radius: 15px;\r\n      display: auto;\r\n      text-align: center;\r\n      margin-bottom: 8px;\r\n    }\r\n\r\n    .profile-content h3 {\r\n      font-family: 'Poppins', sans-serif;\r\n      color: #0D5FA6;\r\n      margin: 0;\r\n      font-size: 16px;\r\n      font-weight: bold;\r\n    }\r\n\r\n    .profile-content p.email {\r\n      font-family: 'Open Sans', sans-serif;\r\n      color: #7A7A7A;\r\n      font-size: 14px;\r\n      margin: 5px 0 0;\r\n      word-wrap: break-word;\r\n    }\r\n\r\n    .profile-content .bio {\r\n      font-family: 'Open Sans', sans-serif;\r\n      color: #54595F;\r\n      font-size: 14px;\r\n      line-height: 1.6;\r\n      overflow: hidden;\r\n      display: -webkit-box;\r\n      -webkit-line-clamp: 3;\r\n      -webkit-box-orient: vertical;\r\n      margin: 10px 0;\r\n    }\r\n\r\n    .bio.expanded {\r\n      -webkit-line-clamp: unset;\r\n    }\r\n\r\n    .profile-content button {\r\n      color: #0D5FA6;\r\n      border: none;\r\n      background: none;\r\n      font-size: 14px;\r\n      cursor: pointer;\r\n      font-weight: bold;\r\n      margin: 0 !important;\r\n      padding: 0;\r\n    }\r\n\r\n    .profile-content button:hover {\r\n      text-decoration: underline;\r\n    }\r\n\r\n    @media (max-width: 600px) {\r\n      .profile-card {\r\n        width: 100%;\r\n        max-width: none;\r\n      }\r\n\r\n      .image-container {\r\n        width: 100px;\r\n        height: 100px;\r\n      }\r\n\r\n      .image-container img {\r\n        width: 100%;\r\n        height: 100%;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <div class=\"profile-card\">\r\n    <div class=\"image-container\">\r\n      <img decoding=\"async\" src=\"https:\/\/just4mpa.unibuc.ro\/wp-content\/uploads\/2024\/11\/Andrei_2024-1.jpg\" alt=\"Andrei Schvab\">\r\n    <\/div>\r\n    <div class=\"profile-content\">\r\n      <div class=\"name-email-container\">\r\n        <h3>Andrei Schvab<\/h3>\r\n        <p class=\"email\">a.schvab [at] gmail.com<\/p>\r\n      <\/div>\r\n      <p class=\"bio\">\r\n      Andrei Schvab is a lecturer at Ovidius University of Constan\u021ba (UOC) and a researcher at the Interdisciplinary Centre for Advanced Research on Territorial Dynamics (CICADIT in Romanian). Andrei also has several years of experience teaching British curriculum Geography and other humanities at an international school in Bucharest. With an MA, BSc, and PhD in Geography, his initial academic compass pointed broadly towards Human Geography and Tourism. For over 10 years now, his work has applied (with debatable succes) complexity theory to unearth spatial patterns of social, economic, and, very recently, environmental injustices. He enjoys immersing himself in reading papers and finding patterns in how concepts and theories are used, and how their understanding evolves and affects academic discourse and policy decisions. He is continually intrigued by how, despite the exponential growth of knowledge in academia and policymaking, uneven development and injustices continue to rise. Even though he is primarily a theoretical geographer, he loves spending time doing fieldwork and in nature. Despite being considered a tough grader by his students, he hopes to instil in them a love of Geography through being curious, doing research and fieldwork. He strongly hopes that some of his students will become Geography teachers as well and will inspire their students to ask questions and seek answers about the world we live in. Even if many would consider it un-ecofriendly, when reading, nothing compares to paper.\r\n      <\/p>\r\n      <button onclick=\"toggleBio(this)\">Read more<\/button>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <script>\r\n    function toggleBio(button) {\r\n      const bio = button.previousElementSibling;\r\n      bio.classList.toggle(\"expanded\");\r\n      button.textContent = bio.classList.contains(\"expanded\") ? \"Read less\" : \"Read more\";\r\n    }\r\n  <\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-aa2e3ae elementor-invisible elementor-widget elementor-widget-html\" data-id=\"aa2e3ae\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>Perfil do Time<\/title>\r\n  <style>\r\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400&family=Poppins:wght@700&display=swap');\r\n\r\n    body {\r\n      font-family: 'Open Sans', sans-serif;\r\n      background-color: #E7E7E7;\r\n      margin: 0;\r\n      padding: 0px;\r\n      display: flex;\r\n      justify-content: left;\r\n      align-items: flex-start;\r\n    }\r\n\r\n    .profile-card {\r\n      width: auto;\r\n      max-width: 300px;\r\n      background-color: #ffffff;\r\n      box-shadow: none;\r\n      border-radius: 20px;\r\n    }\r\n\r\n    .image-container {\r\n      width: 250px;\r\n      height: 250px;\r\n      margin: 16px auto;\r\n      overflow: hidden;\r\n      border-radius: 50%;\r\n    }\r\n\r\n    .image-container img {\r\n      width: 100%;\r\n      height: 100%;\r\n      object-fit: cover;\r\n      transition: transform 0.3s ease;\r\n    }\r\n\r\n    .image-container:hover img {\r\n      transform: scale(1.05);\r\n    }\r\n\r\n    .profile-content {\r\n      text-align: left;\r\n      padding: 0px;\r\n    }\r\n\r\n    .name-email-container {\r\n      background-color: #f0f0f0;\r\n      padding: 8px 8px;\r\n      border-radius: 15px;\r\n      display: auto;\r\n      text-align: center;\r\n      margin-bottom: 8px;\r\n    }\r\n\r\n    .profile-content h3 {\r\n      font-family: 'Poppins', sans-serif;\r\n      color: #0D5FA6;\r\n      margin: 0;\r\n      font-size: 16px;\r\n      font-weight: bold;\r\n    }\r\n\r\n    .profile-content p.email {\r\n      font-family: 'Open Sans', sans-serif;\r\n      color: #7A7A7A;\r\n      font-size: 14px;\r\n      margin: 5px 0 0;\r\n      word-wrap: break-word;\r\n    }\r\n\r\n    .profile-content .bio {\r\n      font-family: 'Open Sans', sans-serif;\r\n      color: #54595F;\r\n      font-size: 14px;\r\n      line-height: 1.6;\r\n      overflow: hidden;\r\n      display: -webkit-box;\r\n      -webkit-line-clamp: 3;\r\n      -webkit-box-orient: vertical;\r\n      margin: 10px 0;\r\n    }\r\n\r\n    .bio.expanded {\r\n      -webkit-line-clamp: unset;\r\n    }\r\n\r\n    .profile-content button {\r\n      color: #0D5FA6;\r\n      border: none;\r\n      background: none;\r\n      font-size: 14px;\r\n      cursor: pointer;\r\n      font-weight: bold;\r\n      margin: 0 !important;\r\n      padding: 0;\r\n    }\r\n\r\n    .profile-content button:hover {\r\n      text-decoration: underline;\r\n    }\r\n\r\n    @media (max-width: 600px) {\r\n      .profile-card {\r\n        width: 100%;\r\n        max-width: none;\r\n      }\r\n\r\n      .image-container {\r\n        width: 100px;\r\n        height: 100px;\r\n      }\r\n\r\n      .image-container img {\r\n        width: 100%;\r\n        height: 100%;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <div class=\"profile-card\">\r\n    <div class=\"image-container\">\r\n      <img decoding=\"async\" src=\"https:\/\/just4mpa.unibuc.ro\/wp-content\/uploads\/2024\/11\/GiugalAurelian.jpg\" alt=\"Aurelian Giug\u0103l\">\r\n    <\/div>\r\n    <div class=\"profile-content\">\r\n      <div class=\"name-email-container\">\r\n        <h3>Aurelian Giug\u0103l<\/h3>\r\n        <p class=\"email\">aurelian.giugal [at] fjsc.ro<\/p>\r\n      <\/div>\r\n      <p class=\"bio\">\r\n        Aurelian Giug\u0103l is lecturer at the Faculty of Journalism and Communication Studies, University of Bucharest (Department of Cultural Anthropology and Communication). He holds an MA and a PhD in Political Science (University of Bucharest). He was involved in two postdoctoral research in social sciences \u2013 the Romanian Academy (2014-2015) and the Research Institute of the University of Bucharest (2018). He is also a columnist at a daily newspaper (\u201cLibertatea\u201d) and copy editor at the \u201cCultura\u201d hebdomadary. His main areas of interest are electoral studies, political communication, cultural and media studies. He has published a couple of papers in peer-reviewed journals such as Space and Polity, East European Politics and Societies, Transitions, Communist and Post-Communist Studies, Representation, Political Science, and Studia Politica.\r\n      <\/p>\r\n      <button onclick=\"toggleBio(this)\">Read more<\/button>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <script>\r\n    function toggleBio(button) {\r\n      const bio = button.previousElementSibling;\r\n      bio.classList.toggle(\"expanded\");\r\n      button.textContent = bio.classList.contains(\"expanded\") ? \"Read less\" : \"Read more\";\r\n    }\r\n  <\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7b308e1 e-grid e-con-full e-con e-parent\" data-id=\"7b308e1\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9392f81 elementor-invisible elementor-widget elementor-widget-html\" data-id=\"9392f81\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>Perfil do Time<\/title>\r\n  <style>\r\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400&family=Poppins:wght@700&display=swap');\r\n\r\n    body {\r\n      font-family: 'Open Sans', sans-serif;\r\n      background-color: #E7E7E7;\r\n      margin: 0;\r\n      padding: 0px;\r\n      display: flex;\r\n      justify-content: left;\r\n      align-items: flex-start;\r\n    }\r\n\r\n    .profile-card {\r\n      width: auto;\r\n      max-width: 300px;\r\n      background-color: #ffffff;\r\n      box-shadow: none;\r\n      border-radius: 20px;\r\n    }\r\n\r\n    .image-container {\r\n      width: 250px;\r\n      height: 250px;\r\n      margin: 16px auto;\r\n      overflow: hidden;\r\n      border-radius: 50%;\r\n    }\r\n\r\n    .image-container img {\r\n      width: 100%;\r\n      height: 100%;\r\n      object-fit: cover;\r\n      transition: transform 0.3s ease;\r\n    }\r\n\r\n    .image-container:hover img {\r\n      transform: scale(1.05);\r\n    }\r\n\r\n    .profile-content {\r\n      text-align: left;\r\n      padding: 0px;\r\n    }\r\n\r\n    .name-email-container {\r\n      background-color: #f0f0f0;\r\n      padding: 8px 8px;\r\n      border-radius: 15px;\r\n      display: auto;\r\n      text-align: center;\r\n      margin-bottom: 8px;\r\n    }\r\n\r\n    .profile-content h3 {\r\n      font-family: 'Poppins', sans-serif;\r\n      color: #0D5FA6;\r\n      margin: 0;\r\n      font-size: 16px;\r\n      font-weight: bold;\r\n    }\r\n\r\n    .profile-content p.email {\r\n      font-family: 'Open Sans', sans-serif;\r\n      color: #7A7A7A;\r\n      font-size: 14px;\r\n      margin: 5px 0 0;\r\n      word-wrap: break-word;\r\n    }\r\n\r\n    .profile-content .bio {\r\n      font-family: 'Open Sans', sans-serif;\r\n      color: #54595F;\r\n      font-size: 14px;\r\n      line-height: 1.6;\r\n      overflow: hidden;\r\n      display: -webkit-box;\r\n      -webkit-line-clamp: 3;\r\n      -webkit-box-orient: vertical;\r\n      margin: 10px 0;\r\n    }\r\n\r\n    .bio.expanded {\r\n      -webkit-line-clamp: unset;\r\n    }\r\n\r\n    .profile-content button {\r\n      color: #0D5FA6;\r\n      border: none;\r\n      background: none;\r\n      font-size: 14px;\r\n      cursor: pointer;\r\n      font-weight: bold;\r\n      margin: 0 !important;\r\n      padding: 0;\r\n    }\r\n\r\n    .profile-content button:hover {\r\n      text-decoration: underline;\r\n    }\r\n\r\n    @media (max-width: 600px) {\r\n      .profile-card {\r\n        width: 100%;\r\n        max-width: none;\r\n      }\r\n\r\n      .image-container {\r\n        width: 100px;\r\n        height: 100px;\r\n      }\r\n\r\n      .image-container img {\r\n        width: 100%;\r\n        height: 100%;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <div class=\"profile-card\">\r\n    <div class=\"image-container\">\r\n      <img decoding=\"async\" src=\"https:\/\/just4mpa.unibuc.ro\/wp-content\/uploads\/2024\/11\/Fernando.jpg\" alt=\"Fernando Varga\">\r\n    <\/div>\r\n    <div class=\"profile-content\">\r\n      <div class=\"name-email-container\">\r\n        <h3>Fernando Varga<\/h3>\r\n        <p class=\"email\">varga.fernando [at] yahoo.com<\/p>\r\n      <\/div>\r\n      <p class=\"bio\">\r\n        Fernando Varga is a third-year Ph.D. Student at the Doctoral School of Sociology at Babe\u0219-Bolyai University. He earned his Bachelor\u2019s degree in Political Science in 2019 from the Faculty of Political, Administrative and Communication Sciences (FSPAC), followed by a Master\u2019s degree in Research Design and Data Analysis in 2021 from the same faculty. His research thesis focuses on the pathways of Roma students in Romania as they enter and complete higher education. From 2020 to 2023, Varga worked as a research assistant at the World Bank and the Department of Political Sciences at Babe\u0219-Bolyai University, where he continues contributing. His main areas of interest encompass children\u2019s rights, racial studies, the integration of Roma communities, access to education for the Roma, combating poverty, and eradicating prejudice and discrimination.\r\n      <\/p>\r\n      <button onclick=\"toggleBio(this)\">Read more<\/button>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <script>\r\n    function toggleBio(button) {\r\n      const bio = button.previousElementSibling;\r\n      bio.classList.toggle(\"expanded\");\r\n      button.textContent = bio.classList.contains(\"expanded\") ? \"Read less\" : \"Read more\";\r\n    }\r\n  <\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a9709a3 elementor-invisible elementor-widget elementor-widget-html\" data-id=\"a9709a3\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>Perfil do Time<\/title>\r\n  <style>\r\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400&family=Poppins:wght@700&display=swap');\r\n\r\n    body {\r\n      font-family: 'Open Sans', sans-serif;\r\n      background-color: #E7E7E7;\r\n      margin: 0;\r\n      padding: 0px;\r\n      display: flex;\r\n      justify-content: left;\r\n      align-items: flex-start;\r\n    }\r\n\r\n    .profile-card {\r\n      width: auto;\r\n      max-width: 300px;\r\n      background-color: #ffffff;\r\n      box-shadow: none;\r\n      border-radius: 20px;\r\n    }\r\n\r\n    .image-container {\r\n      width: 250px;\r\n      height: 250px;\r\n      margin: 16px auto;\r\n      overflow: hidden;\r\n      border-radius: 50%;\r\n    }\r\n\r\n    .image-container img {\r\n      width: 100%;\r\n      height: 100%;\r\n      object-fit: cover;\r\n      transition: transform 0.3s ease;\r\n    }\r\n\r\n    .image-container:hover img {\r\n      transform: scale(1.05);\r\n    }\r\n\r\n    .profile-content {\r\n      text-align: left;\r\n      padding: 0px;\r\n    }\r\n\r\n    .name-email-container {\r\n      background-color: #f0f0f0;\r\n      padding: 8px 8px;\r\n      border-radius: 15px;\r\n      display: auto;\r\n      text-align: center;\r\n      margin-bottom: 8px;\r\n    }\r\n\r\n    .profile-content h3 {\r\n      font-family: 'Poppins', sans-serif;\r\n      color: #0D5FA6;\r\n      margin: 0;\r\n      font-size: 16px;\r\n      font-weight: bold;\r\n    }\r\n\r\n    .profile-content p.email {\r\n      font-family: 'Open Sans', sans-serif;\r\n      color: #7A7A7A;\r\n      font-size: 14px;\r\n      margin: 5px 0 0;\r\n      word-wrap: break-word;\r\n    }\r\n\r\n    .profile-content .bio {\r\n      font-family: 'Open Sans', sans-serif;\r\n      color: #54595F;\r\n      font-size: 14px;\r\n      line-height: 1.6;\r\n      overflow: hidden;\r\n      display: -webkit-box;\r\n      -webkit-line-clamp: 3;\r\n      -webkit-box-orient: vertical;\r\n      margin: 10px 0;\r\n    }\r\n\r\n    .bio.expanded {\r\n      -webkit-line-clamp: unset;\r\n    }\r\n\r\n    .profile-content button {\r\n      color: #0D5FA6;\r\n      border: none;\r\n      background: none;\r\n      font-size: 14px;\r\n      cursor: pointer;\r\n      font-weight: bold;\r\n      margin: 0 !important;\r\n      padding: 0;\r\n    }\r\n\r\n    .profile-content button:hover {\r\n      text-decoration: underline;\r\n    }\r\n\r\n    @media (max-width: 600px) {\r\n      .profile-card {\r\n        width: 100%;\r\n        max-width: none;\r\n      }\r\n\r\n      .image-container {\r\n        width: 100px;\r\n        height: 100px;\r\n      }\r\n\r\n      .image-container img {\r\n        width: 100%;\r\n        height: 100%;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <div class=\"profile-card\">\r\n    <div class=\"image-container\">\r\n      <img decoding=\"async\" src=\"https:\/\/just4mpa.unibuc.ro\/wp-content\/uploads\/2025\/10\/Serban-scaled.jpg\" alt=\"Serban-scaled\">\r\n    <\/div>\r\n    <div class=\"profile-content\">\r\n      <div class=\"name-email-container\">\r\n        <h3>\u0218erban Ioan Daniel<\/h3>\r\n        <p class=\"email\">serbanioandaniel [at] gmail.com<\/p>\r\n      <\/div>\r\n      <p class=\"bio\">\r\n        Ionu\u021b \u0218erban is currently a Remote Sensing and GIS Researcher at the University of Bucharest. He also works as a Remote Sensing and GIS Scientist at Terrasigna, where he contributes to multiple international Earth Observation projects focused on marine and coastal monitoring.\r\nHe earned his PhD in Geography at the Faculty of Geography, University of Bucharest. The research focused on assessing water transparency in the northwestern Black Sea based on Earth Observation data. His work explores how in situ measurements of water optical properties can be used to retrieve water quality parameters from remote sensing reflectance, with a particular focus on water transparency.\r\nHe has also gained international research experience as a Fulbright Visiting Researcher at the Optical Oceanography Laboratory, University of Massachusetts Boston, where he focused on deriving Secchi Disk Depth from satellite images. \r\nHis main areas of interest include remote sensing, optical oceanography and the use of Earth Observation data for monitoring water quality parameters in marine and coastal ecosystems.\r\n\r\n      <\/p>\r\n      <button onclick=\"toggleBio(this)\">Read more<\/button>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <script>\r\n    function toggleBio(button) {\r\n      const bio = button.previousElementSibling;\r\n      bio.classList.toggle(\"expanded\");\r\n      button.textContent = bio.classList.contains(\"expanded\") ? \"Read less\" : \"Read more\";\r\n    }\r\n  <\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0a97f42 elementor-invisible elementor-widget elementor-widget-html\" data-id=\"0a97f42\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>Perfil do Time<\/title>\r\n  <style>\r\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400&family=Poppins:wght@700&display=swap');\r\n\r\n    body {\r\n      font-family: 'Open Sans', sans-serif;\r\n      background-color: #E7E7E7;\r\n      margin: 0;\r\n      padding: 0px;\r\n      display: flex;\r\n      justify-content: left;\r\n      align-items: flex-start;\r\n    }\r\n\r\n    .profile-card {\r\n      width: auto;\r\n      max-width: 300px;\r\n      background-color: #ffffff;\r\n      box-shadow: none;\r\n      border-radius: 20px;\r\n    }\r\n\r\n    .image-container {\r\n      width: 250px;\r\n      height: 250px;\r\n      margin: 16px auto;\r\n      overflow: hidden;\r\n      border-radius: 50%;\r\n    }\r\n\r\n    .image-container img {\r\n      width: 100%;\r\n      height: 100%;\r\n      object-fit: cover;\r\n      transition: transform 0.3s ease;\r\n    }\r\n\r\n    .image-container:hover img {\r\n      transform: scale(1.05);\r\n    }\r\n\r\n    .profile-content {\r\n      text-align: left;\r\n      padding: 0px;\r\n    }\r\n\r\n    .name-email-container {\r\n      background-color: #f0f0f0;\r\n      padding: 8px 8px;\r\n      border-radius: 15px;\r\n      display: auto;\r\n      text-align: center;\r\n      margin-bottom: 8px;\r\n    }\r\n\r\n    .profile-content h3 {\r\n      font-family: 'Poppins', sans-serif;\r\n      color: #0D5FA6;\r\n      margin: 0;\r\n      font-size: 16px;\r\n      font-weight: bold;\r\n    }\r\n\r\n    .profile-content p.email {\r\n      font-family: 'Open Sans', sans-serif;\r\n      color: #7A7A7A;\r\n      font-size: 14px;\r\n      margin: 5px 0 0;\r\n      word-wrap: break-word;\r\n    }\r\n\r\n    .profile-content .bio {\r\n      font-family: 'Open Sans', sans-serif;\r\n      color: #54595F;\r\n      font-size: 14px;\r\n      line-height: 1.6;\r\n      overflow: hidden;\r\n      display: -webkit-box;\r\n      -webkit-line-clamp: 3;\r\n      -webkit-box-orient: vertical;\r\n      margin: 10px 0;\r\n    }\r\n\r\n    .bio.expanded {\r\n      -webkit-line-clamp: unset;\r\n    }\r\n\r\n    .profile-content button {\r\n      color: #0D5FA6;\r\n      border: none;\r\n      background: none;\r\n      font-size: 14px;\r\n      cursor: pointer;\r\n      font-weight: bold;\r\n      margin: 0 !important;\r\n      padding: 0;\r\n    }\r\n\r\n    .profile-content button:hover {\r\n      text-decoration: underline;\r\n    }\r\n\r\n    @media (max-width: 600px) {\r\n      .profile-card {\r\n        width: 100%;\r\n        max-width: none;\r\n      }\r\n\r\n      .image-container {\r\n        width: 100px;\r\n        height: 100px;\r\n      }\r\n\r\n      .image-container img {\r\n        width: 100%;\r\n        height: 100%;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <div class=\"profile-card\">\r\n    <div class=\"image-container\">\r\n      <img decoding=\"async\" src=\"https:\/\/just4mpa.unibuc.ro\/wp-content\/uploads\/2025\/10\/ruxandra-01.png\" alt=\"ruxandra\">\r\n    <\/div>\r\n    <div class=\"profile-content\">\r\n      <div class=\"name-email-container\">\r\n        <h3>Ruxandra P\u0103duraru<\/h3>\r\n        <p class=\"email\">ruxandra.paduraru [at] s.unibuc.ro<\/p>\r\n      <\/div>\r\n      <p class=\"bio\">\r\n        Ruxandra P\u0103duraru is an anthropologist and PhD candidate at the Doctoral School of Sociology, University of Bucharest. She teaches seminars in political anthropology, classical sociological theories, and climate and environment at the Faculty of Sociology and Social Work. Research assistant in architecture at the \u201cIon Mincu\u201d University of Architecture and Urbanism. She has worked on applied anthropology and participatory urbanism projects. Her research and writing focus on urban infrastructures, multispecies ecologies, and the Danube Delta. She has conducted research over the course of eight years in Chilia Veche (Danube Delta), a space where the ruins of socialist modernization intersect with migration, tourism, nature as protected heritage. She was also part of the organizing and coordinating team of the project Patrimoniu ABC \u2013 Cu antropologia la pas prin B\u0103l\u0103n \u0219i Chilia Veche (2024, co-funded by AFCN), carried out within the Antropedia organization. The project documented and activated the intangible heritage of the two localities through field research, interdisciplinary residencies, permanent and mixed exhibitions, guided cultural routes (with QR codes), and a compendium of good practices in heritage-making.\r\n      <\/p>\r\n      <button onclick=\"toggleBio(this)\">Read more<\/button>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <script>\r\n    function toggleBio(button) {\r\n      const bio = button.previousElementSibling;\r\n      bio.classList.toggle(\"expanded\");\r\n      button.textContent = bio.classList.contains(\"expanded\") ? \"Read less\" : \"Read more\";\r\n    }\r\n  <\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b36a29a e-grid e-con-full e-con e-parent\" data-id=\"b36a29a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c865b56 elementor-invisible elementor-widget elementor-widget-html\" data-id=\"c865b56\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>Perfil do Time<\/title>\r\n  <style>\r\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400&family=Poppins:wght@700&display=swap');\r\n\r\n    body {\r\n      font-family: 'Open Sans', sans-serif;\r\n      background-color: #E7E7E7;\r\n      margin: 0;\r\n      padding: 0px;\r\n      display: flex;\r\n      justify-content: left;\r\n      align-items: flex-start;\r\n    }\r\n\r\n    .profile-card {\r\n      width: auto;\r\n      max-width: 300px;\r\n      background-color: #ffffff;\r\n      box-shadow: none;\r\n      border-radius: 20px;\r\n    }\r\n\r\n    .image-container {\r\n      width: 250px;\r\n      height: 250px;\r\n      margin: 16px auto;\r\n      overflow: hidden;\r\n      border-radius: 50%;\r\n    }\r\n\r\n    .image-container img {\r\n      width: 100%;\r\n      height: 100%;\r\n      object-fit: cover;\r\n      transition: transform 0.3s ease;\r\n    }\r\n\r\n    .image-container:hover img {\r\n      transform: scale(1.05);\r\n    }\r\n\r\n    .profile-content {\r\n      text-align: left;\r\n      padding: 0px;\r\n    }\r\n\r\n    .name-email-container {\r\n      background-color: #f0f0f0;\r\n      padding: 8px 8px;\r\n      border-radius: 15px;\r\n      display: auto;\r\n      text-align: center;\r\n      margin-bottom: 8px;\r\n    }\r\n\r\n    .profile-content h3 {\r\n      font-family: 'Poppins', sans-serif;\r\n      color: #0D5FA6;\r\n      margin: 0;\r\n      font-size: 16px;\r\n      font-weight: bold;\r\n    }\r\n\r\n    .profile-content p.email {\r\n      font-family: 'Open Sans', sans-serif;\r\n      color: #7A7A7A;\r\n      font-size: 14px;\r\n      margin: 5px 0 0;\r\n      word-wrap: break-word;\r\n    }\r\n\r\n    .profile-content .bio {\r\n      font-family: 'Open Sans', sans-serif;\r\n      color: #54595F;\r\n      font-size: 14px;\r\n      line-height: 1.6;\r\n      overflow: hidden;\r\n      display: -webkit-box;\r\n      -webkit-line-clamp: 3;\r\n      -webkit-box-orient: vertical;\r\n      margin: 10px 0;\r\n    }\r\n\r\n    .bio.expanded {\r\n      -webkit-line-clamp: unset;\r\n    }\r\n\r\n    .profile-content button {\r\n      color: #0D5FA6;\r\n      border: none;\r\n      background: none;\r\n      font-size: 14px;\r\n      cursor: pointer;\r\n      font-weight: bold;\r\n      margin: 0 !important;\r\n      padding: 0;\r\n    }\r\n\r\n    .profile-content button:hover {\r\n      text-decoration: underline;\r\n    }\r\n\r\n    @media (max-width: 600px) {\r\n      .profile-card {\r\n        width: 100%;\r\n        max-width: none;\r\n      }\r\n\r\n      .image-container {\r\n        width: 100px;\r\n        height: 100px;\r\n      }\r\n\r\n      .image-container img {\r\n        width: 100%;\r\n        height: 100%;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <div class=\"profile-card\">\r\n    <div class=\"image-container\">\r\n      <img decoding=\"async\" src=\"https:\/\/just4mpa.unibuc.ro\/wp-content\/uploads\/2025\/11\/Raluca-Gabriela_NICOARA.jpg\" alt=\"Raluca-Gabriela_NICOARA\">\r\n    <\/div>\r\n    <div class=\"profile-content\">\r\n      <div class=\"name-email-container\">\r\n        <h3>Raluca Gabriela Nicoar\u0103<\/h3>\r\n        <p class=\"email\">gabriela_nicoara2012 [at] yahoo.com<\/p>\r\n      <\/div>\r\n      <p class=\"bio\">\r\n        Gabriela is a 2nd year PhD student at the University of Craiova, Doctoral School of Sciences, Geography field. She has a degree in Geography and has completed 2 master's programs, Applied Geography and Tourism Resources Evaluation in 2024 and Environmental Impact Analysis and Assessment, in 2021, at the \"Ovidius\" University of Constan\u021ba.\r\nHer research activity focuses specifically on the study of European agricultural policies, the impact of European funds and subsidies on the rural agricultural sector in Romania.\r\nShe has also been a research assistant in projects targeting changes in land use in Romania and I is currently a teacher (Geography Professor) in pre-university education in the city of Constan\u021ba.\r\n\r\n\r\n      <\/p>\r\n      <button onclick=\"toggleBio(this)\">Read more<\/button>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <script>\r\n    function toggleBio(button) {\r\n      const bio = button.previousElementSibling;\r\n      bio.classList.toggle(\"expanded\");\r\n      button.textContent = bio.classList.contains(\"expanded\") ? \"Read less\" : \"Read more\";\r\n    }\r\n  <\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ce57ff6 elementor-invisible elementor-widget elementor-widget-html\" data-id=\"ce57ff6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>Perfil do Time<\/title>\r\n  <style>\r\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400&family=Poppins:wght@700&display=swap');\r\n\r\n    body {\r\n      font-family: 'Open Sans', sans-serif;\r\n      background-color: #E7E7E7;\r\n      margin: 0;\r\n      padding: 0px;\r\n      display: flex;\r\n      justify-content: left;\r\n      align-items: flex-start;\r\n    }\r\n\r\n    .profile-card {\r\n      width: auto;\r\n      max-width: 300px;\r\n      background-color: #ffffff;\r\n      box-shadow: none;\r\n      border-radius: 20px;\r\n    }\r\n\r\n    .image-container {\r\n      width: 250px;\r\n      height: 250px;\r\n      margin: 16px auto;\r\n      overflow: hidden;\r\n      border-radius: 50%;\r\n    }\r\n\r\n    .image-container img {\r\n      width: 100%;\r\n      height: 100%;\r\n      object-fit: cover;\r\n      transition: transform 0.3s ease;\r\n    }\r\n\r\n    .image-container:hover img {\r\n      transform: scale(1.05);\r\n    }\r\n\r\n    .profile-content {\r\n      text-align: left;\r\n      padding: 0px;\r\n    }\r\n\r\n    .name-email-container {\r\n      background-color: #f0f0f0;\r\n      padding: 8px 8px;\r\n      border-radius: 15px;\r\n      display: auto;\r\n      text-align: center;\r\n      margin-bottom: 8px;\r\n    }\r\n\r\n    .profile-content h3 {\r\n      font-family: 'Poppins', sans-serif;\r\n      color: #0D5FA6;\r\n      margin: 0;\r\n      font-size: 16px;\r\n      font-weight: bold;\r\n    }\r\n\r\n    .profile-content p.email {\r\n      font-family: 'Open Sans', sans-serif;\r\n      color: #7A7A7A;\r\n      font-size: 14px;\r\n      margin: 5px 0 0;\r\n      word-wrap: break-word;\r\n    }\r\n\r\n    .profile-content .bio {\r\n      font-family: 'Open Sans', sans-serif;\r\n      color: #54595F;\r\n      font-size: 14px;\r\n      line-height: 1.6;\r\n      overflow: hidden;\r\n      display: -webkit-box;\r\n      -webkit-line-clamp: 3;\r\n      -webkit-box-orient: vertical;\r\n      margin: 10px 0;\r\n    }\r\n\r\n    .bio.expanded {\r\n      -webkit-line-clamp: unset;\r\n    }\r\n\r\n    .profile-content button {\r\n      color: #0D5FA6;\r\n      border: none;\r\n      background: none;\r\n      font-size: 14px;\r\n      cursor: pointer;\r\n      font-weight: bold;\r\n      margin: 0 !important;\r\n      padding: 0;\r\n    }\r\n\r\n    .profile-content button:hover {\r\n      text-decoration: underline;\r\n    }\r\n\r\n    @media (max-width: 600px) {\r\n      .profile-card {\r\n        width: 100%;\r\n        max-width: none;\r\n      }\r\n\r\n      .image-container {\r\n        width: 100px;\r\n        height: 100px;\r\n      }\r\n\r\n      .image-container img {\r\n        width: 100%;\r\n        height: 100%;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <div class=\"profile-card\">\r\n    <div class=\"image-container\">\r\n      <img decoding=\"async\" src=\"https:\/\/just4mpa.unibuc.ro\/wp-content\/uploads\/2025\/11\/Florin_Miron1-01.png\" alt=\"Florin_Miron1-01\">\r\n    <\/div>\r\n    <div class=\"profile-content\">\r\n      <div class=\"name-email-container\">\r\n        <h3>Florin Miron<\/h3>\r\n        <p class=\"email\">florin.miron [at] s.unibuc.ro<\/p>\r\n      <\/div>\r\n      <p class=\"bio\">\r\n        Florin Miron is a first-year PhD student at the \"Simion Mehedin\u021bi\" Doctoral School of Geography\u201d within the Faculty of Geography, University of Bucharest. He obtained his Bachelor's degree in Cartography in 2023, followed by a Master\u2019s degree in Geographic Information Systems (GIS) from the same institution.\r\n\r\nHis doctoral research focuses on the hydrodynamics and connectivity of the world\u2019s deltas in the context of climate change, integrating advanced tools from geoscience, machine learning, and deep learning.\r\n\r\nFlorin currently works as a Remote Sensing and GIS Scientist at Terrasigna, contributing to several international Earth Observation projects dedicated to marine and coastal monitoring. He is also a researcher at the Sf\u00e2ntu Gheorghe Marine and Fluvial Research Station (SCMF) and the Research Institute of the University of Bucharest (ICUB).\r\n\r\nHe has participated in multiple research projects and received various grants and fellowships, including Erasmus mobilities in Greece and Austria, a CNRS internship in France, and DOORS project. He is currently involved in the EO-PERSIST project in Poland.\r\n\r\nHis main research interests include coastal geomorphology, morpho- and hydrodynamics across different spatial and temporal scales, Earth Observation-based analysis of coastal processes and morphology, coastal hazards and related risks, as well as machine learning, deep learning, flood risk modeling, cloud-based geoprocessing, and field measurements.\r\n\r\n\r\n      <\/p>\r\n      <button onclick=\"toggleBio(this)\">Read more<\/button>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <script>\r\n    function toggleBio(button) {\r\n      const bio = button.previousElementSibling;\r\n      bio.classList.toggle(\"expanded\");\r\n      button.textContent = bio.classList.contains(\"expanded\") ? \"Read less\" : \"Read more\";\r\n    }\r\n  <\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b61adf4 elementor-invisible elementor-widget elementor-widget-html\" data-id=\"b61adf4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>Perfil do Time<\/title>\r\n  <style>\r\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400&family=Poppins:wght@700&display=swap');\r\n\r\n    body {\r\n      font-family: 'Open Sans', sans-serif;\r\n      background-color: #E7E7E7;\r\n      margin: 0;\r\n      padding: 0px;\r\n      display: flex;\r\n      justify-content: left;\r\n      align-items: flex-start;\r\n    }\r\n\r\n    .profile-card {\r\n      width: auto;\r\n      max-width: 300px;\r\n      background-color: #ffffff;\r\n      box-shadow: none;\r\n      border-radius: 20px;\r\n    }\r\n\r\n    .image-container {\r\n      width: 250px;\r\n      height: 250px;\r\n      margin: 16px auto;\r\n      overflow: hidden;\r\n      border-radius: 50%;\r\n    }\r\n\r\n    .image-container img {\r\n      width: 100%;\r\n      height: 100%;\r\n      object-fit: cover;\r\n      transition: transform 0.3s ease;\r\n    }\r\n\r\n    .image-container:hover img {\r\n      transform: scale(1.05);\r\n    }\r\n\r\n    .profile-content {\r\n      text-align: left;\r\n      padding: 0px;\r\n    }\r\n\r\n    .name-email-container {\r\n      background-color: #f0f0f0;\r\n      padding: 8px 8px;\r\n      border-radius: 15px;\r\n      display: auto;\r\n      text-align: center;\r\n      margin-bottom: 8px;\r\n    }\r\n\r\n    .profile-content h3 {\r\n      font-family: 'Poppins', sans-serif;\r\n      color: #0D5FA6;\r\n      margin: 0;\r\n      font-size: 16px;\r\n      font-weight: bold;\r\n    }\r\n\r\n    .profile-content p.email {\r\n      font-family: 'Open Sans', sans-serif;\r\n      color: #7A7A7A;\r\n      font-size: 14px;\r\n      margin: 5px 0 0;\r\n      word-wrap: break-word;\r\n    }\r\n\r\n    .profile-content .bio {\r\n      font-family: 'Open Sans', sans-serif;\r\n      color: #54595F;\r\n      font-size: 14px;\r\n      line-height: 1.6;\r\n      overflow: hidden;\r\n      display: -webkit-box;\r\n      -webkit-line-clamp: 3;\r\n      -webkit-box-orient: vertical;\r\n      margin: 10px 0;\r\n    }\r\n\r\n    .bio.expanded {\r\n      -webkit-line-clamp: unset;\r\n    }\r\n\r\n    .profile-content button {\r\n      color: #0D5FA6;\r\n      border: none;\r\n      background: none;\r\n      font-size: 14px;\r\n      cursor: pointer;\r\n      font-weight: bold;\r\n      margin: 0 !important;\r\n      padding: 0;\r\n    }\r\n\r\n    .profile-content button:hover {\r\n      text-decoration: underline;\r\n    }\r\n\r\n    @media (max-width: 600px) {\r\n      .profile-card {\r\n        width: 100%;\r\n        max-width: none;\r\n      }\r\n\r\n      .image-container {\r\n        width: 100px;\r\n        height: 100px;\r\n      }\r\n\r\n      .image-container img {\r\n        width: 100%;\r\n        height: 100%;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <div class=\"profile-card\">\r\n    <div class=\"image-container\">\r\n      <img decoding=\"async\" src=\"https:\/\/just4mpa.unibuc.ro\/wp-content\/uploads\/2025\/11\/photo_JUST4MPA.jpg\" alt=\"Florin_Miron1-01\">\r\n    <\/div>\r\n    <div class=\"profile-content\">\r\n      <div class=\"name-email-container\">\r\n        <h3>Alexandru Berbecariu<\/h3>\r\n        <p class=\"email\">alexandru.berbecariu@s.unibuc.ro<\/p>\r\n      <\/div>\r\n      <p class=\"bio\">\r\n        Alexandru Berbecariu is a PhD researcher and coastal geomorphologist. Within the JUST4MPA project, his work focuses on shoreline dynamics in marine protected areas, using remote sensing and GIS to quantify erosion and accretion rates, map coastal sectors and relate these physical changes to socio-economic indicators. This approach combines high-resolution time series of shoreline change with information on coastal infrastructure and socio-economic conditions, with the aim of indicating where management and conservation measures may need adjustment in the context of \u201cblue\u201d and climate-resilient policies.\r\nHis academic background includes two master\u2019s degrees: one in Environmental Geosciences from Aix-Marseille University (CEREGE) and one in Geomorphology-Cartography with Survey Elements from the University of Bucharest, Faculty of Geography, with theses dedicated to high temporal-resolution analyses of deltaic shoreline evolution under climate change via Google Earth Engine.\r\nHe was also involved in other research projects, such as ClimaLAND, which examines how climate-sensitive environments (the Carpathians and the Danube Delta) respond to warming, sea-level rise and extreme events, and ChronoCaRP, which investigates climate and tectonics-driven surface processes in the Southern Carpathians and Northern Balkan Mountains. Furthermore, Alexandru has worked as a research intern in the EO-PERSIST project at CloudFerro (Warsaw, Poland), using cloud-based satellite data to analyse coastal change in Arctic environments in relation to permafrost thawing, sea-ice melting and river discharge.\r\n\r\n\r\n      <\/p>\r\n      <button onclick=\"toggleBio(this)\">Read more<\/button>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <script>\r\n    function toggleBio(button) {\r\n      const bio = button.previousElementSibling;\r\n      bio.classList.toggle(\"expanded\");\r\n      button.textContent = bio.classList.contains(\"expanded\") ? \"Read less\" : \"Read more\";\r\n    }\r\n  <\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ec15398 e-grid e-con-full e-con e-parent\" data-id=\"ec15398\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fbf0621 elementor-invisible elementor-widget elementor-widget-html\" data-id=\"fbf0621\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>Perfil do Time<\/title>\r\n  <style>\r\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400&family=Poppins:wght@700&display=swap');\r\n\r\n    body {\r\n      font-family: 'Open Sans', sans-serif;\r\n      background-color: #E7E7E7;\r\n      margin: 0;\r\n      padding: 0px;\r\n      display: flex;\r\n      justify-content: left;\r\n      align-items: flex-start;\r\n    }\r\n\r\n    .profile-card {\r\n      width: auto;\r\n      max-width: 300px;\r\n      background-color: #ffffff;\r\n      box-shadow: none;\r\n      border-radius: 20px;\r\n    }\r\n\r\n    .image-container {\r\n      width: 250px;\r\n      height: 250px;\r\n      margin: 16px auto;\r\n      overflow: hidden;\r\n      border-radius: 50%;\r\n    }\r\n\r\n    .image-container img {\r\n      width: 100%;\r\n      height: 100%;\r\n      object-fit: cover;\r\n      transition: transform 0.3s ease;\r\n    }\r\n\r\n    .image-container:hover img {\r\n      transform: scale(1.05);\r\n    }\r\n\r\n    .profile-content {\r\n      text-align: left;\r\n      padding: 0px;\r\n    }\r\n\r\n    .name-email-container {\r\n      background-color: #f0f0f0;\r\n      padding: 8px 8px;\r\n      border-radius: 15px;\r\n      display: auto;\r\n      text-align: center;\r\n      margin-bottom: 8px;\r\n    }\r\n\r\n    .profile-content h3 {\r\n      font-family: 'Poppins', sans-serif;\r\n      color: #0D5FA6;\r\n      margin: 0;\r\n      font-size: 16px;\r\n      font-weight: bold;\r\n    }\r\n\r\n    .profile-content p.email {\r\n      font-family: 'Open Sans', sans-serif;\r\n      color: #7A7A7A;\r\n      font-size: 14px;\r\n      margin: 5px 0 0;\r\n      word-wrap: break-word;\r\n    }\r\n\r\n    .profile-content .bio {\r\n      font-family: 'Open Sans', sans-serif;\r\n      color: #54595F;\r\n      font-size: 14px;\r\n      line-height: 1.6;\r\n      overflow: hidden;\r\n      display: -webkit-box;\r\n      -webkit-line-clamp: 3;\r\n      -webkit-box-orient: vertical;\r\n      margin: 10px 0;\r\n    }\r\n\r\n    .bio.expanded {\r\n      -webkit-line-clamp: unset;\r\n    }\r\n\r\n    .profile-content button {\r\n      color: #0D5FA6;\r\n      border: none;\r\n      background: none;\r\n      font-size: 14px;\r\n      cursor: pointer;\r\n      font-weight: bold;\r\n      margin: 0 !important;\r\n      padding: 0;\r\n    }\r\n\r\n    .profile-content button:hover {\r\n      text-decoration: underline;\r\n    }\r\n\r\n    @media (max-width: 600px) {\r\n      .profile-card {\r\n        width: 100%;\r\n        max-width: none;\r\n      }\r\n\r\n      .image-container {\r\n        width: 100px;\r\n        height: 100px;\r\n      }\r\n\r\n      .image-container img {\r\n        width: 100%;\r\n        height: 100%;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <div class=\"profile-card\">\r\n    <div class=\"image-container\">\r\n      <img decoding=\"async\" src=\"https:\/\/just4mpa.unibuc.ro\/wp-content\/uploads\/2026\/04\/daniel_ivanov.png\">\r\n    <\/div>\r\n    <div class=\"profile-content\">\r\n      <div class=\"name-email-container\">\r\n        <h3>Daniel Ivanov<\/h3>\r\n        <p <\/p>\r\n      <\/div>\r\n      <p class=\"bio\">\r\n        Daniel Ivanov is an employee of the University of Bucharest, Faculty of Geography, working at the Sf\u00e2ntu Gheorghe Research Station, where he holds the position of Technician II. He is highly regarded among researchers for his essential contributions to spatial data collection activities, as well as for carrying out scientific measurements specific to marine research, including topographic, bathymetric measurements, and drilling operations.\r\n\r\nHe stands out for his inventiveness and his ability to quickly identify effective solutions to challenges encountered during fieldwork. He is also an excellent local guide, possessing an in-depth knowledge of the complex navigable routes within the access channels of the Danube Delta.\r\n\r\n\r\n      <\/p>\r\n      <button onclick=\"toggleBio(this)\">Read more<\/button>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <script>\r\n    function toggleBio(button) {\r\n      const bio = button.previousElementSibling;\r\n      bio.classList.toggle(\"expanded\");\r\n      button.textContent = bio.classList.contains(\"expanded\") ? \"Read less\" : \"Read more\";\r\n    }\r\n  <\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Meet who we are Perfil do Time Priscila Lopes priscila.lopes [at] ufrn.br Priscila Lopes is an associate professor at the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":260,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_theme","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-123","page","type-page","status-publish","has-post-thumbnail","hentry"],"rttpg_featured_image_url":{"full":["https:\/\/just4mpa.unibuc.ro\/wp-content\/uploads\/2024\/06\/Fotografii-aeriene-Dobrogea-Delta-Dunarii-2.jpg",1600,900,false],"landscape":["https:\/\/just4mpa.unibuc.ro\/wp-content\/uploads\/2024\/06\/Fotografii-aeriene-Dobrogea-Delta-Dunarii-2.jpg",1600,900,false],"portraits":["https:\/\/just4mpa.unibuc.ro\/wp-content\/uploads\/2024\/06\/Fotografii-aeriene-Dobrogea-Delta-Dunarii-2.jpg",1600,900,false],"thumbnail":["https:\/\/just4mpa.unibuc.ro\/wp-content\/uploads\/2024\/06\/Fotografii-aeriene-Dobrogea-Delta-Dunarii-2-150x150.jpg",150,150,true],"medium":["https:\/\/just4mpa.unibuc.ro\/wp-content\/uploads\/2024\/06\/Fotografii-aeriene-Dobrogea-Delta-Dunarii-2-300x169.jpg",300,169,true],"large":["https:\/\/just4mpa.unibuc.ro\/wp-content\/uploads\/2024\/06\/Fotografii-aeriene-Dobrogea-Delta-Dunarii-2-1024x576.jpg",1024,576,true],"1536x1536":["https:\/\/just4mpa.unibuc.ro\/wp-content\/uploads\/2024\/06\/Fotografii-aeriene-Dobrogea-Delta-Dunarii-2-1536x864.jpg",1536,864,true],"2048x2048":["https:\/\/just4mpa.unibuc.ro\/wp-content\/uploads\/2024\/06\/Fotografii-aeriene-Dobrogea-Delta-Dunarii-2.jpg",1600,900,false]},"rttpg_author":{"display_name":"admin_b5efgb2k","author_link":"https:\/\/just4mpa.unibuc.ro\/?author=1"},"rttpg_comment":0,"rttpg_category":null,"rttpg_excerpt":"Meet who we are Perfil do Time Priscila Lopes priscila.lopes [at] ufrn.br Priscila Lopes is an associate professor at the [&hellip;]","_links":{"self":[{"href":"https:\/\/just4mpa.unibuc.ro\/index.php?rest_route=\/wp\/v2\/pages\/123","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/just4mpa.unibuc.ro\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/just4mpa.unibuc.ro\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/just4mpa.unibuc.ro\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/just4mpa.unibuc.ro\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=123"}],"version-history":[{"count":96,"href":"https:\/\/just4mpa.unibuc.ro\/index.php?rest_route=\/wp\/v2\/pages\/123\/revisions"}],"predecessor-version":[{"id":1701,"href":"https:\/\/just4mpa.unibuc.ro\/index.php?rest_route=\/wp\/v2\/pages\/123\/revisions\/1701"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/just4mpa.unibuc.ro\/index.php?rest_route=\/wp\/v2\/media\/260"}],"wp:attachment":[{"href":"https:\/\/just4mpa.unibuc.ro\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=123"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}