Article Submit Page: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[File:Google Scholar.png|right|120px]] | |||
[[File:Divider.png|right|150px]] | |||
[[File:ORCID Logo nb.png|right|120px]] | |||
[[File:Divider.png|right|150px]] | |||
[[File:APA 7a.png|right|120px]] | |||
[[File:Divider.png|right|150px]] | |||
[[File:DOAJ.png|right|120px]] | |||
[[File:Divider.png|right|150px]] | |||
[[File:Crossref.png|right|120px]] | |||
<html> | <html> | ||
<!-- Submission Page --> | <!-- Submission Page --> | ||
<div | <div style="max-width:800px; margin-left:0; padding:24px; font-family:Arial, sans-serif; font-size:16px; line-height:1.6; color:#111111; background-color:#ffffff; border:1px solid #cccccc;"> | ||
<a href="/templates/ | <h2 style="font-size:22px; margin-bottom:16px;">Article Submission Form</h2> | ||
<p style="font-size:15px; margin-bottom:16px;"> | |||
Please use the downloadable APA 7 template below to ensure formatting consistency. | |||
Articles will be reviewed for style, structure, and academic relevance prior to listing within the ASX Research database. | |||
</p> | |||
<div style="margin-bottom:24px;"> | |||
<a href="/templates/ASX%20Template.pdf" style="display:inline-block; background-color:#1d4ed8; color:#ffffff; padding:8px 16px; text-decoration:none; margin-right:12px;">Download Template (PDF)</a> | |||
<a href="/templates/ASX%20Template.docx" style="display:inline-block; background-color:#1d4ed8; color:#ffffff; padding:8px 16px; text-decoration:none;">Download Template (DOCX)</a> | |||
</div> | |||
<form method="POST" action="submit_article.php" enctype="multipart/form-data" style="margin-top:24px;"> | |||
<input name="fullName" type="text" placeholder="Your Full Name" style="width:100%; box-sizing:border-box; border:1px solid #cccccc; padding:10px; margin-bottom:12px;" /> | |||
<input name="articleTitle" type="text" placeholder="Article Title" style="width:100%; box-sizing:border-box; border:1px solid #cccccc; padding:10px; margin-bottom:12px;" /> | |||
<textarea name="abstract" placeholder="One or Two Sentence Summary" style="width:100%; box-sizing:border-box; border:1px solid #cccccc; padding:10px; margin-bottom:12px;"></textarea> | |||
<input name="pdfFile" type="file" accept="application/pdf" style="margin-bottom:16px;" /> | |||
<button type="submit" style="background-color:#15803d; color:#ffffff; padding:10px 20px; border:none;">Submit Article</button> | |||
</form> | |||
</div> | </div> | ||
</html> | </html> |