{% extends 'submissions/admin/base.html' %} {% block pagetitle %}: plagiarism (internal check) ({{ submission.preprint.identifier_w_vn_nr }}){% endblock pagetitle %} {% block breadcrumb_items %} {{ block.super }}
{% endblock %} {% block content %}Submission | Title match % | Authors match % | Abstract match % |
---|---|---|---|
{{ match.submission.preprint.identifier_w_vn_nr }}
Thread hash: {{ match.submission.thread_hash }}
{{ match.submission.title }} {{ match.submission.author_list }} |
{{ match.ratio_title|floatformat:2 }} | {{ match.ratio_authors|floatformat:2 }} | {{ match.ratio_abstract|floatformat:2 }} |
No matching Submissions |
Publication | Title match % | Authors match % | Abstract match % |
---|---|---|---|
{{ match.publication.doi_label }} {{ match.publication.title }} {{ match.publication.author_list }} |
{{ match.ratio_title|floatformat:2 }} | {{ match.ratio_authors|floatformat:2 }} | {{ match.ratio_abstract|floatformat:2 }} |
No matching Publications |