Submit an Artifact: Difference between revisions

From Artifacts of Capitalism
No edit summary
No edit summary
Line 1: Line 1:
<big>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.
<html>
 
<div style="max-width:760px; margin:2rem auto 4rem auto; font-family:serif; color:#000; line-height:1.6; font-size:1.05rem;">
 
  <!-- Intro / Purpose -->
  <h1 style="font-family:serif; font-weight:700; font-size:1.8rem; line-height:1.2; margin-bottom:1rem; text-align:left;">
    Contribute to <i>Artifacts of Capitalism</i>
  </h1>
 
  <p style="margin-bottom:1rem;">
    <i>Artifacts of Capitalism</i> is a collaborative scholarly platform. We invite registered contributors to
    document objects, documents, practices, and episodes that reveal how people experienced economic life in
    the early modern period (roughly 1500–1700).
  </p>
 
  <p style="margin-bottom:1rem;">
    Each submitted artifact should include an abstract of about 500 words explaining how it records, imagines,
    regulates, resists, or describes economic life. We’re especially interested in how early modern experiences
    of labor, value, obligation, leisure, credit, and survival do (and do not) resemble what we call capitalism
    today. Continuity should not be assumed; difference should not be romanticized. Treat both as historical
    claims that need to be argued.
  </p>
 
 
  <!-- Step 1: Create Account -->
  <div style="background-color:#f9f7f1; border:1px solid #d2c6a4; border-radius:6px; padding:1.25rem 1rem 1rem 1rem; margin:2rem 0;">
    <h2 style="font-family:serif; font-weight:700; font-size:1.3rem; line-height:1.3; margin:0 0 .75rem 0; color:#000;">
      Step 1. Register for an account
    </h2>
 
    <p style="margin:0 0 0.75rem 0;">
      You’ll need an account to create a draft submission. Registration is free.
    </p>
 
    <p style="margin:0;">
      <a href="/index.php/Special:CreateAccount"
        style="background-color:#d9c59b; color:#000; text-decoration:none;
                font-family:serif; font-weight:600; font-size:1rem;
                padding:10px 16px; border-radius:6px; border:1px solid #7b6a3a;
                display:inline-block;"
        onmouseover="this.style.backgroundColor='#e6d4aa';"
        onmouseout="this.style.backgroundColor='#d9c59b';"
      >
        Create an account
      </a>
    </p>
  </div>
 


All documents or artifacts should be prefaced with a short abstract of about 500 words describing how it records the experience of early modern economic life. We ask that you pay attention to both the similarities and differences between that experience and our own theoretical or personal understanding of capitalism. Alterity or continuity should not be assumed. Each should be carefully considered and described when appropriate.
  <!-- Step 2: Submission form -->
  <div style="background-color:#f9f7f1; border:1px solid #d2c6a4; border-radius:6px; padding:1.25rem 1rem 1rem 1rem; margin:2rem 0;">
    <h2 style="font-family:serif; font-weight:700; font-size:1.3rem; line-height:1.3; margin:0 0 .75rem 0; color:#000;">
      Step 2. Start your draft submission
    </h2>


<h2>First, register for an account</big></h2><nowiki> </nowiki>[[Special:CreateAccount|<big>Click here to register.]]
    <p style="margin:0 0 1rem 0;">
      After you’re logged in, use this form to create a draft page. Drafts are not public. An editor will review
      and move approved work into the main collection.
    </p>


<html>
    <form id="submit-artifact" method="get" action="/index.php"
<h2>After registering, please submit an artifact for review...</h2>
          style="font-family:serif; font-size:1rem; line-height:1.4; color:#000;">
 
      <input type="hidden" name="action" value="edit" />
      <input id="preload" type="hidden" name="preload" value="Template:ArtifactPreload/Tutor" />
 
      <!-- Title field -->
      <div style="margin-bottom:1rem;">
        <label for="title" style="display:block; font-weight:600; margin-bottom:0.25rem;">
          Title of your artifact
        </label>
        <input id="title"
              type="text"
              name="title"
              placeholder="Example: 'Grain Riots in Norwich, 1595' or 'Petition to Regulate Alehouses'"
              required
              style="width:100%; max-width:100%; box-sizing:border-box;
                      font-family:serif; font-size:1rem; line-height:1.4;
                      padding:8px 10px; border-radius:4px;
                      border:1px solid #7b6a3a; background-color:#fff;" />
        <div style="font-size:0.85rem; color:#555; margin-top:0.4rem;">
          This will become the page title. Please be specific rather than poetic (for now).
        </div>
      </div>
 
      <!-- Area / period field -->
      <div style="margin-bottom:1rem;">
        <label for="area" style="display:block; font-weight:600; margin-bottom:0.25rem;">
          Historical area / period
        </label>
        <select id="area"
                required
                style="width:100%; max-width:100%; box-sizing:border-box;
                      font-family:serif; font-size:1rem; line-height:1.4;
                      padding:8px 10px; border-radius:4px;
                      border:1px solid #7b6a3a; background-color:#fff;">
          <option value="Tutor">Tudor 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>
        <div style="font-size:0.85rem; color:#555; margin-top:0.4rem;">
          This helps route your draft to the right editorial group.
        </div>
      </div>
 
      <!-- Submit button -->
      <div style="margin-top:1.5rem;">
        <input type="submit"
              value="Create Draft Page"
              style="background-color:#d9c59b; color:#000; cursor:pointer;
                      font-family:serif; font-weight:600; font-size:1rem; line-height:1.2;
                      padding:10px 16px; border-radius:6px; border:1px solid #7b6a3a;"
              onmouseover="this.style.backgroundColor='#e6d4aa';"
              onmouseout="this.style.backgroundColor='#d9c59b';"
        />
        <div style="font-size:0.8rem; color:#555; margin-top:0.6rem; line-height:1.4;">
          Clicking “Create Draft Page” will open a new draft in the wiki editor. Nothing becomes public yet.
        </div>
      </div>
 
    </form>
  </div>
 
 
  <!-- Guidelines -->
  <div style="margin:2rem 0 0 0;">
    <h2 style="font-family:serif; font-weight:700; font-size:1.3rem; line-height:1.3; margin:0 0 .75rem 0; color:#000;">
      Submission Guidelines
    </h2>
 
    <p style="margin-bottom:1rem;">
      • Write in clear academic prose and follow the
      <a href="https://www.chicagomanualofstyle.org/book/ed18/frontmatter/toc.html"
        style="color:#7b6a3a; text-decoration:none; border-bottom:1px solid #7b6a3a;">
        Chicago Manual of Style (CMS)
      </a>.
    </p>


<form id="submit-artifact" method="get" action="/index.php">
    <p style="margin-bottom:1rem;">
  <input type="hidden" name="action" value="edit" />
      • Aim for at least 500 words of analysis. You are not uploading “just an image.” You are interpreting it.
  <input id="preload" type="hidden" name="preload" value="Template:ArtifactPreload/Tutor" />
    </p>


  <label for="title">Title:</label>
    <p style="margin-bottom:1rem;">
  <input id="title" type="text" name="title" placeholder="Name your artifact..." required />
      • Anyone with an account can begin drafting. All new work is created in the <strong>Draft:</strong> space.
      Drafts are reviewed by an editor before they are added to the main collection.
    </p>


  &nbsp;&nbsp;
    <p style="margin-bottom:1rem;">
      • If your work is not visible publicly yet, it is almost certainly still under review. You can follow its status
      on “My Contributions” or by contacting an editor.
    </p>


  <label for="area">Area:</label>
    <p style="margin-bottom:1rem; font-style:italic; color:#444;">
  <select id="area" required>
      This editorial process protects accuracy, historical context, and the integrity of the archive for scholars,
    <option value="Tutor">Tutor artifacts</option>
      teachers, and students.
    <option value="Elizabethan">Elizabethan artifacts</option>
     </p>
     <option value="Jacobean">Jacobean artifacts</option>
   </div>
    <option value="Carolinian">Carolinian artifacts</option>
    <option value="Interregnum">Interregnum artifacts</option>
   </select>


  &nbsp;&nbsp;
</div>


  <input type="submit" value="Create Draft Page" />
</form>
<script>
<script>
   (function () {
   (function () {
     const form = document.getElementById('submit-artifact');
     const form = document.getElementById('submit-artifact');
    if (!form) return;
     const title = document.getElementById('title');
     const title = document.getElementById('title');
     const area  = document.getElementById('area');
     const area  = document.getElementById('area');
Line 38: Line 170:


     form.addEventListener('submit', function () {
     form.addEventListener('submit', function () {
       // Avoid double prefix if user typed "Draft:" themselves
       // Avoid double prefix if someone types "Draft:" themselves
       title.value = title.value.replace(/^Draft:/i, '');
       if (title && title.value) {
      title.value = 'Draft:' + title.value;
        title.value = title.value.replace(/^Draft:/i, '');
 
        title.value = 'Draft:' + title.value;
      }
       // Route to the correct area-specific preload
       // Route to the correct area-specific preload
       preload.value = 'Template:ArtifactPreload/' + area.value;
       if (area && preload) {
        preload.value = 'Template:ArtifactPreload/' + area.value;
      }
     });
     });
   })();
   })();
</script>
</script>
</html>
</html>
===General Guidelines===
* <big>Submissions should be written in academic prose and follow the [https://www.chicagomanualofstyle.org/book/ed18/frontmatter/toc.html Chicago Manual of Style (CMS)].</big>
* <big>While there is no strict length requirement, please aim for a minimum of 500 words.</big>
* <big>Anyone can register for an account and begin drafting content.</big>
* <big>All contributions begin in draft mode and must be reviewed by our editorial board before becoming publicly visible.</big>
* <big>Submissions that are approved will be marked as such and made visible in the main collection.</big>
* <big>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.
<big>This review process ensures accuracy, scholarly integrity, and a consistent user experience. We appreciate your thoughtful contributions!</big>

Revision as of 00:54, 26 October 2025

Contribute to Artifacts of Capitalism

Artifacts of Capitalism is a collaborative scholarly platform. We invite registered contributors to document objects, documents, practices, and episodes that reveal how people experienced economic life in the early modern period (roughly 1500–1700).

Each submitted artifact should include an abstract of about 500 words explaining how it records, imagines, regulates, resists, or describes economic life. We’re especially interested in how early modern experiences of labor, value, obligation, leisure, credit, and survival do (and do not) resemble what we call capitalism today. Continuity should not be assumed; difference should not be romanticized. Treat both as historical claims that need to be argued.

Step 1. Register for an account

You’ll need an account to create a draft submission. Registration is free.

Create an account

Step 2. Start your draft submission

After you’re logged in, use this form to create a draft page. Drafts are not public. An editor will review and move approved work into the main collection.

This will become the page title. Please be specific rather than poetic (for now).
This helps route your draft to the right editorial group.
Clicking “Create Draft Page” will open a new draft in the wiki editor. Nothing becomes public yet.

Submission Guidelines

• Write in clear academic prose and follow the Chicago Manual of Style (CMS) .

• Aim for at least 500 words of analysis. You are not uploading “just an image.” You are interpreting it.

• Anyone with an account can begin drafting. All new work is created in the Draft: space. Drafts are reviewed by an editor before they are added to the main collection.

• If your work is not visible publicly yet, it is almost certainly still under review. You can follow its status on “My Contributions” or by contacting an editor.

This editorial process protects accuracy, historical context, and the integrity of the archive for scholars, teachers, and students.