{"id":1640,"date":"2024-11-19T14:13:50","date_gmt":"2024-11-19T19:13:50","guid":{"rendered":"https:\/\/www.umes.edu\/math\/?page_id=1640"},"modified":"2026-09-14T10:55:28","modified_gmt":"2026-09-14T14:55:28","slug":"mathematics-tutor-lab","status":"publish","type":"page","link":"https:\/\/www.umes.edu\/math\/mathematics-tutor-lab\/","title":{"rendered":""},"content":{"rendered":"\n<style>\n\/* UMES Mathematics Tutoring Lab *\/\n\n.mtl {\n    --maroon: #7a1f3d;\n    --maroon-dark: #59152c;\n    --gold: #c89a42;\n    --ink: #202020;\n    --muted: #666;\n    --line: #e4dfe1;\n    --soft: #f8f4f5;\n    --paper: #fff;\n    --sans: Arial, Helvetica, sans-serif;\n    --serif: Georgia, \"Times New Roman\", serif;\n\n    max-width: 1120px;\n    margin: 0 auto;\n    color: var(--ink);\n    font-family: var(--serif);\n    line-height: 1.6;\n}\n\n.mtl *,\n.mtl *::before,\n.mtl *::after {\n    box-sizing: border-box;\n}\n\n.mtl h1,\n.mtl h2,\n.mtl h3 {\n    margin-top: 0 !important;\n    border: 0 !important;\n    background: none !important;\n    box-shadow: none !important;\n}\n\n.mtl h1::before,\n.mtl h1::after,\n.mtl h2::before,\n.mtl h2::after {\n    display: none !important;\n    content: none !important;\n}\n\n.mtl a {\n    color: var(--maroon);\n}\n\n\/* HERO *\/\n\n.mtl-hero {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) minmax(380px, .95fr);\n    gap: clamp(32px, 5vw, 64px);\n    align-items: center;\n    padding: 22px 0 38px;\n    border-bottom: 1px solid var(--line);\n}\n\n.mtl-eyebrow {\n    margin: 0 0 9px !important;\n    color: var(--maroon);\n    font: 700 12px\/1.4 var(--sans);\n    letter-spacing: .15em;\n    text-transform: uppercase;\n}\n\n.mtl-hero h1 {\n    margin-bottom: 16px !important;\n    color: var(--ink);\n    font-family: var(--sans);\n    font-size: clamp(36px, 5vw, 52px);\n    font-weight: 700;\n    line-height: 1.05;\n    letter-spacing: -.025em;\n}\n\n.mtl-lead {\n    max-width: 650px;\n    margin: 0 0 13px !important;\n    font-size: 18px;\n    line-height: 1.62;\n}\n\n.mtl-sublead {\n    margin: 0 0 23px !important;\n    color: var(--muted);\n    font: 15px\/1.5 var(--sans);\n}\n\n.mtl-actions {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n}\n\n.mtl-btn {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 43px;\n    padding: 9px 17px;\n    border: 1px solid var(--maroon);\n    border-radius: 999px;\n    font: 700 13px\/1 var(--sans);\n    text-decoration: none !important;\n    transition: transform .2s ease, background .2s ease, color .2s ease;\n}\n\n.mtl-btn-primary {\n    background: var(--maroon);\n    color: #fff !important;\n}\n\n.mtl-btn-secondary {\n    background: #fff;\n    color: var(--maroon) !important;\n}\n\n.mtl-btn:hover {\n    transform: translateY(-2px);\n}\n\n.mtl-btn-primary:hover {\n    background: var(--maroon-dark);\n}\n\n\/* MATHEMATICAL HERO VISUAL *\/\n\n.mtl-visual {\n    position: relative;\n    min-height: 390px;\n    overflow: hidden;\n    border: 1px solid #e5dcdf;\n    border-radius: 24px;\n    background:\n        radial-gradient(circle at 80% 10%, rgba(122,31,61,.10), transparent 35%),\n        linear-gradient(145deg, #fff 0%, #fbf7f8 100%);\n    box-shadow: 0 18px 50px rgba(60, 25, 37, .08);\n}\n\n.mtl-board {\n    position: absolute;\n    inset: 16px;\n    width: calc(100% - 32px);\n    height: calc(100% - 32px);\n}\n\n.mtl-grid-bg {\n    animation: mtl-grid-shift 15s linear infinite;\n}\n\n.mtl-function {\n    fill: none;\n    stroke: var(--maroon);\n    stroke-width: 5;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    stroke-dasharray: 100;\n    stroke-dashoffset: 100;\n    animation: mtl-draw-function 7s ease-in-out infinite;\n}\n\n.mtl-function-glow {\n    fill: none;\n    stroke: rgba(122,31,61,.12);\n    stroke-width: 13;\n    stroke-linecap: round;\n}\n\n.mtl-derivative {\n    fill: none;\n    stroke: var(--gold);\n    stroke-width: 2.6;\n    stroke-dasharray: 8 8;\n    animation: mtl-dash 8s linear infinite;\n}\n\n.mtl-area {\n    fill: url(#mtlAreaGradient);\n    opacity: .7;\n    animation: mtl-area-breathe 5s ease-in-out infinite;\n}\n\n.mtl-axis {\n    stroke: #aaa0a4;\n    stroke-width: 1.3;\n}\n\n.mtl-axis-label {\n    fill: #756e71;\n    font: 12px Arial, sans-serif;\n}\n\n.mtl-point {\n    fill: var(--maroon);\n    stroke: #fff;\n    stroke-width: 3;\n    transform-box: fill-box;\n    transform-origin: center;\n    animation: mtl-pulse 2.8s ease-in-out infinite;\n}\n\n.mtl-point:nth-of-type(2) {\n    animation-delay: .7s;\n}\n\n.mtl-point:nth-of-type(3) {\n    animation-delay: 1.4s;\n}\n\n.mtl-bar {\n    fill: rgba(200,154,66,.26);\n    transform-box: fill-box;\n    transform-origin: center bottom;\n    animation: mtl-grow 4s ease-in-out infinite;\n}\n\n.mtl-bar:nth-of-type(2) { animation-delay: .15s; }\n.mtl-bar:nth-of-type(3) { animation-delay: .30s; }\n.mtl-bar:nth-of-type(4) { animation-delay: .45s; }\n.mtl-bar:nth-of-type(5) { animation-delay: .60s; }\n.mtl-bar:nth-of-type(6) { animation-delay: .75s; }\n\n.mtl-formula {\n    position: absolute;\n    z-index: 2;\n    padding: 7px 11px;\n    border: 1px solid rgba(122,31,61,.14);\n    border-radius: 10px;\n    background: rgba(255,255,255,.94);\n    box-shadow: 0 7px 22px rgba(50,20,30,.08);\n    color: var(--maroon-dark);\n    font: italic 600 16px\/1.1 Georgia, serif;\n    pointer-events: none;\n    animation: mtl-float 5s ease-in-out infinite;\n}\n\n.mtl-formula-a {\n    top: 24px;\n    right: 25px;\n}\n\n.mtl-formula-b {\n    top: 106px;\n    left: 20px;\n    animation-delay: -1.4s;\n}\n\n.mtl-formula-c {\n    right: 23px;\n    bottom: 62px;\n    animation-delay: -2.8s;\n}\n\n.mtl-formula-d {\n    left: 40%;\n    bottom: 18px;\n    animation-delay: -3.6s;\n}\n\n.mtl-visual-label {\n    position: absolute;\n    left: 22px;\n    bottom: 17px;\n    margin: 0;\n    color: var(--muted);\n    font: 12px\/1.4 var(--sans);\n    letter-spacing: .025em;\n}\n\n@keyframes mtl-draw-function {\n    0%,\n    12% {\n        stroke-dashoffset: 100;\n    }\n    52%,\n    80% {\n        stroke-dashoffset: 0;\n    }\n    100% {\n        stroke-dashoffset: -100;\n    }\n}\n\n@keyframes mtl-dash {\n    to {\n        stroke-dashoffset: -32;\n    }\n}\n\n@keyframes mtl-pulse {\n    0%,\n    100% {\n        transform: scale(1);\n        opacity: .85;\n    }\n    50% {\n        transform: scale(1.55);\n        opacity: 1;\n    }\n}\n\n@keyframes mtl-grow {\n    0%,\n    18%,\n    100% {\n        transform: scaleY(.1);\n        opacity: .15;\n    }\n    45%,\n    76% {\n        transform: scaleY(1);\n        opacity: 1;\n    }\n}\n\n@keyframes mtl-area-breathe {\n    0%,\n    100% {\n        opacity: .34;\n    }\n    50% {\n        opacity: .72;\n    }\n}\n\n@keyframes mtl-float {\n    0%,\n    100% {\n        transform: translateY(0);\n    }\n    50% {\n        transform: translateY(-8px);\n    }\n}\n\n@keyframes mtl-grid-shift {\n    to {\n        transform: translate(18px, 0);\n    }\n}\n\n\/* FACTS *\/\n\n.mtl-facts {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin: 25px 0 38px;\n}\n\n.mtl-fact {\n    min-height: 77px;\n    padding: 14px 16px;\n    border: 1px solid var(--line);\n    border-radius: 13px;\n    background: var(--soft);\n    font: 14px\/1.4 var(--sans);\n}\n\n.mtl-fact strong {\n    display: block;\n    margin-bottom: 3px;\n    color: var(--maroon);\n    font-size: 11px;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n}\n\n\/* SECTIONS *\/\n\n.mtl-sec {\n    margin: 42px 0;\n}\n\n.mtl-sec h2 {\n    margin-bottom: 17px !important;\n    padding-bottom: 9px;\n    border-bottom: 1px solid var(--line) !important;\n    color: var(--maroon);\n    font-family: var(--sans);\n    font-size: 15px;\n    font-weight: 700;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n}\n\n.mtl-sec > p {\n    margin: 0 !important;\n    font-size: 16.5px;\n}\n\n\/* SCHEDULE *\/\n\n.mtl-table-wrap {\n    overflow-x: auto;\n    border: 1px solid var(--line);\n    border-radius: 14px;\n    background: #fff;\n}\n\n.mtl-sched {\n    width: 100%;\n    min-width: 780px;\n    border-collapse: collapse;\n    font: 13.5px\/1.45 var(--sans);\n}\n\n.mtl-sched th,\n.mtl-sched td {\n    padding: 10px 12px;\n    border-right: 1px solid var(--line);\n    border-bottom: 1px solid var(--line);\n    vertical-align: top;\n    text-align: left;\n}\n\n.mtl-sched tr > *:last-child {\n    border-right: 0;\n}\n\n.mtl-sched tbody tr:last-child > * {\n    border-bottom: 0;\n}\n\n.mtl-sched thead th {\n    background: var(--maroon);\n    color: #fff;\n    font-weight: 700;\n}\n\n.mtl-sched tbody th {\n    position: sticky;\n    left: 0;\n    z-index: 1;\n    width: 108px;\n    background: var(--soft);\n    color: var(--maroon);\n    white-space: nowrap;\n}\n\n.mtl-sched tbody tr:nth-child(even) td {\n    background: #fcfafb;\n}\n\n.mtl-note {\n    margin: 9px 2px 0 !important;\n    color: var(--muted);\n    font: 13px\/1.45 var(--sans);\n}\n\n\/* CONTACT + MAP *\/\n\n.mtl-location-grid {\n    display: grid;\n    grid-template-columns: .85fr 1.15fr;\n    overflow: hidden;\n    border: 1px solid var(--line);\n    border-radius: 18px;\n    background: var(--soft);\n}\n\n.mtl-contact {\n    padding: 28px;\n}\n\n.mtl-contact h3 {\n    margin-bottom: 2px !important;\n    color: var(--ink);\n    font: 700 21px\/1.25 var(--sans);\n}\n\n.mtl-role {\n    margin: 0 0 18px !important;\n    color: var(--muted);\n    font-style: italic;\n}\n\n.mtl-contact p,\n.mtl-contact address {\n    margin: 5px 0 !important;\n    font: 15px\/1.55 var(--sans);\n}\n\n.mtl-contact address {\n    margin-top: 20px !important;\n    font-style: normal;\n}\n\n.mtl-contact-label {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--maroon);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n}\n\n.mtl-map-links {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 20px;\n}\n\n.mtl-map-link {\n    padding: 7px 12px;\n    border: 1px solid rgba(122,31,61,.35);\n    border-radius: 999px;\n    font: 700 12px\/1.3 var(--sans);\n    text-decoration: none !important;\n}\n\n.mtl-map {\n    min-height: 350px;\n    background: #eee;\n}\n\n.mtl-map iframe {\n    display: block;\n    width: 100%;\n    height: 100%;\n    min-height: 350px;\n    border: 0;\n}\n\n\/* RESPONSIVE *\/\n\n@media (max-width: 900px) {\n    .mtl-hero {\n        grid-template-columns: 1fr;\n    }\n\n    .mtl-visual {\n        min-height: 350px;\n    }\n\n    .mtl-facts {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n}\n\n@media (max-width: 700px) {\n    .mtl-location-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .mtl-map {\n        min-height: 300px;\n    }\n}\n\n@media (max-width: 520px) {\n    .mtl-facts {\n        grid-template-columns: 1fr;\n    }\n\n    .mtl-hero h1 {\n        font-size: 36px;\n    }\n\n    .mtl-visual {\n        min-height: 310px;\n    }\n\n    .mtl-formula {\n        font-size: 13px;\n    }\n}\n\n@media (prefers-reduced-motion: reduce) {\n    .mtl *,\n    .mtl *::before,\n    .mtl *::after {\n        animation-duration: .01ms !important;\n        animation-iteration-count: 1 !important;\n        scroll-behavior: auto !important;\n    }\n\n    .mtl-function {\n        stroke-dashoffset: 0;\n    }\n}\n<\/style>\n\n\n<div class=\"mtl\">\n\n    <section class=\"mtl-hero\">\n\n        <div class=\"mtl-hero-copy\">\n            <p class=\"mtl-eyebrow\">Department of Mathematics<\/p>\n\n            <h1>Mathematics Tutoring Lab<\/h1>\n\n            <p class=\"mtl-lead\">\n                Free, walk-in tutoring for UMES students in algebra,\n                pre-calculus, calculus, statistics, and other mathematics\n                courses. Bring your questions, homework, or exam prep and\n                work through them with our peer and staff tutors.\n            <\/p>\n\n            <p class=\"mtl-sublead\">\n                No appointment needed. Open to all UMES students.\n            <\/p>\n\n            <div class=\"mtl-actions\">\n                <a class=\"mtl-btn mtl-btn-primary\"\n                   href=\"#mtl-schedule\">\n                    View Fall 2026 Schedule\n                <\/a>\n\n                <a class=\"mtl-btn mtl-btn-secondary\"\n                   href=\"#mtl-location\">\n                    Find the Lab\n                <\/a>\n            <\/div>\n        <\/div>\n\n\n        <div class=\"mtl-visual\"\n             role=\"img\"\n             aria-label=\"Animated mathematical visualization showing a function, derivative, integration area, and data points\">\n\n            <svg class=\"mtl-board\"\n                 viewBox=\"0 0 600 380\"\n                 xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\n                <defs>\n\n                    <pattern id=\"mtlGrid\"\n                             width=\"34\"\n                             height=\"34\"\n                             patternUnits=\"userSpaceOnUse\">\n                        <path d=\"M 34 0 L 0 0 0 34\"\n                              fill=\"none\"\n                              stroke=\"#e8e1e3\"\n                              stroke-width=\"1\"\/>\n                    <\/pattern>\n\n                    <linearGradient id=\"mtlAreaGradient\"\n                                    x1=\"0\"\n                                    y1=\"0\"\n                                    x2=\"0\"\n                                    y2=\"1\">\n                        <stop offset=\"0%\"\n                              stop-color=\"#c89a42\"\n                              stop-opacity=\".48\"\/>\n                        <stop offset=\"100%\"\n                              stop-color=\"#c89a42\"\n                              stop-opacity=\".04\"\/>\n                    <\/linearGradient>\n\n                <\/defs>\n\n\n                <rect class=\"mtl-grid-bg\"\n                      x=\"0\"\n                      y=\"0\"\n                      width=\"620\"\n                      height=\"380\"\n                      fill=\"url(#mtlGrid)\"\/>\n\n\n                <line class=\"mtl-axis\"\n                      x1=\"68\"\n                      y1=\"305\"\n                      x2=\"570\"\n                      y2=\"305\"\/>\n\n                <line class=\"mtl-axis\"\n                      x1=\"80\"\n                      y1=\"42\"\n                      x2=\"80\"\n                      y2=\"325\"\/>\n\n                <text class=\"mtl-axis-label\"\n                      x=\"563\"\n                      y=\"324\">x<\/text>\n\n                <text class=\"mtl-axis-label\"\n                      x=\"62\"\n                      y=\"51\">y<\/text>\n\n\n                <path class=\"mtl-area\"\n                      d=\"\n                      M80 285\n                      C140 282 165 238 215 215\n                      C265 192 288 254 335 223\n                      C389 188 406 116 474 96\n                      C512 84 540 108 560 72\n                      L560 305\n                      L80 305 Z\"\/>\n\n\n                <g aria-hidden=\"true\">\n                    <rect class=\"mtl-bar\"\n                          x=\"195\" y=\"227\"\n                          width=\"15\" height=\"78\"\/>\n\n                    <rect class=\"mtl-bar\"\n                          x=\"217\" y=\"215\"\n                          width=\"15\" height=\"90\"\/>\n\n                    <rect class=\"mtl-bar\"\n                          x=\"239\" y=\"210\"\n                          width=\"15\" height=\"95\"\/>\n\n                    <rect class=\"mtl-bar\"\n                          x=\"261\" y=\"218\"\n                          width=\"15\" height=\"87\"\/>\n\n                    <rect class=\"mtl-bar\"\n                          x=\"283\" y=\"231\"\n                          width=\"15\" height=\"74\"\/>\n\n                    <rect class=\"mtl-bar\"\n                          x=\"305\" y=\"235\"\n                          width=\"15\" height=\"70\"\/>\n                <\/g>\n\n\n                <path class=\"mtl-function-glow\"\n                      d=\"\n                      M80 285\n                      C140 282 165 238 215 215\n                      C265 192 288 254 335 223\n                      C389 188 406 116 474 96\n                      C512 84 540 108 560 72\"\/>\n\n\n                <path class=\"mtl-function\"\n                      pathLength=\"100\"\n                      d=\"\n                      M80 285\n                      C140 282 165 238 215 215\n                      C265 192 288 254 335 223\n                      C389 188 406 116 474 96\n                      C512 84 540 108 560 72\"\/>\n\n\n                <path class=\"mtl-derivative\"\n                      d=\"\n                      M105 267\n                      C180 205 235 200 300 232\n                      C370 266 420 120 530 91\"\/>\n\n\n                <circle class=\"mtl-point\"\n                        cx=\"215\"\n                        cy=\"215\"\n                        r=\"7\"\/>\n\n                <circle class=\"mtl-point\"\n                        cx=\"335\"\n                        cy=\"223\"\n                        r=\"7\"\/>\n\n                <circle class=\"mtl-point\"\n                        cx=\"474\"\n                        cy=\"96\"\n                        r=\"7\"\/>\n\n            <\/svg>\n\n            <span class=\"mtl-formula mtl-formula-a\">f\u2032(x)<\/span>\n            <span class=\"mtl-formula mtl-formula-b\">\u222b f(x) dx<\/span>\n            <span class=\"mtl-formula mtl-formula-c\">\u03a3 x\u1d62<\/span>\n            <span class=\"mtl-formula mtl-formula-d\">y = f(x)<\/span>\n\n            <p class=\"mtl-visual-label\">\n                Explore. Ask. Practice. Understand.\n            <\/p>\n\n        <\/div>\n\n    <\/section>\n\n\n    <div class=\"mtl-facts\">\n\n        <div class=\"mtl-fact\">\n            <strong>Location<\/strong>\n            EASC Rooms 1060 &amp; 1061\n        <\/div>\n\n        <div class=\"mtl-fact\">\n            <strong>Cost<\/strong>\n            Free for all UMES students\n        <\/div>\n\n        <div class=\"mtl-fact\">\n            <strong>Format<\/strong>\n            Walk-in, no appointment\n        <\/div>\n\n        <div class=\"mtl-fact\">\n            <strong>Term<\/strong>\n            Fall 2026\n        <\/div>\n\n    <\/div>\n\n\n    <section class=\"mtl-sec\">\n\n        <h2>What to Expect<\/h2>\n\n        <p>\n            Work through mathematics problems with experienced tutors in a\n            supportive setting. Come with a specific question, prepare for an\n            exam, work on an assignment, or study independently with help\n            nearby. Tutors rotate throughout the day; the schedule below shows\n            who is available during each hour.\n        <\/p>\n\n    <\/section>\n\n\n    <section class=\"mtl-sec\" id=\"mtl-schedule\">\n\n        <h2>Fall 2026 Tutoring Schedule<\/h2>\n\n        <div class=\"mtl-table-wrap\">\n\n            <table class=\"mtl-sched\"\n                   aria-label=\"Fall 2026 Mathematics Tutoring Lab schedule\">\n\n                <thead>\n                    <tr>\n                        <th scope=\"col\">Time<\/th>\n                        <th scope=\"col\">Monday<\/th>\n                        <th scope=\"col\">Tuesday<\/th>\n                        <th scope=\"col\">Wednesday<\/th>\n                        <th scope=\"col\">Thursday<\/th>\n                        <th scope=\"col\">Friday<\/th>\n                    <\/tr>\n                <\/thead>\n\n                <tbody>\n\n                    <tr>\n                        <th scope=\"row\">9:00\u201310:00<\/th>\n                        <td>Aquila, Ebthal, Aarika, Marvens<\/td>\n                        <td>Marvens, Ebthal, Aarika, Ahmed<\/td>\n                        <td>Aquila, Ebthal, Aarika, Marvens<\/td>\n                        <td>Aquila, Marvens, Aarika, Ahmed<\/td>\n                        <td>Aquila, Aarika, Marvens<\/td>\n                    <\/tr>\n\n                    <tr>\n                        <th scope=\"row\">10:00\u201311:00<\/th>\n                        <td>Aquila, Ebthal<\/td>\n                        <td>Marvens, Ebthal, David, Aarika, Ahmed<\/td>\n                        <td>Bsala, Aquila, Ebthal<\/td>\n                        <td>Aquila, Marvens, Aarika, Ahmed<\/td>\n                        <td>Bsala, Aquila<\/td>\n                    <\/tr>\n\n                    <tr>\n                        <th scope=\"row\">11:00\u201312:00<\/th>\n                        <td>Aquila, Ebthal, Aarika, Marvens<\/td>\n                        <td>Marvens, Ebthal, David, Aarika, Justice, Ahmed, Danny<\/td>\n                        <td>Aquila, Ebthal, Aarika, Marvens<\/td>\n                        <td>Aquila, Marvens, David, Aarika, Justice, Ahmed<\/td>\n                        <td>Aquila, Aarika, Marvens<\/td>\n                    <\/tr>\n\n                    <tr>\n                        <th scope=\"row\">12:00\u20131:00<\/th>\n                        <td>Aquila, Ebthal, David, Aarika (12:30)<\/td>\n                        <td>Marvens, Ebthal, David<\/td>\n                        <td>Bsala, Aquila, Ebthal, David, Aarika (12:30)<\/td>\n                        <td>Marvens<\/td>\n                        <td>Bsala, Aquila, David, Aarika (12:30)<\/td>\n                    <\/tr>\n\n                    <tr>\n                        <th scope=\"row\">1:00\u20132:00<\/th>\n                        <td>Mr. Twigg, Ebthal, David (1:40), Justice<\/td>\n                        <td>Mr. Twigg, Marvens, Ebthal, David<\/td>\n                        <td>Mr. Twigg, Ebthal, David (1:40)<\/td>\n                        <td>Mr. Twigg, Marvens<\/td>\n                        <td>Mr. Twigg, David (1:40), Danny<\/td>\n                    <\/tr>\n\n                    <tr>\n                        <th scope=\"row\">2:00\u20133:00<\/th>\n                        <td>Mr. Twigg, Bsala, Ebthal, Justice<\/td>\n                        <td>Mr. Twigg, Ebthal, David, Aarika, Danny<\/td>\n                        <td>Mr. Twigg, Ebthal<\/td>\n                        <td>Mr. Twigg, Aarika, Justice (2:30), Danny<\/td>\n                        <td>Mr. Twigg, Danny<\/td>\n                    <\/tr>\n\n                    <tr>\n                        <th scope=\"row\">3:00\u20134:00<\/th>\n                        <td>Mr. Twigg, Marvens, Ebthal, David, Justice<\/td>\n                        <td>Mr. Twigg, Ebthal, David, Justice (3:30), Ahmed (3:30), Danny<\/td>\n                        <td>Mr. Twigg, Marvens, David<\/td>\n                        <td>Mr. Twigg, Justice, Ahmed (3:30), Danny<\/td>\n                        <td>Mr. Twigg, David, Danny<\/td>\n                    <\/tr>\n\n                    <tr>\n                        <th scope=\"row\">4:00\u20135:00<\/th>\n                        <td>Mr. Twigg, Marvens, David, Aarika, Danny<\/td>\n                        <td>Mr. Twigg, Justice, Ahmed, Danny<\/td>\n                        <td>Mr. Twigg, Marvens, David, Aarika<\/td>\n                        <td>Mr. Twigg, Justice, Ahmed<\/td>\n                        <td>Mr. Twigg, David, Aarika<\/td>\n                    <\/tr>\n\n                <\/tbody>\n\n            <\/table>\n\n        <\/div>\n\n        <p class=\"mtl-note\">\n            Times in parentheses indicate a tutor&#8217;s start time within that\n            hour. Schedule is subject to change during exam periods and\n            university holidays.\n        <\/p>\n\n    <\/section>\n\n\n    <section class=\"mtl-sec\" id=\"mtl-location\">\n\n        <h2>Coordinator &amp; Location<\/h2>\n\n        <div class=\"mtl-location-grid\">\n\n            <div class=\"mtl-contact\">\n\n                <span class=\"mtl-contact-label\">\n                    Mathematics Laboratory Specialist\n                <\/span>\n\n                <h3>Ejlal Osman<\/h3>\n\n                <p class=\"mtl-role\">\n                    Department of Mathematics\n                <\/p>\n\n                <p>\n                    <strong>Email:<\/strong>\n                    <a href=\"mailto:eosman@umes.edu\">\n                        eosman@umes.edu\n                    <\/a>\n                <\/p>\n\n                <p>\n                    <strong>Lab:<\/strong>\n                    <a href=\"tel:+14106212938\">\n                        (410) 621-2938\n                    <\/a>\n                <\/p>\n\n                <p>\n                    <strong>Lab:<\/strong>\n                    <a href=\"tel:+14106212979\">\n                        (410) 621-2979\n                    <\/a>\n                <\/p>\n\n                <address>\n                    <span class=\"mtl-contact-label\">\n                        Mathematics Tutoring Lab\n                    <\/span>\n\n                    Engineering &amp; Aviation Science Complex<br>\n                    Rooms 1060 &amp; 1061<br>\n                    30925 College Backbone Road<br>\n                    Princess Anne, MD 21853\n                <\/address>\n\n                <div class=\"mtl-map-links\">\n\n                    <a class=\"mtl-map-link\"\n                       href=\"https:\/\/www.google.com\/maps\/dir\/?api=1&#038;destination=30925+College+Backbone+Road,+Princess+Anne,+MD+21853\"\n                       target=\"_blank\"\n                       rel=\"noopener\">\n                        Get Directions\n                    <\/a>\n\n                    <a class=\"mtl-map-link\"\n                       href=\"https:\/\/www.umes.edu\/about\/campus-map\/\"\n                       target=\"_blank\"\n                       rel=\"noopener\">\n                        UMES Campus Map\n                    <\/a>\n\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"mtl-map\">\n\n                <iframe\n                    title=\"Map showing the UMES Engineering and Aviation Science Complex\"\n                    src=\"https:\/\/www.google.com\/maps?q=Engineering+and+Aviation+Science+Complex,+30925+College+Backbone+Road,+Princess+Anne,+MD+21853&#038;output=embed\"\n                    loading=\"lazy\"\n                    referrerpolicy=\"no-referrer-when-downgrade\"\n                    allowfullscreen>\n                <\/iframe>\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Department of Mathematics Mathematics Tutoring Lab Free, walk-in tutoring for UMES students in algebra, pre-calculus, calculus, statistics, and other mathematics courses. Bring your questions, homework, or exam prep and work through them with our peer and staff tutors. No appointment needed. Open to all UMES students. View Fall 2026 Schedule Find the Lab x y&#8230;<span class=\"cpschool-read-more-link-holder\"><a class=\"btn btn-basic cpschool-read-more-link\" href=\"https:\/\/www.umes.edu\/math\/mathematics-tutor-lab\/\">Read more <span class=\"sr-only\"><\/span><\/a><\/span><\/p>\n","protected":false},"author":3099,"featured_media":1853,"parent":0,"menu_order":15,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_coblocks_attr":"HelveticaTimes New RomanGeorgia,Abril Fatface,Anton,Arvo,Asap Condensed,Barlow,Cormorant Garamond,,Faustina,IBM Plex Sans,Noto Serif,Fira Sans,Heebo,Merriweather,Arial,","_coblocks_dimensions":"","_coblocks_responsive_height":"","_coblocks_accordion_ie_support":"","footnotes":""},"folder":[],"class_list":["post-1640","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.umes.edu\/math\/wp-json\/wp\/v2\/pages\/1640","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.umes.edu\/math\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.umes.edu\/math\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.umes.edu\/math\/wp-json\/wp\/v2\/users\/3099"}],"replies":[{"embeddable":true,"href":"https:\/\/www.umes.edu\/math\/wp-json\/wp\/v2\/comments?post=1640"}],"version-history":[{"count":0,"href":"https:\/\/www.umes.edu\/math\/wp-json\/wp\/v2\/pages\/1640\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.umes.edu\/math\/wp-json\/wp\/v2\/media\/1853"}],"wp:attachment":[{"href":"https:\/\/www.umes.edu\/math\/wp-json\/wp\/v2\/media?parent=1640"}],"wp:term":[{"taxonomy":"folder","embeddable":true,"href":"https:\/\/www.umes.edu\/math\/wp-json\/wp\/v2\/folder?post=1640"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}