From 7ffbae703533cb09f6e2649de8f6613e21694533 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 23 Mar 2021 18:56:57 -0700 Subject: i18n: wrap /about page with translation tags; update .pot --- fatcat_scholar/templates/about.html | 55 ++++++++++++++++++------------------- fatcat_scholar/templates/help.html | 8 +++--- 2 files changed, 30 insertions(+), 33 deletions(-) (limited to 'fatcat_scholar') diff --git a/fatcat_scholar/templates/about.html b/fatcat_scholar/templates/about.html index 63f2d66..275e77c 100644 --- a/fatcat_scholar/templates/about.html +++ b/fatcat_scholar/templates/about.html @@ -6,55 +6,52 @@ {% block main %}

{% trans %}About Internet Archive Scholar{% endtrans %}

-

See also: User Guide which lists -some bugs and known issues +

+ {% trans %}See also: User Guide which lists some bugs and known issues{% endtrans %} + -

How It Works

+

{% trans %}How It Works{% endtrans %}

-

Content in this search index comes in one of three forms: +

{% trans %}Content in this search index comes in one of three forms:{% endtrans %}

-

This 2019 FORCE11 -conference presentation gives an overview of the technical infrastructure -and goals of the project overall. +

{% trans url="https://www.youtube.com/watch?v=PARqfbYIdXQ" %}This 2019 FORCE11 conference presentation gives an overview of the technical infrastructure and goals of the project overall.{% endtrans %} -

Content Sources

+

{% trans %}Content Sources{% endtrans %}

-

Metadata comes from fatcat.wiki, an open +

{% trans %}Metadata comes from fatcat.wiki, an open user-editable catalog of scholarly work. It should be possible to track and attribute the provenance of content and metadata in all cases. Please -contact us if you have questions. +contact us if you have questions.{% endtrans %} -

Text and Data Mining

+

{% trans %}Text and Data Mining{% endtrans %}

-

We intend to provide researcher access to the full corpus for text and data +

{% trans %}We intend to provide researcher access to the full corpus for text and data mining purposes. Derived datasets may also be posted publicly for analysis, for example a citation graph or N-gram frequencies by year. If you are interested -or would like to see specific datasets made available, please contact us. +or would like to see specific datasets made available, please contact us.{% endtrans %} -

Currently snapshots of the full fatcat metadata corpus and upstream metadata -sources are uploaded periodically to the -Bulk Bibliographic -Metadata collection on archive.org. -Read more in the Fatcat Guide. +

{% trans %}Currently snapshots of the full fatcat metadata corpus and upstream metadata sources are uploaded periodically to the Bulk Bibliographic Metadata collection on archive.org.{% endtrans %} + +{% trans %}Read more in the Fatcat Guide.{% endtrans %} -

Contact Information

- -

The organizational contact information for the Internet Archive is listed at -https://archive.org/about/contact.php. -Queries about this search service and the fatcat catalog can be directed to -webservices@archive.org. There is -a public chat channel at -gitter.im/internetarchive/fatcat. +

{% trans %}Contact Information{% endtrans %}

+ +

+{% trans url="https://archive.org/about/contact.php" %}The organizational contact information for the Internet Archive is listed at {{ url }}.{% endtrans %} + +{% trans email="webservices@archive.org" %}Queries about this search service and the fatcat catalog can be directed to {{ email }}.{% endtrans %} + +{% trans url="https://gitter.im/internetarchive/fatcat" %}There is a public chat channel at {{ url }}.{% endtrans %} {% endblock %} diff --git a/fatcat_scholar/templates/help.html b/fatcat_scholar/templates/help.html index 8d67110..1a1ffe4 100644 --- a/fatcat_scholar/templates/help.html +++ b/fatcat_scholar/templates/help.html @@ -250,11 +250,11 @@ apply range queries like year:>1989 year:<2000.{% endtrans %}

{% trans %}This project is currently a prototype{% endtrans %} --> -

Some known bugs and issues: +

{% trans %}Some known bugs and issues:{% endtrans %}

{% endblock %} -- cgit v1.2.3