duckbehaviorjournal/guidelines.html

174 lines
5.9 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Submission Guidelines - Duck Behavior Journal</title>
<link
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<!-- Header -->
<header class="bg-light py-3">
<div class="container d-flex justify-content-between align-items-center">
<a href="index.html">
<img src="logo.png" alt="Duck Behavior Journal Logo" class="logo" />
</a>
<nav>
<ul class="nav">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html">Articles</a>
</li>
<li class="nav-item">
<a class="nav-link" href="guidelines.html"
>Submission Guidelines</a
>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Editorial Board</a>
</li>
<li class="nav-item">
<a class="nav-link" href="mailto:contact@duckbehaviorjournal.com"
>Contact</a
>
</li>
</ul>
</nav>
</div>
</header>
<!-- Submission Guidelines Content -->
<section class="container my-5">
<h1 class="display-4 text-center">Submission Guidelines</h1>
<p class="lead text-center">
Instructions for Authors on Preparing and Submitting Manuscripts
</p>
<hr />
<div class="row">
<div class="col-lg-8 mx-auto">
<h2>Manuscript Preparation</h2>
<p>
Authors should ensure that their manuscripts are prepared in
accordance with the following guidelines:
</p>
<ul>
<li>
Manuscripts should be written in clear, concise, and grammatically
correct English. Knowledge of quack should not be assumed.
</li>
<li>
All manuscripts must be typed, double-spaced, with 1-inch margins
on all sides.
</li>
<li>Use a standard font such as Times New Roman, 12-point size.</li>
<li>
Include a title page with the title of the paper, authors' names,
affiliations, and contact information.
</li>
</ul>
<h2>Submission Process</h2>
<p>To submit a manuscript, authors should follow these steps:</p>
<ol>
<li>
Prepare the manuscript in accordance with the guidelines above.
</li>
<li>
Convert the manuscript and any supplementary materials into a
single PDF file.
</li>
<li>Submit the PDF file through our online submission system.</li>
<li>
Upon submission, you will receive a confirmation email with a
tracking number.
</li>
</ol>
<h2>Formatting Guidelines</h2>
<p>
Ensure that your manuscript adheres to the following formatting
guidelines:
</p>
<ul>
<li>Include an abstract of no more than 250 words.</li>
<li>
Use section headings (e.g., Introduction, Methods, Results,
Discussion) to organize your content.
</li>
<li>
Refer to figures and tables in the text, and include them at the
end of the manuscript.
</li>
<li>
Cite references in the text using APA style, and include a
reference list at the end.
</li>
</ul>
<h2>Ethical Considerations</h2>
<p>
Authors must adhere to ethical standards in the conduct and
reporting of research:
</p>
<ul>
<li>
Ensure that all research involving ducks was conducted in
accordance with ethical guidelines.
</li>
<li>Disclose any potential conflicts of interest.</li>
<li>
Obtain permission for any previously published content used in the
manuscript.
</li>
</ul>
<h2>Contact Information</h2>
<p>
If you have any questions or need assistance with the submission
process, please contact us:
</p>
<ul>
<li>Email: submissions@duckbehaviorjournal.com</li>
</ul>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-light py-4">
<div class="container text-center">
<p>&copy; 2024 Duck Behavior Journal. All rights reserved.</p>
<div>
<a href="#" class="mx-2">Privacy Policy</a>
<a href="#" class="mx-2">Terms of Service</a>
<a href="#" class="mx-2">Contact</a>
</div>
<div class="social-media mt-3">
<a href="#" class="mx-2"
><img src="facebook-icon.png" alt="Facebook"
/></a>
<a href="#" class="mx-2"
><img src="twitter-icon.png" alt="Twitter"
/></a>
<a href="#" class="mx-2"
><img src="linkedin-icon.png" alt="LinkedIn"
/></a>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.5.4/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</body>
</html>