Adding full-text URLs to new deposits
If you’re planning to participate in Similarity Check in the future, it’s best to include Similarity Check URLs in your deposits from the start. You can deposit Similarity Check URLs using our helper tools, or by including them in your XML deposits.
Our helper tools all contain a specific field where you can add your full-text URL specifically for Similarity Check:
Direct XML deposit
The full-text URL can be included as part of your standard metadata. For Similarity Check, the full-text URL needs to be deposited within the crawler-based collection property
, with item crawler
value iParadigms for schema versions 5.3.1 and below, and value similarity-check beginning with schema version 5.4.0. Here’s an example:
<doi_data>
<doi>10.5555/sampledoi</doi>
<resource>http://www.yoururl.org/article1_.html</resource>
<collection property="crawler-based">
<item crawler="similarity-check">
<resource>http://www.yoururl.org/article1_.html</resource>
</item>
</collection>
</doi_data>
Use our widget to check the percentage of Similarity Check URLs included in your metadata.