aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/templates/help.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-03-25 11:07:45 -0700
committerBryan Newbold <bnewbold@archive.org>2021-03-25 11:07:47 -0700
commit93f1ccaafd2819501f856ac3594ea16d3b921896 (patch)
tree7a3f8c44aaf73b54a5840619d416609f5ca97867 /fatcat_scholar/templates/help.html
parent8164fdfc47ef3694748a02776c79533ea72f11c5 (diff)
downloadfatcat-scholar-93f1ccaafd2819501f856ac3594ea16d3b921896.tar.gz
fatcat-scholar-93f1ccaafd2819501f856ac3594ea16d3b921896.zip
web: small typos
Thanks for catching these gio
Diffstat (limited to 'fatcat_scholar/templates/help.html')
-rw-r--r--fatcat_scholar/templates/help.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/fatcat_scholar/templates/help.html b/fatcat_scholar/templates/help.html
index 1a1ffe4..67d3721 100644
--- a/fatcat_scholar/templates/help.html
+++ b/fatcat_scholar/templates/help.html
@@ -131,7 +131,7 @@ apply range queries like <code>year:&gt;1989 year:&lt;2000</code>.{% endtrans %}
</tr>
<tr>
<td>{{ search_macros.doi_access_button({'biblio': {'doi': '#'}}, is_oa=False) }}</td>
- <td>{% trans %}A publisher landing page is the authoriative source for the "version of record" of a research publication, but content is not always accessible to the general public{% endtrans %}</td>
+ <td>{% trans %}A publisher landing page is the authoritative source for the "version of record" of a research publication, but content is not always accessible to the general public{% endtrans %}</td>
</tr>
<tr>
<td>{{ search_macros.doi_access_button({'biblio': {'doi': '#'}}, is_oa=True) }}</td>
@@ -255,6 +255,6 @@ apply range queries like <code>year:&gt;1989 year:&lt;2000</code>.{% endtrans %}
<ul>
<li>{% trans %}Poor metadata quality for conference proceedings. Many are labeled "unpublished" and are not associated with the conference.{% endtrans %}
<li>{% trans %}Duplicate versions of same work. For example, different versions of the same paper or dataset. We are working on basic entity-deduplication in the fatcat catalog.{% endtrans %}
- <li>{% trans %}Mis-matching of file content or version with work metadata. For example, sometimes pre-prints or author manuscripts are incorrectly associated with version-of-record metadata, or vica-versa.{% endtrans %}
+ <li>{% trans %}Mis-matching of file content or version with work metadata. For example, sometimes pre-prints or author manuscripts are incorrectly associated with version-of-record metadata, or vice-versa.{% endtrans %}
</ul>
{% endblock %}