{% extends "base.html" %} {% block title %} {% trans website_name = super() %}About {{ website_name }}{% endtrans %} {% endblock %} {% block main %}

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

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

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

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

{% 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 %}

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

{% 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.{% endtrans %}

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

{% 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.{% endtrans %}

{% 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 %}

{% 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 %}