{"id":268,"date":"2021-01-08T12:48:01","date_gmt":"2021-01-08T01:48:01","guid":{"rendered":"https:\/\/mvec.mcri.edu.au\/?page_id=268"},"modified":"2026-07-07T11:46:54","modified_gmt":"2026-07-07T01:46:54","slug":"%e4%ba%8b%e4%bb%b6","status":"publish","type":"page","link":"https:\/\/mvec.mcri.edu.au\/zh\/events\/","title":{"rendered":"\u4e8b\u4ef6"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><div data-parent=\"true\" class=\"vc_row rwd-right has-bg need-focus style-color-965450-bg vc_custom_1611277829750 border-color-xsdn-color row-container\" style=\"border-style: solid;border-top-width: 40px ;border-right-width: 40px ;\" id=\"row-unique-0\"><div class=\"row-background background-element\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"background-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"background-inner\" style=\"background-image: url(https:\/\/mvec.mcri.edu.au\/wp-content\/uploads\/2021\/01\/AdobeStock_253430340-scaled.jpeg);background-repeat: no-repeat;background-position: center center;background-attachment: scroll;background-size: cover;\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-bg-overlay style-color-965450-bg\" style=\"opacity: 0.6;\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div><div class=\"row quad-top-padding quad-bottom-padding single-h-padding limit-width row-parent\"><div class=\"wpb_row row-inner\"><div class=\"wpb_column pos-top pos-center align_left column_parent col-lg-8 inverted-device-order col-md-50 one-internal-gutter\"><div class=\"uncol style-light\"  ><div class=\"uncoltable\"><div class=\"uncell no-block-padding\" ><div class=\"uncont\" ><div class=\"uncode_text_column\" ><\/p>\n<h1>\u4e8b\u4ef6<\/h1>\n<p>\n<\/div><\/div><\/div><\/div><\/div><\/div><div class=\"wpb_column pos-middle pos-left align_left column_parent col-lg-4 col-md-50 one-internal-gutter\"><div class=\"uncol style-light\"  ><div class=\"uncoltable\"><div class=\"uncell no-block-padding\" ><div class=\"uncont\" ><\/div><\/div><\/div><\/div><\/div><script id=\"script-row-unique-0\" data-row=\"script-row-unique-0\" type=\"text\/javascript\" class=\"vc_controls\">UNCODE.initRow(document.getElementById(\"row-unique-0\"));<\/script><\/div><\/div><\/div><div data-parent=\"true\" class=\"vc_row ga-footer has-bg need-focus style-color-xsdn-bg vc_custom_1610986754853 border-color-227227-color row-container\" style=\"border-style: solid;border-bottom-width: 1px ;\" id=\"row-unique-1\"><div class=\"row quad-top-padding quad-bottom-padding single-h-padding limit-width row-parent\"><div class=\"wpb_row row-inner\"><div class=\"wpb_column pos-top pos-left align_left column_parent col-lg-12 single-internal-gutter\"><div class=\"uncol style-light\"  ><div class=\"uncoltable\"><div class=\"uncell no-block-padding\" ><div class=\"uncont\" ><div class=\"vc_row row-internal row-container\"><div class=\"row row-child\"><div class=\"wpb_row row-inner\"><div class=\"wpb_column pos-top pos-center align_left column_child col-lg-6 single-internal-gutter\"><div class=\"uncol style-light\" ><div class=\"uncoltable\"><div class=\"uncell no-block-padding\" ><div class=\"uncont\" ><div class=\"uncode_text_column\" >    <div class=\"mvec-events-filter\">\n        <div class=\"mvec-filter-group\">\n            <span class=\"mvec-filter-label\">Source<\/span>\n            <button type=\"button\" class=\"mvec-filter-btn is-active\" data-filter-source=\"all\">All<\/button>\n            <button type=\"button\" class=\"mvec-filter-btn\" data-filter-source=\"mvec\">MVEC<\/button>\n            <button type=\"button\" class=\"mvec-filter-btn\" data-filter-source=\"external\">External<\/button>\n        <\/div>\n                <div class=\"mvec-filter-group\">\n            <span class=\"mvec-filter-label\">Type<\/span>\n            <button type=\"button\" class=\"mvec-filter-btn is-active\" data-filter-type=\"all\">All<\/button>\n                            <button type=\"button\" class=\"mvec-filter-btn\" data-filter-type=\"in-person\">In Person<\/button>\n                            <button type=\"button\" class=\"mvec-filter-btn\" data-filter-type=\"online\">Online<\/button>\n                    <\/div>\n            <\/div>\n    <script>\n    (function() {\n        if (window.mvecFilterInit) return;\n        window.mvecFilterInit = true;\n        document.addEventListener('DOMContentLoaded', function() {\n            var state = { source: 'all', type: 'all' };\n            var sections = Array.prototype.slice.call(document.querySelectorAll('.mvec-events-section'));\n            sections.forEach(function(sec){ sec._expanded = false; });\n\n            function matches(card) {\n                var src  = card.getAttribute('data-source') || '';\n                var cats = (card.getAttribute('data-categories') || '').split(' ');\n                var okSrc  = (state.source === 'all') || (src === state.source);\n                var okType = (state.type === 'all') || (cats.indexOf(state.type) !== -1);\n                return okSrc && okType;\n            }\n\n            function renderSection(sec) {\n                var initial = parseInt(sec.getAttribute('data-initial'), 10) || 6;\n                var label   = sec.getAttribute('data-viewall-label') || 'events';\n                var cards = Array.prototype.slice.call(sec.querySelectorAll('.mvec-event-card'));\n                var emptyFilter = sec.querySelector('.mvec-events-empty-filter');\n                var viewAll = sec.querySelector('.mvec-events-viewall');\n                var shown = 0, matched = 0;\n\n                cards.forEach(function(card) {\n                    if (matches(card)) {\n                        matched++;\n                        if (sec._expanded || shown < initial) { card.style.display = ''; shown++; }\n                        else { card.style.display = 'none'; }\n                    } else { card.style.display = 'none'; }\n                });\n\n                if (emptyFilter) { emptyFilter.style.display = (matched === 0) ? '' : 'none'; }\n                if (viewAll) {\n                    if (matched > initial) {\n                        viewAll.style.display = '';\n                        viewAll.textContent = sec._expanded ? 'Show less' : ('View all ' + label);\n                    } else { viewAll.style.display = 'none'; }\n                }\n            }\n\n            function renderAll() { sections.forEach(renderSection); }\n\n            document.querySelectorAll('.mvec-filter-btn').forEach(function(btn) {\n                btn.addEventListener('click', function() {\n                    var group = btn.closest('.mvec-filter-group');\n                    group.querySelectorAll('.mvec-filter-btn').forEach(function(b){ b.classList.remove('is-active'); });\n                    btn.classList.add('is-active');\n                    if (btn.hasAttribute('data-filter-source')) { state.source = btn.getAttribute('data-filter-source'); }\n                    else if (btn.hasAttribute('data-filter-type')) { state.type = btn.getAttribute('data-filter-type'); }\n                    sections.forEach(function(sec){ sec._expanded = false; });\n                    renderAll();\n                });\n            });\n\n            document.querySelectorAll('.mvec-events-viewall').forEach(function(btn) {\n                btn.addEventListener('click', function() {\n                    var sec = btn.closest('.mvec-events-section');\n                    sec._expanded = !sec._expanded;\n                    renderSection(sec);\n                });\n            });\n\n            renderAll();\n        });\n    })();\n    <\/script>\n    \n<\/div><div class=\"uncode_text_column\" ><\/p>\n<h2>\u5373\u5c06\u63a8\u51fa<\/h2>\n<p>\n<\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"uncode_text_column\" ><div class=\"mvec-events-section\" data-initial=\"6\" data-viewall-label=\"upcoming events\"><div class=\"mvec-events-grid\">    <article class=\"mvec-event-card\" data-source=\"external\" data-categories=\"online\">\n        <a class=\"mvec-event-card__link\" href=\"https:\/\/www.benchmarquegroup.com.au\/2026-rsv-webinar\/\" target=\"_blank\" rel=\"noopener\">\n            <span class=\"mvec-event-card__stripe\" aria-hidden=\"true\"><\/span>\n            <div class=\"mvec-event-card__content\">\n                <div class=\"mvec-event-card__tags\">\n                    <span class=\"mvec-event-card__source mvec-event-card__source--external\">External<\/span>\n                                            <div class=\"mvec-event-card__types\"><span class=\"mvec-event-card__tag\" style=\"background:#d4dae0;color:#3d5567;\">Online<\/span><\/div>\n                                    <\/div>\n                                    <div class=\"mvec-event-card__meta\">22 \u2013 23 Jul 2026<\/div>\n                                <h3 class=\"mvec-event-card__title\">Benchmarque Group: RSV vaccination for older people webinar<\/h3>\n                                    <div class=\"mvec-event-card__intro\"><p>An overview of RSV disease burden in older Australians, current vaccine options, eligibility criteria, and key clinical considerations for supporting vaccine uptake.<br \/>\n<strong>Time and date:<\/strong> 1:00\u20132:00 pm AEST on 22 July\u00a02026 <strong>OR<\/strong> 6:00\u20137:00 pm AEST on 23 July 2026<\/p>\n<\/div>\n                                <span class=\"mvec-event-card__cta\">\u4e86\u89e3\u66f4\u591a <i class=\"fa fa-arrow-right2\"><\/i><\/span>\n            <\/div>\n        <\/a>\n    <\/article>\n        <article class=\"mvec-event-card\" data-source=\"external\" data-categories=\"in-person\">\n        <a class=\"mvec-event-card__link\" href=\"https:\/\/www.trybooking.com\/events\/landing\/1539688?fbclid=IwY2xjawQQTXtleHRuA2FlbQIxMABicmlkETFNQWpCcXV6RTljdVBZdUJEc3J0YwZhcHBfaWQQMjIyMDM5MTc4ODIwMDg5MgABHrFlmH5hzMZLSa5m0Oxrr0JJeMjudTrCDe0cKg207zAhX8uDm0noSvHG94x7_aem_m1SFf_G1jsevCHX6SL1MQw\" target=\"_blank\" rel=\"noopener\">\n            <span class=\"mvec-event-card__stripe\" aria-hidden=\"true\"><\/span>\n            <div class=\"mvec-event-card__content\">\n                <div class=\"mvec-event-card__tags\">\n                    <span class=\"mvec-event-card__source mvec-event-card__source--external\">External<\/span>\n                                            <div class=\"mvec-event-card__types\"><span class=\"mvec-event-card__tag\" style=\"background:#8bbd5e;color:#ffffff;\">In Person<\/span><\/div>\n                                    <\/div>\n                                    <div class=\"mvec-event-card__meta\">22 Aug 2026<\/div>\n                                <h3 class=\"mvec-event-card__title\">VSNA Biennial Conference 2026 \u2014 Beyond the Classroom<\/h3>\n                                    <div class=\"mvec-event-card__intro\"><p>The Victorian School Nurses Association\u2019s (VSNA) 2026 conference will step outside the health centre and into the real-world challenges of off-campus care.<br \/>\n<b>\u5730\u70b9\uff1a<\/b>\u00a0ANMF Vic Branch, Melbourne<\/p>\n<\/div>\n                                <span class=\"mvec-event-card__cta\">\u4e86\u89e3\u66f4\u591a <i class=\"fa fa-arrow-right2\"><\/i><\/span>\n            <\/div>\n        <\/a>\n    <\/article>\n        <article class=\"mvec-event-card\" data-source=\"external\" data-categories=\"in-person\">\n        <a class=\"mvec-event-card__link\" href=\"http:\/\/ais2026.com.au\" target=\"_blank\" rel=\"noopener\">\n            <span class=\"mvec-event-card__stripe\" aria-hidden=\"true\"><\/span>\n            <div class=\"mvec-event-card__content\">\n                <div class=\"mvec-event-card__tags\">\n                    <span class=\"mvec-event-card__source mvec-event-card__source--external\">External<\/span>\n                                            <div class=\"mvec-event-card__types\"><span class=\"mvec-event-card__tag\" style=\"background:#8bbd5e;color:#ffffff;\">In Person<\/span><\/div>\n                                    <\/div>\n                                    <div class=\"mvec-event-card__meta\">27 Aug 2026<\/div>\n                                <h3 class=\"mvec-event-card__title\">Austin Immunisation Symposium<\/h3>\n                                    <div class=\"mvec-event-card__intro\"><p>Explore the latest evidence, emerging trends and practical innovations shaping the future of immunisation.<br \/>\n<b>\u5730\u70b9\uff1a<\/b> Austin Hospital, Heidelberg, Victoria<\/p>\n<\/div>\n                                <span class=\"mvec-event-card__cta\">\u4e86\u89e3\u66f4\u591a <i class=\"fa fa-arrow-right2\"><\/i><\/span>\n            <\/div>\n        <\/a>\n    <\/article>\n        <article class=\"mvec-event-card\" data-source=\"external\" data-categories=\"in-person\">\n        <a class=\"mvec-event-card__link\" href=\"https:\/\/www.isrv.global\/featured-events\/options-xiii-conference-for-the-control-of-influenza\/\" target=\"_blank\" rel=\"noopener\">\n            <span class=\"mvec-event-card__stripe\" aria-hidden=\"true\"><\/span>\n            <div class=\"mvec-event-card__content\">\n                <div class=\"mvec-event-card__tags\">\n                    <span class=\"mvec-event-card__source mvec-event-card__source--external\">External<\/span>\n                                            <div class=\"mvec-event-card__types\"><span class=\"mvec-event-card__tag\" style=\"background:#8bbd5e;color:#ffffff;\">In Person<\/span><\/div>\n                                    <\/div>\n                                    <div class=\"mvec-event-card__meta\">30 Aug \u2013 2 Sep 2026<\/div>\n                                <h3 class=\"mvec-event-card__title\">Options XIII Conference for the Control of Influenza<\/h3>\n                                    <div class=\"mvec-event-card__intro\"><p>The largest global scientific meeting focused on influenza prevention, control, and treatment.<br \/>\n<b>\u5730\u70b9\uff1a<\/b> Washington, DC, USA<\/p>\n<\/div>\n                                <span class=\"mvec-event-card__cta\">\u4e86\u89e3\u66f4\u591a <i class=\"fa fa-arrow-right2\"><\/i><\/span>\n            <\/div>\n        <\/a>\n    <\/article>\n        <article class=\"mvec-event-card\" data-source=\"external\" data-categories=\"in-person\">\n        <a class=\"mvec-event-card__link\" href=\"https:\/\/www.elsevier.com\/en-au\/events\/conferences\/all\/vaccine-congress\" target=\"_blank\" rel=\"noopener\">\n            <span class=\"mvec-event-card__stripe\" aria-hidden=\"true\"><\/span>\n            <div class=\"mvec-event-card__content\">\n                <div class=\"mvec-event-card__tags\">\n                    <span class=\"mvec-event-card__source mvec-event-card__source--external\">External<\/span>\n                                            <div class=\"mvec-event-card__types\"><span class=\"mvec-event-card__tag\" style=\"background:#8bbd5e;color:#ffffff;\">In Person<\/span><\/div>\n                                    <\/div>\n                                    <div class=\"mvec-event-card__meta\">14 \u2013 16 Sep 2026<\/div>\n                                <h3 class=\"mvec-event-card__title\">20th Vaccine Congress<\/h3>\n                                    <div class=\"mvec-event-card__intro\"><p>The congress will bring together leading experts from all over the world to share the latest\u00a0cutting-edge\u00a0discoveries in the field of vaccine science.<br \/>\n<b>\u5730\u70b9\uff1a<\/b>\u00a0Sevilla Melia,\u00a0Seville, Spain<\/p>\n<\/div>\n                                <span class=\"mvec-event-card__cta\">\u4e86\u89e3\u66f4\u591a <i class=\"fa fa-arrow-right2\"><\/i><\/span>\n            <\/div>\n        <\/a>\n    <\/article>\n        <article class=\"mvec-event-card\" data-source=\"mvec\" data-categories=\"in-person\">\n        <a class=\"mvec-event-card__link\" href=\"https:\/\/mvec.mcri.edu.au\/events\/annual-clinical-vaccinology-update-cvu-thursday-29-october-2026\/\">\n            <span class=\"mvec-event-card__stripe\" aria-hidden=\"true\"><\/span>\n            <div class=\"mvec-event-card__content\">\n                <div class=\"mvec-event-card__tags\">\n                    <span class=\"mvec-event-card__source mvec-event-card__source--mvec\">MVEC<\/span>\n                                            <div class=\"mvec-event-card__types\"><span class=\"mvec-event-card__tag\" style=\"background:#8bbd5e;color:#ffffff;\">In Person<\/span><\/div>\n                                    <\/div>\n                                    <div class=\"mvec-event-card__meta\">29 Oct 2026<\/div>\n                                <h3 class=\"mvec-event-card__title\">Annual Clinical Vaccinology Update (CVU) \u2013 Thursday 29 October 2026<\/h3>\n                                    <div class=\"mvec-event-card__intro\"><p>MVEC\u2019s Clinical Vaccinology Update (CVU) returns in 2026! The CVU offers healthcare professionals the opportunity to hear from leading experts on the latest developments and trends in immunisation.<\/p>\n<\/div>\n                                <span class=\"mvec-event-card__cta\">\u4e86\u89e3\u66f4\u591a <i class=\"fa fa-arrow-right2\"><\/i><\/span>\n            <\/div>\n        <\/a>\n    <\/article>\n        <article class=\"mvec-event-card\" data-source=\"external\" data-categories=\"in-person online\">\n        <a class=\"mvec-event-card__link\" href=\"https:\/\/acipcconference.com.au\/\" target=\"_blank\" rel=\"noopener\">\n            <span class=\"mvec-event-card__stripe\" aria-hidden=\"true\"><\/span>\n            <div class=\"mvec-event-card__content\">\n                <div class=\"mvec-event-card__tags\">\n                    <span class=\"mvec-event-card__source mvec-event-card__source--external\">External<\/span>\n                                            <div class=\"mvec-event-card__types\"><span class=\"mvec-event-card__tag\" style=\"background:#8bbd5e;color:#ffffff;\">In Person<\/span><span class=\"mvec-event-card__tag\" style=\"background:#d4dae0;color:#3d5567;\">Online<\/span><\/div>\n                                    <\/div>\n                                    <div class=\"mvec-event-card__meta\">8 \u2013 11 Nov 2026<\/div>\n                                <h3 class=\"mvec-event-card__title\">ACIPC 2026 International Conference<\/h3>\n                                    <div class=\"mvec-event-card__intro\"><p>The 2026 conference theme,<em>\u00a0From Knowledge to Action: Delivering Impact in Infection Prevention and Control<\/em>, will explore how evidence and expertise can be translated into meaningful outcomes across healthcare settings.<br \/>\n<strong>\u5730\u70b9\uff1a<\/strong> Gold Coast, Queensland and online<\/p>\n<\/div>\n                                <span class=\"mvec-event-card__cta\">\u4e86\u89e3\u66f4\u591a <i class=\"fa fa-arrow-right2\"><\/i><\/span>\n            <\/div>\n        <\/a>\n    <\/article>\n    <\/div><div class=\"mvec-events-empty-filter\" style=\"display:none;\"><p>No matching events in this section.<\/p><\/div><div class=\"mvec-events-viewall-wrap\"><button type=\"button\" class=\"mvec-events-viewall\" style=\"display:none;\">View all<\/button><\/div><\/div>\n<\/div><div class=\"divider-wrapper\"  >\n    <hr class=\"unseparator full-width-separator separator-no-padding\"  \/>\n<\/div>\n<div class=\"vc_row row-internal row-container\"><div class=\"row row-child\"><div class=\"wpb_row row-inner\"><div class=\"wpb_column pos-top pos-center align_left column_child col-lg-12 single-internal-gutter\"><div class=\"uncol style-light\" ><div class=\"uncoltable\"><div class=\"uncell  vc_custom_1780470223834 no-block-padding\" style=\"padding-top: 50px ;\" ><div class=\"uncont\" ><div class=\"uncode_text_column\" ><\/p>\n<h2>\u8fc7\u53bb\u7684<\/h2>\n<p>\n<\/div><div class=\"uncode_text_column\" ><div class=\"mvec-events-section\" data-initial=\"6\" data-viewall-label=\"past events\"><div class=\"mvec-events-grid\">    <article class=\"mvec-event-card\" data-source=\"mvec\" data-categories=\"\">\n        <a class=\"mvec-event-card__link\" href=\"https:\/\/mvec.mcri.edu.au\/zh\/events\/immunisation-skills-workshop-friday-24-october-2025\/\">\n            <span class=\"mvec-event-card__stripe\" aria-hidden=\"true\"><\/span>\n            <div class=\"mvec-event-card__content\">\n                <div class=\"mvec-event-card__tags\">\n                    <span class=\"mvec-event-card__source mvec-event-card__source--mvec\">MVEC<\/span>\n                                    <\/div>\n                                    <div class=\"mvec-event-card__meta\">24 Oct 2025<\/div>\n                                <h3 class=\"mvec-event-card__title\">Immunisation Skills Workshop \u2013 Friday 24 October 2025<\/h3>\n                                    <div class=\"mvec-event-card__intro\"><p>The October 2025 Immunisation Skills Workshop is an interactive event, designed to educate and upskill accredited immunisation providers.<\/p>\n<\/div>\n                                <span class=\"mvec-event-card__cta\">\u4e86\u89e3\u66f4\u591a <i class=\"fa fa-arrow-right2\"><\/i><\/span>\n            <\/div>\n        <\/a>\n    <\/article>\n        <article class=\"mvec-event-card\" data-source=\"mvec\" data-categories=\"\">\n        <a class=\"mvec-event-card__link\" href=\"https:\/\/mvec.mcri.edu.au\/zh\/events\/cvu-mini-tuesday-16-september-2025-webinar\/\">\n            <span class=\"mvec-event-card__stripe\" aria-hidden=\"true\"><\/span>\n            <div class=\"mvec-event-card__content\">\n                <div class=\"mvec-event-card__tags\">\n                    <span class=\"mvec-event-card__source mvec-event-card__source--mvec\">MVEC<\/span>\n                                    <\/div>\n                                    <div class=\"mvec-event-card__meta\">16 Sep 2025<\/div>\n                                <h3 class=\"mvec-event-card__title\">CVU mini \u2013 Tuesday 16 September 2025 (webinar)<\/h3>\n                                    <div class=\"mvec-event-card__intro\"><p>This past webinar was on the topic of pneumococcal vaccination, in light of changes to the childhood pneumococcal vaccine schedule from 1 September 2025.<\/p>\n<\/div>\n                                <span class=\"mvec-event-card__cta\">\u4e86\u89e3\u66f4\u591a <i class=\"fa fa-arrow-right2\"><\/i><\/span>\n            <\/div>\n        <\/a>\n    <\/article>\n        <article class=\"mvec-event-card\" data-source=\"mvec\" data-categories=\"\">\n        <a class=\"mvec-event-card__link\" href=\"https:\/\/mvec.mcri.edu.au\/zh\/events\/cvu-mini-wednesday-4-june-2025-webinar\/\">\n            <span class=\"mvec-event-card__stripe\" aria-hidden=\"true\"><\/span>\n            <div class=\"mvec-event-card__content\">\n                <div class=\"mvec-event-card__tags\">\n                    <span class=\"mvec-event-card__source mvec-event-card__source--mvec\">MVEC<\/span>\n                                    <\/div>\n                                    <div class=\"mvec-event-card__meta\">4 Jun 2025<\/div>\n                                <h3 class=\"mvec-event-card__title\">CVU mini \u2013 Wednesday 4 June 2025 (webinar)<\/h3>\n                                    <div class=\"mvec-event-card__intro\"><p>This past webinar was on the topic of immunisation and special risk groups. The webinar featured leading experts Prof Nigel Crawford and A\/Prof Benjamin Teh, finishing with a brief Q&#038;A session.<\/p>\n<\/div>\n                                <span class=\"mvec-event-card__cta\">\u4e86\u89e3\u66f4\u591a <i class=\"fa fa-arrow-right2\"><\/i><\/span>\n            <\/div>\n        <\/a>\n    <\/article>\n        <article class=\"mvec-event-card\" data-source=\"mvec\" data-categories=\"\">\n        <a class=\"mvec-event-card__link\" href=\"https:\/\/mvec.mcri.edu.au\/zh\/events\/immunisation-skills-workshop-friday-28-march-2025\/\">\n            <span class=\"mvec-event-card__stripe\" aria-hidden=\"true\"><\/span>\n            <div class=\"mvec-event-card__content\">\n                <div class=\"mvec-event-card__tags\">\n                    <span class=\"mvec-event-card__source mvec-event-card__source--mvec\">MVEC<\/span>\n                                    <\/div>\n                                    <div class=\"mvec-event-card__meta\">28 Mar 2025<\/div>\n                                <h3 class=\"mvec-event-card__title\">Immunisation Skills Workshop \u2013 Friday 28 March 2025<\/h3>\n                                    <div class=\"mvec-event-card__intro\"><p>The March 2025 Immunisation Skills Workshop is a half-day, interactive event, designed to educate and upskill accredited immunisation providers.<\/p>\n<\/div>\n                                <span class=\"mvec-event-card__cta\">\u4e86\u89e3\u66f4\u591a <i class=\"fa fa-arrow-right2\"><\/i><\/span>\n            <\/div>\n        <\/a>\n    <\/article>\n        <article class=\"mvec-event-card\" data-source=\"mvec\" data-categories=\"\">\n        <a class=\"mvec-event-card__link\" href=\"https:\/\/mvec.mcri.edu.au\/zh\/events\/cvu-mini-february-2025\/\">\n            <span class=\"mvec-event-card__stripe\" aria-hidden=\"true\"><\/span>\n            <div class=\"mvec-event-card__content\">\n                <div class=\"mvec-event-card__tags\">\n                    <span class=\"mvec-event-card__source mvec-event-card__source--mvec\">MVEC<\/span>\n                                    <\/div>\n                                    <div class=\"mvec-event-card__meta\">5 Feb 2025<\/div>\n                                <h3 class=\"mvec-event-card__title\">CVU mini \u2013 Wednesday 5 February 2025 (webinar)<\/h3>\n                                    <div class=\"mvec-event-card__intro\"><p>MVEC&#8217;s CVU mini was on the topic of RSV preventative therapies. This webinar offers healthcare professionals the opportunity to hear from leading experts on the latest in RSV prevention.<\/p>\n<\/div>\n                                <span class=\"mvec-event-card__cta\">\u4e86\u89e3\u66f4\u591a <i class=\"fa fa-arrow-right2\"><\/i><\/span>\n            <\/div>\n        <\/a>\n    <\/article>\n        <article class=\"mvec-event-card\" data-source=\"mvec\" data-categories=\"\">\n        <a class=\"mvec-event-card__link\" href=\"https:\/\/mvec.mcri.edu.au\/zh\/events\/cvu-mini-friday-21-june-2024\/\">\n            <span class=\"mvec-event-card__stripe\" aria-hidden=\"true\"><\/span>\n            <div class=\"mvec-event-card__content\">\n                <div class=\"mvec-event-card__tags\">\n                    <span class=\"mvec-event-card__source mvec-event-card__source--mvec\">MVEC<\/span>\n                                    <\/div>\n                                    <div class=\"mvec-event-card__meta\">21 Jun 2024<\/div>\n                                <h3 class=\"mvec-event-card__title\">CVU mini \u2013 Friday 21 June 2024 (postponed)<\/h3>\n                                    <div class=\"mvec-event-card__intro\"><p>Due to overlap and parallels with other upcoming RSV events, we are postponing RSV presentations until our October CVU and will no longer be holding a separate CVU mini on 21 June 2024.<\/p>\n<\/div>\n                                <span class=\"mvec-event-card__cta\">\u4e86\u89e3\u66f4\u591a <i class=\"fa fa-arrow-right2\"><\/i><\/span>\n            <\/div>\n        <\/a>\n    <\/article>\n        <article class=\"mvec-event-card\" data-source=\"mvec\" data-categories=\"\">\n        <a class=\"mvec-event-card__link\" href=\"https:\/\/mvec.mcri.edu.au\/zh\/events\/immunisation-skills-workshop-friday-15-march-2024\/\">\n            <span class=\"mvec-event-card__stripe\" aria-hidden=\"true\"><\/span>\n            <div class=\"mvec-event-card__content\">\n                <div class=\"mvec-event-card__tags\">\n                    <span class=\"mvec-event-card__source mvec-event-card__source--mvec\">MVEC<\/span>\n                                    <\/div>\n                                    <div class=\"mvec-event-card__meta\">15 Mar 2024<\/div>\n                                <h3 class=\"mvec-event-card__title\">Immunisation Skills Workshop \u2013 Friday 15 March 2024<\/h3>\n                                    <div class=\"mvec-event-card__intro\"><p>The Immunisation Skills Workshop is a full-day, interactive event, designed to educate and upskill accredited immunisation providers.<\/p>\n<\/div>\n                                <span class=\"mvec-event-card__cta\">\u4e86\u89e3\u66f4\u591a <i class=\"fa fa-arrow-right2\"><\/i><\/span>\n            <\/div>\n        <\/a>\n    <\/article>\n        <article class=\"mvec-event-card\" data-source=\"mvec\" data-categories=\"\">\n        <a class=\"mvec-event-card__link\" href=\"https:\/\/mvec.mcri.edu.au\/zh\/events\/annual-clinical-vaccinology-update-cvu-monday-30-october-2023\/\">\n            <span class=\"mvec-event-card__stripe\" aria-hidden=\"true\"><\/span>\n            <div class=\"mvec-event-card__content\">\n                <div class=\"mvec-event-card__tags\">\n                    <span class=\"mvec-event-card__source mvec-event-card__source--mvec\">MVEC<\/span>\n                                    <\/div>\n                                    <div class=\"mvec-event-card__meta\">30 Oct 2023<\/div>\n                                <h3 class=\"mvec-event-card__title\">Annual Clinical Vaccinology Update (CVU) \u2013 Monday 30 October 2023<\/h3>\n                                    <div class=\"mvec-event-card__intro\"><p>The 2023 Clinical Vaccinology Update (CVU) was held at the University of Melbourne on Monday 30 October 2023. MVEC&#8217;s annual CVU offers healthcare professionals the opportunity to hear from leading experts on the latest developments and trends in immunisation.<\/p>\n<\/div>\n                                <span class=\"mvec-event-card__cta\">\u4e86\u89e3\u66f4\u591a <i class=\"fa fa-arrow-right2\"><\/i><\/span>\n            <\/div>\n        <\/a>\n    <\/article>\n        <article class=\"mvec-event-card\" data-source=\"mvec\" data-categories=\"\">\n        <a class=\"mvec-event-card__link\" href=\"https:\/\/mvec.mcri.edu.au\/zh\/events\/immunisation-skills-workshop-march-2023\/\">\n            <span class=\"mvec-event-card__stripe\" aria-hidden=\"true\"><\/span>\n            <div class=\"mvec-event-card__content\">\n                <div class=\"mvec-event-card__tags\">\n                    <span class=\"mvec-event-card__source mvec-event-card__source--mvec\">MVEC<\/span>\n                                    <\/div>\n                                    <div class=\"mvec-event-card__meta\">20 Mar 2023<\/div>\n                                <h3 class=\"mvec-event-card__title\">\u514d\u75ab\u6280\u80fd\u7814\u8ba8\u4f1a\u2014\u20142023 \u5e74 3 \u6708 20 \u65e5\u661f\u671f\u4e00<\/h3>\n                                    <div class=\"mvec-event-card__intro\"><p>\u5728\u672c\u6b21\u7814\u8ba8\u4f1a\u4e2d\uff0c\u4e0e\u4f1a\u8005\u5c06\u542c\u53d6\u514d\u75ab\u4e13\u5bb6\u7684\u610f\u89c1\uff0c\u5e76\u80fd\u591f\u901a\u8fc7\u53c2\u4e0e\u6a21\u62df\u573a\u666f\u5c06\u4ed6\u4eec\u7684\u77e5\u8bc6\u4ed8\u8bf8\u5b9e\u8df5\u3002<\/p>\n<\/div>\n                                <span class=\"mvec-event-card__cta\">\u4e86\u89e3\u66f4\u591a <i class=\"fa fa-arrow-right2\"><\/i><\/span>\n            <\/div>\n        <\/a>\n    <\/article>\n        <article class=\"mvec-event-card\" data-source=\"mvec\" data-categories=\"\">\n        <a class=\"mvec-event-card__link\" href=\"https:\/\/mvec.mcri.edu.au\/zh\/events\/immunisation-skills-workshop-friday-25th-november-2022-practical\/\">\n            <span class=\"mvec-event-card__stripe\" aria-hidden=\"true\"><\/span>\n            <div class=\"mvec-event-card__content\">\n                <div class=\"mvec-event-card__tags\">\n                    <span class=\"mvec-event-card__source mvec-event-card__source--mvec\">MVEC<\/span>\n                                    <\/div>\n                                    <div class=\"mvec-event-card__meta\">25 Nov 2022<\/div>\n                                <h3 class=\"mvec-event-card__title\">\u514d\u75ab\u6280\u80fd\u7814\u8ba8\u4f1a - 2022 \u5e74 11 \u6708 25 \u65e5\u661f\u671f\u4e94<\/h3>\n                                    <div class=\"mvec-event-card__intro\"><p>\u5728\u672c\u6b21\u7814\u8ba8\u4f1a\u4e2d\uff0c\u4e0e\u4f1a\u8005\u5c06\u542c\u53d6\u514d\u75ab\u4e13\u5bb6\u7684\u610f\u89c1\uff0c\u5e76\u6709\u673a\u4f1a\u901a\u8fc7\u53c2\u4e0e\u6a21\u62df\u573a\u666f\u5c06\u4ed6\u4eec\u7684\u77e5\u8bc6\u4ed8\u8bf8\u5b9e\u8df5\u3002<\/p>\n<\/div>\n                                <span class=\"mvec-event-card__cta\">\u4e86\u89e3\u66f4\u591a <i class=\"fa fa-arrow-right2\"><\/i><\/span>\n            <\/div>\n        <\/a>\n    <\/article>\n        <article class=\"mvec-event-card\" data-source=\"mvec\" data-categories=\"\">\n        <a class=\"mvec-event-card__link\" href=\"https:\/\/mvec.mcri.edu.au\/zh\/events\/cvu-friday-28th-oct-2022-face-to-face-event\/\">\n            <span class=\"mvec-event-card__stripe\" aria-hidden=\"true\"><\/span>\n            <div class=\"mvec-event-card__content\">\n                <div class=\"mvec-event-card__tags\">\n                    <span class=\"mvec-event-card__source mvec-event-card__source--mvec\">MVEC<\/span>\n                                    <\/div>\n                                    <div class=\"mvec-event-card__meta\">28 Oct 2022<\/div>\n                                <h3 class=\"mvec-event-card__title\">\u5e74\u5ea6\u4e34\u5e8a\u75ab\u82d7\u5b66\u66f4\u65b0 (CVU) \u2013 2022 \u5e74 10 \u6708 28 \u65e5\uff0c\u661f\u671f\u4e94<\/h3>\n                                    <div class=\"mvec-event-card__intro\"><p>The MVEC annual CVU on Friday 28th October has now concluded. The face-to-face event provided the opportunity for healthcare professionals to come together to hear from leading experts on the latest developments and trends in immunisation.<\/p>\n<\/div>\n                                <span class=\"mvec-event-card__cta\">\u4e86\u89e3\u66f4\u591a <i class=\"fa fa-arrow-right2\"><\/i><\/span>\n            <\/div>\n        <\/a>\n    <\/article>\n        <article class=\"mvec-event-card\" data-source=\"mvec\" data-categories=\"\">\n        <a class=\"mvec-event-card__link\" href=\"https:\/\/mvec.mcri.edu.au\/zh\/events\/cvu-mini-tuesday-16th-august-2022-virtual-event\/\">\n            <span class=\"mvec-event-card__stripe\" aria-hidden=\"true\"><\/span>\n            <div class=\"mvec-event-card__content\">\n                <div class=\"mvec-event-card__tags\">\n                    <span class=\"mvec-event-card__source mvec-event-card__source--mvec\">MVEC<\/span>\n                                    <\/div>\n                                    <div class=\"mvec-event-card__meta\">30 Aug 2022<\/div>\n                                <h3 class=\"mvec-event-card__title\">CVU mini \u2013 2022 \u5e74 8 \u6708 30 \u65e5\u661f\u671f\u4e8c\uff08\u865a\u62df\u6d3b\u52a8\uff09<\/h3>\n                                    <div class=\"mvec-event-card__intro\"><p>Thank you for attending MVEC&#8217;s Clinical Vaccinology Update (CVU) mini webinar on Tuesday 30th August.<\/p>\n<\/div>\n                                <span class=\"mvec-event-card__cta\">\u4e86\u89e3\u66f4\u591a <i class=\"fa fa-arrow-right2\"><\/i><\/span>\n            <\/div>\n        <\/a>\n    <\/article>\n        <article class=\"mvec-event-card\" data-source=\"mvec\" data-categories=\"\">\n        <a class=\"mvec-event-card__link\" href=\"https:\/\/mvec.mcri.edu.au\/zh\/events\/cvu-mini-thursday-28th-april-2022-virtual-event\/\">\n            <span class=\"mvec-event-card__stripe\" aria-hidden=\"true\"><\/span>\n            <div class=\"mvec-event-card__content\">\n                <div class=\"mvec-event-card__tags\">\n                    <span class=\"mvec-event-card__source mvec-event-card__source--mvec\">MVEC<\/span>\n                                    <\/div>\n                                    <div class=\"mvec-event-card__meta\">28 Apr 2022<\/div>\n                                <h3 class=\"mvec-event-card__title\">CVU mini \u2013 2022 \u5e74 4 \u6708 28 \u65e5\u661f\u671f\u56db\uff08\u865a\u62df\u6d3b\u52a8\uff09<\/h3>\n                                    <div class=\"mvec-event-card__intro\"><p>Thank you for joining our first CVU mini virtual event for the year on Winter preparedness: COVID-19 and influenza.<\/p>\n<\/div>\n                                <span class=\"mvec-event-card__cta\">\u4e86\u89e3\u66f4\u591a <i class=\"fa fa-arrow-right2\"><\/i><\/span>\n            <\/div>\n        <\/a>\n    <\/article>\n        <article class=\"mvec-event-card\" data-source=\"mvec\" data-categories=\"\">\n        <a class=\"mvec-event-card__link\" href=\"https:\/\/mvec.mcri.edu.au\/zh\/events\/cvu-mini-monday-30th-august-2021-virtual-event\/\">\n            <span class=\"mvec-event-card__stripe\" aria-hidden=\"true\"><\/span>\n            <div class=\"mvec-event-card__content\">\n                <div class=\"mvec-event-card__tags\">\n                    <span class=\"mvec-event-card__source mvec-event-card__source--mvec\">MVEC<\/span>\n                                    <\/div>\n                                    <div class=\"mvec-event-card__meta\">30 Aug 2021<\/div>\n                                <h3 class=\"mvec-event-card__title\">CVU mini \u2013 2021 \u5e74 8 \u6708 30 \u65e5\u661f\u671f\u4e00\uff08\u865a\u62df\u6d3b\u52a8\uff09<\/h3>\n                                    <div class=\"mvec-event-card__intro\"><p>This CVU mini virtual event Matters of the heart: Myocarditis and pericarditis associated with COVID-19 mRNA vaccination took an in-depth look at an important vaccine safety signal associated with COVID-19 mRNA vaccines (Pfizer and Moderna).<\/p>\n<\/div>\n                                <span class=\"mvec-event-card__cta\">\u4e86\u89e3\u66f4\u591a <i class=\"fa fa-arrow-right2\"><\/i><\/span>\n            <\/div>\n        <\/a>\n    <\/article>\n        <article class=\"mvec-event-card\" data-source=\"mvec\" data-categories=\"\">\n        <a class=\"mvec-event-card__link\" href=\"https:\/\/mvec.mcri.edu.au\/zh\/events\/cvu-mini-monday-26th-april-2021-virtual-event\/\">\n            <span class=\"mvec-event-card__stripe\" aria-hidden=\"true\"><\/span>\n            <div class=\"mvec-event-card__content\">\n                <div class=\"mvec-event-card__tags\">\n                    <span class=\"mvec-event-card__source mvec-event-card__source--mvec\">MVEC<\/span>\n                                    <\/div>\n                                    <div class=\"mvec-event-card__meta\">26 Apr 2021<\/div>\n                                <h3 class=\"mvec-event-card__title\">CVU mini \u2013 2021 \u5e74 4 \u6708 26 \u65e5\u661f\u671f\u4e00\uff08\u865a\u62df\u6d3b\u52a8\uff09<\/h3>\n                                    <div class=\"mvec-event-card__intro\"><p>Immunisation providers including GP practices, vaccine hubs, pharmacies and other clinics have and will continue to play an important role in delivering COVID-19 vaccinations to their local communities.<\/p>\n<\/div>\n                                <span class=\"mvec-event-card__cta\">\u4e86\u89e3\u66f4\u591a <i class=\"fa fa-arrow-right2\"><\/i><\/span>\n            <\/div>\n        <\/a>\n    <\/article>\n        <article class=\"mvec-event-card\" data-source=\"mvec\" data-categories=\"\">\n        <a class=\"mvec-event-card__link\" href=\"https:\/\/mvec.mcri.edu.au\/zh\/events\/special-clinical-feature-event-tuesday-20th-april-2021-virtual-event\/\">\n            <span class=\"mvec-event-card__stripe\" aria-hidden=\"true\"><\/span>\n            <div class=\"mvec-event-card__content\">\n                <div class=\"mvec-event-card__tags\">\n                    <span class=\"mvec-event-card__source mvec-event-card__source--mvec\">MVEC<\/span>\n                                    <\/div>\n                                    <div class=\"mvec-event-card__meta\">20 Apr 2021<\/div>\n                                <h3 class=\"mvec-event-card__title\">Special event &#8211; Tuesday 20th April 2021 (virtual event)<\/h3>\n                                    <div class=\"mvec-event-card__intro\"><p>In light of the change in recommendation regarding the administration of COVID-19 AstraZeneca in those under 50 years, we are excited to be hosting a special clinical feature event on Thrombosis with thrombocytopenia syndrome (TTS) &#038; COVID-19 AstraZeneca.<\/p>\n<\/div>\n                                <span class=\"mvec-event-card__cta\">\u4e86\u89e3\u66f4\u591a <i class=\"fa fa-arrow-right2\"><\/i><\/span>\n            <\/div>\n        <\/a>\n    <\/article>\n        <article class=\"mvec-event-card\" data-source=\"mvec\" data-categories=\"\">\n        <a class=\"mvec-event-card__link\" href=\"https:\/\/mvec.mcri.edu.au\/zh\/events\/cvu-mini-monday-12th-april-2021-virtual-event\/\">\n            <span class=\"mvec-event-card__stripe\" aria-hidden=\"true\"><\/span>\n            <div class=\"mvec-event-card__content\">\n                <div class=\"mvec-event-card__tags\">\n                    <span class=\"mvec-event-card__source mvec-event-card__source--mvec\">MVEC<\/span>\n                                    <\/div>\n                                    <div class=\"mvec-event-card__meta\">12 Apr 2021<\/div>\n                                <h3 class=\"mvec-event-card__title\">CVU mini &#8211; Monday 12th April 2021 (virtual event)<\/h3>\n                                    <div class=\"mvec-event-card__intro\"><p>Our Clinical Vaccinology Update (CVU) mini&#8217;s are a series of webinar sessions for health care professionals. Each CVU mini will provide information on the latest in vaccine news and clinical updates from a range of presenters.<\/p>\n<\/div>\n                                <span class=\"mvec-event-card__cta\">\u4e86\u89e3\u66f4\u591a <i class=\"fa fa-arrow-right2\"><\/i><\/span>\n            <\/div>\n        <\/a>\n    <\/article>\n        <article class=\"mvec-event-card\" data-source=\"mvec\" data-categories=\"\">\n        <a class=\"mvec-event-card__link\" href=\"https:\/\/mvec.mcri.edu.au\/zh\/events\/cvu-miniseries-tuesday-9th-march-2021\/\">\n            <span class=\"mvec-event-card__stripe\" aria-hidden=\"true\"><\/span>\n            <div class=\"mvec-event-card__content\">\n                <div class=\"mvec-event-card__tags\">\n                    <span class=\"mvec-event-card__source mvec-event-card__source--mvec\">MVEC<\/span>\n                                    <\/div>\n                                    <div class=\"mvec-event-card__meta\">9 Mar 2021<\/div>\n                                <h3 class=\"mvec-event-card__title\">CVU mini &#8211; Tuesday 9th March, 2021 (virtual event)<\/h3>\n                                <span class=\"mvec-event-card__cta\">\u4e86\u89e3\u66f4\u591a <i class=\"fa fa-arrow-right2\"><\/i><\/span>\n            <\/div>\n        <\/a>\n    <\/article>\n        <article class=\"mvec-event-card\" data-source=\"mvec\" data-categories=\"\">\n        <a class=\"mvec-event-card__link\" href=\"https:\/\/mvec.mcri.edu.au\/zh\/events\/cvu-miniseries-monday-8th-february-2021\/\">\n            <span class=\"mvec-event-card__stripe\" aria-hidden=\"true\"><\/span>\n            <div class=\"mvec-event-card__content\">\n                <div class=\"mvec-event-card__tags\">\n                    <span class=\"mvec-event-card__source mvec-event-card__source--mvec\">MVEC<\/span>\n                                    <\/div>\n                                    <div class=\"mvec-event-card__meta\">8 Feb 2021<\/div>\n                                <h3 class=\"mvec-event-card__title\">CVU mini &#8211; Monday 8th February, 2021 (virtual event)<\/h3>\n                                <span class=\"mvec-event-card__cta\">\u4e86\u89e3\u66f4\u591a <i class=\"fa fa-arrow-right2\"><\/i><\/span>\n            <\/div>\n        <\/a>\n    <\/article>\n        <article class=\"mvec-event-card\" data-source=\"mvec\" data-categories=\"\">\n        <a class=\"mvec-event-card__link\" href=\"https:\/\/mvec.mcri.edu.au\/zh\/events\/clinical-vaccinology-update-cvu-monday-7th-december-2020\/\">\n            <span class=\"mvec-event-card__stripe\" aria-hidden=\"true\"><\/span>\n            <div class=\"mvec-event-card__content\">\n                <div class=\"mvec-event-card__tags\">\n                    <span class=\"mvec-event-card__source mvec-event-card__source--mvec\">MVEC<\/span>\n                                    <\/div>\n                                <h3 class=\"mvec-event-card__title\">Clinical Vaccinology Update (CVU) \u2013 December 2020<\/h3>\n                                <span class=\"mvec-event-card__cta\">\u4e86\u89e3\u66f4\u591a <i class=\"fa fa-arrow-right2\"><\/i><\/span>\n            <\/div>\n        <\/a>\n    <\/article>\n        <article class=\"mvec-event-card\" data-source=\"mvec\" data-categories=\"\">\n        <a class=\"mvec-event-card__link\" href=\"https:\/\/mvec.mcri.edu.au\/zh\/events\/conversations-with-mvec-how-to-build-confidence-in-covid-19-vaccines-draft\/\">\n            <span class=\"mvec-event-card__stripe\" aria-hidden=\"true\"><\/span>\n            <div class=\"mvec-event-card__content\">\n                <div class=\"mvec-event-card__tags\">\n                    <span class=\"mvec-event-card__source mvec-event-card__source--mvec\">MVEC<\/span>\n                                    <\/div>\n                                <h3 class=\"mvec-event-card__title\">The MVEC Conversation: Vaccine Confidence<\/h3>\n                                    <div class=\"mvec-event-card__intro\"><p>Promoting confidence and trust in COVID-19 vaccines is critical to achieving vaccine acceptance and uptake. As a trusted source of information on vaccines, general practitioners, immunisation nurses and other health care professionals play an important role in delivering this information and driving vaccine acceptance and uptake.<\/p>\n<\/div>\n                                <span class=\"mvec-event-card__cta\">\u4e86\u89e3\u66f4\u591a <i class=\"fa fa-arrow-right2\"><\/i><\/span>\n            <\/div>\n        <\/a>\n    <\/article>\n        <article class=\"mvec-event-card\" data-source=\"mvec\" data-categories=\"\">\n        <a class=\"mvec-event-card__link\" href=\"https:\/\/mvec.mcri.edu.au\/zh\/events\/the-mvec-conversation-myocarditis-pericarditis-following-mrna-vaccines\/\">\n            <span class=\"mvec-event-card__stripe\" aria-hidden=\"true\"><\/span>\n            <div class=\"mvec-event-card__content\">\n                <div class=\"mvec-event-card__tags\">\n                    <span class=\"mvec-event-card__source mvec-event-card__source--mvec\">MVEC<\/span>\n                                    <\/div>\n                                <h3 class=\"mvec-event-card__title\">MVEC \u5bf9\u8bdd\uff1amRNA \u75ab\u82d7\u540e\u7684\u5fc3\u808c\u708e\/\u5fc3\u5305\u708e<\/h3>\n                                    <div class=\"mvec-event-card__intro\"><p>Following on from our CVU mini virtual event: Matters of the heart: myocarditis and pericarditis associated with COVID-19 mRNA vaccination, The Melbourne Vaccine Education Centre is excited to announce our latest resource The MVEC Conversation: myocarditis\/pericarditis following mRNA vaccines.<\/p>\n<\/div>\n                                <span class=\"mvec-event-card__cta\">\u4e86\u89e3\u66f4\u591a <i class=\"fa fa-arrow-right2\"><\/i><\/span>\n            <\/div>\n        <\/a>\n    <\/article>\n        <article class=\"mvec-event-card\" data-source=\"mvec\" data-categories=\"\">\n        <a class=\"mvec-event-card__link\" href=\"https:\/\/mvec.mcri.edu.au\/zh\/events\/annual-clinical-vaccinology-update-cvu-thursday-18th-friday-19th-november-2021-virtual-event\/\">\n            <span class=\"mvec-event-card__stripe\" aria-hidden=\"true\"><\/span>\n            <div class=\"mvec-event-card__content\">\n                <div class=\"mvec-event-card__tags\">\n                    <span class=\"mvec-event-card__source mvec-event-card__source--mvec\">MVEC<\/span>\n                                    <\/div>\n                                <h3 class=\"mvec-event-card__title\">\u4e34\u5e8a\u75ab\u82d7\u5b66\u66f4\u65b0 (CVU) \u2013 2021 \u5e74 11 \u6708<\/h3>\n                                    <div class=\"mvec-event-card__intro\"><p>Our 2021 CVU has concluded. The program allowed participants to choose from keynote sessions delivered on the virtual main stage in addition to themed seminars and interactive workshops hosted by industry experts, addressing the most important and current issues in immunisation.<\/p>\n<\/div>\n                                <span class=\"mvec-event-card__cta\">\u4e86\u89e3\u66f4\u591a <i class=\"fa fa-arrow-right2\"><\/i><\/span>\n            <\/div>\n        <\/a>\n    <\/article>\n        <article class=\"mvec-event-card\" data-source=\"mvec\" data-categories=\"\">\n        <a class=\"mvec-event-card__link\" href=\"https:\/\/mvec.mcri.edu.au\/zh\/events\/stay-tuned\/\">\n            <span class=\"mvec-event-card__stripe\" aria-hidden=\"true\"><\/span>\n            <div class=\"mvec-event-card__content\">\n                <div class=\"mvec-event-card__tags\">\n                    <span class=\"mvec-event-card__source mvec-event-card__source--mvec\">MVEC<\/span>\n                                    <\/div>\n                                <h3 class=\"mvec-event-card__title\">Stay tuned<\/h3>\n                                <span class=\"mvec-event-card__cta\">\u4e86\u89e3\u66f4\u591a <i class=\"fa fa-arrow-right2\"><\/i><\/span>\n            <\/div>\n        <\/a>\n    <\/article>\n    <\/div><div class=\"mvec-events-empty-filter\" style=\"display:none;\"><p>No matching events in this section.<\/p><\/div><div class=\"mvec-events-viewall-wrap\"><button type=\"button\" class=\"mvec-events-viewall\" style=\"display:none;\">View all<\/button><\/div><\/div>\n<\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><script id=\"script-row-unique-1\" data-row=\"script-row-unique-1\" type=\"text\/javascript\" class=\"vc_controls\">UNCODE.initRow(document.getElementById(\"row-unique-1\"));<\/script><\/div><\/div><\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"To be advised about future MVEC events \u2013 including webinars, workshops and conferences \u2013 please subscribe to our fortnightly newsletter.","protected":false},"author":493,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_lmt_disableupdate":"no","_lmt_disable":"","footnotes":"","_wp_rev_ctl_limit":""},"class_list":["post-268","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Events - The Melbourne Vaccine Education Centre (MVEC)<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mvec.mcri.edu.au\/zh\/\u4e8b\u4ef6\/\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Events - The Melbourne Vaccine Education Centre (MVEC)\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mvec.mcri.edu.au\/zh\/\u4e8b\u4ef6\/\" \/>\n<meta property=\"og:site_name\" content=\"The Melbourne Vaccine Education Centre (MVEC)\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-07T01:46:54+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/mvec.mcri.edu.au\\\/events\\\/\",\"url\":\"https:\\\/\\\/mvec.mcri.edu.au\\\/events\\\/\",\"name\":\"Events - The Melbourne Vaccine Education Centre (MVEC)\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mvec.mcri.edu.au\\\/#website\"},\"datePublished\":\"2021-01-08T01:48:01+00:00\",\"dateModified\":\"2026-07-07T01:46:54+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/mvec.mcri.edu.au\\\/events\\\/#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/mvec.mcri.edu.au\\\/events\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/mvec.mcri.edu.au\\\/events\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/mvec.mcri.edu.au\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Events\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/mvec.mcri.edu.au\\\/#website\",\"url\":\"https:\\\/\\\/mvec.mcri.edu.au\\\/\",\"name\":\"The Melbourne Vaccine Education Centre (MVEC)\",\"description\":\"Find all your vaccine related infos here.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/mvec.mcri.edu.au\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-Hans\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Events - The Melbourne Vaccine Education Centre (MVEC)","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/mvec.mcri.edu.au\/zh\/\u4e8b\u4ef6\/","og_locale":"zh_CN","og_type":"article","og_title":"Events - The Melbourne Vaccine Education Centre (MVEC)","og_url":"https:\/\/mvec.mcri.edu.au\/zh\/\u4e8b\u4ef6\/","og_site_name":"The Melbourne Vaccine Education Centre (MVEC)","article_modified_time":"2026-07-07T01:46:54+00:00","twitter_card":"summary_large_image","twitter_misc":{"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"1 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/mvec.mcri.edu.au\/events\/","url":"https:\/\/mvec.mcri.edu.au\/events\/","name":"Events - The Melbourne Vaccine Education Centre (MVEC)","isPartOf":{"@id":"https:\/\/mvec.mcri.edu.au\/#website"},"datePublished":"2021-01-08T01:48:01+00:00","dateModified":"2026-07-07T01:46:54+00:00","breadcrumb":{"@id":"https:\/\/mvec.mcri.edu.au\/events\/#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mvec.mcri.edu.au\/events\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/mvec.mcri.edu.au\/events\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mvec.mcri.edu.au\/"},{"@type":"ListItem","position":2,"name":"Events"}]},{"@type":"WebSite","@id":"https:\/\/mvec.mcri.edu.au\/#website","url":"https:\/\/mvec.mcri.edu.au\/","name":"\u58a8\u5c14\u672c\u75ab\u82d7\u6559\u80b2\u4e2d\u5fc3 (MVEC)","description":"\u5728\u8fd9\u91cc\u627e\u5230\u60a8\u6240\u6709\u7684\u75ab\u82d7\u76f8\u5173\u4fe1\u606f\u3002","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mvec.mcri.edu.au\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-Hans"}]}},"_links":{"self":[{"href":"https:\/\/mvec.mcri.edu.au\/zh\/wp-json\/wp\/v2\/pages\/268","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mvec.mcri.edu.au\/zh\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mvec.mcri.edu.au\/zh\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mvec.mcri.edu.au\/zh\/wp-json\/wp\/v2\/users\/493"}],"replies":[{"embeddable":true,"href":"https:\/\/mvec.mcri.edu.au\/zh\/wp-json\/wp\/v2\/comments?post=268"}],"version-history":[{"count":11,"href":"https:\/\/mvec.mcri.edu.au\/zh\/wp-json\/wp\/v2\/pages\/268\/revisions"}],"predecessor-version":[{"id":23240,"href":"https:\/\/mvec.mcri.edu.au\/zh\/wp-json\/wp\/v2\/pages\/268\/revisions\/23240"}],"wp:attachment":[{"href":"https:\/\/mvec.mcri.edu.au\/zh\/wp-json\/wp\/v2\/media?parent=268"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}