aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/templates/about.html
blob: 0a6ff9f2ed32d6bcfd46375232dc1b5ad5f719e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{% extends "base.html" %}

{% block title %}
{% trans website_name = super() %}About {{ website_name }}{% endtrans %}
{% endblock %}

{% block main %}
<h1>{% trans %}About Internet Archive Scholar{% endtrans %}</h1>
<p><i>
  {% trans %}See also: <a href="{{ lang_prefix }}/help">User Guide</a> which lists some bugs and known issues{% endtrans %}
</i>

<a name="howitworks"></a>
<h3>{% trans %}How It Works{% endtrans %}</h3>

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

<ul>
  <li>{% trans %}<b>public web content</b> as preserved in <a href="https://web.archive.org">The Wayback Machine</a> and <a href="https://archive-it.org">Archive-It</a> partner collections{% endtrans %}
  <li>{% trans %}<b>digitized print materials</b> from paper and microform collections{% endtrans %}
  <li>{% trans %}<b>general materials</b> from <a href="https://archive.org">archive.org collections</a>, including collaborations with partners{% endtrans %}
</ul>

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

<a name="sources"></a>
<h3>{% trans %}Content Sources{% endtrans %}</h3>

<p>{% trans %}Metadata comes from <a href="https://fatcat.wiki">fatcat.wiki</a>, 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
<a href="#contact">contact us</a> if you have questions.{% endtrans %}

<a name="tdm"></a>
<h3>{% trans %}Text and Data Mining{% endtrans %}</h3>

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

<p>{% trans %}Currently snapshots of the full fatcat metadata corpus and upstream metadata sources are uploaded periodically to the <a href="https://archive.org/details/ia_biblio_metadata">Bulk Bibliographic Metadata</a> collection on archive.org.{% endtrans %}

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

<p>
{% trans url="https://archive.org/about/contact.php" %}The organizational contact information for the Internet Archive is listed at <a href="{{ url }}">{{ url }}</a>.{% endtrans %}

{% trans email="webservices@archive.org" %}Queries about this search service and the fatcat catalog can be directed to <a href="mailto:{{ email }}">{{ email }}</a>.{% endtrans %}

{% trans url="https://gitter.im/internetarchive/fatcat" %}There is a public chat channel at <a href="{{ url }}">{{ url }}</a>.{% endtrans %}

<a name="acknowledgements"></a>
<h3>{% trans %}Support and Acknowledgements{% endtrans %}</h3>

<p>
{% trans grant_url="https://mellon.org/grants/grants-database/advanced-search/?amount-low=&amount-high=&year-start=&year-end=&city=&state=&country=&q=%22Ensuring+the+Persistent+Access%22&per_page=25", blog_url="http://blog.archive.org/2018/03/05/andrew-w-mellon-foundation-awards-grant-to-the-internet-archive-for-long-tail-journal-preservation/" %}Work on Internet Archive Scholar has received support from the Andrew W. Mellon Foundation through multiple phases of the <a href="{{ grant_url }}">"Ensuring the Persistent Access of Open Access Journal Literature"</a> project (see <a href="{{ blog_url }}">original announcement</a>).{% endtrans %}

<p>{% trans fatcat_url="https://fatcat.wiki/about" -%}
See additional acknowledgements on <a href="{{ fatcat_url }}">fatcat.wiki</a>.
{%- endtrans %}

{% endblock %}