├── .gitignore ├── .vscode └── settings.json ├── AUTHORING.md ├── DECISIONS.md ├── LICENSE ├── README.md ├── deploy ├── README.md ├── cloudbuild-develop.yaml ├── cloudbuild-master.yaml ├── cloudbuild-pr.yaml └── setup_arxiv_docs_buckets.sh ├── make_arxiv_theme ├── README.md ├── app.py ├── prep_for_mkdocs.sh └── templates │ └── main.html ├── mkdocs.yml ├── non-info ├── 01-help-info-page.png ├── 02-help-github-edit-page.png ├── 03-help-preview-github.png ├── 04-help-commit-github.png ├── 05-help-newBranch.png ├── 06-help-comparePR.png ├── 07-help-openPR.png ├── 08-help-createPR.png ├── 09-help-mergePR.png ├── 10-help-confirmMerge.png ├── 11-help-newPR-compare.png ├── 12-help-compare-master.png ├── 12-help-newPR-compare.png ├── 12-help-preview-page.png ├── 13-help-compare-changes-createPR.png ├── 14-help-PR-master-deploy.png ├── compareFiles.png ├── compareToMaster.png ├── filesChanged-createPR.png ├── help-github1.png ├── help-github2.png ├── help-info-page.png └── help-pr1.png ├── overrides ├── 404.html ├── main.html └── partials │ ├── javascripts │ └── source.html │ ├── nav-item.html │ └── toc.html ├── requirements.txt └── source ├── SUMMARY.md ├── about ├── NOT-OD-25-138.md ├── OSTP-04-11-2023.md ├── accessibility.md ├── accessibility_forum.md ├── accessibility_html_error_messages.md ├── accessibility_research_report.md ├── accessibility_terms.md ├── accessible_HTML.md ├── arXiv-Brand-Guide.pdf ├── arXiv-payment-instructions-2025.pdf ├── arXiv_Brand_Guide_2021.pdf ├── arXiv_bylaws.md ├── brand.html ├── brand_use │ └── index.html ├── donate.md ├── email_sign_up.md ├── funding.md ├── give.md ├── governance.md ├── images │ ├── alison.jpg │ ├── arxiv-logo-for-support-header.png │ ├── arxiv-membership-program@2x.png │ ├── arxiv-org-chart.png │ ├── arxiv_org_chart.jpeg │ ├── arxiv_roles-respns.jpeg │ ├── author_submssn_error.png │ ├── brianc.jpg │ ├── charles.jpg │ ├── eleanora.jpg │ ├── eleonora.jpg │ ├── erick.jpg │ ├── helen.JPG │ ├── html_error_submssn.png │ ├── janelle.jpg │ ├── jim.jpg │ ├── ligatureExampleResized.png │ ├── logo-aps.gif │ ├── logo_mps.png │ ├── martin.jpg │ ├── ohio-state-logo.png │ ├── orcid_32x32.png │ ├── org_governance.jpeg │ ├── oya.jpg │ ├── portrait-Charles-Frankston-warmtone.jpg │ ├── portrait-Charles-Frankston.jpg │ ├── portrait-Ramin-Zabih-warmtone.jpg │ ├── portrait-Ramin-Zabih.jpg │ ├── portrait-Steinn-Sigurdsson-warmtone.jpg │ ├── portrait-Steinn-Sigurdsson.jpg │ ├── portrait-Stephanie-Orphan-warmtone.jpg │ ├── portrait-Stephanie-Orphan.jpg │ ├── portrait-Yoav-Artzi-warmtone.jpg │ ├── portrait-Yoav-Artzi.jpg │ ├── ramin.jpg │ ├── reader-error-01.png │ ├── reader-error-02.png │ ├── reader-error-03.png │ ├── shamsi.jpg │ ├── smileybones-labs-icon.png │ ├── steinn.jpg │ ├── stephanie.jpg │ └── yoav.jpg ├── index.md ├── mab_bylaws.html ├── membership.md ├── membership_confirm.md ├── ourmembers.md ├── people │ ├── arxiv_advisory_board.md │ ├── developers.md │ ├── editorial_advisory_council.md │ ├── index.md │ ├── institutions_advisory_council.md │ ├── leadership_team.md │ ├── member_ad_board.html │ ├── science_advisory_council.md │ ├── scientific_ad_board.html │ ├── staff.md │ └── volunteer_moderators.md ├── principles.md ├── reports-financials.md ├── reports │ ├── 2009_usage.md │ ├── 2010_CY_arXiv_budget.pdf │ ├── 2010_supporters.md │ ├── 2010_usage.md │ ├── 2011_CY_arXiv_budget.pdf │ ├── 2011_supporters.md │ ├── 2011_usage.md │ ├── 2012_CY_arXiv_budget.pdf │ ├── 2012_supporters.md │ ├── 2012_usage.md │ ├── 2013_CY_arXiv_budget.pdf │ ├── 2013_roadmap.pdf │ ├── 2013_usage.md │ ├── 2014_CY_arXiv_budget.pdf │ ├── 2014_roadmap.pdf │ ├── 2014_usage.md │ ├── 2015_CY_arXiv_budget.pdf │ ├── 2015_roadmap.pdf │ ├── 2015_usage.md │ ├── 2016_CY_arXiv_budget.pdf │ ├── 2016_UserSurveyReport.pdf │ ├── 2016_roadmap.pdf │ ├── 2016_usage.md │ ├── 2017_CY_arXiv_budget.pdf │ ├── 2017_roadmap.pdf │ ├── 2017_usage.md │ ├── 2018_CY_arXiv_budget.pdf │ ├── 2018_roadmap.pdf │ ├── 2018_usage.md │ ├── 2019_roadmap.md │ ├── 2019_supporters_Dec.pdf │ ├── 2019_supporters_July.pdf │ ├── 2019_update.md │ ├── 2019_usage.md │ ├── 2020_arXiv_Budget.pdf │ ├── 2020_arXiv_annual_report.pdf │ ├── 2020_downloads_top_250_institutions.md │ ├── 2020_institution_downloads.md │ ├── 2020_institution_downloads_by_archive.md │ ├── 2020_institution_downloads_by_year.md │ ├── 2020_institution_submissions.md │ ├── 2020_roadmap.md │ ├── 2020_update.md │ ├── 2020_usage.md │ ├── 2021_arXiv_annual_report.pdf │ ├── 2021_institution_submissions.md │ ├── 2021_usage.md │ ├── 2022_arXiv_annual_report.pdf │ ├── 2022_institution_submissions.md │ ├── 2022_usage.md │ ├── 2023_arXiv_annual_report.pdf │ ├── 2023_institution_submissions.md │ ├── 2023_usage.md │ ├── 2024_arXiv_annual_report.pdf │ ├── 2024_institution_submissions.md │ ├── 2024_institution_submissions_all.md │ ├── FY23_Budget_External.pdf │ ├── FY24_Budget_External.pdf │ ├── FY25_Budget_Public.pdf │ ├── arXiv_CY19_midyear.pdf │ ├── arXiv_Reserve_Funds_Policy.pdf │ ├── arXiv_update_January_2014.pdf │ ├── arXiv_update_January_2015.pdf │ ├── arXiv_update_January_2016.pdf │ ├── arXiv_update_January_2017.pdf │ ├── arXiv_update_January_2018.pdf │ ├── arXivfive-yearmemberpledges-August2015.pdf │ ├── arXivfive-yearmemberpledges-August2016.pdf │ ├── arXivfive-yearmemberpledges-Dec2017.pdf │ ├── arXivfive-yearmemberpledges-December2016.pdf │ ├── arXivfive-yearmemberpledges-Feb2017.pdf │ ├── arXivfive-yearmemberpledges-Jan2014.pdf │ ├── arXivfive-yearmemberpledges-Jan2015.pdf │ ├── arXivfive-yearmemberpledges-January2016.pdf │ ├── arXivfive-yearmemberpledges-March2015.pdf │ ├── arXivfive-yearmemberpledges-May2017.pdf │ ├── arXivfive-yearmemberpledges-May2018.pdf │ ├── arxiv_busplan_Apr2011.md │ ├── arxiv_busplan_Dec2010.md │ ├── arxiv_busplan_Jan2012.md │ ├── arxiv_busplan_July2010.md │ ├── arxiv_busplan_July2011.md │ ├── arxiv_busplan_Oct2011.md │ ├── index.md │ ├── submission_category_by_year.md │ ├── sustainability_advisory_group.md │ └── whitepaper.md ├── sab_bylaws.html ├── submission_data_faq.md ├── support_confirm.md ├── supporters.md ├── user-testing-api.md └── user-testing.md ├── assets ├── arxiv-lockup-forum-bgcolor.png ├── arxiv-lockup-forum.png ├── arxiv-logo-one-color-black.svg ├── arxiv-logo-one-color-white.svg ├── arxiv-logomark-small-ORIG-COLORS.svg ├── arxiv-logomark-small.svg ├── cornell-reduced-white.png ├── delete.png ├── favicon.png ├── orcid-logo.png ├── pos-neg-stacked.png ├── pos-neg.png ├── replace.png ├── unsubmit.png ├── update.png └── withdraw.png ├── brand ├── brand-guidelines.md ├── brand-pillars.md ├── colors.md ├── fonts.md ├── images.md ├── images │ ├── Screen Shot 2022-03-23 at 2.35.52 PM.png │ ├── brand-color-contrast-largetype.jpg │ ├── brand-color-contrast.jpg │ ├── brand-color-map.jpg │ ├── brand-fonts-IBM-plex.jpg │ ├── brand-fonts-example-1.jpg │ ├── brand-fonts-example-2.jpg │ ├── brand-fonts-example-3.jpg │ ├── brand-fonts-example-4.jpg │ ├── brand-fonts-example-5.jpg │ ├── brand-fonts-freightsans.jpg │ ├── brand-fonts-freighttext.jpg │ ├── brand-fonts-larabie.jpg │ ├── brand-icon-colors.jpg │ ├── brand-icon-fonts.jpg │ ├── brand-icon-guidelines.jpg │ ├── brand-icon-images.jpg │ ├── brand-icon-logos.jpg │ ├── brand-icon-name.jpg │ ├── brand-icon-pillars.jpg │ ├── brand-icon-quotes.jpg │ ├── brand-icon-swag.jpg │ ├── brand-icon-tagline.jpg │ ├── brand-icon-typography.jpg │ ├── brand-icon-voice.jpg │ ├── brand-image-colorized-salmon.jpg │ ├── brand-image-illustration-1.jpg │ ├── brand-image-illustration-2.jpg │ ├── brand-image-illustration-3.jpg │ ├── brand-image-illustration-4.jpg │ ├── brand-image-illustration-5.jpg │ ├── brand-image-illustration-6.jpg │ ├── brand-image-portrait-2.jpg │ ├── brand-image-portrait.jpg │ ├── brand-image-tagline.jpg │ ├── brand-logo-black.jpg │ ├── brand-logo-check.jpg │ ├── brand-logo-dark-mode.jpg │ ├── brand-logo-labs-spacing.jpg │ ├── brand-logo-labs.jpg │ ├── brand-logo-primary-spacing.jpg │ ├── brand-logo-primary.jpg │ ├── brand-logo-red.jpg │ ├── brand-logo-salmon.jpg │ ├── brand-logomark-black.jpg │ ├── brand-logomark-dark-mode.jpg │ ├── brand-logomark-primary-large.jpg │ ├── brand-logomark-primary.jpg │ ├── brand-logomark-red.jpg │ ├── brand-logomark-salmon.jpg │ ├── brand-quotes-example-1.jpg │ ├── brand-supergraphic.jpg │ ├── brand-swag-card.jpg │ ├── brand-swag-mug-2.jpg │ ├── brand-swag-mug.jpg │ ├── brand-swag-shirt-1.jpg │ ├── brand-swag-shirt-2.jpg │ ├── brand-swag-shirt-3.jpg │ ├── brand-swag-shirt-4.jpg │ ├── brand-swag-shirt-5.jpg │ ├── brand-swag-stickers.jpg │ ├── brand-swag-veni-vidi.jpg │ ├── brand-tagline-1.jpg │ ├── brand-tagline-2.jpg │ ├── brand-tagline-3.jpg │ ├── brand-tagline-4.jpg │ ├── brand-tagline-header.jpg │ ├── brand-typography-1.jpg │ ├── brand-typography-2.jpg │ ├── brand-typography-3.jpg │ └── sketch-abstract-concepts.jpg ├── index.md ├── logos.md ├── quotes.md ├── swag.md ├── tagline.md ├── typography.md └── voice.md ├── help ├── 00README.md ├── Withdraw-sample-v1-2023-05-15.png ├── Withdraw-sample-v2-2023-05-15.png ├── accesskeys.md ├── accounts │ └── index.md ├── ancillary_files.md ├── api │ ├── arXiv_api_xml.png │ ├── arXiv_smiley.png │ ├── basics.md │ ├── examples │ │ ├── perl_arXiv_paging_example.txt │ │ ├── perl_arXiv_parsing_example.txt │ │ ├── perl_arXiv_simple_example.txt │ │ ├── php_arXiv_paging_example.txt │ │ ├── php_arXiv_parsing_example.txt │ │ ├── php_arXiv_simple_example.txt │ │ ├── python_arXiv_paging_example.txt │ │ ├── python_arXiv_parsing_example.txt │ │ ├── python_arXiv_simple_example.txt │ │ ├── ruby_arXiv_paging_example.txt │ │ ├── ruby_arXiv_parsing_example.txt │ │ └── ruby_arXiv_simple_example.txt │ ├── faq.html │ ├── index.md │ ├── tou.md │ └── user-manual.md ├── arXivGuardianConsentSubmissionForm.pdf ├── arxiv_identifier.md ├── arxiv_identifier_for_services.md ├── atom_specifications.md ├── author_identifiers.md ├── authority.md ├── availability.md ├── bib_feed.md ├── bitmap │ ├── advanced.md │ ├── faq.md │ ├── index.md │ ├── problems.md │ ├── procedure.md │ └── software.md ├── bulk_data.md ├── bulk_data │ └── index.md ├── bulk_data_s3.md ├── cloud.md ├── config_browser.md ├── contact.md ├── cross.md ├── cs │ ├── advisorycommittee.html │ ├── index.md │ └── subjectclasses.html ├── data_conservancy.md ├── datasets.md ├── doi.md ├── econ │ └── index.md ├── eess │ └── index.md ├── email-protection.md ├── endorsement-math.md ├── endorsement.md ├── faq │ ├── aaclass.md │ ├── amslatex2000.md │ ├── arXiv-texsize.ps.gz │ ├── browsergunzip.md │ ├── bulk_data_s3_patch.txt │ ├── citelinks.md │ ├── daily.sh │ ├── doublesubscript.md │ ├── doublesubscript.png │ ├── dvips.md │ ├── feynmf.md │ ├── font-info-tl2025.md │ ├── freefonts.md │ ├── index.md │ ├── landscape.md │ ├── mistakes.md │ ├── multilang.md │ ├── pd1enc.md │ ├── pdfrotate.md │ ├── psbad.md │ ├── psjunk.md │ ├── pstricks.md │ ├── references.md │ ├── revtex.md │ ├── squid.conf │ ├── srcfaq.md │ ├── statfaq.md │ ├── texlive.md │ ├── texprobs.md │ ├── textures.md │ ├── today.md │ ├── wget_patch.txt │ ├── whynostamp.md │ └── whytex.md ├── find.md ├── find │ └── index.md ├── gzip.md ├── hypertex │ ├── HyperTeXview.tar.gz │ ├── binaries │ │ ├── index.md │ │ ├── xhdvi_hpux_9.05.tar.gz │ │ ├── xhdvi_iris_5.2.tar.gz │ │ └── xhdvi_sun_4.1.tar.gz │ ├── dospecial.c │ ├── emdual.tar.gz │ ├── hharvsamp.dvi │ ├── hharvsamp.tex │ ├── hyperlh88.tar.gz │ ├── hypertasi92.tar.gz │ ├── hypertex.css │ ├── hypertex.gif │ ├── index.md │ ├── lanlmac.tex │ ├── link.dvi │ ├── link.pdf │ ├── link.ps │ ├── pdfcomments.txt │ ├── sources │ │ ├── dvihpsk.tar.gz │ │ ├── gv1.5gs5.50hack.tar.gz │ │ └── macros │ │ │ ├── aasms.hty │ │ │ ├── aasms4.hty │ │ │ ├── aaspp.hty │ │ │ ├── aaspp4.hty │ │ │ ├── aaspptwo.hty │ │ │ ├── amsart.hty │ │ │ ├── amsart11.hty │ │ │ ├── amsart12.hty │ │ │ ├── amsbook.hty │ │ │ ├── aps.hty │ │ │ ├── article.hty │ │ │ ├── book.hty │ │ │ ├── cite.hty │ │ │ ├── cites.hty │ │ │ ├── citesort.hty │ │ │ ├── elsart.hty │ │ │ ├── espart.hty │ │ │ ├── espcrc2.hty │ │ │ ├── fleqn.hty │ │ │ ├── hlatex.tex │ │ │ ├── hyperbasics.tex │ │ │ ├── hypercwebmac.tex │ │ │ ├── hyperlatex.tex │ │ │ ├── hyperncwebmac.tex │ │ │ ├── hypertest.tex │ │ │ ├── hyperwebmac.tex │ │ │ ├── ichep.hty │ │ │ ├── ijcai95.hty │ │ │ ├── ioplppt.hty │ │ │ ├── laa.hty │ │ │ ├── lsalike.hty │ │ │ ├── named.hty │ │ │ ├── prabib.hty │ │ │ ├── prabib.old.hty │ │ │ ├── prbbib.hty │ │ │ ├── rangecite.hty │ │ │ ├── report.hty │ │ │ ├── revtex.hty │ │ │ ├── vanilla.hty │ │ │ └── world_sci.hty │ ├── test.ps │ ├── wcf_final.ps │ ├── xhdvi_0.4c.tar.gz │ ├── xhdvi_0.5a.tar.gz │ └── xhdvi_0.6.tar.gz ├── index.md ├── ir.md ├── jref.md ├── license │ ├── images │ │ ├── arxiv-license.png │ │ ├── arxiv-non-exclusive.png │ │ ├── cc-by-nc-nd.png │ │ ├── cc-by-nc-sa.png │ │ ├── cc-by-sa.png │ │ ├── cc-by.png │ │ └── cc-zero.png │ ├── index.md │ └── reuse.md ├── macro_list.md ├── math │ └── index.md ├── mathjax.md ├── mimetypes.md ├── mirrors.md ├── misuse.md ├── moderation │ ├── appeals.md │ └── index.md ├── myarticles.md ├── myarticles_ex2.md ├── not-registered.md ├── oa │ ├── arXiv_meta_format.md │ ├── dataPolicy.md │ ├── index.md │ ├── metadataPolicy.md │ ├── rfc1807.md │ ├── sfc_data_provider.md │ └── sfc_oams.md ├── openurl.md ├── orcid.md ├── overlap.md ├── passwords.md ├── pdf.md ├── physics │ └── index.md ├── policies │ ├── code_of_conduct.md │ ├── code_of_conduct_enforcement.md │ ├── content-types.md │ ├── format_requirements.md │ ├── identity_and_affiliation.md │ ├── index.md │ ├── index.md~ │ ├── privacy_policy.md │ └── submission_agreement.md ├── prep.md ├── ps.md ├── pscm.md ├── psvariants.md ├── q-bio │ └── index.md ├── q-fin │ └── index.md ├── registerhelp.md ├── replace.md ├── robots.md ├── rss.md ├── rss_specifications.md ├── sizes.md ├── stat │ └── index.md ├── statistics │ └── index.md ├── stats │ ├── 2021_by_area │ │ ├── astro-ph_yearly.png │ │ ├── cond-mat_yearly.png │ │ ├── cs_yearly.png │ │ ├── cumsubs.png │ │ ├── econ_yearly.png │ │ ├── eess_yearly.png │ │ ├── hep_yearly.png │ │ ├── index.html │ │ ├── index.md │ │ ├── math_yearly.png │ │ ├── newsubs.png │ │ ├── nlin_yearly.png │ │ ├── nucl_yearly.png │ │ ├── phys_yearly.png │ │ ├── physics_yearly.png │ │ ├── q-bio_yearly.png │ │ ├── q-fin_yearly.png │ │ ├── quant-ph_gr-qc_yearly.png │ │ └── stat_yearly.png │ └── index.md ├── submit │ └── index.md ├── submit_index.md ├── submit_latex_best_practices.md ├── submit_legacy_differences.md ├── submit_pdf.html ├── submit_pdf.md ├── submit_ps.md ├── submit_status.md ├── submit_sword.md ├── submit_tex.md ├── subscribe.md ├── tar.md ├── tex.md ├── texlive_package_list.md ├── third_party_submission.md ├── trackback.md ├── translations.md ├── type1linux.md ├── unpack.md ├── utilities.md ├── versions.md ├── view.md ├── web_accessibility.md └── withdraw.md ├── hiring └── index.md ├── index.md ├── labs ├── images │ ├── CORE.png │ ├── Scite-logo.png │ ├── ar5iv-logo.png │ ├── arXivLabs-tabs.png │ ├── arXivLabsFeatures-01.png │ ├── bib-explorer.png │ ├── connected-papers.png │ ├── core-recommender.png │ ├── dagshub-logo.png │ ├── huggingface-logo.png │ ├── iarxiv-logo.jpg │ ├── inffluence-flower.png │ ├── inffluence-flowers-image.jpeg │ ├── litmaps-logo-square-white.png │ ├── pwc-logo.png │ ├── readability.png │ ├── replicate-logo.png │ ├── sciencecast-logo.png │ └── smileybones-labs-icon.png ├── index.md └── showcase.md ├── new ├── 91-94.md ├── 94-96.md ├── condreorg.md ├── econ_announce.md ├── eess_announce.md ├── index.md ├── math.md ├── nlin.md ├── nlinsub.md ├── q-bio_announce.md ├── q-fin_announce.md └── stat_announce.md └── stylesheets └── extra.css /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/.gitignore -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /AUTHORING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/AUTHORING.md -------------------------------------------------------------------------------- /DECISIONS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/DECISIONS.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/README.md -------------------------------------------------------------------------------- /deploy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/deploy/README.md -------------------------------------------------------------------------------- /deploy/cloudbuild-develop.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/deploy/cloudbuild-develop.yaml -------------------------------------------------------------------------------- /deploy/cloudbuild-master.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/deploy/cloudbuild-master.yaml -------------------------------------------------------------------------------- /deploy/cloudbuild-pr.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/deploy/cloudbuild-pr.yaml -------------------------------------------------------------------------------- /deploy/setup_arxiv_docs_buckets.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/deploy/setup_arxiv_docs_buckets.sh -------------------------------------------------------------------------------- /make_arxiv_theme/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/make_arxiv_theme/README.md -------------------------------------------------------------------------------- /make_arxiv_theme/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/make_arxiv_theme/app.py -------------------------------------------------------------------------------- /make_arxiv_theme/prep_for_mkdocs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/make_arxiv_theme/prep_for_mkdocs.sh -------------------------------------------------------------------------------- /make_arxiv_theme/templates/main.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/make_arxiv_theme/templates/main.html -------------------------------------------------------------------------------- /mkdocs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/mkdocs.yml -------------------------------------------------------------------------------- /non-info/01-help-info-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/non-info/01-help-info-page.png -------------------------------------------------------------------------------- /non-info/02-help-github-edit-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/non-info/02-help-github-edit-page.png -------------------------------------------------------------------------------- /non-info/03-help-preview-github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/non-info/03-help-preview-github.png -------------------------------------------------------------------------------- /non-info/04-help-commit-github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/non-info/04-help-commit-github.png -------------------------------------------------------------------------------- /non-info/05-help-newBranch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/non-info/05-help-newBranch.png -------------------------------------------------------------------------------- /non-info/06-help-comparePR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/non-info/06-help-comparePR.png -------------------------------------------------------------------------------- /non-info/07-help-openPR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/non-info/07-help-openPR.png -------------------------------------------------------------------------------- /non-info/08-help-createPR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/non-info/08-help-createPR.png -------------------------------------------------------------------------------- /non-info/09-help-mergePR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/non-info/09-help-mergePR.png -------------------------------------------------------------------------------- /non-info/10-help-confirmMerge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/non-info/10-help-confirmMerge.png -------------------------------------------------------------------------------- /non-info/11-help-newPR-compare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/non-info/11-help-newPR-compare.png -------------------------------------------------------------------------------- /non-info/12-help-compare-master.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/non-info/12-help-compare-master.png -------------------------------------------------------------------------------- /non-info/12-help-newPR-compare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/non-info/12-help-newPR-compare.png -------------------------------------------------------------------------------- /non-info/12-help-preview-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/non-info/12-help-preview-page.png -------------------------------------------------------------------------------- /non-info/13-help-compare-changes-createPR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/non-info/13-help-compare-changes-createPR.png -------------------------------------------------------------------------------- /non-info/14-help-PR-master-deploy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/non-info/14-help-PR-master-deploy.png -------------------------------------------------------------------------------- /non-info/compareFiles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/non-info/compareFiles.png -------------------------------------------------------------------------------- /non-info/compareToMaster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/non-info/compareToMaster.png -------------------------------------------------------------------------------- /non-info/filesChanged-createPR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/non-info/filesChanged-createPR.png -------------------------------------------------------------------------------- /non-info/help-github1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/non-info/help-github1.png -------------------------------------------------------------------------------- /non-info/help-github2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/non-info/help-github2.png -------------------------------------------------------------------------------- /non-info/help-info-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/non-info/help-info-page.png -------------------------------------------------------------------------------- /non-info/help-pr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/non-info/help-pr1.png -------------------------------------------------------------------------------- /overrides/404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/overrides/404.html -------------------------------------------------------------------------------- /overrides/main.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/overrides/main.html -------------------------------------------------------------------------------- /overrides/partials/javascripts/source.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/overrides/partials/javascripts/source.html -------------------------------------------------------------------------------- /overrides/partials/nav-item.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/overrides/partials/nav-item.html -------------------------------------------------------------------------------- /overrides/partials/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/overrides/partials/toc.html -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/requirements.txt -------------------------------------------------------------------------------- /source/SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/SUMMARY.md -------------------------------------------------------------------------------- /source/about/NOT-OD-25-138.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/NOT-OD-25-138.md -------------------------------------------------------------------------------- /source/about/OSTP-04-11-2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/OSTP-04-11-2023.md -------------------------------------------------------------------------------- /source/about/accessibility.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/accessibility.md -------------------------------------------------------------------------------- /source/about/accessibility_forum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/accessibility_forum.md -------------------------------------------------------------------------------- /source/about/accessibility_html_error_messages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/accessibility_html_error_messages.md -------------------------------------------------------------------------------- /source/about/accessibility_research_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/accessibility_research_report.md -------------------------------------------------------------------------------- /source/about/accessibility_terms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/accessibility_terms.md -------------------------------------------------------------------------------- /source/about/accessible_HTML.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/accessible_HTML.md -------------------------------------------------------------------------------- /source/about/arXiv-Brand-Guide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/arXiv-Brand-Guide.pdf -------------------------------------------------------------------------------- /source/about/arXiv-payment-instructions-2025.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/arXiv-payment-instructions-2025.pdf -------------------------------------------------------------------------------- /source/about/arXiv_Brand_Guide_2021.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/arXiv_Brand_Guide_2021.pdf -------------------------------------------------------------------------------- /source/about/arXiv_bylaws.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/arXiv_bylaws.md -------------------------------------------------------------------------------- /source/about/brand.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/brand.html -------------------------------------------------------------------------------- /source/about/brand_use/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/brand_use/index.html -------------------------------------------------------------------------------- /source/about/donate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/donate.md -------------------------------------------------------------------------------- /source/about/email_sign_up.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/email_sign_up.md -------------------------------------------------------------------------------- /source/about/funding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/funding.md -------------------------------------------------------------------------------- /source/about/give.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/give.md -------------------------------------------------------------------------------- /source/about/governance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/governance.md -------------------------------------------------------------------------------- /source/about/images/alison.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/images/alison.jpg -------------------------------------------------------------------------------- /source/about/images/arxiv-logo-for-support-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/images/arxiv-logo-for-support-header.png -------------------------------------------------------------------------------- /source/about/images/arxiv-membership-program@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/images/arxiv-membership-program@2x.png -------------------------------------------------------------------------------- /source/about/images/arxiv-org-chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/images/arxiv-org-chart.png -------------------------------------------------------------------------------- /source/about/images/arxiv_org_chart.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/images/arxiv_org_chart.jpeg -------------------------------------------------------------------------------- /source/about/images/arxiv_roles-respns.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/images/arxiv_roles-respns.jpeg -------------------------------------------------------------------------------- /source/about/images/author_submssn_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/images/author_submssn_error.png -------------------------------------------------------------------------------- /source/about/images/brianc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/images/brianc.jpg -------------------------------------------------------------------------------- /source/about/images/charles.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/images/charles.jpg -------------------------------------------------------------------------------- /source/about/images/eleanora.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/images/eleanora.jpg -------------------------------------------------------------------------------- /source/about/images/eleonora.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/images/eleonora.jpg -------------------------------------------------------------------------------- /source/about/images/erick.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/images/erick.jpg -------------------------------------------------------------------------------- /source/about/images/helen.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/images/helen.JPG -------------------------------------------------------------------------------- /source/about/images/html_error_submssn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/images/html_error_submssn.png -------------------------------------------------------------------------------- /source/about/images/janelle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/images/janelle.jpg -------------------------------------------------------------------------------- /source/about/images/jim.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/images/jim.jpg -------------------------------------------------------------------------------- /source/about/images/ligatureExampleResized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/images/ligatureExampleResized.png -------------------------------------------------------------------------------- /source/about/images/logo-aps.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/images/logo-aps.gif -------------------------------------------------------------------------------- /source/about/images/logo_mps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/images/logo_mps.png -------------------------------------------------------------------------------- /source/about/images/martin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/images/martin.jpg -------------------------------------------------------------------------------- /source/about/images/ohio-state-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/images/ohio-state-logo.png -------------------------------------------------------------------------------- /source/about/images/orcid_32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/images/orcid_32x32.png -------------------------------------------------------------------------------- /source/about/images/org_governance.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/images/org_governance.jpeg -------------------------------------------------------------------------------- /source/about/images/oya.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/images/oya.jpg -------------------------------------------------------------------------------- /source/about/images/portrait-Charles-Frankston-warmtone.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/images/portrait-Charles-Frankston-warmtone.jpg -------------------------------------------------------------------------------- /source/about/images/portrait-Charles-Frankston.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/images/portrait-Charles-Frankston.jpg -------------------------------------------------------------------------------- /source/about/images/portrait-Ramin-Zabih-warmtone.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/images/portrait-Ramin-Zabih-warmtone.jpg -------------------------------------------------------------------------------- /source/about/images/portrait-Ramin-Zabih.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/images/portrait-Ramin-Zabih.jpg -------------------------------------------------------------------------------- /source/about/images/portrait-Steinn-Sigurdsson-warmtone.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/images/portrait-Steinn-Sigurdsson-warmtone.jpg -------------------------------------------------------------------------------- /source/about/images/portrait-Steinn-Sigurdsson.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/images/portrait-Steinn-Sigurdsson.jpg -------------------------------------------------------------------------------- /source/about/images/portrait-Stephanie-Orphan-warmtone.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/images/portrait-Stephanie-Orphan-warmtone.jpg -------------------------------------------------------------------------------- /source/about/images/portrait-Stephanie-Orphan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/images/portrait-Stephanie-Orphan.jpg -------------------------------------------------------------------------------- /source/about/images/portrait-Yoav-Artzi-warmtone.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/images/portrait-Yoav-Artzi-warmtone.jpg -------------------------------------------------------------------------------- /source/about/images/portrait-Yoav-Artzi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/images/portrait-Yoav-Artzi.jpg -------------------------------------------------------------------------------- /source/about/images/ramin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/images/ramin.jpg -------------------------------------------------------------------------------- /source/about/images/reader-error-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/images/reader-error-01.png -------------------------------------------------------------------------------- /source/about/images/reader-error-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/images/reader-error-02.png -------------------------------------------------------------------------------- /source/about/images/reader-error-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/images/reader-error-03.png -------------------------------------------------------------------------------- /source/about/images/shamsi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/images/shamsi.jpg -------------------------------------------------------------------------------- /source/about/images/smileybones-labs-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/images/smileybones-labs-icon.png -------------------------------------------------------------------------------- /source/about/images/steinn.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/images/steinn.jpg -------------------------------------------------------------------------------- /source/about/images/stephanie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/images/stephanie.jpg -------------------------------------------------------------------------------- /source/about/images/yoav.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/images/yoav.jpg -------------------------------------------------------------------------------- /source/about/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/index.md -------------------------------------------------------------------------------- /source/about/mab_bylaws.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/mab_bylaws.html -------------------------------------------------------------------------------- /source/about/membership.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/membership.md -------------------------------------------------------------------------------- /source/about/membership_confirm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/membership_confirm.md -------------------------------------------------------------------------------- /source/about/ourmembers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/ourmembers.md -------------------------------------------------------------------------------- /source/about/people/arxiv_advisory_board.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/people/arxiv_advisory_board.md -------------------------------------------------------------------------------- /source/about/people/developers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/people/developers.md -------------------------------------------------------------------------------- /source/about/people/editorial_advisory_council.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/people/editorial_advisory_council.md -------------------------------------------------------------------------------- /source/about/people/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/people/index.md -------------------------------------------------------------------------------- /source/about/people/institutions_advisory_council.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/people/institutions_advisory_council.md -------------------------------------------------------------------------------- /source/about/people/leadership_team.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/people/leadership_team.md -------------------------------------------------------------------------------- /source/about/people/member_ad_board.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/people/member_ad_board.html -------------------------------------------------------------------------------- /source/about/people/science_advisory_council.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/people/science_advisory_council.md -------------------------------------------------------------------------------- /source/about/people/scientific_ad_board.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/people/scientific_ad_board.html -------------------------------------------------------------------------------- /source/about/people/staff.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/people/staff.md -------------------------------------------------------------------------------- /source/about/people/volunteer_moderators.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/people/volunteer_moderators.md -------------------------------------------------------------------------------- /source/about/principles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/principles.md -------------------------------------------------------------------------------- /source/about/reports-financials.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports-financials.md -------------------------------------------------------------------------------- /source/about/reports/2009_usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2009_usage.md -------------------------------------------------------------------------------- /source/about/reports/2010_CY_arXiv_budget.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2010_CY_arXiv_budget.pdf -------------------------------------------------------------------------------- /source/about/reports/2010_supporters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2010_supporters.md -------------------------------------------------------------------------------- /source/about/reports/2010_usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2010_usage.md -------------------------------------------------------------------------------- /source/about/reports/2011_CY_arXiv_budget.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2011_CY_arXiv_budget.pdf -------------------------------------------------------------------------------- /source/about/reports/2011_supporters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2011_supporters.md -------------------------------------------------------------------------------- /source/about/reports/2011_usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2011_usage.md -------------------------------------------------------------------------------- /source/about/reports/2012_CY_arXiv_budget.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2012_CY_arXiv_budget.pdf -------------------------------------------------------------------------------- /source/about/reports/2012_supporters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2012_supporters.md -------------------------------------------------------------------------------- /source/about/reports/2012_usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2012_usage.md -------------------------------------------------------------------------------- /source/about/reports/2013_CY_arXiv_budget.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2013_CY_arXiv_budget.pdf -------------------------------------------------------------------------------- /source/about/reports/2013_roadmap.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2013_roadmap.pdf -------------------------------------------------------------------------------- /source/about/reports/2013_usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2013_usage.md -------------------------------------------------------------------------------- /source/about/reports/2014_CY_arXiv_budget.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2014_CY_arXiv_budget.pdf -------------------------------------------------------------------------------- /source/about/reports/2014_roadmap.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2014_roadmap.pdf -------------------------------------------------------------------------------- /source/about/reports/2014_usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2014_usage.md -------------------------------------------------------------------------------- /source/about/reports/2015_CY_arXiv_budget.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2015_CY_arXiv_budget.pdf -------------------------------------------------------------------------------- /source/about/reports/2015_roadmap.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2015_roadmap.pdf -------------------------------------------------------------------------------- /source/about/reports/2015_usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2015_usage.md -------------------------------------------------------------------------------- /source/about/reports/2016_CY_arXiv_budget.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2016_CY_arXiv_budget.pdf -------------------------------------------------------------------------------- /source/about/reports/2016_UserSurveyReport.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2016_UserSurveyReport.pdf -------------------------------------------------------------------------------- /source/about/reports/2016_roadmap.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2016_roadmap.pdf -------------------------------------------------------------------------------- /source/about/reports/2016_usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2016_usage.md -------------------------------------------------------------------------------- /source/about/reports/2017_CY_arXiv_budget.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2017_CY_arXiv_budget.pdf -------------------------------------------------------------------------------- /source/about/reports/2017_roadmap.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2017_roadmap.pdf -------------------------------------------------------------------------------- /source/about/reports/2017_usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2017_usage.md -------------------------------------------------------------------------------- /source/about/reports/2018_CY_arXiv_budget.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2018_CY_arXiv_budget.pdf -------------------------------------------------------------------------------- /source/about/reports/2018_roadmap.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2018_roadmap.pdf -------------------------------------------------------------------------------- /source/about/reports/2018_usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2018_usage.md -------------------------------------------------------------------------------- /source/about/reports/2019_roadmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2019_roadmap.md -------------------------------------------------------------------------------- /source/about/reports/2019_supporters_Dec.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2019_supporters_Dec.pdf -------------------------------------------------------------------------------- /source/about/reports/2019_supporters_July.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2019_supporters_July.pdf -------------------------------------------------------------------------------- /source/about/reports/2019_update.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2019_update.md -------------------------------------------------------------------------------- /source/about/reports/2019_usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2019_usage.md -------------------------------------------------------------------------------- /source/about/reports/2020_arXiv_Budget.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2020_arXiv_Budget.pdf -------------------------------------------------------------------------------- /source/about/reports/2020_arXiv_annual_report.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2020_arXiv_annual_report.pdf -------------------------------------------------------------------------------- /source/about/reports/2020_downloads_top_250_institutions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2020_downloads_top_250_institutions.md -------------------------------------------------------------------------------- /source/about/reports/2020_institution_downloads.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2020_institution_downloads.md -------------------------------------------------------------------------------- /source/about/reports/2020_institution_downloads_by_archive.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2020_institution_downloads_by_archive.md -------------------------------------------------------------------------------- /source/about/reports/2020_institution_downloads_by_year.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2020_institution_downloads_by_year.md -------------------------------------------------------------------------------- /source/about/reports/2020_institution_submissions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2020_institution_submissions.md -------------------------------------------------------------------------------- /source/about/reports/2020_roadmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2020_roadmap.md -------------------------------------------------------------------------------- /source/about/reports/2020_update.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2020_update.md -------------------------------------------------------------------------------- /source/about/reports/2020_usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2020_usage.md -------------------------------------------------------------------------------- /source/about/reports/2021_arXiv_annual_report.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2021_arXiv_annual_report.pdf -------------------------------------------------------------------------------- /source/about/reports/2021_institution_submissions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2021_institution_submissions.md -------------------------------------------------------------------------------- /source/about/reports/2021_usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2021_usage.md -------------------------------------------------------------------------------- /source/about/reports/2022_arXiv_annual_report.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2022_arXiv_annual_report.pdf -------------------------------------------------------------------------------- /source/about/reports/2022_institution_submissions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2022_institution_submissions.md -------------------------------------------------------------------------------- /source/about/reports/2022_usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2022_usage.md -------------------------------------------------------------------------------- /source/about/reports/2023_arXiv_annual_report.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2023_arXiv_annual_report.pdf -------------------------------------------------------------------------------- /source/about/reports/2023_institution_submissions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2023_institution_submissions.md -------------------------------------------------------------------------------- /source/about/reports/2023_usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2023_usage.md -------------------------------------------------------------------------------- /source/about/reports/2024_arXiv_annual_report.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2024_arXiv_annual_report.pdf -------------------------------------------------------------------------------- /source/about/reports/2024_institution_submissions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2024_institution_submissions.md -------------------------------------------------------------------------------- /source/about/reports/2024_institution_submissions_all.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/2024_institution_submissions_all.md -------------------------------------------------------------------------------- /source/about/reports/FY23_Budget_External.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/FY23_Budget_External.pdf -------------------------------------------------------------------------------- /source/about/reports/FY24_Budget_External.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/FY24_Budget_External.pdf -------------------------------------------------------------------------------- /source/about/reports/FY25_Budget_Public.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/FY25_Budget_Public.pdf -------------------------------------------------------------------------------- /source/about/reports/arXiv_CY19_midyear.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/arXiv_CY19_midyear.pdf -------------------------------------------------------------------------------- /source/about/reports/arXiv_Reserve_Funds_Policy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/arXiv_Reserve_Funds_Policy.pdf -------------------------------------------------------------------------------- /source/about/reports/arXiv_update_January_2014.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/arXiv_update_January_2014.pdf -------------------------------------------------------------------------------- /source/about/reports/arXiv_update_January_2015.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/arXiv_update_January_2015.pdf -------------------------------------------------------------------------------- /source/about/reports/arXiv_update_January_2016.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/arXiv_update_January_2016.pdf -------------------------------------------------------------------------------- /source/about/reports/arXiv_update_January_2017.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/arXiv_update_January_2017.pdf -------------------------------------------------------------------------------- /source/about/reports/arXiv_update_January_2018.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/arXiv_update_January_2018.pdf -------------------------------------------------------------------------------- /source/about/reports/arXivfive-yearmemberpledges-August2015.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/arXivfive-yearmemberpledges-August2015.pdf -------------------------------------------------------------------------------- /source/about/reports/arXivfive-yearmemberpledges-August2016.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/arXivfive-yearmemberpledges-August2016.pdf -------------------------------------------------------------------------------- /source/about/reports/arXivfive-yearmemberpledges-Dec2017.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/arXivfive-yearmemberpledges-Dec2017.pdf -------------------------------------------------------------------------------- /source/about/reports/arXivfive-yearmemberpledges-December2016.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/arXivfive-yearmemberpledges-December2016.pdf -------------------------------------------------------------------------------- /source/about/reports/arXivfive-yearmemberpledges-Feb2017.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/arXivfive-yearmemberpledges-Feb2017.pdf -------------------------------------------------------------------------------- /source/about/reports/arXivfive-yearmemberpledges-Jan2014.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/arXivfive-yearmemberpledges-Jan2014.pdf -------------------------------------------------------------------------------- /source/about/reports/arXivfive-yearmemberpledges-Jan2015.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/arXivfive-yearmemberpledges-Jan2015.pdf -------------------------------------------------------------------------------- /source/about/reports/arXivfive-yearmemberpledges-January2016.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/arXivfive-yearmemberpledges-January2016.pdf -------------------------------------------------------------------------------- /source/about/reports/arXivfive-yearmemberpledges-March2015.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/arXivfive-yearmemberpledges-March2015.pdf -------------------------------------------------------------------------------- /source/about/reports/arXivfive-yearmemberpledges-May2017.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/arXivfive-yearmemberpledges-May2017.pdf -------------------------------------------------------------------------------- /source/about/reports/arXivfive-yearmemberpledges-May2018.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/arXivfive-yearmemberpledges-May2018.pdf -------------------------------------------------------------------------------- /source/about/reports/arxiv_busplan_Apr2011.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/arxiv_busplan_Apr2011.md -------------------------------------------------------------------------------- /source/about/reports/arxiv_busplan_Dec2010.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/arxiv_busplan_Dec2010.md -------------------------------------------------------------------------------- /source/about/reports/arxiv_busplan_Jan2012.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/arxiv_busplan_Jan2012.md -------------------------------------------------------------------------------- /source/about/reports/arxiv_busplan_July2010.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/arxiv_busplan_July2010.md -------------------------------------------------------------------------------- /source/about/reports/arxiv_busplan_July2011.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/arxiv_busplan_July2011.md -------------------------------------------------------------------------------- /source/about/reports/arxiv_busplan_Oct2011.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/arxiv_busplan_Oct2011.md -------------------------------------------------------------------------------- /source/about/reports/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/index.md -------------------------------------------------------------------------------- /source/about/reports/submission_category_by_year.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/submission_category_by_year.md -------------------------------------------------------------------------------- /source/about/reports/sustainability_advisory_group.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/sustainability_advisory_group.md -------------------------------------------------------------------------------- /source/about/reports/whitepaper.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/reports/whitepaper.md -------------------------------------------------------------------------------- /source/about/sab_bylaws.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/sab_bylaws.html -------------------------------------------------------------------------------- /source/about/submission_data_faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/submission_data_faq.md -------------------------------------------------------------------------------- /source/about/support_confirm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/support_confirm.md -------------------------------------------------------------------------------- /source/about/supporters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/supporters.md -------------------------------------------------------------------------------- /source/about/user-testing-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/user-testing-api.md -------------------------------------------------------------------------------- /source/about/user-testing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/about/user-testing.md -------------------------------------------------------------------------------- /source/assets/arxiv-lockup-forum-bgcolor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/assets/arxiv-lockup-forum-bgcolor.png -------------------------------------------------------------------------------- /source/assets/arxiv-lockup-forum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/assets/arxiv-lockup-forum.png -------------------------------------------------------------------------------- /source/assets/arxiv-logo-one-color-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/assets/arxiv-logo-one-color-black.svg -------------------------------------------------------------------------------- /source/assets/arxiv-logo-one-color-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/assets/arxiv-logo-one-color-white.svg -------------------------------------------------------------------------------- /source/assets/arxiv-logomark-small-ORIG-COLORS.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/assets/arxiv-logomark-small-ORIG-COLORS.svg -------------------------------------------------------------------------------- /source/assets/arxiv-logomark-small.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/assets/arxiv-logomark-small.svg -------------------------------------------------------------------------------- /source/assets/cornell-reduced-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/assets/cornell-reduced-white.png -------------------------------------------------------------------------------- /source/assets/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/assets/delete.png -------------------------------------------------------------------------------- /source/assets/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/assets/favicon.png -------------------------------------------------------------------------------- /source/assets/orcid-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/assets/orcid-logo.png -------------------------------------------------------------------------------- /source/assets/pos-neg-stacked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/assets/pos-neg-stacked.png -------------------------------------------------------------------------------- /source/assets/pos-neg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/assets/pos-neg.png -------------------------------------------------------------------------------- /source/assets/replace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/assets/replace.png -------------------------------------------------------------------------------- /source/assets/unsubmit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/assets/unsubmit.png -------------------------------------------------------------------------------- /source/assets/update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/assets/update.png -------------------------------------------------------------------------------- /source/assets/withdraw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/assets/withdraw.png -------------------------------------------------------------------------------- /source/brand/brand-guidelines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/brand-guidelines.md -------------------------------------------------------------------------------- /source/brand/brand-pillars.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/brand-pillars.md -------------------------------------------------------------------------------- /source/brand/colors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/colors.md -------------------------------------------------------------------------------- /source/brand/fonts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/fonts.md -------------------------------------------------------------------------------- /source/brand/images.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images.md -------------------------------------------------------------------------------- /source/brand/images/Screen Shot 2022-03-23 at 2.35.52 PM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/Screen Shot 2022-03-23 at 2.35.52 PM.png -------------------------------------------------------------------------------- /source/brand/images/brand-color-contrast-largetype.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-color-contrast-largetype.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-color-contrast.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-color-contrast.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-color-map.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-color-map.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-fonts-IBM-plex.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-fonts-IBM-plex.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-fonts-example-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-fonts-example-1.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-fonts-example-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-fonts-example-2.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-fonts-example-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-fonts-example-3.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-fonts-example-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-fonts-example-4.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-fonts-example-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-fonts-example-5.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-fonts-freightsans.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-fonts-freightsans.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-fonts-freighttext.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-fonts-freighttext.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-fonts-larabie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-fonts-larabie.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-icon-colors.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-icon-colors.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-icon-fonts.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-icon-fonts.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-icon-guidelines.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-icon-guidelines.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-icon-images.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-icon-images.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-icon-logos.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-icon-logos.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-icon-name.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-icon-name.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-icon-pillars.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-icon-pillars.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-icon-quotes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-icon-quotes.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-icon-swag.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-icon-swag.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-icon-tagline.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-icon-tagline.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-icon-typography.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-icon-typography.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-icon-voice.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-icon-voice.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-image-colorized-salmon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-image-colorized-salmon.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-image-illustration-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-image-illustration-1.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-image-illustration-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-image-illustration-2.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-image-illustration-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-image-illustration-3.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-image-illustration-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-image-illustration-4.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-image-illustration-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-image-illustration-5.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-image-illustration-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-image-illustration-6.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-image-portrait-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-image-portrait-2.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-image-portrait.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-image-portrait.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-image-tagline.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-image-tagline.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-logo-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-logo-black.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-logo-check.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-logo-check.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-logo-dark-mode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-logo-dark-mode.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-logo-labs-spacing.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-logo-labs-spacing.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-logo-labs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-logo-labs.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-logo-primary-spacing.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-logo-primary-spacing.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-logo-primary.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-logo-primary.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-logo-red.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-logo-red.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-logo-salmon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-logo-salmon.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-logomark-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-logomark-black.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-logomark-dark-mode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-logomark-dark-mode.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-logomark-primary-large.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-logomark-primary-large.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-logomark-primary.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-logomark-primary.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-logomark-red.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-logomark-red.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-logomark-salmon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-logomark-salmon.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-quotes-example-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-quotes-example-1.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-supergraphic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-supergraphic.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-swag-card.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-swag-card.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-swag-mug-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-swag-mug-2.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-swag-mug.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-swag-mug.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-swag-shirt-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-swag-shirt-1.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-swag-shirt-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-swag-shirt-2.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-swag-shirt-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-swag-shirt-3.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-swag-shirt-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-swag-shirt-4.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-swag-shirt-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-swag-shirt-5.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-swag-stickers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-swag-stickers.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-swag-veni-vidi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-swag-veni-vidi.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-tagline-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-tagline-1.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-tagline-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-tagline-2.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-tagline-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-tagline-3.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-tagline-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-tagline-4.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-tagline-header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-tagline-header.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-typography-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-typography-1.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-typography-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-typography-2.jpg -------------------------------------------------------------------------------- /source/brand/images/brand-typography-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/brand-typography-3.jpg -------------------------------------------------------------------------------- /source/brand/images/sketch-abstract-concepts.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/images/sketch-abstract-concepts.jpg -------------------------------------------------------------------------------- /source/brand/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/index.md -------------------------------------------------------------------------------- /source/brand/logos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/logos.md -------------------------------------------------------------------------------- /source/brand/quotes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/quotes.md -------------------------------------------------------------------------------- /source/brand/swag.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/swag.md -------------------------------------------------------------------------------- /source/brand/tagline.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/tagline.md -------------------------------------------------------------------------------- /source/brand/typography.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/typography.md -------------------------------------------------------------------------------- /source/brand/voice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/brand/voice.md -------------------------------------------------------------------------------- /source/help/00README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/00README.md -------------------------------------------------------------------------------- /source/help/Withdraw-sample-v1-2023-05-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/Withdraw-sample-v1-2023-05-15.png -------------------------------------------------------------------------------- /source/help/Withdraw-sample-v2-2023-05-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/Withdraw-sample-v2-2023-05-15.png -------------------------------------------------------------------------------- /source/help/accesskeys.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/accesskeys.md -------------------------------------------------------------------------------- /source/help/accounts/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/accounts/index.md -------------------------------------------------------------------------------- /source/help/ancillary_files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/ancillary_files.md -------------------------------------------------------------------------------- /source/help/api/arXiv_api_xml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/api/arXiv_api_xml.png -------------------------------------------------------------------------------- /source/help/api/arXiv_smiley.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/api/arXiv_smiley.png -------------------------------------------------------------------------------- /source/help/api/basics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/api/basics.md -------------------------------------------------------------------------------- /source/help/api/examples/perl_arXiv_paging_example.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/api/examples/perl_arXiv_paging_example.txt -------------------------------------------------------------------------------- /source/help/api/examples/perl_arXiv_parsing_example.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/api/examples/perl_arXiv_parsing_example.txt -------------------------------------------------------------------------------- /source/help/api/examples/perl_arXiv_simple_example.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/api/examples/perl_arXiv_simple_example.txt -------------------------------------------------------------------------------- /source/help/api/examples/php_arXiv_paging_example.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/api/examples/php_arXiv_paging_example.txt -------------------------------------------------------------------------------- /source/help/api/examples/php_arXiv_parsing_example.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/api/examples/php_arXiv_parsing_example.txt -------------------------------------------------------------------------------- /source/help/api/examples/php_arXiv_simple_example.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/api/examples/php_arXiv_simple_example.txt -------------------------------------------------------------------------------- /source/help/api/examples/python_arXiv_paging_example.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/api/examples/python_arXiv_paging_example.txt -------------------------------------------------------------------------------- /source/help/api/examples/python_arXiv_parsing_example.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/api/examples/python_arXiv_parsing_example.txt -------------------------------------------------------------------------------- /source/help/api/examples/python_arXiv_simple_example.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/api/examples/python_arXiv_simple_example.txt -------------------------------------------------------------------------------- /source/help/api/examples/ruby_arXiv_paging_example.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/api/examples/ruby_arXiv_paging_example.txt -------------------------------------------------------------------------------- /source/help/api/examples/ruby_arXiv_parsing_example.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/api/examples/ruby_arXiv_parsing_example.txt -------------------------------------------------------------------------------- /source/help/api/examples/ruby_arXiv_simple_example.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/api/examples/ruby_arXiv_simple_example.txt -------------------------------------------------------------------------------- /source/help/api/faq.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/api/faq.html -------------------------------------------------------------------------------- /source/help/api/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/api/index.md -------------------------------------------------------------------------------- /source/help/api/tou.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/api/tou.md -------------------------------------------------------------------------------- /source/help/api/user-manual.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/api/user-manual.md -------------------------------------------------------------------------------- /source/help/arXivGuardianConsentSubmissionForm.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/arXivGuardianConsentSubmissionForm.pdf -------------------------------------------------------------------------------- /source/help/arxiv_identifier.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/arxiv_identifier.md -------------------------------------------------------------------------------- /source/help/arxiv_identifier_for_services.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/arxiv_identifier_for_services.md -------------------------------------------------------------------------------- /source/help/atom_specifications.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/atom_specifications.md -------------------------------------------------------------------------------- /source/help/author_identifiers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/author_identifiers.md -------------------------------------------------------------------------------- /source/help/authority.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/authority.md -------------------------------------------------------------------------------- /source/help/availability.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/availability.md -------------------------------------------------------------------------------- /source/help/bib_feed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/bib_feed.md -------------------------------------------------------------------------------- /source/help/bitmap/advanced.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/bitmap/advanced.md -------------------------------------------------------------------------------- /source/help/bitmap/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/bitmap/faq.md -------------------------------------------------------------------------------- /source/help/bitmap/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/bitmap/index.md -------------------------------------------------------------------------------- /source/help/bitmap/problems.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/bitmap/problems.md -------------------------------------------------------------------------------- /source/help/bitmap/procedure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/bitmap/procedure.md -------------------------------------------------------------------------------- /source/help/bitmap/software.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/bitmap/software.md -------------------------------------------------------------------------------- /source/help/bulk_data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/bulk_data.md -------------------------------------------------------------------------------- /source/help/bulk_data/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/bulk_data/index.md -------------------------------------------------------------------------------- /source/help/bulk_data_s3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/bulk_data_s3.md -------------------------------------------------------------------------------- /source/help/cloud.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/cloud.md -------------------------------------------------------------------------------- /source/help/config_browser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/config_browser.md -------------------------------------------------------------------------------- /source/help/contact.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/contact.md -------------------------------------------------------------------------------- /source/help/cross.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/cross.md -------------------------------------------------------------------------------- /source/help/cs/advisorycommittee.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/cs/advisorycommittee.html -------------------------------------------------------------------------------- /source/help/cs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/cs/index.md -------------------------------------------------------------------------------- /source/help/cs/subjectclasses.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/cs/subjectclasses.html -------------------------------------------------------------------------------- /source/help/data_conservancy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/data_conservancy.md -------------------------------------------------------------------------------- /source/help/datasets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/datasets.md -------------------------------------------------------------------------------- /source/help/doi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/doi.md -------------------------------------------------------------------------------- /source/help/econ/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/econ/index.md -------------------------------------------------------------------------------- /source/help/eess/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/eess/index.md -------------------------------------------------------------------------------- /source/help/email-protection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/email-protection.md -------------------------------------------------------------------------------- /source/help/endorsement-math.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/endorsement-math.md -------------------------------------------------------------------------------- /source/help/endorsement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/endorsement.md -------------------------------------------------------------------------------- /source/help/faq/aaclass.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/faq/aaclass.md -------------------------------------------------------------------------------- /source/help/faq/amslatex2000.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/faq/amslatex2000.md -------------------------------------------------------------------------------- /source/help/faq/arXiv-texsize.ps.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/faq/arXiv-texsize.ps.gz -------------------------------------------------------------------------------- /source/help/faq/browsergunzip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/faq/browsergunzip.md -------------------------------------------------------------------------------- /source/help/faq/bulk_data_s3_patch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/faq/bulk_data_s3_patch.txt -------------------------------------------------------------------------------- /source/help/faq/citelinks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/faq/citelinks.md -------------------------------------------------------------------------------- /source/help/faq/daily.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/faq/daily.sh -------------------------------------------------------------------------------- /source/help/faq/doublesubscript.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/faq/doublesubscript.md -------------------------------------------------------------------------------- /source/help/faq/doublesubscript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/faq/doublesubscript.png -------------------------------------------------------------------------------- /source/help/faq/dvips.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/faq/dvips.md -------------------------------------------------------------------------------- /source/help/faq/feynmf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/faq/feynmf.md -------------------------------------------------------------------------------- /source/help/faq/font-info-tl2025.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/faq/font-info-tl2025.md -------------------------------------------------------------------------------- /source/help/faq/freefonts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/faq/freefonts.md -------------------------------------------------------------------------------- /source/help/faq/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/faq/index.md -------------------------------------------------------------------------------- /source/help/faq/landscape.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/faq/landscape.md -------------------------------------------------------------------------------- /source/help/faq/mistakes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/faq/mistakes.md -------------------------------------------------------------------------------- /source/help/faq/multilang.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/faq/multilang.md -------------------------------------------------------------------------------- /source/help/faq/pd1enc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/faq/pd1enc.md -------------------------------------------------------------------------------- /source/help/faq/pdfrotate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/faq/pdfrotate.md -------------------------------------------------------------------------------- /source/help/faq/psbad.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/faq/psbad.md -------------------------------------------------------------------------------- /source/help/faq/psjunk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/faq/psjunk.md -------------------------------------------------------------------------------- /source/help/faq/pstricks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/faq/pstricks.md -------------------------------------------------------------------------------- /source/help/faq/references.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/faq/references.md -------------------------------------------------------------------------------- /source/help/faq/revtex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/faq/revtex.md -------------------------------------------------------------------------------- /source/help/faq/squid.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/faq/squid.conf -------------------------------------------------------------------------------- /source/help/faq/srcfaq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/faq/srcfaq.md -------------------------------------------------------------------------------- /source/help/faq/statfaq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/faq/statfaq.md -------------------------------------------------------------------------------- /source/help/faq/texlive.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/faq/texlive.md -------------------------------------------------------------------------------- /source/help/faq/texprobs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/faq/texprobs.md -------------------------------------------------------------------------------- /source/help/faq/textures.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/faq/textures.md -------------------------------------------------------------------------------- /source/help/faq/today.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/faq/today.md -------------------------------------------------------------------------------- /source/help/faq/wget_patch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/faq/wget_patch.txt -------------------------------------------------------------------------------- /source/help/faq/whynostamp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/faq/whynostamp.md -------------------------------------------------------------------------------- /source/help/faq/whytex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/faq/whytex.md -------------------------------------------------------------------------------- /source/help/find.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/find.md -------------------------------------------------------------------------------- /source/help/find/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/find/index.md -------------------------------------------------------------------------------- /source/help/gzip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/gzip.md -------------------------------------------------------------------------------- /source/help/hypertex/HyperTeXview.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/HyperTeXview.tar.gz -------------------------------------------------------------------------------- /source/help/hypertex/binaries/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/binaries/index.md -------------------------------------------------------------------------------- /source/help/hypertex/binaries/xhdvi_hpux_9.05.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/binaries/xhdvi_hpux_9.05.tar.gz -------------------------------------------------------------------------------- /source/help/hypertex/binaries/xhdvi_iris_5.2.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/binaries/xhdvi_iris_5.2.tar.gz -------------------------------------------------------------------------------- /source/help/hypertex/binaries/xhdvi_sun_4.1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/binaries/xhdvi_sun_4.1.tar.gz -------------------------------------------------------------------------------- /source/help/hypertex/dospecial.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/dospecial.c -------------------------------------------------------------------------------- /source/help/hypertex/emdual.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/emdual.tar.gz -------------------------------------------------------------------------------- /source/help/hypertex/hharvsamp.dvi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/hharvsamp.dvi -------------------------------------------------------------------------------- /source/help/hypertex/hharvsamp.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/hharvsamp.tex -------------------------------------------------------------------------------- /source/help/hypertex/hyperlh88.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/hyperlh88.tar.gz -------------------------------------------------------------------------------- /source/help/hypertex/hypertasi92.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/hypertasi92.tar.gz -------------------------------------------------------------------------------- /source/help/hypertex/hypertex.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/hypertex.css -------------------------------------------------------------------------------- /source/help/hypertex/hypertex.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/hypertex.gif -------------------------------------------------------------------------------- /source/help/hypertex/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/index.md -------------------------------------------------------------------------------- /source/help/hypertex/lanlmac.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/lanlmac.tex -------------------------------------------------------------------------------- /source/help/hypertex/link.dvi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/link.dvi -------------------------------------------------------------------------------- /source/help/hypertex/link.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/link.pdf -------------------------------------------------------------------------------- /source/help/hypertex/link.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/link.ps -------------------------------------------------------------------------------- /source/help/hypertex/pdfcomments.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/pdfcomments.txt -------------------------------------------------------------------------------- /source/help/hypertex/sources/dvihpsk.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/sources/dvihpsk.tar.gz -------------------------------------------------------------------------------- /source/help/hypertex/sources/gv1.5gs5.50hack.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/sources/gv1.5gs5.50hack.tar.gz -------------------------------------------------------------------------------- /source/help/hypertex/sources/macros/aasms.hty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/sources/macros/aasms.hty -------------------------------------------------------------------------------- /source/help/hypertex/sources/macros/aasms4.hty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/sources/macros/aasms4.hty -------------------------------------------------------------------------------- /source/help/hypertex/sources/macros/aaspp.hty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/sources/macros/aaspp.hty -------------------------------------------------------------------------------- /source/help/hypertex/sources/macros/aaspp4.hty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/sources/macros/aaspp4.hty -------------------------------------------------------------------------------- /source/help/hypertex/sources/macros/aaspptwo.hty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/sources/macros/aaspptwo.hty -------------------------------------------------------------------------------- /source/help/hypertex/sources/macros/amsart.hty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/sources/macros/amsart.hty -------------------------------------------------------------------------------- /source/help/hypertex/sources/macros/amsart11.hty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/sources/macros/amsart11.hty -------------------------------------------------------------------------------- /source/help/hypertex/sources/macros/amsart12.hty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/sources/macros/amsart12.hty -------------------------------------------------------------------------------- /source/help/hypertex/sources/macros/amsbook.hty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/sources/macros/amsbook.hty -------------------------------------------------------------------------------- /source/help/hypertex/sources/macros/aps.hty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/sources/macros/aps.hty -------------------------------------------------------------------------------- /source/help/hypertex/sources/macros/article.hty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/sources/macros/article.hty -------------------------------------------------------------------------------- /source/help/hypertex/sources/macros/book.hty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/sources/macros/book.hty -------------------------------------------------------------------------------- /source/help/hypertex/sources/macros/cite.hty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/sources/macros/cite.hty -------------------------------------------------------------------------------- /source/help/hypertex/sources/macros/cites.hty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/sources/macros/cites.hty -------------------------------------------------------------------------------- /source/help/hypertex/sources/macros/citesort.hty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/sources/macros/citesort.hty -------------------------------------------------------------------------------- /source/help/hypertex/sources/macros/elsart.hty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/sources/macros/elsart.hty -------------------------------------------------------------------------------- /source/help/hypertex/sources/macros/espart.hty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/sources/macros/espart.hty -------------------------------------------------------------------------------- /source/help/hypertex/sources/macros/espcrc2.hty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/sources/macros/espcrc2.hty -------------------------------------------------------------------------------- /source/help/hypertex/sources/macros/fleqn.hty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/sources/macros/fleqn.hty -------------------------------------------------------------------------------- /source/help/hypertex/sources/macros/hlatex.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/sources/macros/hlatex.tex -------------------------------------------------------------------------------- /source/help/hypertex/sources/macros/hyperbasics.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/sources/macros/hyperbasics.tex -------------------------------------------------------------------------------- /source/help/hypertex/sources/macros/hypercwebmac.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/sources/macros/hypercwebmac.tex -------------------------------------------------------------------------------- /source/help/hypertex/sources/macros/hyperlatex.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/sources/macros/hyperlatex.tex -------------------------------------------------------------------------------- /source/help/hypertex/sources/macros/hyperncwebmac.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/sources/macros/hyperncwebmac.tex -------------------------------------------------------------------------------- /source/help/hypertex/sources/macros/hypertest.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/sources/macros/hypertest.tex -------------------------------------------------------------------------------- /source/help/hypertex/sources/macros/hyperwebmac.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/sources/macros/hyperwebmac.tex -------------------------------------------------------------------------------- /source/help/hypertex/sources/macros/ichep.hty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/sources/macros/ichep.hty -------------------------------------------------------------------------------- /source/help/hypertex/sources/macros/ijcai95.hty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/sources/macros/ijcai95.hty -------------------------------------------------------------------------------- /source/help/hypertex/sources/macros/ioplppt.hty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/sources/macros/ioplppt.hty -------------------------------------------------------------------------------- /source/help/hypertex/sources/macros/laa.hty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/sources/macros/laa.hty -------------------------------------------------------------------------------- /source/help/hypertex/sources/macros/lsalike.hty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/sources/macros/lsalike.hty -------------------------------------------------------------------------------- /source/help/hypertex/sources/macros/named.hty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/sources/macros/named.hty -------------------------------------------------------------------------------- /source/help/hypertex/sources/macros/prabib.hty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/sources/macros/prabib.hty -------------------------------------------------------------------------------- /source/help/hypertex/sources/macros/prabib.old.hty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/sources/macros/prabib.old.hty -------------------------------------------------------------------------------- /source/help/hypertex/sources/macros/prbbib.hty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/sources/macros/prbbib.hty -------------------------------------------------------------------------------- /source/help/hypertex/sources/macros/rangecite.hty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/sources/macros/rangecite.hty -------------------------------------------------------------------------------- /source/help/hypertex/sources/macros/report.hty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/sources/macros/report.hty -------------------------------------------------------------------------------- /source/help/hypertex/sources/macros/revtex.hty: -------------------------------------------------------------------------------- 1 | \hyper@pen{\@society} 2 | -------------------------------------------------------------------------------- /source/help/hypertex/sources/macros/vanilla.hty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/sources/macros/vanilla.hty -------------------------------------------------------------------------------- /source/help/hypertex/sources/macros/world_sci.hty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/sources/macros/world_sci.hty -------------------------------------------------------------------------------- /source/help/hypertex/test.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/test.ps -------------------------------------------------------------------------------- /source/help/hypertex/wcf_final.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/wcf_final.ps -------------------------------------------------------------------------------- /source/help/hypertex/xhdvi_0.4c.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/xhdvi_0.4c.tar.gz -------------------------------------------------------------------------------- /source/help/hypertex/xhdvi_0.5a.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/xhdvi_0.5a.tar.gz -------------------------------------------------------------------------------- /source/help/hypertex/xhdvi_0.6.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/hypertex/xhdvi_0.6.tar.gz -------------------------------------------------------------------------------- /source/help/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/index.md -------------------------------------------------------------------------------- /source/help/ir.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/ir.md -------------------------------------------------------------------------------- /source/help/jref.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/jref.md -------------------------------------------------------------------------------- /source/help/license/images/arxiv-license.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/license/images/arxiv-license.png -------------------------------------------------------------------------------- /source/help/license/images/arxiv-non-exclusive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/license/images/arxiv-non-exclusive.png -------------------------------------------------------------------------------- /source/help/license/images/cc-by-nc-nd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/license/images/cc-by-nc-nd.png -------------------------------------------------------------------------------- /source/help/license/images/cc-by-nc-sa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/license/images/cc-by-nc-sa.png -------------------------------------------------------------------------------- /source/help/license/images/cc-by-sa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/license/images/cc-by-sa.png -------------------------------------------------------------------------------- /source/help/license/images/cc-by.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/license/images/cc-by.png -------------------------------------------------------------------------------- /source/help/license/images/cc-zero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/license/images/cc-zero.png -------------------------------------------------------------------------------- /source/help/license/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/license/index.md -------------------------------------------------------------------------------- /source/help/license/reuse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/license/reuse.md -------------------------------------------------------------------------------- /source/help/macro_list.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/macro_list.md -------------------------------------------------------------------------------- /source/help/math/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/math/index.md -------------------------------------------------------------------------------- /source/help/mathjax.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/mathjax.md -------------------------------------------------------------------------------- /source/help/mimetypes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/mimetypes.md -------------------------------------------------------------------------------- /source/help/mirrors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/mirrors.md -------------------------------------------------------------------------------- /source/help/misuse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/misuse.md -------------------------------------------------------------------------------- /source/help/moderation/appeals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/moderation/appeals.md -------------------------------------------------------------------------------- /source/help/moderation/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/moderation/index.md -------------------------------------------------------------------------------- /source/help/myarticles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/myarticles.md -------------------------------------------------------------------------------- /source/help/myarticles_ex2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/myarticles_ex2.md -------------------------------------------------------------------------------- /source/help/not-registered.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/not-registered.md -------------------------------------------------------------------------------- /source/help/oa/arXiv_meta_format.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/oa/arXiv_meta_format.md -------------------------------------------------------------------------------- /source/help/oa/dataPolicy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/oa/dataPolicy.md -------------------------------------------------------------------------------- /source/help/oa/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/oa/index.md -------------------------------------------------------------------------------- /source/help/oa/metadataPolicy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/oa/metadataPolicy.md -------------------------------------------------------------------------------- /source/help/oa/rfc1807.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/oa/rfc1807.md -------------------------------------------------------------------------------- /source/help/oa/sfc_data_provider.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/oa/sfc_data_provider.md -------------------------------------------------------------------------------- /source/help/oa/sfc_oams.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/oa/sfc_oams.md -------------------------------------------------------------------------------- /source/help/openurl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/openurl.md -------------------------------------------------------------------------------- /source/help/orcid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/orcid.md -------------------------------------------------------------------------------- /source/help/overlap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/overlap.md -------------------------------------------------------------------------------- /source/help/passwords.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/passwords.md -------------------------------------------------------------------------------- /source/help/pdf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/pdf.md -------------------------------------------------------------------------------- /source/help/physics/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/physics/index.md -------------------------------------------------------------------------------- /source/help/policies/code_of_conduct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/policies/code_of_conduct.md -------------------------------------------------------------------------------- /source/help/policies/code_of_conduct_enforcement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/policies/code_of_conduct_enforcement.md -------------------------------------------------------------------------------- /source/help/policies/content-types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/policies/content-types.md -------------------------------------------------------------------------------- /source/help/policies/format_requirements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/policies/format_requirements.md -------------------------------------------------------------------------------- /source/help/policies/identity_and_affiliation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/policies/identity_and_affiliation.md -------------------------------------------------------------------------------- /source/help/policies/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/policies/index.md -------------------------------------------------------------------------------- /source/help/policies/index.md~: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/help/policies/privacy_policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/policies/privacy_policy.md -------------------------------------------------------------------------------- /source/help/policies/submission_agreement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/policies/submission_agreement.md -------------------------------------------------------------------------------- /source/help/prep.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/prep.md -------------------------------------------------------------------------------- /source/help/ps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/ps.md -------------------------------------------------------------------------------- /source/help/pscm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/pscm.md -------------------------------------------------------------------------------- /source/help/psvariants.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/psvariants.md -------------------------------------------------------------------------------- /source/help/q-bio/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/q-bio/index.md -------------------------------------------------------------------------------- /source/help/q-fin/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/q-fin/index.md -------------------------------------------------------------------------------- /source/help/registerhelp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/registerhelp.md -------------------------------------------------------------------------------- /source/help/replace.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/replace.md -------------------------------------------------------------------------------- /source/help/robots.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/robots.md -------------------------------------------------------------------------------- /source/help/rss.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/rss.md -------------------------------------------------------------------------------- /source/help/rss_specifications.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/rss_specifications.md -------------------------------------------------------------------------------- /source/help/sizes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/sizes.md -------------------------------------------------------------------------------- /source/help/stat/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/stat/index.md -------------------------------------------------------------------------------- /source/help/statistics/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/statistics/index.md -------------------------------------------------------------------------------- /source/help/stats/2021_by_area/astro-ph_yearly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/stats/2021_by_area/astro-ph_yearly.png -------------------------------------------------------------------------------- /source/help/stats/2021_by_area/cond-mat_yearly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/stats/2021_by_area/cond-mat_yearly.png -------------------------------------------------------------------------------- /source/help/stats/2021_by_area/cs_yearly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/stats/2021_by_area/cs_yearly.png -------------------------------------------------------------------------------- /source/help/stats/2021_by_area/cumsubs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/stats/2021_by_area/cumsubs.png -------------------------------------------------------------------------------- /source/help/stats/2021_by_area/econ_yearly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/stats/2021_by_area/econ_yearly.png -------------------------------------------------------------------------------- /source/help/stats/2021_by_area/eess_yearly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/stats/2021_by_area/eess_yearly.png -------------------------------------------------------------------------------- /source/help/stats/2021_by_area/hep_yearly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/stats/2021_by_area/hep_yearly.png -------------------------------------------------------------------------------- /source/help/stats/2021_by_area/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/stats/2021_by_area/index.html -------------------------------------------------------------------------------- /source/help/stats/2021_by_area/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/stats/2021_by_area/index.md -------------------------------------------------------------------------------- /source/help/stats/2021_by_area/math_yearly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/stats/2021_by_area/math_yearly.png -------------------------------------------------------------------------------- /source/help/stats/2021_by_area/newsubs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/stats/2021_by_area/newsubs.png -------------------------------------------------------------------------------- /source/help/stats/2021_by_area/nlin_yearly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/stats/2021_by_area/nlin_yearly.png -------------------------------------------------------------------------------- /source/help/stats/2021_by_area/nucl_yearly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/stats/2021_by_area/nucl_yearly.png -------------------------------------------------------------------------------- /source/help/stats/2021_by_area/phys_yearly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/stats/2021_by_area/phys_yearly.png -------------------------------------------------------------------------------- /source/help/stats/2021_by_area/physics_yearly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/stats/2021_by_area/physics_yearly.png -------------------------------------------------------------------------------- /source/help/stats/2021_by_area/q-bio_yearly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/stats/2021_by_area/q-bio_yearly.png -------------------------------------------------------------------------------- /source/help/stats/2021_by_area/q-fin_yearly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/stats/2021_by_area/q-fin_yearly.png -------------------------------------------------------------------------------- /source/help/stats/2021_by_area/quant-ph_gr-qc_yearly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/stats/2021_by_area/quant-ph_gr-qc_yearly.png -------------------------------------------------------------------------------- /source/help/stats/2021_by_area/stat_yearly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/stats/2021_by_area/stat_yearly.png -------------------------------------------------------------------------------- /source/help/stats/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/stats/index.md -------------------------------------------------------------------------------- /source/help/submit/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/submit/index.md -------------------------------------------------------------------------------- /source/help/submit_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/submit_index.md -------------------------------------------------------------------------------- /source/help/submit_latex_best_practices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/submit_latex_best_practices.md -------------------------------------------------------------------------------- /source/help/submit_legacy_differences.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/submit_legacy_differences.md -------------------------------------------------------------------------------- /source/help/submit_pdf.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/help/submit_pdf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/submit_pdf.md -------------------------------------------------------------------------------- /source/help/submit_ps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/submit_ps.md -------------------------------------------------------------------------------- /source/help/submit_status.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/submit_status.md -------------------------------------------------------------------------------- /source/help/submit_sword.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/submit_sword.md -------------------------------------------------------------------------------- /source/help/submit_tex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/submit_tex.md -------------------------------------------------------------------------------- /source/help/subscribe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/subscribe.md -------------------------------------------------------------------------------- /source/help/tar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/tar.md -------------------------------------------------------------------------------- /source/help/tex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/tex.md -------------------------------------------------------------------------------- /source/help/texlive_package_list.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/texlive_package_list.md -------------------------------------------------------------------------------- /source/help/third_party_submission.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/third_party_submission.md -------------------------------------------------------------------------------- /source/help/trackback.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/trackback.md -------------------------------------------------------------------------------- /source/help/translations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/translations.md -------------------------------------------------------------------------------- /source/help/type1linux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/type1linux.md -------------------------------------------------------------------------------- /source/help/unpack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/unpack.md -------------------------------------------------------------------------------- /source/help/utilities.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/utilities.md -------------------------------------------------------------------------------- /source/help/versions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/versions.md -------------------------------------------------------------------------------- /source/help/view.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/view.md -------------------------------------------------------------------------------- /source/help/web_accessibility.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/web_accessibility.md -------------------------------------------------------------------------------- /source/help/withdraw.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/help/withdraw.md -------------------------------------------------------------------------------- /source/hiring/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/hiring/index.md -------------------------------------------------------------------------------- /source/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/index.md -------------------------------------------------------------------------------- /source/labs/images/CORE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/labs/images/CORE.png -------------------------------------------------------------------------------- /source/labs/images/Scite-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/labs/images/Scite-logo.png -------------------------------------------------------------------------------- /source/labs/images/ar5iv-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/labs/images/ar5iv-logo.png -------------------------------------------------------------------------------- /source/labs/images/arXivLabs-tabs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/labs/images/arXivLabs-tabs.png -------------------------------------------------------------------------------- /source/labs/images/arXivLabsFeatures-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/labs/images/arXivLabsFeatures-01.png -------------------------------------------------------------------------------- /source/labs/images/bib-explorer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/labs/images/bib-explorer.png -------------------------------------------------------------------------------- /source/labs/images/connected-papers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/labs/images/connected-papers.png -------------------------------------------------------------------------------- /source/labs/images/core-recommender.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/labs/images/core-recommender.png -------------------------------------------------------------------------------- /source/labs/images/dagshub-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/labs/images/dagshub-logo.png -------------------------------------------------------------------------------- /source/labs/images/huggingface-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/labs/images/huggingface-logo.png -------------------------------------------------------------------------------- /source/labs/images/iarxiv-logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/labs/images/iarxiv-logo.jpg -------------------------------------------------------------------------------- /source/labs/images/inffluence-flower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/labs/images/inffluence-flower.png -------------------------------------------------------------------------------- /source/labs/images/inffluence-flowers-image.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/labs/images/inffluence-flowers-image.jpeg -------------------------------------------------------------------------------- /source/labs/images/litmaps-logo-square-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/labs/images/litmaps-logo-square-white.png -------------------------------------------------------------------------------- /source/labs/images/pwc-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/labs/images/pwc-logo.png -------------------------------------------------------------------------------- /source/labs/images/readability.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/labs/images/readability.png -------------------------------------------------------------------------------- /source/labs/images/replicate-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/labs/images/replicate-logo.png -------------------------------------------------------------------------------- /source/labs/images/sciencecast-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/labs/images/sciencecast-logo.png -------------------------------------------------------------------------------- /source/labs/images/smileybones-labs-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/labs/images/smileybones-labs-icon.png -------------------------------------------------------------------------------- /source/labs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/labs/index.md -------------------------------------------------------------------------------- /source/labs/showcase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/labs/showcase.md -------------------------------------------------------------------------------- /source/new/91-94.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/new/91-94.md -------------------------------------------------------------------------------- /source/new/94-96.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/new/94-96.md -------------------------------------------------------------------------------- /source/new/condreorg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/new/condreorg.md -------------------------------------------------------------------------------- /source/new/econ_announce.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/new/econ_announce.md -------------------------------------------------------------------------------- /source/new/eess_announce.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/new/eess_announce.md -------------------------------------------------------------------------------- /source/new/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/new/index.md -------------------------------------------------------------------------------- /source/new/math.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/new/math.md -------------------------------------------------------------------------------- /source/new/nlin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/new/nlin.md -------------------------------------------------------------------------------- /source/new/nlinsub.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/new/nlinsub.md -------------------------------------------------------------------------------- /source/new/q-bio_announce.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/new/q-bio_announce.md -------------------------------------------------------------------------------- /source/new/q-fin_announce.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/new/q-fin_announce.md -------------------------------------------------------------------------------- /source/new/stat_announce.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/new/stat_announce.md -------------------------------------------------------------------------------- /source/stylesheets/extra.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arXiv/arxiv-docs/HEAD/source/stylesheets/extra.css --------------------------------------------------------------------------------