www.amjpst.org Open in urlscan Pro
47.254.46.238  Public Scan

Submitted URL: http://www.amjpst.org/sd7ng/iQZp-
Effective URL: http://www.amjpst.org/sd/iQZp-
Submission Tags: falconsandbox
Submission: On November 15 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

Name: quick_submit_formPOST https://sso.sciencepublishinggroup.com/manuscript/insertPaper

<form id="quick_submit_form" name="quick_submit_form" action="https://sso.sciencepublishinggroup.com/manuscript/insertPaper" method="post" enctype="multipart/form-data">
  <input type="hidden" name="type" value="10000">
  <div class="form_content clearfix" style="margin-top: 30px;">
    <span class="span1">Selected Journal<span class="red_span">*</span> </span>
    <div class="selected_journal">
      <span id="submission_journal">American Journal of Polymer Science and Technology</span>
    </div>
  </div>
  <p class="change_journal"> Or <a href="javascript:;" class="buy_forme">click here</a> to select another journal that is more appropriate for your manuscript. </p>
  <div class="bgPop" style="height: 3119px;"></div>
  <div class="pop">
    <div class="puple_title1"> Select Another Journal </div>
    <div class="middle_box clearfix">
      <img src="/spgjp5/decorator/img/submission/close_icon.png" class="pop-close">
      <div class="pop_f">
        <div class="submit_step_one">
          <div class="step1_title"> Step 1-Please Select a Category<span class="red">&nbsp;&nbsp;*</span>
          </div>
          <div class="category_list">
            <ul>
              <li>
                <span class="table_th">Category</span><span id="info7" style="color:red;"></span>
              </li>
              <li>
                <label><input type="radio" id="categoryId11" name="categoryId" value="11"><span>Biology and Life Sciences</span> </label>
              </li>
              <li>
                <label><input type="radio" id="categoryId70" name="categoryId" value="70"><span>Chemistry &amp; Chemical Engineering</span> </label>
              </li>
              <li>
                <label><input type="radio" id="categoryId15" name="categoryId" value="15"><span>Medicine, Health &amp; Food</span> </label>
              </li>
              <li>
                <label><input type="radio" id="categoryId12" name="categoryId" value="12"><span>Physics</span> </label>
              </li>
              <li>
                <label><input type="radio" id="categoryId51" name="categoryId" value="51"><span>Materials Science</span> </label>
              </li>
              <li>
                <label><input type="radio" id="categoryId14" name="categoryId" value="14"><span>Mathematics &amp; Statistics</span> </label>
              </li>
              <li>
                <label><input type="radio" id="categoryId23" name="categoryId" value="23"><span>Electrical &amp; Computer Science</span> </label>
              </li>
              <li>
                <label><input type="radio" id="categoryId16" name="categoryId" value="16"><span>Earth, Energy &amp; Environment</span> </label>
              </li>
              <li>
                <label><input type="radio" id="categoryId60" name="categoryId" value="60"><span>Architecture &amp; Civil Engineering</span> </label>
              </li>
              <li>
                <label><input type="radio" id="categoryId30" name="categoryId" value="30"><span>Transportation &amp; Logistics</span> </label>
              </li>
              <li>
                <label><input type="radio" id="categoryId18" name="categoryId" value="18"><span>Engineering &amp; Technology</span> </label>
              </li>
              <li>
                <label><input type="radio" id="categoryId17" name="categoryId" value="17"><span>Economics &amp; Management</span> </label>
              </li>
              <li>
                <label><input type="radio" id="categoryId19" name="categoryId" value="19"><span>Education</span> </label>
              </li>
              <li>
                <label><input type="radio" id="categoryId20" name="categoryId" value="20"><span>Social Sciences &amp; Psychology</span> </label>
              </li>
              <li>
                <label><input type="radio" id="categoryId50" name="categoryId" value="50"><span>Arts, Literature &amp; Linguistics</span> </label>
              </li>
            </ul>
          </div>
        </div>
        <div class="submit_step_two">
          <div class="step1_title"> Step 2-Please Select a Journal<span class="red">&nbsp;&nbsp;*</span>
          </div>
          <div class="table_title clearfix">
            <div class="name"> Journal Title </div>
            <span id="info8" style="color: red;position: relative;top: 8px; font-size: 15px;">
            </span>
            <div class="apc"> Article Processing Charge </div>
          </div>
          <div class="journal_tip">
            <h2>1. Please select your research category in the left column first.<br>2. Then select a journal to submit your manuscript in the right column.</h2>
          </div>
          <div class="journal_list scroll_y">
            <input type="radio" id="journalId" name="journalId" style="display: none;" checked="checked" value="316">
            <table id="journal_listscroll_y">
            </table>
            <script type="text/javascript">
              $(":radio[name='categoryId']").change(function() {
                document.getElementById("info7").innerHTML = "";
                document.getElementById("info8").innerHTML = "";
                var categoryId = $(":radio[name='categoryId']:checked").val();
                if (categoryId != "") {
                  $("#journal_listscroll_y").empty();
                  $("#journal_listscroll_y").append("<img src='/spgjp5/decorator/img/submission/loading.gif'  style='margin-left:250px; margin-top:30px;' />");
                  $.post("/getJournalsByCategoryId/getJournalsByCategoryId?categoryId=" + categoryId, function(data) {
                    if (data.length > 0) {
                      $("#journal_listscroll_y").empty();
                      for (var i = 0; i < data.length; i++) {
                        $("#journal_listscroll_y").append("<tr><td class='radio_box'><input type='radio' name='journalId2' value=" + data[i].journalId + " /></td><td class='journal_name'><a href='" + data[i].website +
                          "'   target='_blank'  style='font-size:13px;'>" + data[i].fullEnglishName + "</a></td><td class='journal_price'>" + data[i].price + " USD</td></tr>");
                      }
                    }
                  });
                }
              });
              $(function() {
                $(".confirm").click(function() {
                  var category = $('input:radio[name="categoryId"]:checked').val();
                  var journal = $('input:radio[name="journalId2"]:checked').val();
                  if (category == null) {
                    document.getElementById("info7").innerHTML = "please select a category!";
                    return false;
                  }
                  if (journal == null) {
                    document.getElementById("info8").innerHTML = "please select a journal.";
                    return false;
                  } else {
                    $(".change_journal b").text("Choose a journal from the journal list.");
                    $(".selected_journal").css("display", "block")
                    var journal1 = $('input:radio[name="journalId2"]:checked')
                    var journalName = journal1.parent().next().children("a");
                    var a = journalName.text();
                    var apc = journal1.parent().next().next();
                    var b = apc.text();
                    $('#journalId').val(journal);
                    if (a != "") $("#submission_journal").text(a);
                    if (b != "") $("#apc").text("" + b + "");
                    $('.bgPop,.pop,.pop2').hide();
                  }
                });
              });
            </script>
          </div>
        </div>
        <div class="clearfix"></div>
        <a class="cancle" href="javascript:;">Cancle</a>
        <a class="confirm" href="javascript:;">Confirm</a>
      </div>
    </div>
  </div>
  <div class="form_content full_paper">
    <span class="span1"> Upload Manuscript<span class="red_span">*</span> </span>
    <input type="text" class="fm_text fm_text2_cn" style="width: 350px;">
    <div class="btn_css">
      <span>Upload</span>
      <input type="file" id="upload" size="1" multiple="" name="upload">
    </div>
    <span id="info4" class="error"></span>
    <p class="eg">1. Allow only .doc, .docx and .tex format.<br>2. Files should not exceed 20MB.</p>
  </div>
  <div class="name_box clearfix">
    <div class="form_content">
      <span class="span1"> First Name<span class="red_span">*</span>
      </span> <input type="text" tabindex="1" class="fm_text" id="firstname" name="firstname"> <span id="info5" class="error"></span>
    </div>
    <div class="form_content">
      <span class="span1"> Last Name<span class="red_span">*</span>
      </span> <input type="text" tabindex="1" class="fm_text" id="lastname" name="lastname"> <span id="info6" class="error"></span>
    </div>
  </div>
  <div class="form_content">
    <span class="span1"> Email Address<span class="red_span">*</span>
    </span> <input type="text" tabindex="1" class="fm_text" id="email" name="email"> <span id="info3" class="error"></span>
    <p class="eg">A follow-up email will be sent to the given email address within 3 working days.</p>
  </div>
  <div class="form_content">
    <span class="span1"> Email Address 2<span class="red_span">*</span>
    </span> <input type="text" tabindex="1" class="fm_text" id="email2" name="email2"> <span id="info12" class="error"></span>
    <p class="eg">If you do not have a substitutive email address, please provide the first one again.</p>
  </div>
  <button type="button" class="submit_button small_btn">Submit</button>
</form>

Text Content

Login Register


AMERICAN JOURNAL OF POLYMER SCIENCE AND TECHNOLOGY

ISSN Online: 2575-5986 ISSN Print: 2575-5978

Journal Menu
 * Home
 * About
 * Archive
 * Special Issue
 * Editorial Board
 * Submission
 * Article Processing Charges
 * Join Us
 * Contact Us
 * More Journals

Important Link
Submit a Manuscript Propose a Special Issue Join the Editorial Board
Submission Home / Submission
Manuscript Submission

Submitting your manuscript is the culmination of your hard work, and a huge step
towards having the publication in your hands. This tutorial provides 3 ways for
you to submit your manuscript and will help you maximize the chance to have your
paper published.

1. Quick Submission
Selected Journal*
American Journal of Polymer Science and Technology

Or click here to select another journal that is more appropriate for your
manuscript.


Select Another Journal
Step 1-Please Select a Category  *
 * Category
 * Biology and Life Sciences
 * Chemistry & Chemical Engineering
 * Medicine, Health & Food
 * Physics
 * Materials Science
 * Mathematics & Statistics
 * Electrical & Computer Science
 * Earth, Energy & Environment
 * Architecture & Civil Engineering
 * Transportation & Logistics
 * Engineering & Technology
 * Economics & Management
 * Education
 * Social Sciences & Psychology
 * Arts, Literature & Linguistics

Step 2-Please Select a Journal  *
Journal Title
Article Processing Charge


1. PLEASE SELECT YOUR RESEARCH CATEGORY IN THE LEFT COLUMN FIRST.
2. THEN SELECT A JOURNAL TO SUBMIT YOUR MANUSCRIPT IN THE RIGHT COLUMN.




Cancle Confirm
Upload Manuscript*
Upload

1. Allow only .doc, .docx and .tex format.
2. Files should not exceed 20MB.

First Name*
Last Name*
Email Address*

A follow-up email will be sent to the given email address within 3 working days.

Email Address 2*

If you do not have a substitutive email address, please provide the first one
again.

Submit

2. Email Submission

Send your manuscript directly to this email submission@sciencepg.com for
submission.

Please type "American Journal of Polymer Science and Technology Manuscript
Submission" as the subject of your email.


3. Online Submission

Manuscripts can also be submitted electronically through the Online Submission
System: https://sso.sciencepublishinggroup.com/login

Author Guidelines

Manuscript Preparation

To facilitate the review process, we strongly encourage you to follow the
templates and guidelines below to prepare your manuscript.

Download Manuscript Template (PDF) Download Manuscript Template (Word) Download
Manuscript Checklist

Items Guidelines Length The typical length of an article is 6-25 pages with more
than 2000 words. Provided that the scientific content is of high value, shorter
or longer manuscripts will also be taken into consideration. Title Titles must
fit on three lines in print (at most 25 words) and should avoid abbreviations.
The first letter of notional words in the title should be capitalized and
functional words lowercased. Authors Authors’ full names should be provided
without professional ranks and titles. Corresponding author(s) should be
identified with an asterisk. Authors’ affiliation should include
“Department/Faculty, University/Institute, City, Country” or “Company, City,
Country”. Abstract The abstract should be no more than 400 words and should not
contain citations or unexplained abbreviations/acronyms. The general scope of
the article, the main results and conclusions should be summarized. Keywords The
keywords should be concise and distinctive, and there should be no more than 5
words in each keyword except for the proper nouns. Introduction The introduction
should include the background, objectives and an overview or a map of the whole
paper. Methods The Methods section appears in most online original research
articles and should contain all elements necessary for interpretation and
replication of the results. Tables Each table should be given a caption above it
and numbered successively, such as Table 1, Table 2, Table 3... Further details
can be included as notes to the table. Figures Suitably high resolution figures
may be inserted within the text at appropriate positions. Each figure should be
given a caption below it and numbered successively, such as Figure 1, Figure 2,
Figure 3... Main body The main body should include the main results, discussions
and conclusion. Acknowledgments The part of the “Acknowledgments” should be
specific such as acknowledgment for specific persons, funds or projects. If it's
a project or fund, the project/funding number should be provided. References

There should be at least 15 references in an academic article. List only one
reference per reference number. The in-text citations should be numbered in the
corresponding position of the main body in the normal text form of [] (such as
[1], [2], [3] ...) instead of other forms (such as “(John Smith, 2019) or
(2019)”). For example:

True: “... and both groups are active in identifying and using neural networks
and decision trees [1].”

False: “... and both groups are active in identifying and using neural networks
and decision trees (John Smith, 2019).”

When there are two or more references cited in the same sentence or paragraph,
all the reference numbers should be enclosed in one bracket, such as [2, 3],
[6-8] and [4, 9-12].

Word Processing Formats

Before submission, please ensure that your articles are in the form of Microsoft
word 2000/2003(doc) or Microsoft word 2007/2010(docx). These two forms of the
articles are acceptable for all of Science Publishing Group journals in order to
typeset the articles into SciencePG’s style.

Journal Article Workflow

Once you complete the submission process, there will be a manuscript number
popping up. It means your manuscript has been submitted successfully. There is
no need to submit your manuscript again after that.

Next, your paper will be considered by the editor and if it passes the
pre-review, it will be sent for peer review by experts in your field. The whole
publication process is shown as below:

Sitemap Terms & Conditions Privacy Policy Feedback Services Contact Us



 * PUBLICATION SERVICES
   
   Journals Special Issues Conferences Books Copyright


 * JOIN US
   
   Join as an Editorial Board Member Become a Reviewer Qualification &
   Requirement Benefits & Responsibilities


 * RESOURCES
   
   Open Access For Authors For Librarians For Booksellers Article Processing
   Charges


 * SPECIAL SERVICE
   
   Download Certificates Recommend to Library Ordering from SciencePG Subscribe


 * ADDRESS
   
   Science Publishing Group
   1 Rockefeller Plaza,
   10th and 11th Floors,
   New York, NY 10020
   U.S.A.
   Tel: (001)540-440-5326

Copyright © 2012 -- 2021 Science Publishing Group -- All rights reserved. Use of
this Web site signifies your agreement to the terms and conditions.