{"id":887,"date":"2023-01-08T10:45:53","date_gmt":"2023-01-08T11:45:53","guid":{"rendered":"https:\/\/scholarlink.ai\/?page_id=887"},"modified":"2026-02-20T02:06:32","modified_gmt":"2026-02-20T03:06:32","slug":"p-terms","status":"publish","type":"page","link":"https:\/\/scholarlink.ai\/blog\/p-terms\/","title":{"rendered":"Terms and Conditions \u2013 ScholarLink Platform Users"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"887\" class=\"elementor elementor-887\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4862020 elementor-hidden-desktop e-flex e-con-boxed e-con e-parent\" data-id=\"4862020\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3c2627a elementor-widget elementor-widget-html\" data-id=\"3c2627a\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- Floating Glassmorphism Mobile Menu -->\r\n<style>\r\n\/* \u0641\u0642\u0637 \u0645\u0648\u0628\u0627\u06cc\u0644 *\/\r\n@media (max-width: 768px) {\r\n    \/* \u062f\u06a9\u0645\u0647 \u0645\u0646\u0648 \u0634\u0646\u0627\u0648\u0631 *\/\r\n    .floating-menu-toggle {\r\n        position: fixed;\r\n        bottom: 20px;\r\n        display: flex;\r\n        flex-direction: column;\r\n        right: 50%;\r\n        transform: translateX(50%);\r\n        width: 50px;\r\n        height: 50px;\r\n        background: rgb(11 63 156 \/ 87%);\r\n        backdrop-filter: blur(10px);\r\n        border-radius: 50%;\r\n        border: 1px solid rgba(255, 255, 255, 0.3);\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        cursor: pointer;\r\n        z-index: 9999;\r\n        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);\r\n        transition: transform 0.3s;\r\n    }\r\n\r\n    .floating-menu-toggle:hover {\r\n        transform: translateX(50%) scale(1.1);\r\n    }\r\n\r\n    \/* \u0633\u0647 \u062e\u0637 \u0647\u0645\u0628\u0631\u06af\u0631 *\/\r\n    .floating-menu-toggle span {\r\n        display: block;\r\n        width: 25px;\r\n        height: 3px;\r\n        background: white;\r\n        margin: 4px 0;\r\n        border-radius: 2px;\r\n        transition: 0.3s;\r\n    }\r\n\r\n    \/* \u0645\u0646\u0648\u06cc \u0628\u0627\u0632 \u0634\u06cc\u0634\u0647\u200c\u0627\u06cc *\/\r\n    .floating-menu {\r\n        position: fixed;\r\n        bottom: 80px;\r\n        right: 50%;\r\n        transform: translateX(50%);\r\n        width: 90%;\r\n        max-height: 60vh;\r\n        overflow-y: auto;\r\n        background: rgba(255,255,255,0.2);\r\n        backdrop-filter: blur(12px);\r\n        border-radius: 16px;\r\n        border: 1px solid rgba(255,255,255,0.3);\r\n        box-shadow: 0 8px 30px rgba(0,0,0,0.2);\r\n        z-index: 9998;\r\n        padding: 10px 0;\r\n        display: none;\r\n        flex-direction: column;\r\n        font-family: Arial, sans-serif;\r\n    }\r\n\r\n    .floating-menu a {\r\n        display: block;\r\n        padding: 12px 20px;\r\n        text-decoration: none;\r\n        color: white;\r\n        font-weight: 500;\r\n        transition: background 0.2s;\r\n    }\r\n\r\n    .floating-menu a:hover {\r\n        background: rgba(255,255,255,0.1);\r\n    }\r\n}\r\n<\/style>\r\n\r\n<!-- \u062f\u06a9\u0645\u0647 \u0645\u0646\u0648 -->\r\n<div class=\"floating-menu-toggle\">\r\n    <span><\/span>\r\n    <span><\/span>\r\n    <span><\/span>\r\n<\/div>\r\n\r\n<!-- \u0645\u0646\u0648\u06cc \u0634\u0646\u0627\u0648\u0631 -->\r\n<div class=\"floating-menu\">\r\n    <a href=\"#Introduction\">1. Introduction<\/a>\r\n    <a href=\"#User_Accounts\">2. User Accounts<\/a>\r\n    <a href=\"#User_Conduct\">3. User Conduct<\/a>\r\n    <a href=\"#Content_IP\">4. Content & IP<\/a>\r\n    <a href=\"#AI_Tools_Matching\">5. AI Tools & Matching<\/a>\r\n    <a href=\"#Third_Party_Content\">6. Third-Party Content<\/a>\r\n    <a href=\"#Payments_Refunds\">7. Payments & Refunds<\/a>\r\n    <a href=\"#Disclaimers\">8. Disclaimers<\/a>\r\n    <a href=\"#Liability\">9. Liability<\/a>\r\n    <a href=\"#Termination\">10. Termination<\/a>\r\n    <a href=\"#Dispute_Resolution\">11. Dispute Resolution<\/a>\r\n    <a href=\"#Privacy\">12. Privacy<\/a>\r\n    <a href=\"#Modifications\">13. Modifications<\/a>\r\n    <a href=\"#Contact\">Contact<\/a>\r\n<\/div>\r\n\r\n<script>\r\nconst toggleBtn = document.querySelector('.floating-menu-toggle');\r\nconst menu = document.querySelector('.floating-menu');\r\n\r\ntoggleBtn.addEventListener('click', () => {\r\n    if(menu.style.display === 'flex'){\r\n        menu.style.display = 'none';\r\n    } else {\r\n        menu.style.display = 'flex';\r\n    }\r\n});\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7011e4b e-flex e-con-boxed e-con e-parent\" data-id=\"7011e4b\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-205a3d6 e-con-full bg-white shadow-lg shadow-hover-lg rounded-10 fly-sm animated-slow elementor-hidden-tablet elementor-hidden-mobile e-flex elementor-invisible e-con e-child\" data-id=\"205a3d6\" data-element_type=\"container\" data-settings=\"{&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_offset&quot;:100,&quot;sticky_parent&quot;:&quot;yes&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_effects_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0585ff8 elementor-widget elementor-widget-heading\" data-id=\"0585ff8\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"ez-toc-section\" id=\"Sections\"><\/span>Sections<span class=\"ez-toc-section-end\"><\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0165c06 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"0165c06\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#Introduction\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">1. Introduction<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#User_Accounts\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">2. User Accounts<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#User_Conduct\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">3. User Conduct<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#Content_IP\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">4. Content &amp; IP<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#AI_Tools_Matching\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">5. AI Tools &amp; Matching<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#Third_Party_Content\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">6. Third-Party Content<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#Payments_Refunds\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">7. Payments &amp; Refunds<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#Disclaimers\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">8. Disclaimers<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#Liability\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">9. Liability<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#Termination\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">10. Termination<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#Dispute_Resolution\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">11.Dispute Resolution<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#Privacy\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">12. Privacy<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#Modifications\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">13. Modifications<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#Contact\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Contact<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-daa4559 e-con-full e-flex e-con e-child\" data-id=\"daa4559\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-2caec48 e-con-full e-flex e-con e-child\" data-id=\"2caec48\" data-element_type=\"container\" id=\"Introduction\">\n\t\t<div class=\"elementor-element elementor-element-ca2ffe4 e-con-full e-flex e-con e-child\" data-id=\"ca2ffe4\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2e6a3fb elementor-widget elementor-widget-pix-icon\" data-id=\"2e6a3fb\" data-element_type=\"widget\" data-widget_type=\"pix-icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"duo-icon-189754610\" class=\"pix-icon text-left \"><div class=\"rounded-circle d-inline-block feature_img bg-blue \"   style=\" width:60px;height:60px;position:relative;line-height:60px;text-align:center;\"><span style=\"display:inline-block;font-size:30px;line-height:30px;color:;\" class=\" align-middle\">1<\/span><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ebc118d elementor-widget elementor-widget-heading\" data-id=\"ebc118d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"ez-toc-section\" id=\"Introduction_and_Acceptance_of_Terms\"><\/span>Introduction and Acceptance of Terms<span class=\"ez-toc-section-end\"><\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-73e0d1c e-con-full e-flex e-con e-child\" data-id=\"73e0d1c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b19904e elementor-widget elementor-widget-text-editor\" data-id=\"b19904e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p class=\"text-gray-700 leading-relaxed mb-4\"><span id=\"company-name-1\">ScholarLink<\/span>\u00a0operates as a digital academic matching and discovery platform, facilitating connections between scholars and professors, sharing research opportunities, and providing AI-assisted academic tools. These Terms form a legally binding agreement between you (&#8220;User,&#8221; &#8220;Scholar,&#8221; &#8220;Professor,&#8221; or &#8220;Institution&#8221;) and\u00a0<span id=\"company-name-1b\">ScholarLink<\/span>\u00a0(&#8220;we,&#8221; &#8220;our,&#8221; or &#8220;us&#8221;).<\/p><p class=\"text-gray-700 leading-relaxed mb-4\">Your use of the Platform confirms that you have read, understood, and agreed to these Terms, along with our Privacy Policy and any additional policies referenced herein.<\/p><p class=\"text-gray-700 leading-relaxed\"><span id=\"company-name-1c\">ScholarLink<\/span>\u00a0reserves the right to update or modify these Terms at any time in accordance with applicable provisions below.<\/p><section class=\"tableCopyClass\"><\/section>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5faa7be e-con-full e-flex e-con e-child\" data-id=\"5faa7be\" data-element_type=\"container\" id=\"User_Accounts\">\n\t\t<div class=\"elementor-element elementor-element-ca0ef29 e-con-full e-flex e-con e-child\" data-id=\"ca0ef29\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d3048b8 elementor-widget elementor-widget-pix-icon\" data-id=\"d3048b8\" data-element_type=\"widget\" data-widget_type=\"pix-icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"duo-icon-91400108\" class=\"pix-icon text-left \"><div class=\"rounded-circle d-inline-block feature_img bg-blue \"   style=\" width:60px;height:60px;position:relative;line-height:60px;text-align:center;\"><span style=\"display:inline-block;font-size:30px;line-height:30px;color:;\" class=\" align-middle\">2<\/span><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fb58ada elementor-widget elementor-widget-heading\" data-id=\"fb58ada\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"ez-toc-section\" id=\"User_Accounts_and_Eligibility\"><\/span>User Accounts and Eligibility<span class=\"ez-toc-section-end\"><\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a592531 e-con-full e-flex e-con e-child\" data-id=\"a592531\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-048abcb elementor-widget elementor-widget-text-editor\" data-id=\"048abcb\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3><span class=\"ez-toc-section\" id=\"Registration_and_Eligibility\"><\/span>Registration and Eligibility<span class=\"ez-toc-section-end\"><\/span><\/h3><p>To register for an account on ScholarLink, you must be at least 13 years of age. Users under 18 must obtain parental or legal guardian consent where required by applicable law. By registering, you confirm that all information provided is accurate, complete, and kept up to date.<\/p><p>ScholarLink may verify academic or professional information, including institutional affiliations, to maintain the integrity of the Scholar\u2013Professor Network.<\/p><h3><span class=\"ez-toc-section\" id=\"Account_Security\"><\/span>Account Security<span class=\"ez-toc-section-end\"><\/span><\/h3><p>You are solely responsible for maintaining the confidentiality of your login credentials. Any activity conducted under your account will be deemed your responsibility. You agree to notify ScholarLink immediately if you suspect unauthorized access or misuse of your account.<\/p><p>ScholarLink is not liable for losses arising from your failure to secure your account credentials.<\/p><section class=\"tableCopyClass\"><\/section>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a35ebe9 e-con-full e-flex e-con e-child\" data-id=\"a35ebe9\" data-element_type=\"container\" id=\"User_Conduct\">\n\t\t<div class=\"elementor-element elementor-element-9337d3a e-con-full e-flex e-con e-child\" data-id=\"9337d3a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0473dba elementor-widget elementor-widget-pix-icon\" data-id=\"0473dba\" data-element_type=\"widget\" data-widget_type=\"pix-icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"duo-icon-43138493\" class=\"pix-icon text-left \"><div class=\"rounded-circle d-inline-block feature_img bg-blue \"   style=\" width:60px;height:60px;position:relative;line-height:60px;text-align:center;\"><span style=\"display:inline-block;font-size:30px;line-height:30px;color:;\" class=\" align-middle\">3<\/span><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8b911be elementor-widget elementor-widget-heading\" data-id=\"8b911be\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"ez-toc-section\" id=\"User_Conduct_and_Professional_Standards\"><\/span>User Conduct and Professional Standards<span class=\"ez-toc-section-end\"><\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0f59050 e-con-full e-flex e-con e-child\" data-id=\"0f59050\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-340fb69 elementor-widget elementor-widget-text-editor\" data-id=\"340fb69\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>ScholarLink is built to foster respectful academic collaboration. Users agree to maintain professional conduct at all times. You are strictly prohibited from:<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8c27eac elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"8c27eac\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-square\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Posting illegal, defamatory, offensive, discriminatory, or misleading content<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-square\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Impersonating another individual or institution<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-square\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Attempting to manipulate, scrape, reverse-engineer, or disrupt the Platform's operation<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-square\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Using automated bots without prior written authorization<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-square\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Engaging in spam, harassment, or fraudulent activity<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-29c4b69 elementor-widget elementor-widget-text-editor\" data-id=\"29c4b69\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Violation of these rules may result in immediate suspension or termination of your account.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9e4d017 e-con-full e-flex e-con e-child\" data-id=\"9e4d017\" data-element_type=\"container\" id=\"Content_IP\">\n\t\t<div class=\"elementor-element elementor-element-467be18 e-con-full e-flex e-con e-child\" data-id=\"467be18\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8205daa elementor-widget elementor-widget-pix-icon\" data-id=\"8205daa\" data-element_type=\"widget\" data-widget_type=\"pix-icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"duo-icon-11563671\" class=\"pix-icon text-left \"><div class=\"rounded-circle d-inline-block feature_img bg-blue \"   style=\" width:60px;height:60px;position:relative;line-height:60px;text-align:center;\"><span style=\"display:inline-block;font-size:30px;line-height:30px;color:;\" class=\" align-middle\">4<\/span><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6e893d9 elementor-widget elementor-widget-heading\" data-id=\"6e893d9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"ez-toc-section\" id=\"Content_Ownership_and_Intellectual_Property\"><\/span>Content Ownership and Intellectual Property<span class=\"ez-toc-section-end\"><\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-be2ac7a e-con-full e-flex e-con e-child\" data-id=\"be2ac7a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c515dc0 elementor-widget elementor-widget-text-editor\" data-id=\"c515dc0\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3><span class=\"ez-toc-section\" id=\"ScholarLink_Intellectual_Property\"><\/span>ScholarLink Intellectual Property<span class=\"ez-toc-section-end\"><\/span><\/h3><p>All intellectual property rights related to ScholarLink \u2014 including but not limited to platform architecture, AI algorithms, database structures, trademarks, logos, design elements, code, and proprietary matching systems \u2014 are owned exclusively by ScholarLink.<br \/>You may not reproduce, distribute, modify, create derivative works, or commercially exploit any part of the Platform without prior written consent.<\/p><h3><span class=\"ez-toc-section\" id=\"User-Generated_Content\"><\/span>User-Generated Content<span class=\"ez-toc-section-end\"><\/span><\/h3><p>Users retain ownership of content they upload, including academic profiles, research descriptions, CVs, publications, and communications. However, by submitting content, you grant ScholarLink a worldwide, non-exclusive, royalty-free license to host, use, reproduce, display, distribute, and adapt such content for Platform functionality, marketing, research analytics, and service improvement.<br \/>You warrant that you have the necessary rights to share any content you upload.<\/p><section class=\"tableCopyClass\"><\/section>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-891b0b1 e-con-full e-flex e-con e-child\" data-id=\"891b0b1\" data-element_type=\"container\" id=\"AI_Tools_Matching\">\n\t\t<div class=\"elementor-element elementor-element-a623344 e-con-full e-flex e-con e-child\" data-id=\"a623344\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3130b4a elementor-widget elementor-widget-pix-icon\" data-id=\"3130b4a\" data-element_type=\"widget\" data-widget_type=\"pix-icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"duo-icon-57720336\" class=\"pix-icon text-left \"><div class=\"rounded-circle d-inline-block feature_img bg-blue \"   style=\" width:60px;height:60px;position:relative;line-height:60px;text-align:center;\"><span style=\"display:inline-block;font-size:30px;line-height:30px;color:;\" class=\" align-middle\">5<\/span><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f67e3ee elementor-widget elementor-widget-heading\" data-id=\"f67e3ee\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"ez-toc-section\" id=\"AI_Tools_Matching_Services_and_Platform_Functionality\"><\/span>AI Tools, Matching Services, and Platform Functionality<span class=\"ez-toc-section-end\"><\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-79ef765 e-con-full e-flex e-con e-child\" data-id=\"79ef765\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b0b4d61 elementor-widget elementor-widget-text-editor\" data-id=\"b0b4d61\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>ScholarLink utilizes artificial intelligence to provide academic matching, recommendations, and content suggestions. While we strive for accuracy and reliability, AI-generated outputs are informational in nature and do not constitute academic, legal, or immigration advice.<\/p><p>We do not guarantee admissions, funding, acceptance by supervisors, or research outcomes. Users are responsible for conducting independent verification before making academic or professional decisions.<\/p><section class=\"tableCopyClass\"><\/section>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e2c0570 e-con-full e-flex e-con e-child\" data-id=\"e2c0570\" data-element_type=\"container\" id=\"Third_Party_Content\">\n\t\t<div class=\"elementor-element elementor-element-c6e63fe e-con-full e-flex e-con e-child\" data-id=\"c6e63fe\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-454580c elementor-widget elementor-widget-pix-icon\" data-id=\"454580c\" data-element_type=\"widget\" data-widget_type=\"pix-icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"duo-icon-179824791\" class=\"pix-icon text-left \"><div class=\"rounded-circle d-inline-block feature_img bg-blue \"   style=\" width:60px;height:60px;position:relative;line-height:60px;text-align:center;\"><span style=\"display:inline-block;font-size:30px;line-height:30px;color:;\" class=\" align-middle\">6<\/span><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c897d89 elementor-widget elementor-widget-heading\" data-id=\"c897d89\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"ez-toc-section\" id=\"Third-Party_Content_and_External_Services\"><\/span>Third-Party Content and External Services<span class=\"ez-toc-section-end\"><\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ace56e5 e-con-full e-flex e-con e-child\" data-id=\"ace56e5\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-742862a elementor-widget elementor-widget-text-editor\" data-id=\"742862a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>The Platform may contain links to third-party websites, institutions, journals, funding bodies, or academic services. ScholarLink does not control and is not responsible for third-party content, data policies, or services.<\/p><p>Your interactions with third parties, including applications, communications, or financial transactions, are solely between you and the respective third party.<\/p><section class=\"tableCopyClass\"><\/section>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2376b96 e-con-full e-flex e-con e-child\" data-id=\"2376b96\" data-element_type=\"container\" id=\"Payments_Refunds\">\n\t\t<div class=\"elementor-element elementor-element-dc9f9c1 e-con-full e-flex e-con e-child\" data-id=\"dc9f9c1\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-69efe66 elementor-widget elementor-widget-pix-icon\" data-id=\"69efe66\" data-element_type=\"widget\" data-widget_type=\"pix-icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"duo-icon-106695780\" class=\"pix-icon text-left \"><div class=\"rounded-circle d-inline-block feature_img bg-blue \"   style=\" width:60px;height:60px;position:relative;line-height:60px;text-align:center;\"><span style=\"display:inline-block;font-size:30px;line-height:30px;color:;\" class=\" align-middle\">7<\/span><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-47a43ea elementor-widget elementor-widget-heading\" data-id=\"47a43ea\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"ez-toc-section\" id=\"Payments_Premium_Features_and_Refund_Policy\"><\/span>Payments, Premium Features, and Refund Policy<span class=\"ez-toc-section-end\"><\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-97f991b e-con-full e-flex e-con e-child\" data-id=\"97f991b\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b96200c elementor-widget elementor-widget-text-editor\" data-id=\"b96200c\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Certain features of ScholarLink may require payment or subscription. All fees will be clearly disclosed prior to purchase. By purchasing premium services, you agree to the stated pricing, billing cycle, and payment terms.<\/p><p>Unless otherwise specified, payments are non-refundable. ScholarLink reserves the right to modify pricing structures with reasonable notice.<\/p><section class=\"tableCopyClass\"><\/section>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7a60a60 e-con-full e-flex e-con e-child\" data-id=\"7a60a60\" data-element_type=\"container\" id=\"Disclaimers\">\n\t\t<div class=\"elementor-element elementor-element-a649df6 e-con-full e-flex e-con e-child\" data-id=\"a649df6\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-67096a9 elementor-widget elementor-widget-pix-icon\" data-id=\"67096a9\" data-element_type=\"widget\" data-widget_type=\"pix-icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"duo-icon-161878945\" class=\"pix-icon text-left \"><div class=\"rounded-circle d-inline-block feature_img bg-blue \"   style=\" width:60px;height:60px;position:relative;line-height:60px;text-align:center;\"><span style=\"display:inline-block;font-size:30px;line-height:30px;color:;\" class=\" align-middle\">8<\/span><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d1ee53e elementor-widget elementor-widget-heading\" data-id=\"d1ee53e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"ez-toc-section\" id=\"Disclaimer_of_Warranties\"><\/span>Disclaimer of Warranties<span class=\"ez-toc-section-end\"><\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d82dc52 e-con-full e-flex e-con e-child\" data-id=\"d82dc52\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b35e2dc elementor-widget elementor-widget-text-editor\" data-id=\"b35e2dc\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>ScholarLink is provided on an &#8220;as is&#8221; and &#8220;as available&#8221; basis without warranties of any kind, express or implied. We disclaim all warranties, including merchantability, fitness for a particular purpose, accuracy, reliability, and non-infringement.<\/p><p>We do not warrant uninterrupted access, error-free operation, or guaranteed matching results. Academic decisions remain the sole responsibility of users.<\/p><section class=\"tableCopyClass\"><\/section>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7bac2ba e-con-full e-flex e-con e-child\" data-id=\"7bac2ba\" data-element_type=\"container\" id=\"Liability\">\n\t\t<div class=\"elementor-element elementor-element-1bacaad e-con-full e-flex e-con e-child\" data-id=\"1bacaad\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-42e4e9a elementor-widget elementor-widget-pix-icon\" data-id=\"42e4e9a\" data-element_type=\"widget\" data-widget_type=\"pix-icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"duo-icon-97880455\" class=\"pix-icon text-left \"><div class=\"rounded-circle d-inline-block feature_img bg-blue \"   style=\" width:60px;height:60px;position:relative;line-height:60px;text-align:center;\"><span style=\"display:inline-block;font-size:30px;line-height:30px;color:;\" class=\" align-middle\">9<\/span><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0fcb83d elementor-widget elementor-widget-heading\" data-id=\"0fcb83d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"ez-toc-section\" id=\"Limitation_of_Liability\"><\/span>Limitation of Liability<span class=\"ez-toc-section-end\"><\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e0643c5 e-con-full e-flex e-con e-child\" data-id=\"e0643c5\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5f8bca5 elementor-widget elementor-widget-text-editor\" data-id=\"5f8bca5\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>To the fullest extent permitted by law, ScholarLink shall not be liable for direct, indirect, incidental, consequential, special, or punitive damages arising from your use of the Platform.<\/p><p>This includes, but is not limited to, loss of academic opportunity, funding, data, reputation, or business interruption. Our total liability shall not exceed the amount paid by you (if any) for Platform services within the previous twelve months.<\/p><section class=\"tableCopyClass\"><\/section>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f7b4410 e-con-full e-flex e-con e-child\" data-id=\"f7b4410\" data-element_type=\"container\" id=\"Termination\">\n\t\t<div class=\"elementor-element elementor-element-7b34df2 e-con-full e-flex e-con e-child\" data-id=\"7b34df2\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-362eb45 elementor-widget elementor-widget-pix-icon\" data-id=\"362eb45\" data-element_type=\"widget\" data-widget_type=\"pix-icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"duo-icon-158437048\" class=\"pix-icon text-left \"><div class=\"rounded-circle d-inline-block feature_img bg-blue \"   style=\" width:60px;height:60px;position:relative;line-height:60px;text-align:center;\"><span style=\"display:inline-block;font-size:30px;line-height:30px;color:;\" class=\" align-middle\">10<\/span><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c05a3de elementor-widget elementor-widget-heading\" data-id=\"c05a3de\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"ez-toc-section\" id=\"Termination_and_Suspension\"><\/span>Termination and Suspension<span class=\"ez-toc-section-end\"><\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8412dc0 e-con-full e-flex e-con e-child\" data-id=\"8412dc0\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-be9439e elementor-widget elementor-widget-text-editor\" data-id=\"be9439e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>ScholarLink reserves the right to suspend or terminate your account at its sole discretion if you violate these Terms or engage in harmful behavior toward the Platform or its users.<\/p><p>Upon termination, your access rights will cease immediately. ScholarLink may retain certain data as required by law or legitimate business purposes.<\/p><section class=\"tableCopyClass\"><\/section>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9dd641f e-con-full e-flex e-con e-child\" data-id=\"9dd641f\" data-element_type=\"container\" id=\"Dispute_Resolution\">\n\t\t<div class=\"elementor-element elementor-element-524c65e e-con-full e-flex e-con e-child\" data-id=\"524c65e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-42cbbfa elementor-widget elementor-widget-pix-icon\" data-id=\"42cbbfa\" data-element_type=\"widget\" data-widget_type=\"pix-icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"duo-icon-80050188\" class=\"pix-icon text-left \"><div class=\"rounded-circle d-inline-block feature_img bg-blue \"   style=\" width:60px;height:60px;position:relative;line-height:60px;text-align:center;\"><span style=\"display:inline-block;font-size:30px;line-height:30px;color:;\" class=\" align-middle\">11<\/span><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dc08822 elementor-widget elementor-widget-heading\" data-id=\"dc08822\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"ez-toc-section\" id=\"Governing_Law_and_Dispute_Resolution\"><\/span>Governing Law and Dispute Resolution<span class=\"ez-toc-section-end\"><\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-46e6f35 e-con-full e-flex e-con e-child\" data-id=\"46e6f35\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6fba7ce elementor-widget elementor-widget-text-editor\" data-id=\"6fba7ce\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>These Terms shall be governed by and construed in accordance with the laws of the Province of Ontario, Canada, without regard to conflict of law principles.<\/p><p>Any dispute arising out of or relating to these Terms shall be resolved through binding arbitration in Province of Ontario, unless otherwise required by law. Users agree to waive the right to participate in class-action proceedings.<\/p><section class=\"tableCopyClass\"><\/section>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-69263eb e-con-full e-flex e-con e-child\" data-id=\"69263eb\" data-element_type=\"container\" id=\"Privacy\">\n\t\t<div class=\"elementor-element elementor-element-a1ce4d1 e-con-full e-flex e-con e-child\" data-id=\"a1ce4d1\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5596c83 elementor-widget elementor-widget-pix-icon\" data-id=\"5596c83\" data-element_type=\"widget\" data-widget_type=\"pix-icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"duo-icon-177542590\" class=\"pix-icon text-left \"><div class=\"rounded-circle d-inline-block feature_img bg-blue \"   style=\" width:60px;height:60px;position:relative;line-height:60px;text-align:center;\"><span style=\"display:inline-block;font-size:30px;line-height:30px;color:;\" class=\" align-middle\">12<\/span><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d570783 elementor-widget elementor-widget-heading\" data-id=\"d570783\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"ez-toc-section\" id=\"Privacy_and_Data_Protection\"><\/span>Privacy and Data Protection<span class=\"ez-toc-section-end\"><\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a075803 e-con-full e-flex e-con e-child\" data-id=\"a075803\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7ab1272 elementor-widget elementor-widget-text-editor\" data-id=\"7ab1272\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Your use of ScholarLink is also governed by our Privacy Policy. We are committed to protecting personal data in accordance with applicable data protection regulations, including Canadian privacy laws and, where applicable, international standards.<\/p><p>By using the Platform, you consent to data processing necessary for matching, analytics, and service improvement.<\/p><section class=\"tableCopyClass\"><\/section>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-db01a0c e-con-full e-flex e-con e-child\" data-id=\"db01a0c\" data-element_type=\"container\" id=\"Modifications\">\n\t\t<div class=\"elementor-element elementor-element-3505509 e-con-full e-flex e-con e-child\" data-id=\"3505509\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3407575 elementor-widget elementor-widget-pix-icon\" data-id=\"3407575\" data-element_type=\"widget\" data-widget_type=\"pix-icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"duo-icon-19604232\" class=\"pix-icon text-left \"><div class=\"rounded-circle d-inline-block feature_img bg-blue \"   style=\" width:60px;height:60px;position:relative;line-height:60px;text-align:center;\"><span style=\"display:inline-block;font-size:30px;line-height:30px;color:;\" class=\" align-middle\">13<\/span><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-016251f elementor-widget elementor-widget-heading\" data-id=\"016251f\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"ez-toc-section\" id=\"Modifications_to_the_Terms\"><\/span>Modifications to the Terms<span class=\"ez-toc-section-end\"><\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9cd6365 e-con-full e-flex e-con e-child\" data-id=\"9cd6365\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fd79a6c elementor-widget elementor-widget-text-editor\" data-id=\"fd79a6c\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>ScholarLink reserves the right to update these Terms at any time. Changes will be posted on the Platform and may be communicated via email. Continued use of the Platform after updates constitutes acceptance of the revised Terms.<\/p><section class=\"tableCopyClass\"><\/section>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b7bcaff e-flex e-con-boxed e-con e-parent\" data-id=\"b7bcaff\" data-element_type=\"container\" id=\"Contact\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7bc3163 elementor-widget elementor-widget-heading\" data-id=\"7bc3163\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"ez-toc-section\" id=\"Contact_Information\"><\/span>Contact Information<span class=\"ez-toc-section-end\"><\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6654442 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6654442\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-1f8605f\" data-id=\"1f8605f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3b2e655 shadow shadow-hover-sm fly-sm rounded-10 pix-mb-20 elementor-widget elementor-widget-pix-feature\" data-id=\"3b2e655\" data-element_type=\"widget\" data-widget_type=\"pix-feature.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"duo-icon-110023680\" class=\"pix-feature-el  media \"><div class=\"rounded-circle mr-3 d-inline-block2 d-inline-flex align-items-center justify-content-center line-height-0 mw-100 bg-primary-light \"   style=\" width:64.8px;aspect-ratio:1\/1 !important;position:relative;text-align:center;\"><div class=\"text-primary\" style=\"display:inline-block;width:36px;height:36px;font-size:36px;\"><svg width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"> <defs><\/defs> <g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"> <path d=\"M21,12.0829584 C20.6747915,12.0283988 20.3407122,12 20,12 C16.6862915,12 14,14.6862915 14,18 C14,18.3407122 14.0283988,18.6747915 14.0829584,19 L5,19 C3.8954305,19 3,18.1045695 3,17 L3,8 C3,6.8954305 3.8954305,6 5,6 L19,6 C20.1045695,6 21,6.8954305 21,8 L21,12.0829584 Z M18.1444251,7.83964668 L12,11.1481833 L5.85557487,7.83964668 C5.4908718,7.6432681 5.03602525,7.77972206 4.83964668,8.14442513 C4.6432681,8.5091282 4.77972206,8.96397475 5.14442513,9.16035332 L11.6444251,12.6603533 C11.8664074,12.7798822 12.1335926,12.7798822 12.3555749,12.6603533 L18.8555749,9.16035332 C19.2202779,8.96397475 19.3567319,8.5091282 19.1603533,8.14442513 C18.9639747,7.77972206 18.5091282,7.6432681 18.1444251,7.83964668 Z\" fill=\"#000000\"><\/path> <circle fill=\"#000000\" opacity=\"0.3\" cx=\"19.5\" cy=\"17.5\" r=\"2.5\"><\/circle> <\/g> <\/svg><\/div><\/div><div class=\"media-body text-custom\"><h6 class=\"font-weight-bold   text-heading-default  \" style=\"padding-top:10px;\"  ><span class=\"ez-toc-section\" id=\"Send_an_Email\"><\/span>Send an Email<span class=\"ez-toc-section-end\"><\/span><\/h6><div class=\"text-text-gray text-18     \" style=\"\"  >hello@scholarlink.ai<\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-b11058e\" data-id=\"b11058e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-98daf83 shadow shadow-hover-sm fly-sm rounded-10 pix-mb-20 elementor-widget elementor-widget-pix-feature\" data-id=\"98daf83\" data-element_type=\"widget\" data-widget_type=\"pix-feature.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"duo-icon-171035752\" class=\"pix-feature-el  media \"><div class=\"rounded-circle mr-3 d-inline-block2 d-inline-flex align-items-center justify-content-center line-height-0 mw-100 bg-primary-light \"   style=\" width:64.8px;aspect-ratio:1\/1 !important;position:relative;text-align:center;\"><div class=\"text-primary\" style=\"display:inline-block;width:36px;height:36px;font-size:36px;\"><svg width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"> <defs><\/defs> <g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"> <circle fill=\"#000000\" opacity=\"0.3\" cx=\"12\" cy=\"12\" r=\"9\"><\/circle> <path d=\"M11.7357634,20.9961946 C6.88740052,20.8563914 3,16.8821712 3,12 C3,11.9168367 3.00112797,11.8339369 3.00336944,11.751315 C3.66233009,11.8143341 4.85636818,11.9573854 4.91262842,12.4204038 C4.9904938,13.0609191 4.91262842,13.8615942 5.45804656,14.101772 C6.00346469,14.3419498 6.15931561,13.1409372 6.6267482,13.4612567 C7.09418079,13.7815761 8.34086797,14.0899175 8.34086797,14.6562185 C8.34086797,15.222396 8.10715168,16.1034596 8.34086797,16.2636193 C8.57458427,16.423779 9.5089688,17.54465 9.50920913,17.7048097 C9.50956962,17.8649694 9.83857487,18.6793513 9.74040201,18.9906563 C9.65905192,19.2487394 9.24857641,20.0501554 8.85059781,20.4145589 C9.75315358,20.7620621 10.7235846,20.9657742 11.7357634,20.9960544 L11.7357634,20.9961946 Z M8.28272988,3.80112099 C9.4158415,3.28656421 10.6744554,3 12,3 C15.5114513,3 18.5532143,5.01097452 20.0364482,7.94408274 C20.069657,8.72412177 20.0638332,9.39135321 20.2361262,9.6327358 C21.1131932,10.8600506 18.0995147,11.7043158 18.5573343,13.5605384 C18.7589671,14.3794892 16.5527814,14.1196773 16.0139722,14.886394 C15.4748026,15.6527403 14.1574598,15.137809 13.8520064,14.9904917 C13.546553,14.8431744 12.3766497,15.3341497 12.4789081,14.4995164 C12.5805657,13.664636 13.2922889,13.6156126 14.0555619,13.2719546 C14.8184743,12.928667 15.9189236,11.7871741 15.3781918,11.6380045 C12.8323064,10.9362407 11.963771,8.47852395 11.963771,8.47852395 C11.8110443,8.44901109 11.8493762,6.74109366 11.1883616,6.69207022 C10.5267462,6.64279981 10.170464,6.88841096 9.20435656,6.69207022 C8.23764828,6.49572949 8.44144409,5.85743687 8.2887174,4.48255778 C8.25453994,4.17415686 8.25619136,3.95717082 8.28272988,3.80112099 Z M20.9991771,11.8770357 C20.9997251,11.9179585 21,11.9589471 21,12 C21,16.9406923 17.0188468,20.9515364 12.0895088,20.9995641 C16.970233,20.9503326 20.9337111,16.888438 20.9991771,11.8770357 Z\" fill=\"#000000\" opacity=\"0.3\"><\/path> <\/g> <\/svg><\/div><\/div><div class=\"media-body text-custom\"><h6 class=\"font-weight-bold   text-heading-default  \" style=\"padding-top:10px;\"  ><span class=\"ez-toc-section\" id=\"Visit_our_Website\"><\/span>Visit our Website<span class=\"ez-toc-section-end\"><\/span><\/h6><div class=\"text-text-gray text-18     \" style=\"\"  >https:\/\/scholarlink.ai<\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>1. Introduction 2. User Accounts 3. User Conduct 4. Content &#038; IP 5. AI Tools &#038; Matching 6. Third-Party Content 7. Payments &#038; Refunds 8. Disclaimers 9. Liability 10. Termination 11. Dispute Resolution 12. Privacy 13. Modifications Contact Sections 1&#8230;.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-887","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v22.2 (Yoast SEO v27.0) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Terms and Conditions \u2013 ScholarLink Platform Users - ScholarLink<\/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:\/\/scholarlink.ai\/blog\/p-terms\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Terms and Conditions \u2013 ScholarLink Platform Users\" \/>\n<meta property=\"og:description\" content=\"1. Introduction 2. User Accounts 3. User Conduct 4. Content &#038; IP 5. AI Tools &#038; Matching 6. Third-Party Content 7. Payments &#038; Refunds 8. Disclaimers 9. Liability 10. Termination 11. Dispute Resolution 12. Privacy 13. Modifications Contact Sections 1....\" \/>\n<meta property=\"og:url\" content=\"https:\/\/scholarlink.ai\/blog\/p-terms\/\" \/>\n<meta property=\"og:site_name\" content=\"ScholarLink\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/scholarlinkInc\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-20T03:06:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/scholarlink.ai\/wp-content\/uploads\/2023\/10\/es-qrcode-box-2.png\" \/>\n\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@ScholarLinkInc\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/scholarlink.ai\/blog\/p-terms\/\",\"url\":\"https:\/\/scholarlink.ai\/blog\/p-terms\/\",\"name\":\"Terms and Conditions \u2013 ScholarLink Platform Users - ScholarLink\",\"isPartOf\":{\"@id\":\"https:\/\/scholarlink.ai\/blog\/#website\"},\"datePublished\":\"2023-01-08T11:45:53+00:00\",\"dateModified\":\"2026-02-20T03:06:32+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/scholarlink.ai\/blog\/p-terms\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/scholarlink.ai\/blog\/p-terms\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/scholarlink.ai\/blog\/p-terms\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/scholarlink.ai\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Terms and Conditions \u2013 ScholarLink Platform Users\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/scholarlink.ai\/blog\/#website\",\"url\":\"https:\/\/scholarlink.ai\/blog\/\",\"name\":\"ScholarLink\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/scholarlink.ai\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/scholarlink.ai\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/scholarlink.ai\/blog\/#organization\",\"name\":\"ScholarLink\",\"url\":\"https:\/\/scholarlink.ai\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/scholarlink.ai\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/scholarlink.ai\/wp-content\/uploads\/2023\/10\/es-qrcode-box-2.png\",\"contentUrl\":\"https:\/\/scholarlink.ai\/wp-content\/uploads\/2023\/10\/es-qrcode-box-2.png\",\"width\":350,\"height\":350,\"caption\":\"ScholarLink\"},\"image\":{\"@id\":\"https:\/\/scholarlink.ai\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/scholarlinkInc\",\"https:\/\/x.com\/ScholarLinkInc\",\"https:\/\/www.linkedin.com\/company\/scholarlinkinc\",\"https:\/\/www.instagram.com\/scholarlinkinc\",\"https:\/\/www.youtube.com\/@scholarlink\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Terms and Conditions \u2013 ScholarLink Platform Users - ScholarLink","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:\/\/scholarlink.ai\/blog\/p-terms\/","og_locale":"en_US","og_type":"article","og_title":"Terms and Conditions \u2013 ScholarLink Platform Users","og_description":"1. Introduction 2. User Accounts 3. User Conduct 4. Content &#038; IP 5. AI Tools &#038; Matching 6. Third-Party Content 7. Payments &#038; Refunds 8. Disclaimers 9. Liability 10. Termination 11. Dispute Resolution 12. Privacy 13. Modifications Contact Sections 1....","og_url":"https:\/\/scholarlink.ai\/blog\/p-terms\/","og_site_name":"ScholarLink","article_publisher":"https:\/\/www.facebook.com\/scholarlinkInc","article_modified_time":"2026-02-20T03:06:32+00:00","og_image":[{"width":350,"height":350,"url":"https:\/\/scholarlink.ai\/wp-content\/uploads\/2023\/10\/es-qrcode-box-2.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@ScholarLinkInc","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/scholarlink.ai\/blog\/p-terms\/","url":"https:\/\/scholarlink.ai\/blog\/p-terms\/","name":"Terms and Conditions \u2013 ScholarLink Platform Users - ScholarLink","isPartOf":{"@id":"https:\/\/scholarlink.ai\/blog\/#website"},"datePublished":"2023-01-08T11:45:53+00:00","dateModified":"2026-02-20T03:06:32+00:00","breadcrumb":{"@id":"https:\/\/scholarlink.ai\/blog\/p-terms\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/scholarlink.ai\/blog\/p-terms\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/scholarlink.ai\/blog\/p-terms\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/scholarlink.ai\/blog\/"},{"@type":"ListItem","position":2,"name":"Terms and Conditions \u2013 ScholarLink Platform Users"}]},{"@type":"WebSite","@id":"https:\/\/scholarlink.ai\/blog\/#website","url":"https:\/\/scholarlink.ai\/blog\/","name":"ScholarLink","description":"","publisher":{"@id":"https:\/\/scholarlink.ai\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/scholarlink.ai\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/scholarlink.ai\/blog\/#organization","name":"ScholarLink","url":"https:\/\/scholarlink.ai\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/scholarlink.ai\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/scholarlink.ai\/wp-content\/uploads\/2023\/10\/es-qrcode-box-2.png","contentUrl":"https:\/\/scholarlink.ai\/wp-content\/uploads\/2023\/10\/es-qrcode-box-2.png","width":350,"height":350,"caption":"ScholarLink"},"image":{"@id":"https:\/\/scholarlink.ai\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/scholarlinkInc","https:\/\/x.com\/ScholarLinkInc","https:\/\/www.linkedin.com\/company\/scholarlinkinc","https:\/\/www.instagram.com\/scholarlinkinc","https:\/\/www.youtube.com\/@scholarlink"]}]}},"homepageContrary":[],"_links":{"self":[{"href":"https:\/\/scholarlink.ai\/blog\/wp-json\/wp\/v2\/pages\/887","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/scholarlink.ai\/blog\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/scholarlink.ai\/blog\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/scholarlink.ai\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/scholarlink.ai\/blog\/wp-json\/wp\/v2\/comments?post=887"}],"version-history":[{"count":72,"href":"https:\/\/scholarlink.ai\/blog\/wp-json\/wp\/v2\/pages\/887\/revisions"}],"predecessor-version":[{"id":14433,"href":"https:\/\/scholarlink.ai\/blog\/wp-json\/wp\/v2\/pages\/887\/revisions\/14433"}],"wp:attachment":[{"href":"https:\/\/scholarlink.ai\/blog\/wp-json\/wp\/v2\/media?parent=887"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}