Submit an Artifact: Difference between revisions
From Artifacts of Capitalism
No edit summary |
|||
| Line 5: | Line 5: | ||
<html> | <html> | ||
<h2>After registering, please submit an artifact for review...</h2> | <h2>After registering, please submit an artifact for review...</h2> | ||
<form method="get" action="/index.php | |||
<form id="submit-artifact" method="get" action="/index.php"> | |||
<input type="hidden" name="action" value="edit" /> | <input type="hidden" name="action" value="edit" /> | ||
<input type="hidden" name="preload" value="Template:ArtifactPreload" /> | <input id="preload" type="hidden" name="preload" value="Template:ArtifactPreload/Tutor" /> | ||
<label for="title">Title:</label> | <label for="title">Title:</label> | ||
<input type="text" name="title" placeholder="Name your artifact..." required /> | <input id="title" type="text" name="title" placeholder="Name your artifact..." required /> | ||
| |||
<label for="area">Area:</label> | |||
<select id="area" required> | |||
<option value="Tutor">Tutor artifacts</option> | |||
<option value="Elizabethan">Elizabethan artifacts</option> | |||
<option value="Jacobean">Jacobean artifacts</option> | |||
<option value="Carolinian">Carolinian artifacts</option> | |||
<option value="Interregnum">Interregnum artifacts</option> | |||
</select> | |||
| |||
<input type="submit" value="Create Draft Page" /> | <input type="submit" value="Create Draft Page" /> | ||
</form> | </form> | ||
<script> | |||
(function () { | |||
const form = document.getElementById('submit-artifact'); | |||
const title = document.getElementById('title'); | |||
const area = document.getElementById('area'); | |||
const preload = document.getElementById('preload'); | |||
form.addEventListener('submit', function () { | |||
// Avoid double prefix if user typed "Draft:" themselves | |||
title.value = title.value.replace(/^Draft:/i, ''); | |||
title.value = 'Draft:' + title.value; | |||
// Route to the correct area-specific preload | |||
preload.value = 'Template:ArtifactPreload/' + area.value; | |||
}); | |||
})(); | |||
</script> | |||
</html> | </html> | ||
=== <big>General Guidelines</big> === | === <big>General Guidelines</big> === | ||
Revision as of 19:16, 6 October 2025
As a collaborative, scholarly platform, we welcome contributions from registered users who wish to document artifacts and insights related to capitalism’s development during the early modern period, roughly 1500-1700.
First, register for an account
After registering, please submit an artifact for review...
General Guidelines
- Submissions should be written in academic prose.
- While there is no strict length requirement, please aim for a minimum of 500 words.
- Anyone can register for an account and begin drafting content.
- All contributions begin in draft mode and must be reviewed by our editorial board before becoming publicly visible.
- Submissions that are approved will be marked as such and made visible in the main collection.
- If your contribution is not yet visible, it may still be under review. You can track its progress on the “My Contributions” page or by contacting an editor.
This review process ensures accuracy, scholarly integrity, and a consistent user experience. We appreciate your thoughtful contributions!