{"id":14527,"date":"2026-04-08T09:18:58","date_gmt":"2026-04-08T09:18:58","guid":{"rendered":"https:\/\/www.iavceivolcano.org\/?page_id=14527"},"modified":"2026-05-06T20:26:33","modified_gmt":"2026-05-06T20:26:33","slug":"poll-commission-on-submarine-volcanism","status":"publish","type":"page","link":"https:\/\/www.iavceivolcano.org\/poll-commission-on-submarine-volcanism\/","title":{"rendered":"Poll &#8211; Commission on Submarine Volcanism"},"content":{"rendered":"\n<p>The IAVCEI commission on submarine volcanism is looking for a new leadership team. Please find below the candidates for the respective offices. We are looking for one person per office. The person with more votes wins. (Exception: the chair\/co-chair position: Both candidates will be in the new leadership team. The one with more votes will be the leader, the other one the co-leader.) For all offices, you have one vote. Thank you for participating.<\/p>\n\n\n\r\n<style type=\"text\/css\">\r\n    .block-voting {\r\n        gap: 2rem;\r\n        position: relative;\r\n        display: flex;\r\n        flex-direction: column-reverse;\r\n    }\r\n\r\n    .block-voting-list {\r\n        gap: 2rem;\r\n        display: grid;\r\n        margin: 2rem 0;\r\n    }\r\n\r\n    .block-voting-info:not(:empty) {\r\n        font-size: 1.3rem;\r\n        text-align: center;\r\n        background: #fafafa;\r\n        place-content: center center;\r\n        max-width: 52rem;\r\n        margin: 0 auto;\r\n        padding: 2rem;\r\n        margin-top: 5rem;\r\n        border: 1px solid #dadada;\r\n        width: fit-content;\r\n    }\r\n\r\n    .block-voting .vote {\r\n        display: flex;\r\n        border-radius: 4rem;\r\n        align-items: center;\r\n        background: hsla(0, 0%, 98%, 1);\r\n        border: 1px solid #dadada;\r\n        font-weight: 400;\r\n        line-height: 1.2;\r\n        color: #000;\r\n        flex-wrap: wrap;\r\n        flex-direction: column;\r\n        padding: 2rem 1rem;\r\n        text-align: center;\r\n        white-space: nowrap;\r\n        gap: 2rem;\r\n    }\r\n\r\n    .block-voting .vote:has(input:checked) {\r\n        background: hsl(0deg 100% 97.76%);\r\n        border: 1px solid #ffbbbb;\r\n        box-shadow: 0 0 10px rgb(71 10 10 \/ 20%);\r\n    }\r\n\r\n    .block-voting .vote:hover {\r\n        box-shadow: 0 0 10px rgba(0,0,0,0.2);\r\n    }\r\n\r\n    .block-voting img {\r\n        border-radius: 50%;\r\n        max-width: 8rem;\r\n    }\r\n\r\n    .block-voting img[src*='.svg'] {\r\n        opacity: .3;\r\n    }\r\n\r\n    .block-voting .vote-fullname {\r\n        font-size: 1.5rem;\r\n        font-weight: 600;\r\n        margin-bottom: .2em;\r\n    }\r\n\r\n    .block-voting .vote-content {\r\n        width: 100%;\r\n        white-space: initial;\r\n    }\r\n    .block-voting .vote-content > p {\r\n        margin: 0 0 .2em 0;\r\n        font-size: 90%;\r\n        display: -webkit-box;\r\n        -webkit-line-clamp: 1;\r\n        -webkit-box-orient: vertical;\r\n        overflow: hidden;\r\n        text-overflow: ellipsis;\r\n        transition: max-height 0.3s ease;\r\n        max-height: 1lh;\r\n        cursor: pointer;\r\n        position: relative;\r\n    }\r\n    .block-voting .vote-total {\r\n        font-size: 1.2rem;\r\n        white-space: nowrap;\r\n        font-size: 1rem;\r\n    }\r\n\r\n    .block-voting button {\r\n        font-size: 1.2rem;\r\n        border-radius: 2rem;\r\n        padding: 1rem 2rem;\r\n        border: 0;\r\n        text-transform: uppercase;\r\n        font-weight: bold;\r\n        margin-top: 1rem;\r\n        user-select: none;\r\n    }\r\n\r\n    .block-voting button[disabled] {\r\n        opacity: 0.2;\r\n        pointer-events: none;\r\n    }\r\n\r\n    .block-voting button:hover,\r\n    .block-voting button.active {\r\n        opacity: 1;\r\n    }\r\n\r\n    .block-voting .switch {\r\n        position: relative;\r\n        display: inline-block;\r\n        width: 60px;\r\n        height: 34px;\r\n    }\r\n\r\n    .block-voting .switch input {\r\n        opacity: 0;\r\n        width: 0;\r\n        height: 0;\r\n    }\r\n\r\n    .block-voting .switch > .slider {\r\n        position: absolute;\r\n        cursor: pointer;\r\n        top: 0;\r\n        left: 0;\r\n        right: 0;\r\n        bottom: 0;\r\n        background-color: #ccc;\r\n        -webkit-transition: .4s;\r\n        transition: .4s;\r\n        border-radius: 34px;\r\n    }\r\n\r\n    .block-voting .switch > .slider:before {\r\n        position: absolute;\r\n        content: \"\";\r\n        height: 26px;\r\n        width: 26px;\r\n        left: 4px;\r\n        bottom: 4px;\r\n        background-color: white;\r\n        -webkit-transition: .4s;\r\n        transition: .4s;\r\n        border-radius: 50%;\r\n    }\r\n\r\n    .block-voting input:checked + .slider {\r\n        background-color: #e6332a;\r\n    }\r\n\r\n    .block-voting input:focus + .slider {\r\n        box-shadow: 0 0 1px #e6332a;\r\n    }\r\n\r\n    .block-voting input:checked + .slider:before {\r\n        -webkit-transform: translateX(26px);\r\n        -ms-transform: translateX(26px);\r\n        transform: translateX(26px);\r\n    }\r\n\r\n    .block-voting input[disabled] + .slider {\r\n        pointer-events: none;\r\n        opacity: .7;\r\n    }\r\n\r\n    .block-voting input[disabled]:not(:checked) + .slider {\r\n        opacity: .2;\r\n    }\r\n\r\n    .block-voting h2 + p {\r\n        margin-top: -2rem;\r\n    }\r\n\r\n    @media only screen and (min-width: 768px) {\r\n        .block-voting .vote {\r\n            flex-wrap: inherit;\r\n            gap: 2rem;\r\n            flex-direction: inherit;\r\n            text-align: left;\r\n            padding: 1rem 2rem 1rem 1rem;\r\n        }\r\n        .block-voting button {\r\n            margin-left: auto;\r\n            margin-top: 0;\r\n        }\r\n        .block-voting img {\r\n            max-width: 5rem;\r\n        }\r\n        .block-voting .vote-total {\r\n            margin-left: auto;\r\n        }\r\n    }\r\n    #modal-html img {\r\n        border-radius: 50%;\r\n        max-width: 8rem;\r\n    }\r\n    @media only screen and (min-width: 1080px) {\r\n        #modal-html img {\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            transform: translate(-50%,-50%);\r\n        }\r\n    }\r\n    #modal-html .modal-container-scroll {\r\n        max-height: 78vh;\r\n    }\r\n<\/style>\r\n\r\n<div id=\"voting-block_edbc8b8beb26d24f2c868bc0f78d2d23\" class=\"block-voting\" data-post-id=\"14527\" data-block-id=\"68e2c1a5b3d00\">\r\n    <div class=\"block-voting-list\">\r\n\r\n    \r\n                    \r\n            <h2>Chair \/ Co-Chair<\/h2>\r\n\r\n                        <p>The candidate with more votes will be Chair, the other one Co-Chair.<\/p>\r\n\r\n            \r\n                                            <div class=\"vote\" data-id=\"68e2c1a5b3d4e\">\r\n\r\n                                            <img decoding=\"async\" src=\"https:\/\/www.iavceivolcano.org\/content\/uploads\/2026\/05\/jonas-priene-aspect-ratio-300-300.jpg\" alt=\"Jonas Priene Aspect Ratio 300 300\" \/>\r\n                    \r\n                    <div class=\"vote-content\">\r\n                        <div class=\"vote-fullname\">\r\n                            <strong>Jonas Preine<\/strong>\r\n                        <\/div>\r\n\r\n                                                <p>Woods Hole Oceanographic Institution (USA)<\/p>\r\n                        \r\n                        \r\n                                                <a data-modal=\"modal-html\" data-modal-html=\"vote-modal-68e2c1a5b3d4e\" aria-label=\"Personal details and statement\">Personal details and statement<\/a>\r\n                        <div id=\"vote-modal-68e2c1a5b3d4e\" style=\"display: none\">\r\n                                                            <img decoding=\"async\" src=\"https:\/\/www.iavceivolcano.org\/content\/uploads\/2026\/05\/jonas-priene-aspect-ratio-300-300.jpg\" alt=\"Jonas Priene Aspect Ratio 300 300\" \/>\r\n                            \r\n                            <p style=\"font-size: 2rem;\">Jonas Preine<\/p>\r\n\r\n                            <p>I am a Postdoctoral Researcher in marine geophysics at Woods Hole Oceanographic Institution (WHOI), driven by a long-standing fascination with submarine volcanism and the processes that shape volcanic systems beneath the seafloor. Using seismic waves to image volcanic architecture, my research examines how submarine eruptions, volcanic\u2013tectonic interactions, and mass-wasting events generate geohazards. I integrate multiscale geophysical imaging with constraints from scientific drilling, sediment cores, dredges, and seafloor footage, and have participated in more than 20 marine expeditions across Santorini, the Reykjanes Ridge, the Red Sea, the Azores, the West Pacific, Krakatau, and the Ross Sea.<br \/>\nI have been actively involved in the IAVCEI community through meeting attendance and close collaborations within international volcanology networks. I am also co-organizing the Submarine Volcanism Workshop in Santorini (October 2026) to strengthen interdisciplinary exchange and inclusive community building. As Co-Chair of the IAVCEI Submarine Volcanism Commission, I would build on the work of previous leadership by fostering international collaboration, strengthening the visibility of submarine volcanism within IAVCEI, and supporting early-career scientists and underrepresented groups.<\/p>\n                        <\/div>\r\n                        \r\n                    <\/div>\r\n\r\n                    \r\n                    <div>\r\n                        <label class=\"switch\">\r\n                            <input type=\"radio\"  name=\"group-0\" value=\"68e2c1a5b3d4e\" required>\r\n                            <span class=\"slider round\"><\/span>\r\n                        <\/label>\r\n\r\n                                            <\/div>\r\n\r\n                    <\/div>\r\n                                <div class=\"vote\" data-id=\"68e2c1a5b3d5f\">\r\n\r\n                                            <img decoding=\"async\" src=\"https:\/\/www.iavceivolcano.org\/content\/uploads\/2026\/05\/andrea-verolino-aspect-ratio-300-300.jpg\" alt=\"Andrea Verolino Aspect Ratio 300 300\" \/>\r\n                    \r\n                    <div class=\"vote-content\">\r\n                        <div class=\"vote-fullname\">\r\n                            <strong>Andrea Verolino<\/strong>\r\n                        <\/div>\r\n\r\n                                                <p>Universit\u00e9 Paris Saclay \u2013 G\u00e9osciences Paris Saclay (France)<\/p>\r\n                        \r\n                        \r\n                                                <a data-modal=\"modal-html\" data-modal-html=\"vote-modal-68e2c1a5b3d5f\" aria-label=\"Personal details and statement\">Personal details and statement<\/a>\r\n                        <div id=\"vote-modal-68e2c1a5b3d5f\" style=\"display: none\">\r\n                                                            <img decoding=\"async\" src=\"https:\/\/www.iavceivolcano.org\/content\/uploads\/2026\/05\/andrea-verolino-aspect-ratio-300-300.jpg\" alt=\"Andrea Verolino Aspect Ratio 300 300\" \/>\r\n                            \r\n                            <p style=\"font-size: 2rem;\">Andrea Verolino<\/p>\r\n\r\n                            <p>I am the current Outreach and Engagement officer for the same commission and I would like to re-propose myself. I frequently conduct outreach sessions through \u201cSkype a Scientists\u201d, and engage with the public through radio shows, blogposts and podcasts. I recently became Assistant Professor at Paris Saclay, and through this role I can bring an extra contribution to outreach and engagement in general.<\/p>\n                        <\/div>\r\n                        \r\n                    <\/div>\r\n\r\n                    \r\n                    <div>\r\n                        <label class=\"switch\">\r\n                            <input type=\"radio\"  name=\"group-0\" value=\"68e2c1a5b3d5f\" required>\r\n                            <span class=\"slider round\"><\/span>\r\n                        <\/label>\r\n\r\n                                            <\/div>\r\n\r\n                    <\/div>\r\n                                    \r\n            <h2>Outreach and Engagement Officer<\/h2>\r\n\r\n            \r\n                                            <div class=\"vote\" data-id=\"68e2c1a5c4e6a\">\r\n\r\n                                            <img decoding=\"async\" src=\"https:\/\/www.iavceivolcano.org\/content\/uploads\/2026\/05\/jan-oliver-aspect-ratio-300-300.jpg\" alt=\"Jan Oliver Aspect Ratio 300 300\" \/>\r\n                    \r\n                    <div class=\"vote-content\">\r\n                        <div class=\"vote-fullname\">\r\n                            <strong>Jan Oliver Eisermann<\/strong>\r\n                        <\/div>\r\n\r\n                                                <p>Marine Geophysics and Hydroacoustics, Center for Ocean and Society \u2013 Kiel University (Germany)<\/p>\r\n                        \r\n                        \r\n                                                <a data-modal=\"modal-html\" data-modal-html=\"vote-modal-68e2c1a5c4e6a\" aria-label=\"Personal details and statement\">Personal details and statement<\/a>\r\n                        <div id=\"vote-modal-68e2c1a5c4e6a\" style=\"display: none\">\r\n                                                            <img decoding=\"async\" src=\"https:\/\/www.iavceivolcano.org\/content\/uploads\/2026\/05\/jan-oliver-aspect-ratio-300-300.jpg\" alt=\"Jan Oliver Aspect Ratio 300 300\" \/>\r\n                            \r\n                            <p style=\"font-size: 2rem;\">Jan Oliver Eisermann<\/p>\r\n\r\n                            <p>I am a researcher at the Centre for Ocean and Society, working within the Marine Hazards Group. My background is in structural geology and hydroacoustics, and my research focuses on the interaction between tectonic processes and volcanism in different geodynamic settings. I have conducted fieldwork studying volcanic hazards in Patagonia and the Aegean Sea, as well as onshore and offshore fieldwork on mid-ocean-ridge volcanism in Iceland.<br \/>\nOutreach and knowledge transfer are integral to my research activities. I develop scalable workflows that translate complex, data-driven marine volcanic hazard scenarios into accessible formats using advanced visualisation and computer graphics. This facilitates dialogue with stakeholders and a wider community. My hands-on experience would enable me to effectively contribute state-of-the-art knowledge transfer approaches to IAVCEI outreach efforts.<\/p>\n                        <\/div>\r\n                        \r\n                    <\/div>\r\n\r\n                    \r\n                    <div>\r\n                        <label class=\"switch\">\r\n                            <input type=\"radio\"  name=\"group-1\" value=\"68e2c1a5c4e6a\" required>\r\n                            <span class=\"slider round\"><\/span>\r\n                        <\/label>\r\n\r\n                                            <\/div>\r\n\r\n                    <\/div>\r\n                                    \r\n            <h2>ECR Representative <\/h2>\r\n\r\n            \r\n                                            <div class=\"vote\" data-id=\"68e2c1a5d5f7b\">\r\n\r\n                                            <img decoding=\"async\" src=\"https:\/\/www.iavceivolcano.org\/content\/uploads\/2026\/05\/megan-campbell-aspect-ratio-300-300.jpg\" alt=\"Megan Campbell Aspect Ratio 300 300\" \/>\r\n                    \r\n                    <div class=\"vote-content\">\r\n                        <div class=\"vote-fullname\">\r\n                            <strong>Megan Campbell<\/strong>\r\n                        <\/div>\r\n\r\n                                                <p>GEOMAR Helmholtz Centre for Ocean Research (Germany)<\/p>\r\n                        \r\n                        \r\n                                                <a data-modal=\"modal-html\" data-modal-html=\"vote-modal-68e2c1a5d5f7b\" aria-label=\"Personal details and statement\">Personal details and statement<\/a>\r\n                        <div id=\"vote-modal-68e2c1a5d5f7b\" style=\"display: none\">\r\n                                                            <img decoding=\"async\" src=\"https:\/\/www.iavceivolcano.org\/content\/uploads\/2026\/05\/megan-campbell-aspect-ratio-300-300.jpg\" alt=\"Megan Campbell Aspect Ratio 300 300\" \/>\r\n                            \r\n                            <p style=\"font-size: 2rem;\">Megan Campbell<\/p>\r\n\r\n                            <p>I am a final year PhD student in geophysics at GEOMAR Helmholtz Centre for Ocean Research in Kiel, Germany. My research focuses on deformation modelling of marine volcanoes in both the subaerial and submarine domains, using various methods, including forward, inverse and finite element modelling. I attended the Oceanic Volcanism Workshop in Kiel in 2023 and the IAVCEI Scientific Assembly in Geneva in 2025.<br \/>\nI would like to apply for the position of ECR representative on the CoSV committee. During my time at university, I held various leadership and management positions, organising online meetings and a variety of activities. I developed strong communication and organisational skills during this time, which I would like to apply within the CoSV community. My main goal would be to facilitate communication between ECRs and the committee, to build a well-connected community of individuals who identify with the CoSV.<\/p>\n                        <\/div>\r\n                        \r\n                    <\/div>\r\n\r\n                    \r\n                    <div>\r\n                        <label class=\"switch\">\r\n                            <input type=\"checkbox\" class=\"forced min max\" data-min=\"2\" data-max=\"2\" name=\"group-2\" value=\"68e2c1a5d5f7b\" required>\r\n                            <span class=\"slider round\"><\/span>\r\n                        <\/label>\r\n\r\n                                            <\/div>\r\n\r\n                    <\/div>\r\n                                <div class=\"vote\" data-id=\"68e2c1a5d5f8c\">\r\n\r\n                                            <img decoding=\"async\" src=\"https:\/\/www.iavceivolcano.org\/content\/uploads\/2026\/05\/natasha-keeley-aspect-ratio-300-300.jpg\" alt=\"Natasha Keeley Aspect Ratio 300 300\" \/>\r\n                    \r\n                    <div class=\"vote-content\">\r\n                        <div class=\"vote-fullname\">\r\n                            <strong>Natasha Keeley<\/strong>\r\n                        <\/div>\r\n\r\n                                                <p>Keele University (United Kingdom)<\/p>\r\n                        \r\n                        \r\n                                                <a data-modal=\"modal-html\" data-modal-html=\"vote-modal-68e2c1a5d5f8c\" aria-label=\"Personal details and statement\">Personal details and statement<\/a>\r\n                        <div id=\"vote-modal-68e2c1a5d5f8c\" style=\"display: none\">\r\n                                                            <img decoding=\"async\" src=\"https:\/\/www.iavceivolcano.org\/content\/uploads\/2026\/05\/natasha-keeley-aspect-ratio-300-300.jpg\" alt=\"Natasha Keeley Aspect Ratio 300 300\" \/>\r\n                            \r\n                            <p style=\"font-size: 2rem;\">Natasha Keeley<\/p>\r\n\r\n                            <p>I am a PhD researcher focusing on the processes and timescales of shallow submarine explosive eruptions at Santorini and Kolumbo, with particular emphasis on magma system dynamics and eruption triggering mechanisms which I investigate using petrology and geochemistry. My research is part of IODP Expedition 398, where we investigate submarine volcanic deposits of volcanoes in the Southern Aegean Volcanic Arc. Through this work, I have developed a strong research focus on submarine volcanism and its associated hazards, as well as experience working within large, international, interdisciplinary scientific teams. Here I have recognised the importance in collaborative research in marine geoscience for understanding submarine volcanic systems.<br \/>\nIn parallel with my research, I am currently the VMSG student representative, a role in which I actively support communication between students, early career researchers (ECRs), and the wider volcanological community. This has involved advocating for student perspectives, facilitating networking opportunities, and contributing to discussions on career development and inclusivity, especially at the annual VMSG conference. I have experience engaging with masters and PhD students and would be keen to continue this work within the IAVCEI Commission on Submarine Volcanism. As an ECR representative, I aim to support students and early-career researchers, increase participation in community activities, and help connect emerging researchers with the broader submarine volcanology community.<\/p>\n                        <\/div>\r\n                        \r\n                    <\/div>\r\n\r\n                    \r\n                    <div>\r\n                        <label class=\"switch\">\r\n                            <input type=\"checkbox\" class=\"forced min max\" data-min=\"2\" data-max=\"2\" name=\"group-2\" value=\"68e2c1a5d5f8c\" required>\r\n                            <span class=\"slider round\"><\/span>\r\n                        <\/label>\r\n\r\n                                            <\/div>\r\n\r\n                    <\/div>\r\n                                    \r\n            <h2>Events Officer<\/h2>\r\n\r\n            \r\n                                            <div class=\"vote\" data-id=\"68e2c1a5e6a9d\">\r\n\r\n                                            <img decoding=\"async\" src=\"https:\/\/www.iavceivolcano.org\/content\/uploads\/2026\/05\/tarun-khanna-aspect-ratio-300-300.jpg\" alt=\"Tarun Khanna Aspect Ratio 300 300\" \/>\r\n                    \r\n                    <div class=\"vote-content\">\r\n                        <div class=\"vote-fullname\">\r\n                            <strong>Dr. Tarun C. Khanna<\/strong>\r\n                        <\/div>\r\n\r\n                                                <p>CSIR-National Geophysical Research Institute (India)<\/p>\r\n                        \r\n                        \r\n                                                <a data-modal=\"modal-html\" data-modal-html=\"vote-modal-68e2c1a5e6a9d\" aria-label=\"Personal details and statement\">Personal details and statement<\/a>\r\n                        <div id=\"vote-modal-68e2c1a5e6a9d\" style=\"display: none\">\r\n                                                            <img decoding=\"async\" src=\"https:\/\/www.iavceivolcano.org\/content\/uploads\/2026\/05\/tarun-khanna-aspect-ratio-300-300.jpg\" alt=\"Tarun Khanna Aspect Ratio 300 300\" \/>\r\n                            \r\n                            <p style=\"font-size: 2rem;\">Dr. Tarun C. Khanna<\/p>\r\n\r\n                            <p>I am a scientist in CSIR-NGRI for the past seventeen years. This would give me an opportunity to be part of an esteemed international community, which is thriving to nurture young Earth Scientists and Academicians alike. This would provide me with an excellent opportunity to have scientific as well as social indulgence with the people from various cultural backgrounds wherein we can mutually share our scientific experiences and way forward in the future.<\/p>\n                        <\/div>\r\n                        \r\n                    <\/div>\r\n\r\n                    \r\n                    <div>\r\n                        <label class=\"switch\">\r\n                            <input type=\"checkbox\" class=\"forced min max\" data-min=\"2\" data-max=\"2\" name=\"group-3\" value=\"68e2c1a5e6a9d\" required>\r\n                            <span class=\"slider round\"><\/span>\r\n                        <\/label>\r\n\r\n                                            <\/div>\r\n\r\n                    <\/div>\r\n                                <div class=\"vote\" data-id=\"68e2c1a5e6abe\">\r\n\r\n                                            <img decoding=\"async\" src=\"https:\/\/www.iavceivolcano.org\/content\/uploads\/2026\/05\/yahaya-danjuma-scaled-aspect-ratio-300-300.jpg\" alt=\"Yahaya Danjuma Scaled Aspect Ratio 300 300\" \/>\r\n                    \r\n                    <div class=\"vote-content\">\r\n                        <div class=\"vote-fullname\">\r\n                            <strong>Yahaya Danjuma<\/strong>\r\n                        <\/div>\r\n\r\n                                                <p>University of Bari Aldo Moro (Italy)<\/p>\r\n                        \r\n                        \r\n                                                <a data-modal=\"modal-html\" data-modal-html=\"vote-modal-68e2c1a5e6abe\" aria-label=\"Personal details and statement\">Personal details and statement<\/a>\r\n                        <div id=\"vote-modal-68e2c1a5e6abe\" style=\"display: none\">\r\n                                                            <img decoding=\"async\" src=\"https:\/\/www.iavceivolcano.org\/content\/uploads\/2026\/05\/yahaya-danjuma-scaled-aspect-ratio-300-300.jpg\" alt=\"Yahaya Danjuma Scaled Aspect Ratio 300 300\" \/>\r\n                            \r\n                            <p style=\"font-size: 2rem;\">Yahaya Danjuma<\/p>\r\n\r\n                            <p>As a current PhD researcher specialising in Physical Volcanology, I bring both an active academic perspective and a strong commitment to advancing collaborative Submarine Volcanism. My work over the past 8 years at the Center for Geodesy and Geodynamics Nigeria places me at the intersection of research, field practice, and international scientific exchange, making me well-positioned to contribute meaningfully to this role.<br \/>\nI have previously engaged with the IAVCEI community through attendance at its conferences and thematic sessions, which has given me a clear understanding of its mission, values, and global network. Most recently I participated in the IAVCEI workshop on Volcanogenic Sediments in Hungary, 2025 and the IAVCEI Committee on Volcanic Lakes where I attended the summer school in 2022 at Lago Albano Italy. This experience, combined with my ongoing doctoral research, equips me with the scientific grounding, organisational awareness, and enthusiasm necessary to support and represent the interests of early-career volcanologists within IAVCEI.<\/p>\n                        <\/div>\r\n                        \r\n                    <\/div>\r\n\r\n                    \r\n                    <div>\r\n                        <label class=\"switch\">\r\n                            <input type=\"checkbox\" class=\"forced min max\" data-min=\"2\" data-max=\"2\" name=\"group-3\" value=\"68e2c1a5e6abe\" required>\r\n                            <span class=\"slider round\"><\/span>\r\n                        <\/label>\r\n\r\n                                            <\/div>\r\n\r\n                    <\/div>\r\n                                    \r\n                <button class=\"btn btn-red\" disabled>Send Vote<\/button>\r\n        \r\n        \r\n        <\/div>\r\n\r\n    <div class=\"block-voting-info\"><\/div>\r\n\r\n<\/div>\r\n","protected":false},"excerpt":{"rendered":"<p>The IAVCEI commission on submarine volcanism is looking for a new leadership team. Please find below the candidates for the respective offices. We are looking for one person per office. The person with more votes wins. (Exception: the chair\/co-chair position:&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"ping_status":"closed","template":"","meta":{"_acf_changed":false,"_searchwp_excluded":"","_meta_fields_payment-items":"","footnotes":""},"class_list":["post-14527","page","type-page","status-publish","hentry"],"acf":[],"publishpress_future_action":{"enabled":false,"date":"2026-05-13 21:04:47","action":"change-status","newStatus":"draft","terms":[],"taxonomy":"","extraData":[]},"publishpress_future_workflow_manual_trigger":{"enabledWorkflows":[]},"_links":{"self":[{"href":"https:\/\/www.iavceivolcano.org\/api\/wp\/v2\/pages\/14527","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.iavceivolcano.org\/api\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.iavceivolcano.org\/api\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.iavceivolcano.org\/api\/wp\/v2\/users\/1"}],"version-history":[{"count":20,"href":"https:\/\/www.iavceivolcano.org\/api\/wp\/v2\/pages\/14527\/revisions"}],"predecessor-version":[{"id":14622,"href":"https:\/\/www.iavceivolcano.org\/api\/wp\/v2\/pages\/14527\/revisions\/14622"}],"wp:attachment":[{"href":"https:\/\/www.iavceivolcano.org\/api\/wp\/v2\/media?parent=14527"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}