CINXE.COM

Milli Eğitim Dergisi » Writing Rules

<!DOCTYPE html> <html lang="en"> <head prefix="og: https://ogp.me/ns#"> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0 shrink-to-fit=no"> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <title>Milli Eğitim Dergisi &raquo; Writing Rules</title> <link rel="alternate" hreflang="tr" href="https://dergipark.org.tr/tr/pub/milliegitim/writing-rules" id="link-alternate-tr"> <link rel="alternate" hreflang="en" href="https://dergipark.org.tr/en/pub/milliegitim/writing-rules" id="link-alternate-en"> <base href="/" /> <meta name="generator" content="uds" /> <link rel="stylesheet" href="/combined/css/zollu-base.css?v=20250328113610" type="text/css" /> <link rel="stylesheet" type="text/css" href="/zollu/css/pages/journal.css"> <!--suppress CssUnusedSymbol --> <style type="text/css"> body.journal, .journal .paint-background { background-color: #F4B3B0; } </style> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> <link rel="icon" href="/favicon.ico" type="image/x-icon"> <link rel="dns-prefetch" href="https://www.google-analytics.com"> <link rel="preconnect" href="https://www.google-analytics.com" crossorigin> <link rel="dns-prefetch" href="https://www.google.com"> <link rel="preconnect" href="https://www.google.com" crossorigin> <link rel="dns-prefetch" href="https://www.google.com.tr"> <link rel="preconnect" href="https://www.google.com.tr" crossorigin> <link rel="dns-prefetch" href="https://stats.g.doubleclick.net"> <link rel="preconnect" href="https://stats.g.doubleclick.net" crossorigin> <link rel="dns-prefetch" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.googleapis.com" crossorigin> <link rel="dns-prefetch" href="http://fonts.googleapis.com"> <link rel="preconnect" href="http://fonts.googleapis.com" crossorigin> <script type="text/javascript"> const current_language = 'en'; function changeLocale(langCode) { window.location.href = $('#link-alternate-' + langCode).attr('href'); } </script> <script type="text/javascript"> !function (e) { var n; if ("function" == typeof define && define.amd && (define(e), n = !0), "object" == typeof exports && (module.exports = e(), n = !0), !n) { var t = window.CookiesRuntime, o = window.CookiesRuntime = e(); o.noConflict = function () { return window.CookiesRuntime = t, o } } }(function () { function e() { for (var e = 0, n = {}; e < arguments.length; e++) { var t = arguments[e]; for (var o in t) n[o] = t[o] } return n } function n(e) { return e.replace(/(%[0-9A-Z]{2})+/g, decodeURIComponent) } return function t(o) { function r() { } function i(n, t, i) { if ("undefined" != typeof document) { "number" == typeof (i = e({ path: "/" }, r.defaults, i)).expires && (i.expires = new Date(1 * new Date + 864e5 * i.expires)), i.expires = i.expires ? i.expires.toUTCString() : ""; try { var c = JSON.stringify(t); /^[\{\[]/.test(c) && (t = c) } catch (e) { } t = o.write ? o.write(t, n) : encodeURIComponent(String(t)).replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g, decodeURIComponent), n = encodeURIComponent(String(n)).replace(/%(23|24|26|2B|5E|60|7C)/g, decodeURIComponent).replace(/[\(\)]/g, escape); var f = ""; for (var u in i) i[u] && (f += "; " + u, !0 !== i[u] && (f += "=" + i[u].split(";")[0])); return document.cookie = n + "=" + t + f } } function c(e, t) { if ("undefined" != typeof document) { for (var r = {}, i = document.cookie ? document.cookie.split("; ") : [], c = 0; c < i.length; c++) { var f = i[c].split("="), u = f.slice(1).join("="); t || '"' !== u.charAt(0) || (u = u.slice(1, -1)); try { var a = n(f[0]); if (u = (o.read || o)(u, a) || n(u), t) try { u = JSON.parse(u) } catch (e) { } if (r[a] = u, e === a) break } catch (e) { } } return e ? r[e] : r } } return r.set = i, r.get = function (e) { return c(e, !1) }, r.getJSON = function (e) { return c(e, !0) }, r.remove = function (n, t) { i(n, "", e(t, { expires: -1 })) }, r.defaults = {}, r.withConverter = t, r }(function () { }) }); function getPhpSessidCookie() { const cookieName = 'PHPSESSID'; let cookie = CookiesRuntime.get(cookieName); if (typeof cookie === 'undefined') { return null; } return cookie; } function getDpUserCookie() { const cookieName = 'dp_user'; let cookie = CookiesRuntime.get(cookieName); if (typeof cookie === 'undefined') { return null; } // Spaces are encoded as + by server side, lets roll them back! cookie = cookie.replace(/\+/g, '%20'); const sessionId = getPhpSessidCookie(); const userInfo = JSON.parse(decodeURIComponent(cookie)); if (typeof userInfo.username === 'undefined') { return null; } if (sessionId !== null && sessionId.length > 0 && (typeof userInfo.session_id === 'undefined' || userInfo.session_id.length === 0)) { userInfo.session_id = sessionId; userInfo.patched = true; CookiesRuntime.set(cookieName, JSON.stringify(userInfo)); } return userInfo; } function isUserLoggedIn() { const dpUserCookie = getDpUserCookie(); return dpUserCookie !== null; } function getUserInfo() { const dpUserCookie = getDpUserCookie(); if (dpUserCookie === null) { return []; } return dpUserCookie; } function getUserProfileLink() { const dpUserCookie = getDpUserCookie(); if (dpUserCookie === null) { return '#'; } return current_language + '/pub/@' + dpUserCookie.username; } function getUserAvatar() { const dpUserCookie = getDpUserCookie(); if (dpUserCookie === null) { return ''; } if (typeof dpUserCookie.avatar === 'undefined') { return ''; } return dpUserCookie.avatar; } function getUserFullName() { const dpUserCookie = getDpUserCookie(); if (dpUserCookie === null) { return ''; } if (typeof dpUserCookie.name === 'undefined') { return ''; } return dpUserCookie.name; } function getUserFullNameFormatted() { let userFullName = getUserFullName(); if (userFullName.length === 0) { return userFullName; } return formatUserFullname(userFullName); } function isApproved(){ const dpUserCookie = getDpUserCookie(); if (dpUserCookie === null) { return ''; } if (typeof dpUserCookie.approved === 'undefined') { return ''; } return dpUserCookie.approved; } function formatUserFullname(userFullName) { let words = userFullName.split(/\s+/); /** * If Word count > 2 * => Shorten words to initial letters which are not the second and the last words */ const wordCount = words.length; if (wordCount < 3) { return userFullName; } let formattedWords = []; let word; for (let i = 0; i < wordCount; i++) { word = words[i]; if (i === 1 || i === (wordCount) - 1 || word.length < 4) { formattedWords[i] = word; } else { formattedWords[i] = word.charAt(0) + '.'; } } let result = formattedWords.join(' '); if(result.length > 30) { return result.substring(0, 27) + '...'; } return result; } </script> <script type="text/javascript" src="https://dergipark.org.tr/dp-feature-data.js"></script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-694ZECXSSZ"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'G-694ZECXSSZ'); let dpUserCookie = getDpUserCookie(); if (dpUserCookie !== undefined && dpUserCookie !== null && (userId = dpUserCookie.user_id) !== null) { gtag('set', {'user_id': userId}); } </script> </head> <body class="kt-page--fixed kt-subheader--enabled kt-subheader--transparent zollu normalized journal" id="journal_page"> <nav id="header" class="navbar navbar-expand-lg navbar-light navbar-expand"> <div class="kt-header" style="width: 100%;padding: 8px 0;"> <div class="kt-header__top" style="height: inherit;"> <div class="kt-container" id="header-container"> <div class="powered-by-img" id="powered-by"> <a class="navbar-brand" href="//dergipark.org.tr/en/"> <img src="/zollu/images/dergipark_header.png" width="130" alt="DergiPark logo"/> </a> </div> <a href="/en/user/notification/index" class="no-notification hide d-none notification--item-set " id="mobile-notification-count-wrapper"> <i class="flaticon2-notification" id="mobile-notification-icon"></i> <span class="kt-badge" id="mobile-notification-badge"></span> </a> <button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarToggler" aria-controls="navbarToggler" aria-expanded="false" aria-label="Toggle navigation"> <span>&nbsp;</span> <span>&nbsp;</span> <span>&nbsp;</span> </button> <div class="collapse navbar-collapse navbar-put-right " id="navbarToggler"> <div style="margin-left: auto;"> <ul class="navbar-nav ml-auto"> <li class="nav-item hide d-none d-block " id="header-user-notification"> <a id="user-notification-count" class="nav-link" href="/en/user/notification/index"><span class="flaticon2-notification"></span><label id="notification-count-aria-label"></label></a> </li> <li class="nav-item dropdown language_selector"> <a class="nav-link dropdown-toggle" id="langDropDown" aria-haspopup="true" aria-expanded="false" data-toggle="dropdown" href="#" style="color: black"> English<span class="caret"></span></a> <div class="dropdown-menu rounded-0 dropdown-menu-right" aria-labelledby="langDropDown"> <a class="dropdown-item" href="javascript: changeLocale('tr')"> Turkish </a> <a class="dropdown-item" href="javascript: changeLocale('en')"> English </a> </div> </li> <li class="nav-item dropdown hide d-none" id="header-user-box-user-menu"> <a class="nav-link dropdown-toggle color-black" href="#" id="userDropDown" data-toggle="dropdown" aria-haspopup="false" aria-expanded="false"> <span id="userDropDown-user-avatar"></span> <span id="userDropDown-user-name"></span> <span id="userDropDown-user-badge"></span> </a> <div class="dropdown-menu dropdown-menu-right rounded-0" aria-labelledby="userDropDown"> <a class="dropdown-item color-dergipark d-none" href="//dergipark.org.tr/en/dashboard" id="header-dashboard-item"> <i class="icon-wrench symbol flaticon-grid-menu mr-1 mt-1 pr-1 color-dergipark"></i> Admin Panel </a> <a class="dropdown-item" href="//dergipark.org.tr/en/user/panel" id="header-user-panel-item"> <i class="icon-wrench symbol flaticon-grid-menu mr-1 mt-1 pr-1"></i> User Panel </a> <a class="dropdown-item d-none" href="//dergipark.org.tr/en/user/publisher/panel" id="header-user-coordinator-panel-item"> <i class="icon-wrench symbol flaticon-grid-menu mr-1 mt-1 pr-1"></i> Coordinator of Scientific Publishing Panel </a> <a class="dropdown-item" href="//dergipark.org.tr/en/journal/my"> <i class="icon-docs symbol flaticon2-open-text-book mr-1 mt-1 pr-1"></i> My Journals </a> <a class="dropdown-item d-none" href="//dergipark.org.tr/en/user/project/" id="header-user-project-item"> <i class="icon-rocket symbol flaticon-folder-4 mr-1 mt-1 pr-1"></i> My Research </a> <a class="dropdown-item d-none" id="menu-follower-item" href="//dergipark.org.tr/en/user/user-followers"> <i class="symbol flaticon2-speaker mr-1 mt-1 pr-1"></i> My Followers </a> <a class="dropdown-item" href="#" id="header-user-box-profile-link"> <i class="icon-user symbol flaticon2-calendar-3 mr-1 mt-1 pr-1"></i> Profile </a> <div class="dropdown-divider"></div> <a class="dropdown-item" href="https://dergipark.org.tr/en/logout"> <i class="icon-logout symbol flaticon2-lock mr-1 mt-1 pr-1"></i> Logout </a> </div> </li> <li class="nav-item hide d-none" id="header-user-box-guest-menu"> <a class="nav-link color-black" href="https://dergipark.org.tr/en/login">Login</a> </li> </ul> <script type="text/javascript"> function showUserBoxBlock(elemId) { document.getElementById(elemId).className = document.getElementById(elemId).className.replace(/d-none/, ''); document.getElementById(elemId).className = document.getElementById(elemId).className.replace(/hide/, ''); } if (isUserLoggedIn()) { // Substitute user data let userAvatar = getUserAvatar(); document.getElementById('userDropDown-user-name').innerHTML = getUserFullNameFormatted(); document.getElementById('header-user-box-profile-link').setAttribute('href', getUserProfileLink()); // user dropdown alanındaki rozet kontrolü if(isApproved()) { document.getElementById('userDropDown-user-badge').innerHTML = "<img style='margin-top: -2px;' src='/zollu/images/dergipark-verified-badge.svg' width='20' height='20'/>"; } if (userAvatar.length === 0) { userAvatar = '/zollu/images/default-avatar.png'; } document.getElementById('userDropDown-user-avatar').innerHTML = '<img src="' + userAvatar + '" onerror="this.onerror=null;this.src=\'/zollu/images/default-avatar.png\';">'; // User menu ready, it's show time! showUserBoxBlock('header-user-box-user-menu'); showUserBoxBlock('header-user-notification'); showUserBoxBlock('mobile-notification-count-wrapper'); if (canUseFollowerFeature(getUserInfo().username)) { document.getElementById('menu-follower-item').classList.remove("d-none"); document.getElementById('header-user-project-item').classList.remove("d-none"); } if(getUserInfo().is_admin === 1) { document.getElementById('header-dashboard-item').classList.remove("d-none"); } } else { // User is not logged in, display guest block right away! showUserBoxBlock('header-user-box-guest-menu'); } var userDropDownElement = document.getElementById("userDropDown"); var userNavbar = document.getElementById("navbarToggler"); userDropDownElement.addEventListener('click', function () { if (!document.getElementById('header-user-box-user-menu').classList.contains('show')) { userNavbar.classList.add('sensitive-height'); } else { userNavbar.classList.remove('sensitive-height'); } }); document.querySelector('[data-target="#navbarToggler"]').addEventListener('click', function () { if (document.getElementById('header-user-box-user-menu').classList.contains('show')) { userNavbar.classList.remove('sensitive-height'); } }); </script> </div> </div> </div> </div> </div> </nav> <div id="body-push-down"> <div class="kt-content kt-grid__item kt-grid__item--fluid" id="kt_content" style="margin-top: -15px;"> <div class="kt-container paint-background"> <div class="kt-portlet j-title-portlet"> <div id="powered-by"> <a href="//dergipark.org.tr/en/"> <img src="/zollu/images/dergipark_header.png" alt="DergiPark logo"/> </a> </div> <div class="row" aria-label="Milli Eğitim Dergisi"> <div class="col-lg-12" aria-hidden="true"> <div class="kt-heading kt-align-center" style="margin: 1.5rem 0 2.3rem;"> <a href="/en/pub/milliegitim"> <h1 id="journal-title">Milli Eğitim Dergisi</h1> </a> </div> </div> </div> </div> <!-- <Content> --> <div class="row" data-sticky-container> <div class="col-lg-9 col-md-8"> <div class="kt-portlet"> <div class="kt-portlet__body"> <h1 class="kt-blog-post__title kt-heading kt-heading--lg kt-heading--medium">Writing Rules</h1> <div class="kt-blog-post__content" style="overflow-wrap: break-word !important;"> <p><p><b><br /></b></p><p><b>Article Submission Guide</b><br /><b>***</b>The Journal of National Education is currently experiencing a high volume of submissions. As a<br />result, there is a substantial queue of articles that have either passed the review process or are still<br />under evaluation for upcoming issues. Due to this, the time required for a new article to progress from<br />the preliminary review stage to publication may take approximately 600 days. We strongly advise<br />authors to consider the possibility of a longer-than-expected evaluation process before submitting their<br />manuscripts. Please note that once an article is submitted to the system, in cases of rejection and<br />withdrawal, no refund will be issued.<br />Click here for detailed information on the article review, evaluation, and publication processes of the<br />Journal of National Education.<br /><br /><b>When submitting an article to the Journal of National Education, please ensure compliance with<br />the following guidelines:</b><br /><b>1.</b> Before submission, read and adhere to all items in the Editorial Principles. Ensure that all<br />required documents stated in the Editorial Principles are uploaded to the system during the<br />application process.<br /><b>2. </b>Prepare your manuscript using the Article Template and ensure that all specifications within<br />the template are maintained. After placing your manuscript in the template, only remove the<br />yellow-highlighted notes. (If your manuscript is accepted, it will be published in its submitted<br />form. Compliance with the template is therefore mandatory and essential.)<br /><b>3.</b> Submit an anonymous full-text manuscript in Word format. Ensure that neither the file name<br />nor the manuscript content includes any names, surnames, or other identifying information<br />about the author(s). (When uploading anonymous article files to the DergiPark system, name<br />the file “Full Text_Anonymous.”)<br /><b>4. </b>Submit a named full-text manuscript in Word format. The article should include author names<br />and other necessary details in the relevant sections. (When uploading named article files to the<br />DergiPark system, name the file as “Full Text_Named.”)<br /><b>5.</b> Upload the Application Petition with complete details, including the article title, article type,<br />author names, authors' contact information (email, phone, workplace), and ORCID details.<br />(Name the file as “Application Petition”)<br /><b>6. </b>Upload the similarity report. Authors will be directed to the intihal.net to generate this report.<br />The full report must be uploaded in PDF format. (Name the file as “Similarity Report”)<br /><b>7.</b> Upload the Copyright Transfer Form. Ensure that the form includes the authors' details and<br />signatures. (Name the file as “Copyright Transfer Form”)<br /><b>8.</b> Upload the Ethics Committee Permission Certificate. If an ethics committee approval is not<br />required, authors must upload a document explaining the reason. The institution, date, and<br />decision number of the Ethics Committee Approval should be stated in the methodology<br />section of the manuscript. If no ethics approval is needed, the justification should also be<br />provided in the methodology section. Institutional or personal research permissions do not<br />replace Ethics Committee Approval. (Name the file as “Ethics Committee Permission<br />Certificate”)<br /><b>9. </b>For research conducted in institutions affiliated with the Ministry of National Education<br />(central, provincial, or international branches), upload the Ministry’s ‘Research and<br />Application Permission Certificate.’ If not required, authors must submit a document<br />explaining the reason. (Name the file as “Research and Application Permission Certificate”)<br /><b>10.</b> Upload the payment receipt as proof of submission fee payment. Detailed information on fees<br />is available on the journal’s fee policy page. (Name the file as “Receipt”)<br /><br /><b>Additionally:</b><br /><b>-</b> If a revision is requested, update both the named and anonymous versions of the manuscript<br />and upload the revised versions over the previous files. Do not create separate additional files.<br /><b>-</b> If a revision is requested, provide a Reviewer Correction Table detailing the revisions made<br />and justifications for any suggestions that were not implemented. Upload this document as an<br />additional file during the revision stage.<br /><b>- </b>If a revision is requested, update the Article Metadata section on the DergiPark page after each<br />revision. Ensuring that the metadata aligns with the final version of the manuscript is the<br />author's responsibility.<br /><b>-</b> Technical issues or errors encountered during submission are not the responsibility of the<br />Journal of National Education. If you require assistance, contact the DergiPark Technical<br />Support Team.<br /><b>- </b>Due to the high volume of submissions, the evaluation and publication process at the Journal<br />of National Education may take longer than expected. Authors should consider this time frame<br />before submission.<br /><b>-</b> Reasons for manuscript rejection at the preliminary review stage are outlined in the Editorial<br />Principles of Journal of National Education, Aims and Scope.<br /><b>-</b> Article submission via email is not accepted, and contacting editorial staff through personal<br />emails or phone numbers regarding publication matters is not appropriate. The status of<br />submitted manuscripts is available in the "Status" section of DergiPark for corresponding<br />authors. Authors are responsible for tracking their submission status through the DergiPark<br />system and should use the platform’s messaging feature for communication when necessary.<b></b></p><p><br /></p></p> </div> <div class="kt-separator kt-separator--space-lg kt-separator--border-solid last-updated-seperator"></div> <span class="last-updated-date">Last Update Time: <span class="ml-2 kt-font-bolder">3/24/25, 3:13:36 PM</span></span> </div> </div> </div> <div class="col-lg-3 col-md-4 journal_panel_menu"> <div class="kt-portlet sticky" id="journal_right_menu_portlet"> <div class="kt-portlet__body"> <div class="kt-section"> <div class="kt-section__content kt-section__content--x-fit"> <ul class="kt-nav kt-nav--bold kt-nav--lg-space kt-nav--v4" role="tablist"> <li class="kt-nav__item "> <a class="kt-nav__link" href="/en/pub/milliegitim"> <span class="kt-nav__link-bullet kt-nav__link-bullet--dot"><span></span></span> <span class="kt-nav__link-text">Journal Home Page</span> </a> </li> <li class="kt-nav__item "> <a class="kt-nav__link" href="/en/pub/milliegitim/about-journal"> <span class="kt-nav__link-bullet kt-nav__link-bullet--dot"><span></span></span> <span class="kt-nav__link-text">About</span> </a> </li> <li class="kt-nav__item "> <a class="kt-nav__link" href="/en/pub/milliegitim/aim-and-scope"> <span class="kt-nav__link-bullet kt-nav__link-bullet--dot"><span></span></span> <span class="kt-nav__link-text">Aim &amp; Scope</span> </a> </li> <li class="kt-nav__item "> <a class="kt-nav__link" href="/en/journal/582/submission/step/manuscript/new"> <span class="kt-nav__link-bullet kt-nav__link-bullet--dot"><span></span></span> <span class="kt-nav__link-text">Submit a Manuscript</span> </a> </li> <li class="kt-nav__item "> <a class="kt-nav__link" href="/en/pub/milliegitim/board"> <span class="kt-nav__link-bullet kt-nav__link-bullet--dot"><span></span></span> <span class="kt-nav__link-text">Journal Boards</span> </a> </li> <li class="kt-nav__item "> <a class="kt-nav__link" href="/en/pub/milliegitim/rejection-statistics"> <span class="kt-nav__link-bullet kt-nav__link-bullet--dot"><span></span></span> <span class="kt-nav__link-text">Statistics</span> </a> </li> <li class="kt-nav__item active"> <a class="kt-nav__link" href="/en/pub/milliegitim/writing-rules"> <span class="kt-nav__link-bullet kt-nav__link-bullet--dot"><span></span></span> <span class="kt-nav__link-text">Writing Rules</span> </a> </li> <li class="kt-nav__item "> <a class="kt-nav__link" href="/en/pub/milliegitim/policy"> <span class="kt-nav__link-bullet kt-nav__link-bullet--dot"><span></span></span> <span class="kt-nav__link-text">Ethical Principles and Publication Policy</span> </a> </li> <li class="kt-nav__item "> <a class="kt-nav__link" href="/en/pub/milliegitim/price-policy"> <span class="kt-nav__link-bullet kt-nav__link-bullet--dot"><span></span></span> <span class="kt-nav__link-text">Price Policy</span> </a> </li> <li class="kt-nav__item "> <a class="kt-nav__link" href="/en/pub/milliegitim/indexes"> <span class="kt-nav__link-bullet kt-nav__link-bullet--dot"><span></span></span> <span class="kt-nav__link-text">Indexes</span> </a> </li> <li class="kt-nav__item "> <a class="kt-nav__link" href="/en/pub/milliegitim/archive"> <span class="kt-nav__link-bullet kt-nav__link-bullet--dot"><span></span></span> <span class="kt-nav__link-text">Archive</span> </a> </li> <li class="kt-nav__item "> <a class="kt-nav__link" href="/en/pub/milliegitim/contacts"> <span class="kt-nav__link-bullet kt-nav__link-bullet--dot"><span></span></span> <span class="kt-nav__link-text">Contact</span> </a> </li> <li class="kt-separator kt-separator--border-solid"></li> <li class="kt-nav__item "> <a class="kt-nav__link" href="/en/pub/milliegitim/page/10113"> <span class="kt-nav__link-bullet kt-nav__link-bullet--dot"><span></span></span> <span class="kt-nav__link-text">Ethical Committee Permission Certificate</span> </a> </li> <li class="kt-nav__item "> <a class="kt-nav__link" href="/en/pub/milliegitim/page/14763"> <span class="kt-nav__link-bullet kt-nav__link-bullet--dot"><span></span></span> <span class="kt-nav__link-text">2023 Call for Special Issue</span> </a> </li> <li class="kt-nav__item "> <a class="kt-nav__link" href="/en/pub/milliegitim/page/9720"> <span class="kt-nav__link-bullet kt-nav__link-bullet--dot"><span></span></span> <span class="kt-nav__link-text">Publication Principles Of The Journal Of National Education</span> </a> </li> <li class="kt-nav__item "> <a class="kt-nav__link" href="/en/pub/milliegitim/page/12255"> <span class="kt-nav__link-bullet kt-nav__link-bullet--dot"><span></span></span> <span class="kt-nav__link-text">Article Uploading Guide</span> </a> </li> <li class="kt-nav__item "> <a class="kt-nav__link" href="/en/pub/milliegitim/page/8521"> <span class="kt-nav__link-bullet kt-nav__link-bullet--dot"><span></span></span> <span class="kt-nav__link-text">Documents Required for Application</span> </a> </li> <li class="kt-nav__item "> <a class="kt-nav__link" href="/en/pub/milliegitim/page/8673"> <span class="kt-nav__link-bullet kt-nav__link-bullet--dot"><span></span></span> <span class="kt-nav__link-text">Blind Refereeing System</span> </a> </li> <li class="kt-nav__item "> <a class="kt-nav__link" href="/en/pub/milliegitim/page/9299"> <span class="kt-nav__link-bullet kt-nav__link-bullet--dot"><span></span></span> <span class="kt-nav__link-text">ORCID Number</span> </a> </li> </ul> </div> </div> </div> </div> <div id="feedback-block"> <button href="javascript:;" class="btn btn-info feedback-btn p-3" data-toggle="modal" data-target="#feedbackModal"> <i class="fa fa-comment-dots" aria-hidden="true"></i>Feedback</button> </div> <div class="modal fade" id="feedbackModal" tabindex="-1" role="dialog" aria-label="Option menu to give feedback" aria-hidden="true" style="display: none;"> <div class="modal-dialog modal-dialog-centered mt-0" role="document"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body pt-4 pb-4"> <div class="text-center"> <p class="fw-600">Please select the unit you would like to give feedback to.</p> <a href="/en/feedback/journal/milliegitim/new" class="btn btn-outline-brand feedback-selection-btn">Send Feedback to the Journal</a> </div> </div> </div> </div> </div> </div> </div> <!-- </Content> --> </div> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.16/webfont.js"></script> <script> WebFont.load({ google: { "families": [ "Poppins:300,400,500,600,700"] }, active: function () { sessionStorage.fonts = true; } }); </script> <script type="text/javascript" src="/combined/js/zollu-base.js?v=20250328113610"></script> <script type="text/javascript" src="https://dergipark.org.tr/dp-subject-data.js"></script> <script type="text/javascript" src="/zollu/js/subject_selector.js"></script> <!-- Interaktif Rehber --> <script src="/en/translations"></script> <script type="text/javascript" src="/zollu/js/introjs/intro.js"></script> <script type="text/javascript" src="/zollu/js/introjs/intro-engine.js"></script> <script type="text/javascript" src="/zollu/js/copy_clipboard.js"></script> <!-- Interaktif Rehber Sonu --> <script src="https://dergipark.org.tr/en/pub/js/routing?callback=fos.Router.setData&amp;lang=en"></script> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ tex2jax: { inlineMath: [['$','$'], ['\\(','\\)']], ignoreClass: "no-latex", processClass: "latex" }, displayAlign: "center" }); </script> <script type="text/javascript" src="/zollu/js/mathjax/MathJax.js?config=TeX-MML-AM_CHTML"></script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-96183866-1', 'auto'); ga('send', 'pageview'); </script> <script type="text/javascript"> $(document).ready(function () { renderMathInElement(document.body); }); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10