Abstract:{{ abs_meta.abstract|tex_to_utf_no_symb|arxiv_urlize|line_feed_to_br }}- - + {{ base_macros.abs( + abs_meta.arxiv_identifier.id, + abs_meta.title, + display_authors_with_links(abs_meta, author_links), + abs_meta.abstract, + abs_meta.get_datetime_of_version(abs_meta.version), + abs_meta.primary_category.id, + comments = abs_meta.comments, + msc_class = abs_meta.msc_class, + acm_class = abs_meta.acm_class, + journal_ref = abs_meta.journal_ref, + doi = abs_meta.doi, + report_num = abs_meta.report_num, + version = abs_meta.version, + submission_history = abs_meta.version_history, + secondary_categories = abs_meta.get_secondaries(), + include_stylesheet = 0) }} +
Choose one of the following archives.
+ +or from one of the following archives which no longer accept submissions + (most have been subsumed into the archives listed above)
+ + +The {{subsumed_id}} archive has been subsumed into + {{subsuming_category['name']}} ({{subsumed_by}}).
+{{subsuming_category['name']}} ({{subsumed_by}}) is part of the {{archive['name']}} archive.
+ {% endif %} + + +For a specific paper, enter the identifier into the top right search box.
+ +If you have a disability and are having trouble accessing information on this website or need materials in an alternate format, - contact web-accessibility@cornell.edu for assistance.
+ contact web-accessibility@cornell.edu for assistance.You can use this form to set preferences that will apply to all arXiv.org sites for this +and future sessions when access from the same machine. Cookies are snippets of information +stored on your machine and returned to our site with each request you make (click +show additional debugging information below to see what is stored). +This facility will not work if you have disabled cookies or on browsers that do not +support cookies.
+ +For information about the full-text formats available, consult the +viewing help. +If the cookies are set successfully, then abstract and listing +pages will automatically link to the appropriate versions of each +paper. You may have to reload previously-visited abstract/listing +pages to update the format links (Shift+Reload in many browsers), because +the old versions of the pages will be cached by your browser.
+Name | Value | |
---|---|---|
{{cooname}} |
+ {% else %}
+ {{cooname}} |
+ {% endif %}
+ {{ request.cookies[cooname] }} |
+
Only those cookies shown emphasized in the table above are controlled
+by this interface. arXiv uses other cookies such as browser
and
+tapir_permanent
to maintain session and permanent login settings.
+You can, if you want, clear all cookies using the controls in your browser.
(show additional debugging information)
+{% endif %} + +"HTTP Cookies" allow clients to retain certain state +information to be included in future requests to a particular +server. Cookies are now defined +by RFC 6265. It is +not necessary to use/permit cookies to read articles on arXiv.org.
+{% endblock content %} diff --git a/browse/templates/feedback_collector.html b/browse/templates/feedback_collector.html new file mode 100644 index 000000000..71143e7bd --- /dev/null +++ b/browse/templates/feedback_collector.html @@ -0,0 +1,2 @@ +Browse v0.2.1 released 2019-04-18 + diff --git a/browse/templates/feedback_collector_js.html b/browse/templates/feedback_collector_js.html index 885aabc79..b0c05510b 100644 --- a/browse/templates/feedback_collector_js.html +++ b/browse/templates/feedback_collector_js.html @@ -8,8 +8,8 @@ }); }, fieldValues: { - "components": ["15700"], // Browse component. - "versions": ["14132"], // Release browse-0.1 + "components": ["15700"], // Jira ID for browse component + "versions": ["14153"], // Jira ID for browse-0.2.1 release "customfield_11401": window.location.href } }; diff --git a/browse/templates/home/home.html b/browse/templates/home/home.html new file mode 100644 index 000000000..66961972d --- /dev/null +++ b/browse/templates/home/home.html @@ -0,0 +1,95 @@ +{%- extends "base.html" -%} +{% block title %}arXiv.org e-Print archive{% endblock %} +{% block head %} + {{ super() -}} +{% endblock head %} + +{% block login_link %}{% include 'login.html' %}{% endblock %} +{% block body_id %}id="front"{% endblock %} + +{%- block content %} +{#- TODO: display order in taxonomy? -#} +Open access to {% if document_count -%}{{ "{:,}".format(document_count) }}{%- endif %} + e-prints in the fields of physics, mathematics, computer science, quantitative biology, quantitative finance, statistics, electrical engineering and systems science, and economics. Submissions to arXiv should conform to Cornell University academic standards. arXiv is owned and operated by Cornell University, a private not-for-profit educational institution. arXiv is funded by Cornell University, the Simons Foundation and by the member institutions.
++{%- include "home/news.html" -%} +See cumulative "What's New" pages. +Read robots beware before attempting any automated download +
+{#- TODO: define display order in taxonomy? -#} +{{- group_section(('grp_physics','grp_math','grp_cs','grp_q-bio','grp_q-fin','grp_stat','grp_eess','grp_econ')) }} + +See also other arXiv usage statistics.
+{% endblock content %} diff --git a/browse/templates/stats/monthly_downloads.html b/browse/templates/stats/monthly_downloads.html new file mode 100644 index 000000000..222fd5ec9 --- /dev/null +++ b/browse/templates/stats/monthly_downloads.html @@ -0,0 +1,21 @@ +{%- extends "stats/base.html" -%} + +{% block title %}Monthly Download Rates{% endblock %} +{% block header_h1 %}Blue: Number of downloads per month.
Click and drag in the small graph below to pan or zoom.
Total number of downloads {% if most_recent_dt %}through {{ most_recent_dt.strftime('%B %Y') }}{% endif %} = {{ "{:,}".format(total_downloads) }}
++ Caveats: While we have attempted to extract download data representing unique full-text downloads by real users, there are many factors which affect accuracy. These factors include: 1) the data is from the main arXiv site and the + arXiv mirrors, though some mirror data is incomplete; 2) only web downloads are included (and not FTP or email "downloads" that were formerly supported); 3) we have counted downloads according to the COUNTER algorithm which excludes + rapid repeat downloads; 4) we have attempted to identify and remove robot or automated downloads from the count (false positives lead to undercounting, failing to identify robots leads to overcounting); 5) data prior to 2009 has not been cleaned + with as much care as later data, it shows trends nonetheless. +
+ +{{ super() }} +{% endblock content %} diff --git a/browse/templates/stats/monthly_downloads_js.html b/browse/templates/stats/monthly_downloads_js.html new file mode 100644 index 000000000..84833c98d --- /dev/null +++ b/browse/templates/stats/monthly_downloads_js.html @@ -0,0 +1,160 @@ + + diff --git a/browse/templates/stats/monthly_submissions.html b/browse/templates/stats/monthly_submissions.html new file mode 100644 index 000000000..216f26fb8 --- /dev/null +++ b/browse/templates/stats/monthly_submissions.html @@ -0,0 +1,16 @@ +{%- extends "stats/base.html" -%} + +{% block title %}Monthly Submissions{% endblock %} +{% block header_h1 %}Blue: Number of new submissions received during each month since {{ arxiv_start_dt.strftime('%B %Y') }}.
+ Hover over the graph to see the exact count for a given month.
Total number of submissions shown in graph as of {{ current_dt.strftime('%B %-d, %Y') }} (after {{ "%.1f"|format(arxiv_age_years|float) }} years) = {{ "{:,}".format(num_submissions) }}
++ The total number of submissions excludes {{ "{:,}".format(num_migrated) }} articles that were migrated to arXiv rather than being submitted directly, and includes {{ "{:,}".format(num_deleted) }} articles that have been deleted. The total number of articles available is {{ "{:,}".format(num_submissions_adjusted) }}. +
+{{ super() }} +{% endblock content %} diff --git a/browse/templates/stats/monthly_submissions_js.html b/browse/templates/stats/monthly_submissions_js.html new file mode 100644 index 000000000..b8f9bd946 --- /dev/null +++ b/browse/templates/stats/monthly_submissions_js.html @@ -0,0 +1,199 @@ + + + diff --git a/browse/templates/stats/today.html b/browse/templates/stats/today.html new file mode 100644 index 000000000..2309d99a0 --- /dev/null +++ b/browse/templates/stats/today.html @@ -0,0 +1,16 @@ +{%- extends "stats/base.html" -%} + +{% block title %}hourly usage{% endblock %} + +{% block content %} + +Total number of connections = {{ "{:,}".format(normal_count) }} (+{{ "{:,}".format(admin_count) }} local & administrative connections) +{% else %} +
No data currently available.
+{% endif %}
+
Current local time is {{ current_dt.strftime('%A, %B, %-d, %Y %H:%M%:%S') }} US/Eastern
The identifier you have specified (arXiv:{{ arxiv_id }}) may be invalid. Please inform help@arxiv.org if you believe that the identifier should correspond to a valid paper in arXiv.
+ {% elif arxiv_id %} +We were unable to extract an arXiv article ID from the URL specified. You may:
+{% else %} +Badly formed redirect request. If the link you followed was on arXiv, please report this error to us. If it was elsewhere, we suggest you report it to the maintainer of that site.
+{% endif %} +https://arxiv.org{{ url_for('.tb', arxiv_id='') }}{arXiv_id}
By sending a trackback, you can notify + arXiv.org that you have created a web page that references a paper. Popular + blogging software supports trackback: you can send us a trackback about this + paper by giving your software the following trackback URL:
+https://arxiv.org/trackback/{arXiv_id}+
Some blogging software supports trackback autodiscovery -- in this + case, your software will automatically send a trackback as soon as your + create a link to our abstract page. See our + trackback help page for more information.
+Trackbacks indicate external web sites that link to articles in arXiv.org. Trackbacks may not reflect the opinion of arXiv.org or of that article's authors.
+ + {% if recent_trackback_pings -%} + {%- set ns = namespace(cur_tb_ymd='', cur_tb_url='') -%} + {%- for recent_tb in recent_trackback_pings -%} + {%- set this_tb_ymd = recent_tb[0].posted_datetime.strftime('%B %-d, %Y') -%} + {%- set this_tb_url = recent_tb[0].url -%} + {%- if this_tb_ymd != ns.cur_tb_ymd -%} + {%- set ns.cur_tb_ymd = this_tb_ymd -%} +{{ this_tb_ymd }}
+ {%- endif -%} + {%- if this_tb_url != ns.cur_tb_url -%} + {%- set ns.cur_tb_url = this_tb_url -%} +{{- generate_trackback_link(recent_tb[0], include_posted_date=False) }} links the following articles:
+{{- generate_trackback_link(tb) -}}
+ {% endfor %} ++ {#- abstract field is deliberately suppressed in call to abs macro. -#} + {%- if abs_meta -%} + {{ base_macros.abs( + abs_meta.arxiv_identifier.id, + abs_meta.title, + display_authors_with_links(abs_meta, author_links), + '', + abs_meta.get_datetime_of_version(abs_meta.version), + abs_meta.primary_category.id, + comments = abs_meta.comments, + msc_class = abs_meta.msc_class, + acm_class = abs_meta.acm_class, + journal_ref = abs_meta.journal_ref, + doi = abs_meta.doi, + report_num = abs_meta.report_num, + version = abs_meta.version, + submission_history = abs_meta.version_history, + secondary_categories = abs_meta.get_secondaries()) }} ++ {%- endif -%} + {% else %} +
There are no trackback pings recorded for {{ arxiv_identifier.id }}.
+ {% endif %} + {{ super() }} +{% endblock content %} diff --git a/browse/templates/user_banner.html b/browse/templates/user_banner.html index 19d33ec10..8ec524811 100644 --- a/browse/templates/user_banner.html +++ b/browse/templates/user_banner.html @@ -1,4 +1,19 @@ -