  {"id":6,"date":"2020-06-24T15:07:16","date_gmt":"2020-06-24T19:07:16","guid":{"rendered":"http:\/\/www.yorku.ca\/research-project-m4aginglabdev\/?page_id=6"},"modified":"2025-12-20T15:23:17","modified_gmt":"2025-12-20T20:23:17","slug":"contact-m4-and-aging-lab","status":"publish","type":"page","link":"https:\/\/www.yorku.ca\/research\/project\/m4aginglab\/contact-m4-and-aging-lab\/","title":{"rendered":"Contact"},"content":{"rendered":"\n<style>\n  \/* General container for the 4 columns *\/\n  .four-column-container {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 20px;\n    max-width: 1200px;\n    margin: 40px auto;\n    padding: 20px;\n  }\n\n  \/* Styling individual columns *\/\n  .column {\n    flex: 1;\n    background: #f9f9f9;\n    border: 2px solid #e31837; \/* Updated to York Red *\/\n    border-radius: 0; \/* Square corners *\/\n    padding: 20px;\n    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);\n  }\n\n  \/* Contact Info Styling *\/\n  .contact-info h2 {\n    color: #e31837; \/* Updated to York Red *\/\n    font-size: 24px;\n    font-weight: bold;\n    margin-bottom: 15px;\n  }\n\n  .contact-item {\n    display: flex;\n    align-items: center;\n    margin-bottom: 15px;\n  }\n\n  .contact-icon {\n    font-size: 24px;\n    color: #e31837; \/* Updated to York Red *\/\n    margin-right: 15px;\n  }\n\n  .contact-item p {\n    margin: 0;\n    color: #333;\n  }\n\n  .contact-item a {\n    color: #0066cc;\n    text-decoration: none;\n    transition: color 0.3s ease;\n  }\n\n  .contact-item a:hover {\n    color: #e31837; \/* Updated to York Red *\/\n  }\n\n  \/* Image column *\/\n  .image-column img {\n    width: 100%;\n    max-width: 300px;\n    height: auto;\n    border-radius: 0; \/* Square corners *\/\n    margin: 0 auto;\n    display: block;\n  }\n\n  \/* Search and Related Links Styling *\/\n  .search-column h4 {\n    color: #e31837; \/* Updated to York Red *\/\n    font-size: 20px;\n    margin-bottom: 15px;\n  }\n\n  .search-column input {\n    width: 100%;\n    padding: 10px;\n    margin-bottom: 20px;\n    font-size: 16px;\n    border: 1px solid #ccc;\n    border-radius: 0; \/* Square corners *\/\n  }\n\n  .related-links ul {\n    list-style: none;\n    padding: 0;\n  }\n\n  .related-links li {\n    margin-bottom: 10px;\n  }\n\n  .related-links li a {\n    color: #0066cc;\n    text-decoration: none;\n    transition: color 0.3s ease;\n  }\n\n  .related-links li a:hover {\n    color: #e31837; \/* Updated to York Red *\/\n  }\n\n  \/* Responsive design for tablets *\/\n  @media (max-width: 768px) {\n    .four-column-container {\n      flex-direction: column; \/* Stack columns vertically *\/\n      gap: 15px;\n      padding: 15px;\n    }\n\n    .column {\n      flex: unset; \/* Allow columns to take full width *\/\n      width: 100%;\n      padding: 15px; \/* Compact padding for tablets *\/\n    }\n\n    .contact-info h2 {\n      font-size: 22px; \/* Slightly smaller heading *\/\n    }\n\n    .contact-item {\n      margin-bottom: 10px; \/* Reduce spacing for compact layout *\/\n    }\n\n    .contact-item p,\n    .contact-item a {\n      font-size: 14px; \/* Smaller text size *\/\n    }\n\n    .search-column h4 {\n      font-size: 18px; \/* Adjust heading size *\/\n    }\n\n    .search-column input {\n      padding: 8px; \/* Compact input padding *\/\n    }\n  }\n\n  \/* Responsive design for mobile devices *\/\n  @media (max-width: 480px) {\n    .four-column-container {\n      gap: 10px; \/* Reduce spacing for mobile *\/\n      padding: 10px;\n    }\n\n    .column {\n      padding: 10px; \/* Compact padding for mobile *\/\n    }\n\n    .contact-info h2 {\n      font-size: 20px; \/* Smaller heading for mobile *\/\n      text-align: center; \/* Center-align text for better readability *\/\n    }\n\n    .contact-item {\n      flex-direction: column; \/* Stack icon and text vertically *\/\n      align-items: flex-start; \/* Align items to the left *\/\n    }\n\n    .contact-icon {\n      margin-bottom: 5px; \/* Add spacing below icon *\/\n      font-size: 20px; \/* Adjust icon size *\/\n    }\n\n    .contact-item p,\n    .contact-item a {\n      font-size: 12px; \/* Compact font size for mobile *\/\n    }\n\n    .image-column img {\n      max-width: 250px; \/* Reduce image size for smaller screens *\/\n    }\n\n    .search-column h4 {\n      font-size: 16px; \/* Smaller heading *\/\n    }\n\n    .search-column input {\n      font-size: 14px; \/* Compact input size *\/\n      padding: 6px;\n    }\n\n    .related-links li a {\n      font-size: 14px; \/* Adjust link size *\/\n    }\n  }\n<\/style>\n\n<div class=\"four-column-container\">\n  <!-- Column 1: Contact Information -->\n  <div class=\"column contact-info\">\n    <h2>Contact Information<\/h2>\n\n    <!-- Email -->\n    <div class=\"contact-item\">\n      <span class=\"contact-icon\">\ud83d\udce7<\/span>\n      <p><strong>E-mail Address:<\/strong> <a href=\"mailto:mkalu@yorku.ca\">mkalu@yorku.ca<\/a><\/p>\n    <\/div>\n\n    <!-- Department -->\n    <div class=\"contact-item\">\n      <span class=\"contact-icon\">\ud83c\udfdb\ufe0f<\/span>\n      <p><strong>Department:<\/strong> School of Kinesiology & Health Science<\/p>\n    <\/div>\n\n    <!-- Title -->\n    <div class=\"contact-item\">\n      <span class=\"contact-icon\">\ud83c\udf93<\/span>\n      <p><strong>Title:<\/strong> Assistant Professor<\/p>\n    <\/div>\n\n    <!-- Campus Building -->\n    <div class=\"contact-item\">\n      <span class=\"contact-icon\">\ud83d\udccd<\/span>\n      <p><strong>Campus Building:<\/strong> Stong College, Room 328<\/p>\n    <\/div>\n  <\/div>\n\n<!-- Column 2: Lab Location -->\n<div class=\"column contact-info\">\n  <h2>Lab Location<\/h2>\n\n  <!-- Google Maps Embed: Calumet College -->\n  <iframe\n    src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d5762.000856343719!2d-79.51232322365298!3d43.77284994468373!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x882b2e3ca837fe7f%3A0xcb3e523185a3ddeb!2sCalumet%20College!5e0!3m2!1sen!2sca!4v1766262155038!5m2!1sen!2sca\"\n    width=\"100%\"\n    height=\"250\"\n    style=\"border: 0; border-radius: 10px;\"\n    allowfullscreen=\"\"\n    loading=\"lazy\"\n    referrerpolicy=\"no-referrer-when-downgrade\">\n  <\/iframe>\n\n  <!-- Location Details -->\n  <p style=\"margin-top: 15px; color: #333;\">\n    <strong>Building:<\/strong> Calumet College, 快播视频\n  <\/p>\n  <p style=\"color: #333;\">\n    <strong>Address:<\/strong> 301 Calumet College Rd, Toronto, ON\n  <\/p>\n<\/div>\n\n\n  <!-- Column 3: Image -->\n  <div class=\"column image-column\">\n    <img decoding=\"async\" src=\"https:\/\/www.yorku.ca\/research\/project\/m4aginglab\/wp-content\/uploads\/sites\/896\/2024\/12\/IMG_2294-e1733270886595.png\" alt=\"Dr. Michael Kalu\">\n  <\/div>\n\n  <!-- Column 4: Search and Related Links -->\n  <div class=\"column search-column\">\n    <!-- Search Section -->\n    <h4>Search the Site<\/h4>\n    <form action=\"https:\/\/www.yorku.ca\/research\/project\/m4aginglab\/\" method=\"get\">\n      <input type=\"text\" name=\"s\" placeholder=\"Search this site\">\n    <\/form>\n\n    <!-- Related Links Section -->\n    <div class=\"related-links\">\n      <h4>Related Links<\/h4>\n      <ul>\n        <li><a href=\"https:\/\/scholar.google.ca\/citations?user=TAxA7eIAAAAJ&hl=en&oi=ao\">Publications<\/a><\/li>\n        <li><a href=\"https:\/\/erpaan.org\">ERPAAN<\/a><\/li>\n        <li><a href=\"https:\/\/www.yorku.ca\/health\/\">Faculty of Health<\/a><\/li>\n      <\/ul>\n   <\/div>\n  <\/div>\n<\/div>\n\n\n\n<div id=\"join-our-lab\" class=\"york-theme\">\n  <h2>Join Our Lab<\/h2>\n  <p>\n    Are you passionate about aging and mobility research? The M4 and Aging Lab at 快播视频 welcomes enthusiastic individuals to join our team and contribute to groundbreaking research. Whether you\u2019re a graduate student, undergraduate student, volunteer, or seeking an independent study opportunity, we have a place for you!\n  <\/p>\n\n  <h3>How to Apply:<\/h3>\n  <p>\n    Fill out the form below, and we will get back to you shortly. Alternatively, you can email Dr. Kalu directly at\n    <a href=\"mailto:mkalu@yorku.ca\">mkalu@yorku.ca<\/a>.\n  <\/p>\n\n  <!-- Form connected to Formspree -->\n  <form id=\"join-lab-form\" action=\"https:\/\/formspree.io\/f\/xovqbera\" method=\"POST\">\n    <label for=\"name\">Name:<\/label>\n    <input type=\"text\" id=\"name\" name=\"name\" placeholder=\"Your full name\" required \/>\n\n    <label for=\"email\">Email:<\/label>\n    <input type=\"email\" id=\"email\" name=\"email\" placeholder=\"Your email address\" required \/>\n\n    <label for=\"role\">Role of Interest:<\/label>\n    <select id=\"role\" name=\"role\" required>\n      <option value=\"Graduate Student\">Graduate Student<\/option>\n      <option value=\"Undergraduate Student\">Undergraduate Student<\/option>\n      <option value=\"Volunteer\">Volunteer<\/option>\n      <option value=\"Independent 快播视频\">Independent 快播视频<\/option>\n      <option value=\"Honours Thesis\">Honours Thesis<\/option>\n      <option value=\"STEM Student\">STEM Student<\/option>\n    <\/select>\n\n    <label for=\"message\">Message:<\/label>\n    <textarea id=\"message\" name=\"message\" placeholder=\"Briefly explain why you want to join the lab\" required><\/textarea>\n\n    <button type=\"submit\">Submit<\/button>\n  <\/form>\n<\/div>\n\n<style>\n  \/* General Section Styling *\/\n  .york-theme {\n    font-family: Arial, sans-serif;\n    color: #e31837; \/* York Red *\/\n    background-color: #ffffff;\n    padding: 30px;\n    border-radius: 0; \/* Square corners *\/\n    border: 4px solid #e31837; \/* Updated to York Red *\/\n    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);\n  }\n\n  \/* Headings Styling *\/\n  .york-theme h2, .york-theme h3 {\n    color: #e31837; \/* Updated to York Red *\/\n    text-transform: uppercase;\n    font-weight: bold;\n    border-bottom: 4px solid #e31837; \/* Updated underline *\/\n    padding-bottom: 8px;\n    margin-bottom: 20px;\n  }\n\n  \/* Paragraph Styling *\/\n  .york-theme p {\n    color: #333;\n    line-height: 1.6;\n  }\n\n  \/* List Styling *\/\n  .york-theme ul {\n    padding-left: 20px;\n    list-style-type: disc;\n    color: #333;\n  }\n\n  .york-theme ul li {\n    margin-bottom: 10px;\n  }\n\n  \/* Form Styling *\/\n  .york-theme form {\n    margin-top: 20px;\n  }\n\n  .york-theme label {\n    display: block;\n    margin-bottom: 8px;\n    font-weight: bold;\n    color: #e31837; \/* Updated to York Red *\/\n  }\n\n  .york-theme input, .york-theme textarea, .york-theme select {\n    width: 100%;\n    padding: 12px;\n    margin-bottom: 15px;\n    border: 3px solid #e31837; \/* Updated to York Red *\/\n    border-radius: 0; \/* Square corners *\/\n    font-size: 16px;\n    background-color: #ffffff;\n    color: #e31837;\n  }\n\n  .york-theme input:focus, .york-theme textarea:focus, .york-theme select:focus {\n    border: 3px solid #e31837; \/* Focus border *\/\n    outline: none;\n    box-shadow: 0 0 5px rgba(227, 24, 55, 0.5);\n  }\n\n  \/* Submit Button Styling *\/\n  .york-theme button {\n    background-color: #e31837; \/* Updated York Red *\/\n    color: white;\n    padding: 12px 25px;\n    font-size: 16px;\n    border: none;\n    border-radius: 0; \/* Square corners *\/\n    cursor: pointer;\n    font-weight: bold;\n    transition: background-color 0.3s ease, box-shadow 0.3s ease;\n  }\n\n  .york-theme button:hover {\n    background-color: #a80000;\n    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);\n  }\n\n  .york-theme button:active {\n    background-color: #7a0000;\n    box-shadow: none;\n  }\n\n  \/* Links Styling *\/\n  .york-theme a {\n    color: #e31837;\n    text-decoration: underline;\n    font-weight: bold;\n  }\n\n  .york-theme a:hover {\n    color: #a80000;\n    text-decoration: none;\n  }\n\n  \/* Responsive Design *\/\n\n  \/* Tablet (max-width: 768px) *\/\n  @media (max-width: 768px) {\n    .york-theme {\n      padding: 20px;\n      max-width: 100%;\n      margin: 20px auto;\n    }\n\n    .york-theme h2, .york-theme h3 {\n      font-size: 1.5em;\n      padding-bottom: 6px;\n    }\n\n    .york-theme p {\n      font-size: 14px;\n      line-height: 1.5;\n    }\n\n    .york-theme button {\n      font-size: 14px;\n      padding: 10px 20px;\n    }\n\n    .york-theme input, .york-theme textarea, .york-theme select {\n      font-size: 14px;\n      padding: 10px;\n    }\n  }\n\n  \/* Mobile (max-width: 480px) *\/\n  @media (max-width: 480px) {\n    .york-theme {\n      padding: 15px;\n      border-width: 2px;\n      max-width: 100%;\n    }\n\n    .york-theme h2, .york-theme h3 {\n      font-size: 1.3em;\n      padding-bottom: 5px;\n    }\n\n    .york-theme p {\n      font-size: 13px;\n      line-height: 1.4;\n    }\n\n    .york-theme button {\n      font-size: 13px;\n      padding: 8px 15px;\n    }\n\n    .york-theme input, .york-theme textarea, .york-theme select {\n      font-size: 13px;\n      padding: 8px;\n    }\n  }\n<\/style>\n\n<script>\ndocument.getElementById(\"join-lab-form\").addEventListener(\"submit\", function (e) {\n  e.preventDefault(); \/\/ Prevent the default form submission\n\n  const name = document.getElementById(\"name\").value;\n  const email = document.getElementById(\"email\").value;\n  const role = document.getElementById(\"role\").value;\n  const message = document.getElementById(\"message\").value;\n\n  \/\/ Basic Validation\n  if (!name || !email || !role || !message) {\n    alert(\"All fields are required. Please fill them out before submitting.\");\n    return;\n  }\n\n  \/\/ Submit the form data to Formspree\n  const formData = {\n    name: name,\n    email: email,\n    role: role,\n    message: message,\n  };\n\n  fetch(\"https:\/\/formspree.io\/f\/xovqbera\", {\n    method: \"POST\",\n    headers: {\n      \"Content-Type\": \"application\/json\",\n    },\n    body: JSON.stringify(formData),\n  })\n    .then((response) => {\n      if (response.ok) {\n        alert(\"Thank you! Your application has been submitted.\");\n        document.getElementById(\"join-lab-form\").reset(); \/\/ Reset the form\n      } else {\n        alert(\"There was an error submitting your form. Please try again.\");\n      }\n    })\n    .catch((error) => {\n      alert(\"Something went wrong. Please check your connection and try again.\");\n      console.error(\"Error:\", error);\n    });\n});\n<\/script>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns social-bar-block is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading h6 text-white text-center\">Connect with the M4 and Aging Lab<\/h2>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ul class=\"wp-block-social-links aligncenter my-2 is-style-default is-layout-flex wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-x  wp-block-social-link\"><a href=\"https:\/\/x.com\/M4andAgingLab\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13.982 10.622 20.54 3h-1.554l-5.693 6.618L8.745 3H3.5l6.876 10.007L3.5 21h1.554l6.012-6.989L15.868 21h5.245l-7.131-10.378Zm-2.128 2.474-.697-.997-5.543-7.93H8l4.474 6.4.697.996 5.815 8.318h-2.387l-4.745-6.787Z\" \/><\/svg><span class=\"wp-block-social-link-label screen-reader-text\">X<\/span><\/a><\/li>\n\n<li class=\"wp-social-link wp-social-link-instagram  wp-block-social-link\"><a href=\"https:\/\/www.instagram.com\/m4andaginglab\/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"><\/path><\/svg><span class=\"wp-block-social-link-label screen-reader-text\">Instagram<\/span><\/a><\/li>\n\n<li class=\"wp-social-link wp-social-link-linkedin  wp-block-social-link\"><a href=\"https:\/\/www.linkedin.com\/in\/kalumichael\/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M19.7,3H4.3C3.582,3,3,3.582,3,4.3v15.4C3,20.418,3.582,21,4.3,21h15.4c0.718,0,1.3-0.582,1.3-1.3V4.3 C21,3.582,20.418,3,19.7,3z M8.339,18.338H5.667v-8.59h2.672V18.338z M7.004,8.574c-0.857,0-1.549-0.694-1.549-1.548 c0-0.855,0.691-1.548,1.549-1.548c0.854,0,1.547,0.694,1.547,1.548C8.551,7.881,7.858,8.574,7.004,8.574z M18.339,18.338h-2.669 v-4.177c0-0.996-0.017-2.278-1.387-2.278c-1.389,0-1.601,1.086-1.601,2.206v4.249h-2.667v-8.59h2.559v1.174h0.037 c0.356-0.675,1.227-1.387,2.526-1.387c2.703,0,3.203,1.779,3.203,4.092V18.338z\"><\/path><\/svg><span class=\"wp-block-social-link-label screen-reader-text\">LinkedIn<\/span><\/a><\/li><\/ul>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Contact Information \ud83d\udce7 E-mail Address: mkalu@yorku.ca \ud83c\udfdb\ufe0f Department: School of Kinesiology &#038; Health Science \ud83c\udf93 Title: Assistant Professor \ud83d\udccd Campus Building: Stong College, Room 328 Lab Location Building: Calumet College, 快播视频 Address: 301 Calumet College Rd, Toronto, ON Search the Site Related Links Publications ERPAAN Faculty of Health Join Our Lab Are you passionate [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","footnotes":""},"tags":[],"class_list":["post-6","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Contact M4 and Aging Lab | 快播视频<\/title>\n<meta name=\"description\" content=\"Contact the M4 and Aging Lab at 快播视频 to learn about our research or opportunities to join. Explore our work on aging and mobility.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.yorku.ca\/research\/project\/m4aginglab\/contact-m4-and-aging-lab\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contact M4 and Aging Lab | 快播视频\" \/>\n<meta property=\"og:description\" content=\"Contact the M4 and Aging Lab at 快播视频 to learn about our research or opportunities to join. Explore our work on aging and mobility.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.yorku.ca\/research\/project\/m4aginglab\/contact-m4-and-aging-lab\/\" \/>\n<meta property=\"og:site_name\" content=\"M4 and Aging Lab\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-20T20:23:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.yorku.ca\/research\/project\/m4aginglab\/wp-content\/uploads\/sites\/896\/2024\/12\/IMG_2294-e1733270886595.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.yorku.ca\\\/research\\\/project\\\/m4aginglab\\\/contact-m4-and-aging-lab\\\/\",\"url\":\"https:\\\/\\\/www.yorku.ca\\\/research\\\/project\\\/m4aginglab\\\/contact-m4-and-aging-lab\\\/\",\"name\":\"Contact M4 and Aging Lab | 快播视频\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.yorku.ca\\\/research\\\/project\\\/m4aginglab\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.yorku.ca\\\/research\\\/project\\\/m4aginglab\\\/contact-m4-and-aging-lab\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.yorku.ca\\\/research\\\/project\\\/m4aginglab\\\/contact-m4-and-aging-lab\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.yorku.ca\\\/research\\\/project\\\/m4aginglab\\\/wp-content\\\/uploads\\\/sites\\\/896\\\/2024\\\/12\\\/IMG_2294-e1733270886595.png\",\"datePublished\":\"2020-06-24T19:07:16+00:00\",\"dateModified\":\"2025-12-20T20:23:17+00:00\",\"description\":\"Contact the M4 and Aging Lab at 快播视频 to learn about our research or opportunities to join. Explore our work on aging and mobility.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.yorku.ca\\\/research\\\/project\\\/m4aginglab\\\/contact-m4-and-aging-lab\\\/#breadcrumb\"},\"inLanguage\":\"en-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.yorku.ca\\\/research\\\/project\\\/m4aginglab\\\/contact-m4-and-aging-lab\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CA\",\"@id\":\"https:\\\/\\\/www.yorku.ca\\\/research\\\/project\\\/m4aginglab\\\/contact-m4-and-aging-lab\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.yorku.ca\\\/research\\\/project\\\/m4aginglab\\\/wp-content\\\/uploads\\\/sites\\\/896\\\/2024\\\/12\\\/IMG_2294-e1733270886595.png\",\"contentUrl\":\"https:\\\/\\\/www.yorku.ca\\\/research\\\/project\\\/m4aginglab\\\/wp-content\\\/uploads\\\/sites\\\/896\\\/2024\\\/12\\\/IMG_2294-e1733270886595.png\",\"width\":683,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.yorku.ca\\\/research\\\/project\\\/m4aginglab\\\/contact-m4-and-aging-lab\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.yorku.ca\\\/research\\\/project\\\/m4aginglab\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contact\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.yorku.ca\\\/research\\\/project\\\/m4aginglab\\\/#website\",\"url\":\"https:\\\/\\\/www.yorku.ca\\\/research\\\/project\\\/m4aginglab\\\/\",\"name\":\"M4 and Aging Lab\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.yorku.ca\\\/research\\\/project\\\/m4aginglab\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-CA\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Contact M4 and Aging Lab | 快播视频","description":"Contact the M4 and Aging Lab at 快播视频 to learn about our research or opportunities to join. Explore our work on aging and mobility.","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:\/\/www.yorku.ca\/research\/project\/m4aginglab\/contact-m4-and-aging-lab\/","og_locale":"en_US","og_type":"article","og_title":"Contact M4 and Aging Lab | 快播视频","og_description":"Contact the M4 and Aging Lab at 快播视频 to learn about our research or opportunities to join. Explore our work on aging and mobility.","og_url":"https:\/\/www.yorku.ca\/research\/project\/m4aginglab\/contact-m4-and-aging-lab\/","og_site_name":"M4 and Aging Lab","article_modified_time":"2025-12-20T20:23:17+00:00","og_image":[{"url":"https:\/\/www.yorku.ca\/research\/project\/m4aginglab\/wp-content\/uploads\/sites\/896\/2024\/12\/IMG_2294-e1733270886595.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.yorku.ca\/research\/project\/m4aginglab\/contact-m4-and-aging-lab\/","url":"https:\/\/www.yorku.ca\/research\/project\/m4aginglab\/contact-m4-and-aging-lab\/","name":"Contact M4 and Aging Lab | 快播视频","isPartOf":{"@id":"https:\/\/www.yorku.ca\/research\/project\/m4aginglab\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.yorku.ca\/research\/project\/m4aginglab\/contact-m4-and-aging-lab\/#primaryimage"},"image":{"@id":"https:\/\/www.yorku.ca\/research\/project\/m4aginglab\/contact-m4-and-aging-lab\/#primaryimage"},"thumbnailUrl":"https:\/\/www.yorku.ca\/research\/project\/m4aginglab\/wp-content\/uploads\/sites\/896\/2024\/12\/IMG_2294-e1733270886595.png","datePublished":"2020-06-24T19:07:16+00:00","dateModified":"2025-12-20T20:23:17+00:00","description":"Contact the M4 and Aging Lab at 快播视频 to learn about our research or opportunities to join. Explore our work on aging and mobility.","breadcrumb":{"@id":"https:\/\/www.yorku.ca\/research\/project\/m4aginglab\/contact-m4-and-aging-lab\/#breadcrumb"},"inLanguage":"en-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.yorku.ca\/research\/project\/m4aginglab\/contact-m4-and-aging-lab\/"]}]},{"@type":"ImageObject","inLanguage":"en-CA","@id":"https:\/\/www.yorku.ca\/research\/project\/m4aginglab\/contact-m4-and-aging-lab\/#primaryimage","url":"https:\/\/www.yorku.ca\/research\/project\/m4aginglab\/wp-content\/uploads\/sites\/896\/2024\/12\/IMG_2294-e1733270886595.png","contentUrl":"https:\/\/www.yorku.ca\/research\/project\/m4aginglab\/wp-content\/uploads\/sites\/896\/2024\/12\/IMG_2294-e1733270886595.png","width":683,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/www.yorku.ca\/research\/project\/m4aginglab\/contact-m4-and-aging-lab\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.yorku.ca\/research\/project\/m4aginglab\/"},{"@type":"ListItem","position":2,"name":"Contact"}]},{"@type":"WebSite","@id":"https:\/\/www.yorku.ca\/research\/project\/m4aginglab\/#website","url":"https:\/\/www.yorku.ca\/research\/project\/m4aginglab\/","name":"M4 and Aging Lab","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.yorku.ca\/research\/project\/m4aginglab\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-CA"}]}},"taxonomy_info":[],"featured_image_src_large":false,"author_info":{"display_name":"Alice","author_link":"https:\/\/www.yorku.ca\/research\/project\/m4aginglab\/author\/alicet\/"},"comment_info":0,"_links":{"self":[{"href":"https:\/\/www.yorku.ca\/research\/project\/m4aginglab\/wp-json\/wp\/v2\/pages\/6","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.yorku.ca\/research\/project\/m4aginglab\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.yorku.ca\/research\/project\/m4aginglab\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.yorku.ca\/research\/project\/m4aginglab\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.yorku.ca\/research\/project\/m4aginglab\/wp-json\/wp\/v2\/comments?post=6"}],"version-history":[{"count":42,"href":"https:\/\/www.yorku.ca\/research\/project\/m4aginglab\/wp-json\/wp\/v2\/pages\/6\/revisions"}],"predecessor-version":[{"id":2337,"href":"https:\/\/www.yorku.ca\/research\/project\/m4aginglab\/wp-json\/wp\/v2\/pages\/6\/revisions\/2337"}],"wp:attachment":[{"href":"https:\/\/www.yorku.ca\/research\/project\/m4aginglab\/wp-json\/wp\/v2\/media?parent=6"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.yorku.ca\/research\/project\/m4aginglab\/wp-json\/wp\/v2\/tags?post=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}