Journal of Mountain Research

Online ISSN: 2581-5011 | Print ISSN: 0974-3030

Paper Submission Form

Submission Guidelines

Before completing the submission of your manuscript, we advise you to read our submission Guidelines:

  • Authors were required to submit their manuscripts, along with all relevant enclosures (such as tables, figures, and supplementary materials), exclusively through the designated submission portal.
  • Prior to submission, it was imperative that authors carefully reviewed the Author Guidelines to ensure full adherence to the journal's prescribed formatting and submission standards.
  • Authors had to affirm that:
    • The manuscript had not been previously submitted to any other journal.
    • There were no concerns related to plagiarism, ethical misconduct, or conflicts of interest.
    • The manuscript has been thoroughly checked for spelling and grammatical accuracy.
    • All in-text citations are included in the reference list, and all references listed are cited within the text.
  • All submissions underwent plagiarism screening using iThenticate software, integrated with Crossref metadata, to verify the originality and integrity of the research work.
  • Only manuscripts that were free from plagiarism were considered for publication.

The format of a sample paper can be downloaded from this link: Sample Paper

// Local storage to track submissions const submittedEmails = JSON.parse(localStorage.getItem("submittedEmails") || "[]"); const submittedTitles = JSON.parse(localStorage.getItem("submittedTitles") || "[]"); form.addEventListener("submit", function(event) { const email = document.getElementById("email").value.trim().toLowerCase(); const title = document.getElementById("title").value.trim().toLowerCase(); if (submittedEmails.includes(email)) { alert("You have already submitted a paper using this email ID. Only one submission is allowed."); event.preventDefault(); return false; } const similar = submittedTitles.some(t => title.includes(t) || t.includes(title)); if (similar) { alert("A paper with a similar title has already been submitted. Please use a unique title."); event.preventDefault(); return false; } submittedEmails.push(email); submittedTitles.push(title); localStorage.setItem("submittedEmails", JSON.stringify(submittedEmails)); localStorage.setItem("submittedTitles", JSON.stringify(submittedTitles)); alert("Paper submitted successfully!"); });

Creative Commons License

Digital Certificate by @SHARAD is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

©Copyright Reserved to SHARAD