{"id":16,"date":"2025-05-13T07:58:49","date_gmt":"2025-05-13T07:58:49","guid":{"rendered":"https:\/\/cansi.bilkent.edu.tr\/?page_id=16"},"modified":"2025-09-10T10:13:17","modified_gmt":"2025-09-10T10:13:17","slug":"16-2","status":"publish","type":"page","link":"https:\/\/cansi.bilkent.edu.tr\/","title":{"rendered":""},"content":{"rendered":"    \n    <style>\n        .academic-page {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n            line-height: 1.6;\n            color: #333;\n            font-size: 16px;\n        }\n        \n        .main-container {\n            display: grid;\n            grid-template-columns: 350px 1fr;\n            gap: 50px;\n            align-items: start;\n        }\n        \n        \/* Left Column - Profile *\/\n        .profile-section {\n            background: #f9f9f9;\n            padding: 30px;\n            border-radius: 8px;\n            text-align: center;\n            position: sticky;\n            top: 20px;\n        }\n        \n        .profile-photo {\n            width: 100%;\n            max-width: 250px;\n            border-radius: 50%;\n            margin-bottom: 20px;\n        }\n        \n        .profile-section h1 {\n            font-size: 1.6em;\n            font-weight: 600;\n            margin: 0 0 8px 0;\n            color: #000;\n        }\n        \n        .profile-section .subtitle {\n            font-size: 1em;\n            color: #666;\n            margin: 0 0 6px 0;\n        }\n        \n        .profile-section .institution {\n            font-size: 0.95em;\n            color: #888;\n            margin: 0 0 25px 0;\n        }\n        \n        .profile-intro {\n            text-align: left;\n            font-size: 0.95em;\n            color: #555;\n            line-height: 1.6;\n            margin-bottom: 25px;\n        }\n        \n        .social-links {\n            display: flex;\n            gap: 15px;\n            justify-content: center;\n            margin-bottom: 25px;\n        }\n        \n        .social-links a {\n            color: #666;\n            text-decoration: none;\n            font-size: 24px;\n            transition: color 0.3s;\n        }\n        \n        .social-links a:hover {\n            color: #0066cc;\n        }\n        \n        .quick-links {\n            text-align: center;\n            font-size: 0.9em;\n        }\n        \n        .quick-links a {\n            color: #0066cc;\n            text-decoration: none;\n            margin: 0 8px;\n        }\n        \n        .quick-links a:hover {\n            text-decoration: underline;\n        }\n        \n        .separator {\n            margin: 0 4px;\n            color: #999;\n        }\n        \n        \/* Right Column - Content *\/\n        .content-section {\n            min-height: 100vh;\n        }\n        \n        .section-title {\n            font-weight: 600;\n            margin: 0 0 20px 0;\n            color: #000;\n            font-size: 1.3em;\n            border-bottom: 2px solid #eee;\n            padding-bottom: 8px;\n        }\n        \n        .content-section p {\n            margin-bottom: 18px;\n            color: #333;\n            line-height: 1.7;\n        }\n        \n        .content-section a {\n            color: #0066cc;\n            text-decoration: none;\n        }\n        \n        .content-section a:hover {\n            text-decoration: underline;\n        }\n        \n        \/* Education *\/\n        .education-list {\n            list-style: none;\n            padding: 0;\n            margin: 0 0 40px 0;\n        }\n        \n        .education-item {\n            margin-bottom: 20px;\n            padding: 20px;\n            background: #f9f9f9;\n            border-radius: 6px;\n            border-left: 4px solid #0066cc;\n        }\n        \n        .education-degree {\n            font-weight: 600;\n            color: #000;\n            margin-bottom: 6px;\n            font-size: 1.1em;\n        }\n        \n        .education-institution {\n            color: #0066cc;\n            margin-bottom: 4px;\n        }\n        \n        .education-year {\n            font-size: 0.9em;\n            color: #888;\n            margin-bottom: 8px;\n        }\n        \n        .education-description {\n            color: #666;\n            font-size: 0.95em;\n        }\n        \n        \/* Research *\/\n        .research-item {\n            margin-bottom: 25px;\n            padding: 20px;\n            background: #f9f9f9;\n            border-radius: 6px;\n        }\n        \n        .research-title {\n            font-weight: 600;\n            color: #000;\n            margin-bottom: 8px;\n            font-size: 1.1em;\n        }\n        \n        .research-status {\n            color: #666;\n            font-size: 0.9em;\n            font-style: italic;\n        }\n        \n        \/* Teaching *\/\n        .teaching-list {\n            list-style: none;\n            padding: 0;\n            margin: 0 0 40px 0;\n        }\n        \n        .teaching-item {\n            margin-bottom: 15px;\n            padding: 15px;\n            background: #f9f9f9;\n            border-radius: 6px;\n        }\n        \n        .course-code {\n            font-weight: 600;\n            color: #0066cc;\n            margin-right: 10px;\n        }\n        \n        .course-title {\n            font-weight: 500;\n            color: #000;\n        }\n        \n        .course-role {\n            font-size: 0.9em;\n            color: #666;\n            margin-top: 4px;\n        }\n        \n        \/* Contact *\/\n        .contact-info {\n            background: #f9f9f9;\n            padding: 25px;\n            border-radius: 6px;\n            margin-bottom: 40px;\n        }\n        \n        .contact-info p {\n            margin-bottom: 8px;\n            font-size: 0.95em;\n        }\n        \n        \/* Responsive *\/\n        @media (max-width: 900px) {\n            .profile-section {\n                position: static;\n                transform: none;\n                left: auto;\n                width: auto;\n                height: auto;\n                margin-bottom: 30px;\n            }\n            \n            .content-section {\n                margin-left: 0;\n                max-width: none;\n            }\n            \n            .main-container {\n                grid-template-columns: 1fr;\n                gap: 30px;\n            }\n            \n            .profile-intro {\n                text-align: center;\n            }\n        }\n        \n        @media (max-width: 600px) {\n            .academic-page {\n                padding: 20px 15px;\n            }\n            \n            .profile-section {\n                padding: 20px;\n            }\n        }\n    <\/style>\n    \n    <div class=\"academic-page\">\n        <div class=\"main-container\">\n            <!-- Left Column - Profile -->\n            <div class=\"profile-section\">\n                <img decoding=\"async\" src=\"https:\/\/cansi.bilkent.edu.tr\/wp-content\/uploads\/2025\/06\/Muhammet-Can.jpg\" alt=\"Muhammet Ali CAN\u015eI\" class=\"profile-photo\" onerror=\"this.style.display='none';\" \/>\n                \n                <h1>Muhammet Ali CAN\u015eI<\/h1>\n                <div class=\"subtitle\">Ph.D. Student in Economics<\/div>\n                <div class=\"institution\">Bilkent University<\/div>\n                \n                <div class=\"profile-intro\">\n                    Welcome to my website! I am a Ph.D. student in Economics at Bilkent University, focusing on economic research and data analysis. My research interests include econometrics, monetary economics, and applied data analysis methods.\n                <\/div>\n                \n                <div class=\"social-links\">\n                    <a href=\"https:\/\/x.com\/M_cansi\" target=\"_blank\" class=\"twitter\">X<\/a>\n                    <a href=\"https:\/\/www.instagram.com\/m.alicansi\/\" target=\"_blank\" class=\"instagram\">IG<\/a>\n                    <a href=\"https:\/\/www.linkedin.com\/in\/muhammetalicansi\/\" target=\"_blank\" class=\"linkedin\">in<\/a>\n                <\/div>\n                \n                <div class=\"quick-links\">\n                    <a href=\"https:\/\/cansi.bilkent.edu.tr\/wp-content\/uploads\/2025\/06\/Muhammet-Ali-CANSI-CV.pdf\">CV<\/a>\n                    <span class=\"separator\">\u2022<\/span>\n                    <a href=\"https:\/\/cansi.bilkent.edu.tr\/?page_id=33\">Codes<\/a>\n                    <span class=\"separator\">\u2022<\/span>\n                    <a href=\"https:\/\/cansi.bilkent.edu.tr\/?page_id=31\">Data<\/a>\n                <\/div>\n            <\/div>\n            \n            <!-- Right Column - Content -->\n            <div class=\"content-section\">\n                <div class=\"section-title\">Education<\/div>\n                <ul class=\"education-list\">\n                    <li class=\"education-item\">\n                        <div class=\"education-degree\">Ph.D. in Economics<\/div>\n                        <div class=\"education-institution\">Bilkent University<\/div>\n                        <div class=\"education-year\">Current<\/div>\n                        <div class=\"education-description\">Pursuing doctoral studies in Economics with a focus on economic analysis and research methodologies.<\/div>\n                    <\/li>\n                    \n                    <li class=\"education-item\">\n                        <div class=\"education-degree\">M.A. in Economics<\/div>\n                        <div class=\"education-institution\">Bilkent University<\/div>\n                        <div class=\"education-year\">2024<\/div>\n                        <div class=\"education-description\">Successfully completed master's program with a thesis in economic analysis.<\/div>\n                    <\/li>\n                    \n                    <li class=\"education-item\">\n                        <div class=\"education-degree\">B.A. in Economics<\/div>\n                        <div class=\"education-institution\">Ba\u015fkent University<\/div>\n                        <div class=\"education-year\">Completed<\/div>\n                        <div class=\"education-description\">Graduated with a solid foundation in economic theory and analysis.<\/div>\n                    <\/li>\n                <\/ul>\n                \n                <div class=\"section-title\">Master's Thesis<\/div>\n                <div class=\"research-item\">\n                    <div class=\"research-title\"><a href=\"https:\/\/www.proquest.com\/docview\/3168844779?pq-origsite=gscholar&fromopenview=true&sourcetype=Dissertations%20&%20Theses\">Spillovers from US monetary policy to emerging markets: The role of fundamentals<\/a><\/div>\n                    <div class=\"research-status\">Bilkent University, 2024<\/div>\n                <\/div>\n                \n                <div class=\"section-title\">Teaching<\/div>\n                <ul class=\"teaching-list\">\n                    <li class=\"teaching-item\">\n                        <div><span class=\"course-code\">ECON 102<\/span><span class=\"course-title\">Introduction to Economics<\/span><\/div>\n                        <div class=\"course-role\">Head Teaching Assistant<\/div>\n                    <\/li>\n                    \n                    <li class=\"teaching-item\">\n                        <div><span class=\"course-code\">ECON 108<\/span><span class=\"course-title\">Principles of Economics I<\/span><\/div>\n                        <div class=\"course-role\">Teaching Assistant<\/div>\n                    <\/li>\n                    \n                    <li class=\"teaching-item\">\n                        <div><span class=\"course-code\">ECON 322<\/span><span class=\"course-title\">Monetary Economics<\/span><\/div>\n                        <div class=\"course-role\">Teaching Assistant<\/div>\n                    <\/li>\n                    \n                    <li class=\"teaching-item\">\n                        <div><span class=\"course-code\">ECON 426<\/span><span class=\"course-title\">Applied Econometrics<\/span><\/div>\n                        <div class=\"course-role\">Teaching Assistant<\/div>\n                    <\/li>\n                <\/ul>\n                \n                <div class=\"section-title\">Contact<\/div>\n                <div class=\"contact-info\">\n                    <p><strong>Email:<\/strong> <a href=\"mailto:ali.cansi@bilkent.edu.tr\">ali.cansi@bilkent.edu.tr<\/a><\/p>\n                    <p><strong>Phone:<\/strong> 0312 290 4273<\/p>\n                    <p><strong>Institution:<\/strong> Department of Economics, Bilkent University<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n    <script>\n        \/\/ Dark mode toggle functionality\n        function toggleTheme() {\n            const body = document.body;\n            const toggleBtn = document.querySelector('.theme-toggle');\n            \n            body.classList.toggle('dark-mode');\n            \n            \/\/ Update button icon\n            if (body.classList.contains('dark-mode')) {\n                toggleBtn.innerHTML = '\u2600\ufe0f';\n                localStorage.setItem('theme', 'dark');\n            } else {\n                toggleBtn.innerHTML = '\ud83c\udf19';\n                localStorage.setItem('theme', 'light');\n            }\n        }\n        \n        \/\/ Load saved theme on page load\n        document.addEventListener('DOMContentLoaded', function() {\n            const savedTheme = localStorage.getItem('theme');\n            const body = document.body;\n            const toggleBtn = document.querySelector('.theme-toggle');\n            \n            if (savedTheme === 'dark') {\n                body.classList.add('dark-mode');\n                toggleBtn.innerHTML = '\u2600\ufe0f';\n            } else {\n                toggleBtn.innerHTML = '\ud83c\udf19';\n            }\n        });\n    <\/script>\n    \n    \n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-16","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/cansi.bilkent.edu.tr\/index.php?rest_route=\/wp\/v2\/pages\/16","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cansi.bilkent.edu.tr\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cansi.bilkent.edu.tr\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cansi.bilkent.edu.tr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cansi.bilkent.edu.tr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=16"}],"version-history":[{"count":4,"href":"https:\/\/cansi.bilkent.edu.tr\/index.php?rest_route=\/wp\/v2\/pages\/16\/revisions"}],"predecessor-version":[{"id":24,"href":"https:\/\/cansi.bilkent.edu.tr\/index.php?rest_route=\/wp\/v2\/pages\/16\/revisions\/24"}],"wp:attachment":[{"href":"https:\/\/cansi.bilkent.edu.tr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=16"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}