Your work

Put your name on your own papers

Enter your ORCID iD and CiteStamp lists your published works with a DOI, and tells you which ones are already signed under your name — and which are waiting to be claimed.

Nothing about you is uploaded. Your works come straight from the public ORCID API, and each claim status is checked in this browser against CiteStamp’s public record. When you claim a work, signing happens on citestamp.com in a popup — your signing key never touches this page or your editor.

The same panel, inside your editor

This is the web home of the “Your work” panel that rides the CiteStamp writing tools — one script, no build step:

<div id="mywork"></div>
<script src="https://citestamp.com/cite/v1.js"></script>
<script>
  CiteStampCite.mountMyWork(document.getElementById("mywork"), {});
</script>

Questions: info@citestamp.com.