diff options
author | Bryan Newbold <bnewbold@archive.org> | 2022-11-16 20:35:45 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2022-11-16 20:35:45 -0800 |
commit | 327a9f11948f913622d2ac16a8e2014c143436f7 (patch) | |
tree | ca150b5c1789e7f83a5cf8fa212782b4d2460109 /fatcat_scholar | |
parent | 0c523dac56b18fdb805ac514b2aa32e3b043caba (diff) | |
download | fatcat-scholar-327a9f11948f913622d2ac16a8e2014c143436f7.tar.gz fatcat-scholar-327a9f11948f913622d2ac16a8e2014c143436f7.zip |
web: about page links to author and publisher info
Diffstat (limited to 'fatcat_scholar')
-rw-r--r-- | fatcat_scholar/templates/about.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fatcat_scholar/templates/about.html b/fatcat_scholar/templates/about.html index debc223..0a6ff9f 100644 --- a/fatcat_scholar/templates/about.html +++ b/fatcat_scholar/templates/about.html @@ -43,6 +43,15 @@ or would like to see specific datasets made available, please contact us.{% endt {% trans %}Read more in <a href="https://guide.fatcat.wiki/bulk_exports.html">the Fatcat Guide</a>.{% endtrans %} +<a name="authors_publishers"></a> +<h3>{% trans %}Authors and Publishers{% endtrans %}</h3> + +<p> +{% trans url="https://guide.fatcat.wiki/authors.html" %}Information specifically for authors of research works can be found at <a href="{{ url }}">{{ url }}</a>. This includes instructions for correcting bibliographic metadata and updates to published works.{% endtrans %} + +<p> +{% trans url="https://guide.fatcat.wiki/publishers.html" %}Likewise information specifically for publishers can be found at <a href="{{ url }}">{{ url }}</a>. This includes guidelines for having content indexed and preserved.{% endtrans %} + <a name="contact"></a> <h3>{% trans %}Contact Information{% endtrans %}</h3> |