├── .gitignore ├── Chronicling America API ├── ChronAm API Samples.ipynb ├── README.md ├── chronam_all_digitized │ ├── README.md │ └── chronam_all_digitized.py └── chronam_issue_counts │ ├── README.md │ ├── state_issues_year_2019_AK.py │ ├── state_issues_year_2019_AL.py │ ├── state_issues_year_2019_AR.py │ ├── state_issues_year_2019_AZ.py │ ├── state_issues_year_2019_CA.py │ ├── state_issues_year_2019_CO.py │ ├── state_issues_year_2019_CT.py │ ├── state_issues_year_2019_DC.py │ ├── state_issues_year_2019_DE.py │ ├── state_issues_year_2019_FL.py │ ├── state_issues_year_2019_GA.py │ ├── state_issues_year_2019_HI.py │ ├── state_issues_year_2019_IA.py │ ├── state_issues_year_2019_ID.py │ ├── state_issues_year_2019_IL.py │ ├── state_issues_year_2019_IN.py │ ├── state_issues_year_2019_KS.py │ ├── state_issues_year_2019_KY.py │ ├── state_issues_year_2019_LA.py │ ├── state_issues_year_2019_MA.py │ ├── state_issues_year_2019_MD.py │ ├── state_issues_year_2019_ME.py │ ├── state_issues_year_2019_MI.py │ ├── state_issues_year_2019_MN.py │ ├── state_issues_year_2019_MO.py │ ├── state_issues_year_2019_MS.py │ ├── state_issues_year_2019_MT.py │ ├── state_issues_year_2019_NC.py │ ├── state_issues_year_2019_ND.py │ ├── state_issues_year_2019_NE.py │ ├── state_issues_year_2019_NJ.py │ ├── state_issues_year_2019_NM.py │ ├── state_issues_year_2019_NOSTATE.py │ ├── state_issues_year_2019_NV.py │ ├── state_issues_year_2019_NY.py │ ├── state_issues_year_2019_OH.py │ ├── state_issues_year_2019_OK.py │ ├── state_issues_year_2019_OR.py │ ├── state_issues_year_2019_PA.py │ ├── state_issues_year_2019_PR.py │ ├── state_issues_year_2019_SC.py │ ├── state_issues_year_2019_SD.py │ ├── state_issues_year_2019_TN.py │ ├── state_issues_year_2019_TX.py │ ├── state_issues_year_2019_UT.py │ ├── state_issues_year_2019_VA.py │ ├── state_issues_year_2019_VT.py │ ├── state_issues_year_2019_WA.py │ ├── state_issues_year_2019_WI.py │ └── state_issues_year_2019_WV.py ├── Data Packages ├── README.md ├── austro-hungarian-maps.ipynb ├── bulk_download.py ├── digitized-books.ipynb ├── directories.ipynb ├── dot-gov-pdf.ipynb ├── free-to-use.ipynb ├── gen-coll-assessment.ipynb ├── helpers.py ├── jukebox.ipynb ├── requirements.txt ├── sanborn.ipynb ├── stereographs.ipynb ├── telephone.ipynb └── us-elections.ipynb ├── Data Sets ├── README.md └── Web Archives │ ├── LOC_Election_Dataset_Walkthrough.ipynb │ ├── getting_started_with_giphy.ipynb │ ├── getting_started_with_memegenerator.ipynb │ └── loc_goes_lofi.ipynb ├── Events └── dh-ideas.md ├── LICENSE ├── Processing Scripts ├── README.md └── americanfolklifecenter │ ├── README.md │ ├── processfiles.sh │ └── reportmd.sh ├── README.md ├── _build └── html │ ├── .buildinfo │ ├── .nojekyll │ ├── Chronicling America API │ ├── ChronAm API Samples.html │ ├── README.html │ ├── chronam_all_digitized │ │ └── README.html │ └── chronam_issue_counts │ │ └── README.html │ ├── Data Packages │ ├── README.html │ ├── austro-hungarian-maps.html │ ├── digitized-books.html │ ├── directories.html │ ├── dot-gov-pdf.html │ ├── free-to-use.html │ ├── gen-coll-assessment.html │ ├── jukebox.html │ ├── sanborn.html │ ├── stereographs.html │ ├── telephone.html │ └── us-elections.html │ ├── Data Sets │ ├── README.html │ └── Web Archives │ │ ├── LOC_Election_Dataset_Walkthrough.html │ │ ├── getting_started_with_giphy.html │ │ ├── getting_started_with_memegenerator.html │ │ └── loc_goes_lofi.html │ ├── Events │ └── dh-ideas.html │ ├── Processing Scripts │ ├── README.html │ └── americanfolklifecenter │ │ └── README.html │ ├── README.html │ ├── _images │ ├── 000000.png │ ├── 005b82.png │ ├── 00622f.png │ ├── 0072b2.png │ ├── 00749c.png │ ├── 008561.png │ ├── 00e0e0.png │ ├── 023b95.png │ ├── 024c1a.png │ ├── 0550ae.png │ ├── 080808.png │ ├── 0905010c66d87fabb152e9253debfd3da843aac6fa3cee230a932e66603fb32b.png │ ├── 0a1125948e473445743edecae08638c1eb106317cabf2b32fcd08e6a44a62521.png │ ├── 116329.png │ ├── 116633.png │ ├── 141414.png │ ├── 18c1c4.png │ ├── 1e1e1e.png │ ├── 233c254347694d5dc3a3908e75025e58e2ba32d4162061f4d443325d882840d8.jpg │ ├── 2388be9bbf99bb2b233f493a50b785416b8d8f9960fe7fa95410e6c8940e3f18.jpg │ ├── 24292f.png │ ├── 31fd01cdfb043fec4a5415f658d469ebe9d2bdf50e2da34b6ce22112f448d02b.png │ ├── 3b8333fadfb6e53007b85686779f761e138cc94409d5a56a606b5be2d2cb1263.png │ ├── 3d73a9.png │ ├── 437a6b.png │ ├── 4fe33ed2c8973da2bc09b570a1f561d0266d72530ceb727198002c82a02d1bac.png │ ├── 515151.png │ ├── 5391cf.png │ ├── 55d22e5e27ee12b1d80107ee0df9ee3788dd024698575a8bd2c817c9fb65af3c.jpg │ ├── 5b8191b06b6167c6226e3f6771d739fa1f8e6d6d3e34fc8610279149ea2d97b1.png │ ├── 5ca7e4.png │ ├── 60e8f2d0230c7e1364d095872f1f2e2339338e55586d42579f9d1ff8d3314da4.png │ ├── 622cbc.png │ ├── 62f7f2e870792a10d24d0d2fd44cacc48fd57dd7b02a522856c0fee998731c90.png │ ├── 66707b.png │ ├── 66ccee.png │ ├── 66e9ec.png │ ├── 6730c5.png │ ├── 6e7781.png │ ├── 6f98b3.png │ ├── 702c00.png │ ├── 710e8ab825895b66248def00f869ba5262064d815d6e25e64657530882c2d517.png │ ├── 72f088.png │ ├── 737373.png │ ├── 797979.png │ ├── 7998f2.png │ ├── 79c0ff.png │ ├── 7ee787.png │ ├── 7f4707.png │ ├── 8045e5.png │ ├── 81b19b.png │ ├── 821e8bf6fe35b69406e57eefad2e01df0189fa3194e2920f64df2e247d40b57f.png │ ├── 8250df.png │ ├── 8786ac.png │ ├── 87a8aec85cf975196418d8475eb5fa0cad9fe7e4150a488ab8d62c0b37130a15.png │ ├── 8a4600.png │ ├── 8b949e.png │ ├── 8c8c8c.png │ ├── 8f5f2a175654657fd82d1b760cd67d5d70ced7fe57a1e1e4974683bfb0e5dbc7.png │ ├── 912583.png │ ├── 91cbff.png │ ├── 953800.png │ ├── 974eb7.png │ ├── 98661b.png │ ├── 9920590e54cc5f53d2c190142e579624b3cbd24f7e8afe2ce96e87d5ac6d9336.png │ ├── 996b00.png │ ├── 9e86c8.png │ ├── 9e8741.png │ ├── 9f4e55.png │ ├── 9ff675181850370a9a9075a8785fac9b2d44b4a0d6d0c671dc97ccaf098aedb0.png │ ├── a0111f.png │ ├── a11y-dark.png │ ├── a11y-high-contrast-dark.png │ ├── a11y-high-contrast-light.png │ ├── a11y-light.png │ ├── a12236.png │ ├── a25e53.png │ ├── a2bffc.png │ ├── a5d6ff.png │ ├── a5d8966cf3eedf966a69342be03e2ce5fc5324511dd827beb551ae25ba8fbc4c.png │ ├── a88dce556bd5779f7faecf0e3cb6d043da5733c2a85f86c58273a65b6b0214c4.png │ ├── ab6369.png │ ├── abb0ac3f37e78aa8957faa7e8aec136c57bd64558c0fd7fb9d87d5abcc04ca67.png │ ├── abe338.png │ ├── ade392fdc14633fdfc4af03b7c7e80e5128dc3b758d689ec719a43854c910194.png │ ├── ae2feb587058cde1c6bdfb765a9345a73001b41b3a50a408b6850f24e4329791.png │ ├── ae5d0320565d7cc8a2e3eaba9dbfdaedeaeed425ef8e5094214e54d152eead3c.png │ ├── b19db4.png │ ├── b1bac4.png │ ├── b35900.png │ ├── b89784.png │ ├── ba31c3565b262a690950b673cb89ad0228a5231f8197257721bfed29bedf60d5.png │ ├── bbbbbb.png │ ├── bd1d91e96a7aaec2dcc6ea753c14bce922263ee5f2d9ffddfc7f48ee495fab4c.png │ ├── bf5400.png │ ├── blinds-dark.png │ ├── blinds-light.png │ ├── c4a2f5.png │ ├── c50015c57f7c64b66652df3dff3384c847ab1f9e44ec95b2a89044bf4a2f7939.png │ ├── c5e478.png │ ├── c9d1d9.png │ ├── caab6d.png │ ├── cc398b.png │ ├── ccbb44.png │ ├── cf222e.png │ ├── d166a3.png │ ├── d2a8ff.png │ ├── d4d0ab.png │ ├── d71835.png │ ├── d9dee3.png │ ├── dbb7ff.png │ ├── dcc6e0.png │ ├── e7023ec15ebb49dfdd670d4ad6b2d21ab15a8e1cd60b6c535da6e0e25afc7050.png │ ├── ec0c2f7fa8e647d80d754d22e6c8ec22fa5134d55c4bd17ee340dc44774fedec.png │ ├── ec68df8ba31489e3c9f72622d2d334b861e8572d41716a81d88b51367145247b.png │ ├── ec8e2c.png │ ├── ec8e6b073ff41b18fe6f0e71c82cbd01dda076c0b559614f9060cca918f8edac.png │ ├── ee6677.png │ ├── f26196.png │ ├── f47334e3b0ed0c09197ed3e9deb06906dcd788d5a190f3180adaa7be864884ca.jpg │ ├── f5a394.png │ ├── f5ab35.png │ ├── f5f5f5.png │ ├── f78c6c.png │ ├── f8f8f2.png │ ├── fad000.png │ ├── fdac54.png │ ├── fdc7c1f4fb6fe6f179785dcb66f4d273bb0801c909c9988ba688fc4114e2db69.jpg │ ├── fefeff.png │ ├── ff7b72.png │ ├── ff9492.png │ ├── ffa07a.png │ ├── ffa657.png │ ├── ffb757.png │ ├── ffd700.png │ ├── ffd900.png │ ├── geocoding_hhh_final_map.png │ ├── github-dark-colorblind.png │ ├── github-dark-high-contrast.png │ ├── github-dark.png │ ├── github-light-colorblind.png │ ├── github-light-high-contrast.png │ ├── github-light.png │ ├── gotthard-dark.png │ ├── gotthard-light.png │ ├── greative.png │ └── pitaya-smoothie.png │ ├── _sources │ ├── .venv │ │ └── Lib │ │ │ └── site-packages │ │ │ ├── a11y_pygments │ │ │ ├── a11y_dark │ │ │ │ └── README.md │ │ │ ├── a11y_high_contrast_dark │ │ │ │ └── README.md │ │ │ ├── a11y_high_contrast_light │ │ │ │ └── README.md │ │ │ ├── a11y_light │ │ │ │ └── README.md │ │ │ ├── blinds_dark │ │ │ │ └── README.md │ │ │ ├── blinds_light │ │ │ │ └── README.md │ │ │ ├── github_dark │ │ │ │ └── README.md │ │ │ ├── github_dark_colorblind │ │ │ │ └── README.md │ │ │ ├── github_dark_high_contrast │ │ │ │ └── README.md │ │ │ ├── github_light │ │ │ │ └── README.md │ │ │ ├── github_light_colorblind │ │ │ │ └── README.md │ │ │ ├── github_light_high_contrast │ │ │ │ └── README.md │ │ │ ├── gotthard_dark │ │ │ │ └── README.md │ │ │ ├── gotthard_light │ │ │ │ └── README.md │ │ │ ├── greative │ │ │ │ └── README.md │ │ │ └── pitaya_smoothie │ │ │ │ └── README.md │ │ │ ├── alabaster-0.7.16.dist-info │ │ │ └── LICENSE.rst │ │ │ ├── bleach │ │ │ └── _vendor │ │ │ │ ├── README.rst │ │ │ │ └── html5lib-1.1.dist-info │ │ │ │ └── AUTHORS.rst │ │ │ ├── boto3 │ │ │ └── examples │ │ │ │ ├── cloudfront.rst │ │ │ │ └── s3.rst │ │ │ ├── debugpy │ │ │ └── _vendored │ │ │ │ └── pydevd │ │ │ │ └── pydevd_plugins │ │ │ │ └── extensions │ │ │ │ └── README.md │ │ │ ├── httpcore-1.0.9.dist-info │ │ │ └── licenses │ │ │ │ └── LICENSE.md │ │ │ ├── httpx-0.28.1.dist-info │ │ │ └── licenses │ │ │ │ └── LICENSE.md │ │ │ ├── idna-3.10.dist-info │ │ │ └── LICENSE.md │ │ │ ├── imagesize-1.4.1.dist-info │ │ │ └── LICENSE.rst │ │ │ ├── ipython-9.4.0.dist-info │ │ │ └── licenses │ │ │ │ └── COPYING.rst │ │ │ ├── jupyter_book │ │ │ └── book_template │ │ │ │ ├── intro.md │ │ │ │ ├── markdown-notebooks.md │ │ │ │ ├── markdown.md │ │ │ │ └── notebooks.ipynb │ │ │ ├── jupyter_server │ │ │ └── i18n │ │ │ │ └── README.md │ │ │ ├── latexcodec-3.0.1.dist-info │ │ │ └── licenses │ │ │ │ ├── AUTHORS.rst │ │ │ │ └── LICENSE.rst │ │ │ ├── mdit_py_plugins │ │ │ ├── container │ │ │ │ └── README.md │ │ │ ├── deflist │ │ │ │ └── README.md │ │ │ └── texmath │ │ │ │ └── README.md │ │ │ ├── narwhals-1.47.0.dist-info │ │ │ └── licenses │ │ │ │ └── LICENSE.md │ │ │ ├── nbconvert │ │ │ └── templates │ │ │ │ ├── README.md │ │ │ │ └── skeleton │ │ │ │ └── README.md │ │ │ ├── numpy │ │ │ ├── ma │ │ │ │ └── README.rst │ │ │ └── random │ │ │ │ └── LICENSE.md │ │ │ ├── prompt_toolkit-3.0.51.dist-info │ │ │ └── licenses │ │ │ │ └── AUTHORS.rst │ │ │ ├── pybtex_docutils-1.0.3.dist-info │ │ │ └── LICENSE.rst │ │ │ ├── pyzmq-27.0.0.dist-info │ │ │ └── licenses │ │ │ │ └── LICENSE.md │ │ │ ├── rfc3339_validator-0.1.4.dist-info │ │ │ └── AUTHORS.rst │ │ │ ├── rfc3986_validator-0.1.1.dist-info │ │ │ └── AUTHORS.rst │ │ │ ├── scipy │ │ │ └── fft │ │ │ │ └── _pocketfft │ │ │ │ └── LICENSE.md │ │ │ ├── sklearn │ │ │ ├── datasets │ │ │ │ └── descr │ │ │ │ │ ├── breast_cancer.rst │ │ │ │ │ ├── california_housing.rst │ │ │ │ │ ├── covtype.rst │ │ │ │ │ ├── diabetes.rst │ │ │ │ │ ├── digits.rst │ │ │ │ │ ├── iris.rst │ │ │ │ │ ├── kddcup99.rst │ │ │ │ │ ├── lfw.rst │ │ │ │ │ ├── linnerud.rst │ │ │ │ │ ├── olivetti_faces.rst │ │ │ │ │ ├── rcv1.rst │ │ │ │ │ ├── species_distributions.rst │ │ │ │ │ ├── twenty_newsgroups.rst │ │ │ │ │ └── wine_data.rst │ │ │ └── externals │ │ │ │ ├── array_api_compat │ │ │ │ └── README.md │ │ │ │ └── array_api_extra │ │ │ │ └── README.md │ │ │ ├── soupsieve-2.7.dist-info │ │ │ └── licenses │ │ │ │ └── LICENSE.md │ │ │ ├── sphinx-7.4.7.dist-info │ │ │ └── LICENSE.rst │ │ │ ├── sphinx │ │ │ └── ext │ │ │ │ └── autosummary │ │ │ │ └── templates │ │ │ │ └── autosummary │ │ │ │ ├── base.rst │ │ │ │ ├── class.rst │ │ │ │ └── module.rst │ │ │ ├── sphinx_book_theme │ │ │ └── assets │ │ │ │ └── translations │ │ │ │ └── README.md │ │ │ ├── sphinxcontrib_bibtex-2.6.5.dist-info │ │ │ └── licenses │ │ │ │ └── LICENSE.rst │ │ │ ├── webencodings-0.5.1.dist-info │ │ │ └── DESCRIPTION.rst │ │ │ └── zmq │ │ │ └── backend │ │ │ └── cffi │ │ │ └── README.md │ ├── Chronicling America API │ │ ├── ChronAm API Samples.ipynb │ │ ├── README.md │ │ ├── chronam_all_digitized │ │ │ └── README.md │ │ └── chronam_issue_counts │ │ │ └── README.md │ ├── Data Packages │ │ ├── README.md │ │ ├── austro-hungarian-maps.ipynb │ │ ├── digitized-books.ipynb │ │ ├── directories.ipynb │ │ ├── dot-gov-pdf.ipynb │ │ ├── free-to-use.ipynb │ │ ├── gen-coll-assessment.ipynb │ │ ├── jukebox.ipynb │ │ ├── sanborn.ipynb │ │ ├── stereographs.ipynb │ │ ├── telephone.ipynb │ │ └── us-elections.ipynb │ ├── Data Sets │ │ ├── README.md │ │ └── Web Archives │ │ │ ├── LOC_Election_Dataset_Walkthrough.ipynb │ │ │ ├── getting_started_with_giphy.ipynb │ │ │ ├── getting_started_with_memegenerator.ipynb │ │ │ └── loc_goes_lofi.ipynb │ ├── Events │ │ └── dh-ideas.md │ ├── Processing Scripts │ │ ├── README.md │ │ └── americanfolklifecenter │ │ │ └── README.md │ ├── README.md │ ├── intro.md │ ├── loc.gov IIIF API │ │ └── IIIF.ipynb │ ├── loc.gov JSON API │ │ ├── Accessing images for analysis.ipynb │ │ ├── Chronicling_America │ │ │ ├── ChronAm-download_newspaper_title_batch.ipynb │ │ │ ├── ChronAm-download_results.ipynb │ │ │ ├── ChronAm_analyzing_language_location_frequency.ipynb │ │ │ ├── ChronAm_analyzing_specific_titles_limit_results.ipynb │ │ │ ├── ChronAm_analyzing_word_frequency_newspaper_frontpages.ipynb │ │ │ ├── ChronAm_basic_API tasks.ipynb │ │ │ └── README.md │ │ ├── Chronicling_America_Title_Essay_Datasets │ │ │ ├── README.md │ │ │ ├── analysis.ipynb │ │ │ └── download.ipynb │ │ ├── Dominant colors.ipynb │ │ ├── Downloading_Monographs_as_Images_in_Rosenwald_Collection │ │ │ └── Downloading Monographs as Images in Rosenwald Collection.ipynb │ │ ├── Extracting location data for geovisualization.ipynb │ │ ├── LOC.gov JSON API.ipynb │ │ ├── geocoding-hhh │ │ │ └── geocoding_with_the_hhh_collection.ipynb │ │ ├── maps │ │ │ ├── README.md │ │ │ ├── maps-analyzing-metadata.ipynb │ │ │ └── maps-downloading-querying.ipynb │ │ └── resources2pdf.ipynb │ ├── loc.gov Sitemaps API │ │ └── Sitemap.ipynb │ ├── loc.gov web interface │ │ └── OpenSearch.ipynb │ └── publishing.md │ ├── _sphinx_design_static │ ├── design-tabs.js │ └── sphinx-design.min.css │ ├── _static │ ├── LOC_Logo_horiz_inv.png │ ├── _sphinx_javascript_frameworks_compat.js │ ├── basic.css │ ├── check-solid.svg │ ├── clipboard.min.js │ ├── copy-button.svg │ ├── copybutton.css │ ├── copybutton.js │ ├── copybutton_funcs.js │ ├── design-style.4045f2051d55cab465a707391d5b2007.min.css │ ├── design-tabs.js │ ├── doctools.js │ ├── documentation_options.js │ ├── file.png │ ├── images │ │ ├── logo_binder.svg │ │ ├── logo_colab.png │ │ ├── logo_deepnote.svg │ │ └── logo_jupyterhub.svg │ ├── jquery-3.6.0.js │ ├── jquery.js │ ├── language_data.js │ ├── loc.css │ ├── loc.js │ ├── locales │ │ ├── ar │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── bg │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── bn │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── ca │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── cs │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── da │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── de │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── el │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── eo │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── es │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── et │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── fi │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── fr │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── hr │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── id │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── it │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── iw │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── ja │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── ko │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── lt │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── lv │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── ml │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── mr │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── ms │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── nl │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── no │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── pl │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── pt │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── ro │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── ru │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── sk │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── sl │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── sr │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── sv │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── ta │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── te │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── tg │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── th │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── tl │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── tr │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── uk │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── ur │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── vi │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── zh_CN │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ └── zh_TW │ │ │ └── LC_MESSAGES │ │ │ ├── booktheme.mo │ │ │ └── booktheme.po │ ├── minus.png │ ├── mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css │ ├── mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css │ ├── play-solid.svg │ ├── plus.png │ ├── pygments.css │ ├── sbt-webpack-macros.html │ ├── scripts │ │ ├── bootstrap.js │ │ ├── bootstrap.js.LICENSE.txt │ │ ├── bootstrap.js.map │ │ ├── fontawesome.js │ │ ├── fontawesome.js.LICENSE.txt │ │ ├── fontawesome.js.map │ │ ├── pydata-sphinx-theme.js │ │ ├── pydata-sphinx-theme.js.map │ │ ├── sphinx-book-theme.js │ │ └── sphinx-book-theme.js.map │ ├── searchtools.js │ ├── sphinx-design.min.css │ ├── sphinx-thebe.css │ ├── sphinx-thebe.js │ ├── sphinx_highlight.js │ ├── styles │ │ ├── bootstrap.css │ │ ├── bootstrap.css.map │ │ ├── pydata-sphinx-theme.css │ │ ├── pydata-sphinx-theme.css.map │ │ ├── sphinx-book-theme.css │ │ ├── sphinx-book-theme.css.map │ │ └── theme.css │ ├── togglebutton.css │ ├── togglebutton.js │ ├── underscore-1.13.1.js │ ├── underscore.js │ ├── vendor │ │ └── fontawesome │ │ │ ├── 6.1.2 │ │ │ ├── LICENSE.txt │ │ │ ├── css │ │ │ │ └── all.min.css │ │ │ ├── js │ │ │ │ ├── all.min.js │ │ │ │ └── all.min.js.LICENSE.txt │ │ │ └── webfonts │ │ │ │ ├── fa-brands-400.ttf │ │ │ │ ├── fa-brands-400.woff2 │ │ │ │ ├── fa-regular-400.ttf │ │ │ │ ├── fa-regular-400.woff2 │ │ │ │ ├── fa-solid-900.ttf │ │ │ │ ├── fa-solid-900.woff2 │ │ │ │ ├── fa-v4compatibility.ttf │ │ │ │ └── fa-v4compatibility.woff2 │ │ │ ├── 6.5.2 │ │ │ ├── LICENSE.txt │ │ │ ├── css │ │ │ │ └── all.min.css │ │ │ ├── js │ │ │ │ ├── all.min.js │ │ │ │ └── all.min.js.LICENSE.txt │ │ │ └── webfonts │ │ │ │ ├── fa-brands-400.ttf │ │ │ │ ├── fa-brands-400.woff2 │ │ │ │ ├── fa-regular-400.ttf │ │ │ │ ├── fa-regular-400.woff2 │ │ │ │ ├── fa-solid-900.ttf │ │ │ │ ├── fa-solid-900.woff2 │ │ │ │ ├── fa-v4compatibility.ttf │ │ │ │ └── fa-v4compatibility.woff2 │ │ │ └── webfonts │ │ │ ├── fa-brands-400.ttf │ │ │ ├── fa-brands-400.woff2 │ │ │ ├── fa-regular-400.ttf │ │ │ ├── fa-regular-400.woff2 │ │ │ ├── fa-solid-900.ttf │ │ │ └── fa-solid-900.woff2 │ └── webpack-macros.html │ ├── genindex.html │ ├── index.html │ ├── intro.html │ ├── loc.gov IIIF API │ └── IIIF.html │ ├── loc.gov JSON API │ ├── Accessing images for analysis.html │ ├── Chronicling_America │ │ ├── ChronAm-download_newspaper_title_batch.html │ │ ├── ChronAm-download_results.html │ │ ├── ChronAm_analyzing_language_location_frequency.html │ │ ├── ChronAm_analyzing_specific_titles_limit_results.html │ │ ├── ChronAm_analyzing_word_frequency_newspaper_frontpages.html │ │ ├── ChronAm_basic_API tasks.html │ │ └── README.html │ ├── Chronicling_America_Title_Essay_Datasets │ │ ├── README.html │ │ ├── analysis.html │ │ └── download.html │ ├── Dominant colors.html │ ├── Downloading_Monographs_as_Images_in_Rosenwald_Collection │ │ └── Downloading Monographs as Images in Rosenwald Collection.html │ ├── Extracting location data for geovisualization.html │ ├── LOC.gov JSON API.html │ ├── geocoding-hhh │ │ └── geocoding_with_the_hhh_collection.html │ ├── maps │ │ ├── README.html │ │ ├── maps-analyzing-metadata.html │ │ └── maps-downloading-querying.html │ └── resources2pdf.html │ ├── loc.gov Sitemaps API │ └── Sitemap.html │ ├── loc.gov web interface │ └── OpenSearch.html │ ├── objects.inv │ ├── publishing.html │ ├── search.html │ └── searchindex.js ├── _config.yml ├── _static ├── LOC_Logo_horiz_inv.png ├── loc.css └── loc.js ├── _toc.yml ├── intro.md ├── loc.gov IIIF API └── IIIF.ipynb ├── loc.gov JSON API ├── .gitignore ├── Accessing images for analysis.ipynb ├── Chronicling_America │ ├── ChronAm-download_newspaper_title_batch.ipynb │ ├── ChronAm-download_results.ipynb │ ├── ChronAm_analyzing_language_location_frequency.ipynb │ ├── ChronAm_analyzing_specific_titles_limit_results.ipynb │ ├── ChronAm_analyzing_word_frequency_newspaper_frontpages.ipynb │ ├── ChronAm_basic_API tasks.ipynb │ └── README.md ├── Chronicling_America_Title_Essay_Datasets │ ├── README.md │ ├── analysis.ipynb │ ├── chron_am_essays.csv │ ├── chronam.csv │ ├── download.ipynb │ ├── lc_output.csv │ ├── nlp_analysis.csv │ ├── requirements.txt │ └── user_agents.txt ├── Dominant colors.ipynb ├── Downloading_Monographs_as_Images_in_Rosenwald_Collection │ ├── Downloading Monographs as Images in Rosenwald Collection.ipynb │ └── rosenwald.json ├── Extracting location data for geovisualization.ipynb ├── LOC.gov JSON API.ipynb ├── files │ ├── addLOCsearch.png │ ├── chromeOpensearch.png │ ├── clickSearchIcon.png │ ├── haer_sample.csv │ ├── haer_subway_screenshot.jpg │ ├── haer_tutorial_screenshot.JPG │ ├── hhh_search_screenshot.gif │ ├── searchWWIsheetMusic.png │ └── seeLOCopensearchIsAdded.png ├── geocoding-hhh │ ├── Ruralurbancontinuumcodes2023.csv │ ├── complete_geocoding_results.json │ ├── geocoding_hhh_final_map.png │ └── geocoding_with_the_hhh_collection.ipynb ├── maps │ ├── README.md │ ├── maps-analyzing-metadata.ipynb │ └── maps-downloading-querying.ipynb ├── output │ └── .keep └── resources2pdf.ipynb ├── loc.gov Sitemaps API └── Sitemap.ipynb ├── loc.gov web interface └── OpenSearch.ipynb └── publishing.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/.gitignore -------------------------------------------------------------------------------- /Chronicling America API/ChronAm API Samples.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/ChronAm API Samples.ipynb -------------------------------------------------------------------------------- /Chronicling America API/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/README.md -------------------------------------------------------------------------------- /Chronicling America API/chronam_all_digitized/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_all_digitized/README.md -------------------------------------------------------------------------------- /Chronicling America API/chronam_all_digitized/chronam_all_digitized.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_all_digitized/chronam_all_digitized.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/README.md -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_AK.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_AK.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_AL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_AL.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_AR.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_AR.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_AZ.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_AZ.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_CA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_CA.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_CO.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_CO.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_CT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_CT.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_DC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_DC.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_DE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_DE.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_FL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_FL.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_GA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_GA.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_HI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_HI.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_IA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_IA.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_ID.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_ID.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_IL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_IL.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_IN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_IN.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_KS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_KS.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_KY.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_KY.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_LA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_LA.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_MA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_MA.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_MD.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_MD.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_ME.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_ME.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_MI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_MI.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_MN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_MN.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_MO.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_MO.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_MS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_MS.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_MT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_MT.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_NC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_NC.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_ND.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_ND.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_NE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_NE.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_NJ.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_NJ.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_NM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_NM.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_NOSTATE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_NOSTATE.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_NV.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_NV.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_NY.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_NY.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_OH.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_OH.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_OK.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_OK.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_OR.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_OR.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_PA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_PA.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_PR.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_PR.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_SC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_SC.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_SD.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_SD.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_TN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_TN.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_TX.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_TX.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_UT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_UT.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_VA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_VA.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_VT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_VT.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_WA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_WA.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_WI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_WI.py -------------------------------------------------------------------------------- /Chronicling America API/chronam_issue_counts/state_issues_year_2019_WV.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Chronicling America API/chronam_issue_counts/state_issues_year_2019_WV.py -------------------------------------------------------------------------------- /Data Packages/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Data Packages/README.md -------------------------------------------------------------------------------- /Data Packages/austro-hungarian-maps.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Data Packages/austro-hungarian-maps.ipynb -------------------------------------------------------------------------------- /Data Packages/bulk_download.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Data Packages/bulk_download.py -------------------------------------------------------------------------------- /Data Packages/digitized-books.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Data Packages/digitized-books.ipynb -------------------------------------------------------------------------------- /Data Packages/directories.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Data Packages/directories.ipynb -------------------------------------------------------------------------------- /Data Packages/dot-gov-pdf.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Data Packages/dot-gov-pdf.ipynb -------------------------------------------------------------------------------- /Data Packages/free-to-use.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Data Packages/free-to-use.ipynb -------------------------------------------------------------------------------- /Data Packages/gen-coll-assessment.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Data Packages/gen-coll-assessment.ipynb -------------------------------------------------------------------------------- /Data Packages/helpers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Data Packages/helpers.py -------------------------------------------------------------------------------- /Data Packages/jukebox.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Data Packages/jukebox.ipynb -------------------------------------------------------------------------------- /Data Packages/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Data Packages/requirements.txt -------------------------------------------------------------------------------- /Data Packages/sanborn.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Data Packages/sanborn.ipynb -------------------------------------------------------------------------------- /Data Packages/stereographs.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Data Packages/stereographs.ipynb -------------------------------------------------------------------------------- /Data Packages/telephone.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Data Packages/telephone.ipynb -------------------------------------------------------------------------------- /Data Packages/us-elections.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Data Packages/us-elections.ipynb -------------------------------------------------------------------------------- /Data Sets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Data Sets/README.md -------------------------------------------------------------------------------- /Data Sets/Web Archives/LOC_Election_Dataset_Walkthrough.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Data Sets/Web Archives/LOC_Election_Dataset_Walkthrough.ipynb -------------------------------------------------------------------------------- /Data Sets/Web Archives/getting_started_with_giphy.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Data Sets/Web Archives/getting_started_with_giphy.ipynb -------------------------------------------------------------------------------- /Data Sets/Web Archives/getting_started_with_memegenerator.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Data Sets/Web Archives/getting_started_with_memegenerator.ipynb -------------------------------------------------------------------------------- /Data Sets/Web Archives/loc_goes_lofi.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Data Sets/Web Archives/loc_goes_lofi.ipynb -------------------------------------------------------------------------------- /Events/dh-ideas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Events/dh-ideas.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/LICENSE -------------------------------------------------------------------------------- /Processing Scripts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Processing Scripts/README.md -------------------------------------------------------------------------------- /Processing Scripts/americanfolklifecenter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Processing Scripts/americanfolklifecenter/README.md -------------------------------------------------------------------------------- /Processing Scripts/americanfolklifecenter/processfiles.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Processing Scripts/americanfolklifecenter/processfiles.sh -------------------------------------------------------------------------------- /Processing Scripts/americanfolklifecenter/reportmd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/Processing Scripts/americanfolklifecenter/reportmd.sh -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/README.md -------------------------------------------------------------------------------- /_build/html/.buildinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/.buildinfo -------------------------------------------------------------------------------- /_build/html/.nojekyll: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_build/html/Chronicling America API/ChronAm API Samples.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/Chronicling America API/ChronAm API Samples.html -------------------------------------------------------------------------------- /_build/html/Chronicling America API/README.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/Chronicling America API/README.html -------------------------------------------------------------------------------- /_build/html/Chronicling America API/chronam_all_digitized/README.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/Chronicling America API/chronam_all_digitized/README.html -------------------------------------------------------------------------------- /_build/html/Chronicling America API/chronam_issue_counts/README.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/Chronicling America API/chronam_issue_counts/README.html -------------------------------------------------------------------------------- /_build/html/Data Packages/README.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/Data Packages/README.html -------------------------------------------------------------------------------- /_build/html/Data Packages/austro-hungarian-maps.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/Data Packages/austro-hungarian-maps.html -------------------------------------------------------------------------------- /_build/html/Data Packages/digitized-books.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/Data Packages/digitized-books.html -------------------------------------------------------------------------------- /_build/html/Data Packages/directories.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/Data Packages/directories.html -------------------------------------------------------------------------------- /_build/html/Data Packages/dot-gov-pdf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/Data Packages/dot-gov-pdf.html -------------------------------------------------------------------------------- /_build/html/Data Packages/free-to-use.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/Data Packages/free-to-use.html -------------------------------------------------------------------------------- /_build/html/Data Packages/gen-coll-assessment.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/Data Packages/gen-coll-assessment.html -------------------------------------------------------------------------------- /_build/html/Data Packages/jukebox.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/Data Packages/jukebox.html -------------------------------------------------------------------------------- /_build/html/Data Packages/sanborn.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/Data Packages/sanborn.html -------------------------------------------------------------------------------- /_build/html/Data Packages/stereographs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/Data Packages/stereographs.html -------------------------------------------------------------------------------- /_build/html/Data Packages/telephone.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/Data Packages/telephone.html -------------------------------------------------------------------------------- /_build/html/Data Packages/us-elections.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/Data Packages/us-elections.html -------------------------------------------------------------------------------- /_build/html/Data Sets/README.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/Data Sets/README.html -------------------------------------------------------------------------------- /_build/html/Data Sets/Web Archives/LOC_Election_Dataset_Walkthrough.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/Data Sets/Web Archives/LOC_Election_Dataset_Walkthrough.html -------------------------------------------------------------------------------- /_build/html/Data Sets/Web Archives/getting_started_with_giphy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/Data Sets/Web Archives/getting_started_with_giphy.html -------------------------------------------------------------------------------- /_build/html/Data Sets/Web Archives/getting_started_with_memegenerator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/Data Sets/Web Archives/getting_started_with_memegenerator.html -------------------------------------------------------------------------------- /_build/html/Data Sets/Web Archives/loc_goes_lofi.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/Data Sets/Web Archives/loc_goes_lofi.html -------------------------------------------------------------------------------- /_build/html/Events/dh-ideas.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/Events/dh-ideas.html -------------------------------------------------------------------------------- /_build/html/Processing Scripts/README.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/Processing Scripts/README.html -------------------------------------------------------------------------------- /_build/html/Processing Scripts/americanfolklifecenter/README.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/Processing Scripts/americanfolklifecenter/README.html -------------------------------------------------------------------------------- /_build/html/README.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/README.html -------------------------------------------------------------------------------- /_build/html/_images/000000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/000000.png -------------------------------------------------------------------------------- /_build/html/_images/005b82.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/005b82.png -------------------------------------------------------------------------------- /_build/html/_images/00622f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/00622f.png -------------------------------------------------------------------------------- /_build/html/_images/0072b2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/0072b2.png -------------------------------------------------------------------------------- /_build/html/_images/00749c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/00749c.png -------------------------------------------------------------------------------- /_build/html/_images/008561.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/008561.png -------------------------------------------------------------------------------- /_build/html/_images/00e0e0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/00e0e0.png -------------------------------------------------------------------------------- /_build/html/_images/023b95.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/023b95.png -------------------------------------------------------------------------------- /_build/html/_images/024c1a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/024c1a.png -------------------------------------------------------------------------------- /_build/html/_images/0550ae.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/0550ae.png -------------------------------------------------------------------------------- /_build/html/_images/080808.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/080808.png -------------------------------------------------------------------------------- /_build/html/_images/0905010c66d87fabb152e9253debfd3da843aac6fa3cee230a932e66603fb32b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/0905010c66d87fabb152e9253debfd3da843aac6fa3cee230a932e66603fb32b.png -------------------------------------------------------------------------------- /_build/html/_images/0a1125948e473445743edecae08638c1eb106317cabf2b32fcd08e6a44a62521.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/0a1125948e473445743edecae08638c1eb106317cabf2b32fcd08e6a44a62521.png -------------------------------------------------------------------------------- /_build/html/_images/116329.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/116329.png -------------------------------------------------------------------------------- /_build/html/_images/116633.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/116633.png -------------------------------------------------------------------------------- /_build/html/_images/141414.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/141414.png -------------------------------------------------------------------------------- /_build/html/_images/18c1c4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/18c1c4.png -------------------------------------------------------------------------------- /_build/html/_images/1e1e1e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/1e1e1e.png -------------------------------------------------------------------------------- /_build/html/_images/233c254347694d5dc3a3908e75025e58e2ba32d4162061f4d443325d882840d8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/233c254347694d5dc3a3908e75025e58e2ba32d4162061f4d443325d882840d8.jpg -------------------------------------------------------------------------------- /_build/html/_images/2388be9bbf99bb2b233f493a50b785416b8d8f9960fe7fa95410e6c8940e3f18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/2388be9bbf99bb2b233f493a50b785416b8d8f9960fe7fa95410e6c8940e3f18.jpg -------------------------------------------------------------------------------- /_build/html/_images/24292f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/24292f.png -------------------------------------------------------------------------------- /_build/html/_images/31fd01cdfb043fec4a5415f658d469ebe9d2bdf50e2da34b6ce22112f448d02b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/31fd01cdfb043fec4a5415f658d469ebe9d2bdf50e2da34b6ce22112f448d02b.png -------------------------------------------------------------------------------- /_build/html/_images/3b8333fadfb6e53007b85686779f761e138cc94409d5a56a606b5be2d2cb1263.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/3b8333fadfb6e53007b85686779f761e138cc94409d5a56a606b5be2d2cb1263.png -------------------------------------------------------------------------------- /_build/html/_images/3d73a9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/3d73a9.png -------------------------------------------------------------------------------- /_build/html/_images/437a6b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/437a6b.png -------------------------------------------------------------------------------- /_build/html/_images/4fe33ed2c8973da2bc09b570a1f561d0266d72530ceb727198002c82a02d1bac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/4fe33ed2c8973da2bc09b570a1f561d0266d72530ceb727198002c82a02d1bac.png -------------------------------------------------------------------------------- /_build/html/_images/515151.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/515151.png -------------------------------------------------------------------------------- /_build/html/_images/5391cf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/5391cf.png -------------------------------------------------------------------------------- /_build/html/_images/55d22e5e27ee12b1d80107ee0df9ee3788dd024698575a8bd2c817c9fb65af3c.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/55d22e5e27ee12b1d80107ee0df9ee3788dd024698575a8bd2c817c9fb65af3c.jpg -------------------------------------------------------------------------------- /_build/html/_images/5b8191b06b6167c6226e3f6771d739fa1f8e6d6d3e34fc8610279149ea2d97b1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/5b8191b06b6167c6226e3f6771d739fa1f8e6d6d3e34fc8610279149ea2d97b1.png -------------------------------------------------------------------------------- /_build/html/_images/5ca7e4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/5ca7e4.png -------------------------------------------------------------------------------- /_build/html/_images/60e8f2d0230c7e1364d095872f1f2e2339338e55586d42579f9d1ff8d3314da4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/60e8f2d0230c7e1364d095872f1f2e2339338e55586d42579f9d1ff8d3314da4.png -------------------------------------------------------------------------------- /_build/html/_images/622cbc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/622cbc.png -------------------------------------------------------------------------------- /_build/html/_images/62f7f2e870792a10d24d0d2fd44cacc48fd57dd7b02a522856c0fee998731c90.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/62f7f2e870792a10d24d0d2fd44cacc48fd57dd7b02a522856c0fee998731c90.png -------------------------------------------------------------------------------- /_build/html/_images/66707b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/66707b.png -------------------------------------------------------------------------------- /_build/html/_images/66ccee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/66ccee.png -------------------------------------------------------------------------------- /_build/html/_images/66e9ec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/66e9ec.png -------------------------------------------------------------------------------- /_build/html/_images/6730c5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/6730c5.png -------------------------------------------------------------------------------- /_build/html/_images/6e7781.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/6e7781.png -------------------------------------------------------------------------------- /_build/html/_images/6f98b3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/6f98b3.png -------------------------------------------------------------------------------- /_build/html/_images/702c00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/702c00.png -------------------------------------------------------------------------------- /_build/html/_images/710e8ab825895b66248def00f869ba5262064d815d6e25e64657530882c2d517.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/710e8ab825895b66248def00f869ba5262064d815d6e25e64657530882c2d517.png -------------------------------------------------------------------------------- /_build/html/_images/72f088.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/72f088.png -------------------------------------------------------------------------------- /_build/html/_images/737373.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/737373.png -------------------------------------------------------------------------------- /_build/html/_images/797979.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/797979.png -------------------------------------------------------------------------------- /_build/html/_images/7998f2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/7998f2.png -------------------------------------------------------------------------------- /_build/html/_images/79c0ff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/79c0ff.png -------------------------------------------------------------------------------- /_build/html/_images/7ee787.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/7ee787.png -------------------------------------------------------------------------------- /_build/html/_images/7f4707.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/7f4707.png -------------------------------------------------------------------------------- /_build/html/_images/8045e5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/8045e5.png -------------------------------------------------------------------------------- /_build/html/_images/81b19b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/81b19b.png -------------------------------------------------------------------------------- /_build/html/_images/821e8bf6fe35b69406e57eefad2e01df0189fa3194e2920f64df2e247d40b57f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/821e8bf6fe35b69406e57eefad2e01df0189fa3194e2920f64df2e247d40b57f.png -------------------------------------------------------------------------------- /_build/html/_images/8250df.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/8250df.png -------------------------------------------------------------------------------- /_build/html/_images/8786ac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/8786ac.png -------------------------------------------------------------------------------- /_build/html/_images/87a8aec85cf975196418d8475eb5fa0cad9fe7e4150a488ab8d62c0b37130a15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/87a8aec85cf975196418d8475eb5fa0cad9fe7e4150a488ab8d62c0b37130a15.png -------------------------------------------------------------------------------- /_build/html/_images/8a4600.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/8a4600.png -------------------------------------------------------------------------------- /_build/html/_images/8b949e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/8b949e.png -------------------------------------------------------------------------------- /_build/html/_images/8c8c8c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/8c8c8c.png -------------------------------------------------------------------------------- /_build/html/_images/8f5f2a175654657fd82d1b760cd67d5d70ced7fe57a1e1e4974683bfb0e5dbc7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/8f5f2a175654657fd82d1b760cd67d5d70ced7fe57a1e1e4974683bfb0e5dbc7.png -------------------------------------------------------------------------------- /_build/html/_images/912583.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/912583.png -------------------------------------------------------------------------------- /_build/html/_images/91cbff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/91cbff.png -------------------------------------------------------------------------------- /_build/html/_images/953800.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/953800.png -------------------------------------------------------------------------------- /_build/html/_images/974eb7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/974eb7.png -------------------------------------------------------------------------------- /_build/html/_images/98661b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/98661b.png -------------------------------------------------------------------------------- /_build/html/_images/9920590e54cc5f53d2c190142e579624b3cbd24f7e8afe2ce96e87d5ac6d9336.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/9920590e54cc5f53d2c190142e579624b3cbd24f7e8afe2ce96e87d5ac6d9336.png -------------------------------------------------------------------------------- /_build/html/_images/996b00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/996b00.png -------------------------------------------------------------------------------- /_build/html/_images/9e86c8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/9e86c8.png -------------------------------------------------------------------------------- /_build/html/_images/9e8741.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/9e8741.png -------------------------------------------------------------------------------- /_build/html/_images/9f4e55.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/9f4e55.png -------------------------------------------------------------------------------- /_build/html/_images/9ff675181850370a9a9075a8785fac9b2d44b4a0d6d0c671dc97ccaf098aedb0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/9ff675181850370a9a9075a8785fac9b2d44b4a0d6d0c671dc97ccaf098aedb0.png -------------------------------------------------------------------------------- /_build/html/_images/a0111f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/a0111f.png -------------------------------------------------------------------------------- /_build/html/_images/a11y-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/a11y-dark.png -------------------------------------------------------------------------------- /_build/html/_images/a11y-high-contrast-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/a11y-high-contrast-dark.png -------------------------------------------------------------------------------- /_build/html/_images/a11y-high-contrast-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/a11y-high-contrast-light.png -------------------------------------------------------------------------------- /_build/html/_images/a11y-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/a11y-light.png -------------------------------------------------------------------------------- /_build/html/_images/a12236.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/a12236.png -------------------------------------------------------------------------------- /_build/html/_images/a25e53.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/a25e53.png -------------------------------------------------------------------------------- /_build/html/_images/a2bffc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/a2bffc.png -------------------------------------------------------------------------------- /_build/html/_images/a5d6ff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/a5d6ff.png -------------------------------------------------------------------------------- /_build/html/_images/a5d8966cf3eedf966a69342be03e2ce5fc5324511dd827beb551ae25ba8fbc4c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/a5d8966cf3eedf966a69342be03e2ce5fc5324511dd827beb551ae25ba8fbc4c.png -------------------------------------------------------------------------------- /_build/html/_images/a88dce556bd5779f7faecf0e3cb6d043da5733c2a85f86c58273a65b6b0214c4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/a88dce556bd5779f7faecf0e3cb6d043da5733c2a85f86c58273a65b6b0214c4.png -------------------------------------------------------------------------------- /_build/html/_images/ab6369.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/ab6369.png -------------------------------------------------------------------------------- /_build/html/_images/abb0ac3f37e78aa8957faa7e8aec136c57bd64558c0fd7fb9d87d5abcc04ca67.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/abb0ac3f37e78aa8957faa7e8aec136c57bd64558c0fd7fb9d87d5abcc04ca67.png -------------------------------------------------------------------------------- /_build/html/_images/abe338.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/abe338.png -------------------------------------------------------------------------------- /_build/html/_images/ade392fdc14633fdfc4af03b7c7e80e5128dc3b758d689ec719a43854c910194.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/ade392fdc14633fdfc4af03b7c7e80e5128dc3b758d689ec719a43854c910194.png -------------------------------------------------------------------------------- /_build/html/_images/ae2feb587058cde1c6bdfb765a9345a73001b41b3a50a408b6850f24e4329791.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/ae2feb587058cde1c6bdfb765a9345a73001b41b3a50a408b6850f24e4329791.png -------------------------------------------------------------------------------- /_build/html/_images/ae5d0320565d7cc8a2e3eaba9dbfdaedeaeed425ef8e5094214e54d152eead3c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/ae5d0320565d7cc8a2e3eaba9dbfdaedeaeed425ef8e5094214e54d152eead3c.png -------------------------------------------------------------------------------- /_build/html/_images/b19db4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/b19db4.png -------------------------------------------------------------------------------- /_build/html/_images/b1bac4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/b1bac4.png -------------------------------------------------------------------------------- /_build/html/_images/b35900.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/b35900.png -------------------------------------------------------------------------------- /_build/html/_images/b89784.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/b89784.png -------------------------------------------------------------------------------- /_build/html/_images/ba31c3565b262a690950b673cb89ad0228a5231f8197257721bfed29bedf60d5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/ba31c3565b262a690950b673cb89ad0228a5231f8197257721bfed29bedf60d5.png -------------------------------------------------------------------------------- /_build/html/_images/bbbbbb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/bbbbbb.png -------------------------------------------------------------------------------- /_build/html/_images/bd1d91e96a7aaec2dcc6ea753c14bce922263ee5f2d9ffddfc7f48ee495fab4c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/bd1d91e96a7aaec2dcc6ea753c14bce922263ee5f2d9ffddfc7f48ee495fab4c.png -------------------------------------------------------------------------------- /_build/html/_images/bf5400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/bf5400.png -------------------------------------------------------------------------------- /_build/html/_images/blinds-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/blinds-dark.png -------------------------------------------------------------------------------- /_build/html/_images/blinds-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/blinds-light.png -------------------------------------------------------------------------------- /_build/html/_images/c4a2f5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/c4a2f5.png -------------------------------------------------------------------------------- /_build/html/_images/c50015c57f7c64b66652df3dff3384c847ab1f9e44ec95b2a89044bf4a2f7939.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/c50015c57f7c64b66652df3dff3384c847ab1f9e44ec95b2a89044bf4a2f7939.png -------------------------------------------------------------------------------- /_build/html/_images/c5e478.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/c5e478.png -------------------------------------------------------------------------------- /_build/html/_images/c9d1d9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/c9d1d9.png -------------------------------------------------------------------------------- /_build/html/_images/caab6d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/caab6d.png -------------------------------------------------------------------------------- /_build/html/_images/cc398b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/cc398b.png -------------------------------------------------------------------------------- /_build/html/_images/ccbb44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/ccbb44.png -------------------------------------------------------------------------------- /_build/html/_images/cf222e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/cf222e.png -------------------------------------------------------------------------------- /_build/html/_images/d166a3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/d166a3.png -------------------------------------------------------------------------------- /_build/html/_images/d2a8ff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/d2a8ff.png -------------------------------------------------------------------------------- /_build/html/_images/d4d0ab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/d4d0ab.png -------------------------------------------------------------------------------- /_build/html/_images/d71835.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/d71835.png -------------------------------------------------------------------------------- /_build/html/_images/d9dee3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/d9dee3.png -------------------------------------------------------------------------------- /_build/html/_images/dbb7ff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/dbb7ff.png -------------------------------------------------------------------------------- /_build/html/_images/dcc6e0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/dcc6e0.png -------------------------------------------------------------------------------- /_build/html/_images/e7023ec15ebb49dfdd670d4ad6b2d21ab15a8e1cd60b6c535da6e0e25afc7050.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/e7023ec15ebb49dfdd670d4ad6b2d21ab15a8e1cd60b6c535da6e0e25afc7050.png -------------------------------------------------------------------------------- /_build/html/_images/ec0c2f7fa8e647d80d754d22e6c8ec22fa5134d55c4bd17ee340dc44774fedec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/ec0c2f7fa8e647d80d754d22e6c8ec22fa5134d55c4bd17ee340dc44774fedec.png -------------------------------------------------------------------------------- /_build/html/_images/ec68df8ba31489e3c9f72622d2d334b861e8572d41716a81d88b51367145247b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/ec68df8ba31489e3c9f72622d2d334b861e8572d41716a81d88b51367145247b.png -------------------------------------------------------------------------------- /_build/html/_images/ec8e2c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/ec8e2c.png -------------------------------------------------------------------------------- /_build/html/_images/ec8e6b073ff41b18fe6f0e71c82cbd01dda076c0b559614f9060cca918f8edac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/ec8e6b073ff41b18fe6f0e71c82cbd01dda076c0b559614f9060cca918f8edac.png -------------------------------------------------------------------------------- /_build/html/_images/ee6677.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/ee6677.png -------------------------------------------------------------------------------- /_build/html/_images/f26196.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/f26196.png -------------------------------------------------------------------------------- /_build/html/_images/f47334e3b0ed0c09197ed3e9deb06906dcd788d5a190f3180adaa7be864884ca.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/f47334e3b0ed0c09197ed3e9deb06906dcd788d5a190f3180adaa7be864884ca.jpg -------------------------------------------------------------------------------- /_build/html/_images/f5a394.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/f5a394.png -------------------------------------------------------------------------------- /_build/html/_images/f5ab35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/f5ab35.png -------------------------------------------------------------------------------- /_build/html/_images/f5f5f5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/f5f5f5.png -------------------------------------------------------------------------------- /_build/html/_images/f78c6c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/f78c6c.png -------------------------------------------------------------------------------- /_build/html/_images/f8f8f2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/f8f8f2.png -------------------------------------------------------------------------------- /_build/html/_images/fad000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/fad000.png -------------------------------------------------------------------------------- /_build/html/_images/fdac54.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/fdac54.png -------------------------------------------------------------------------------- /_build/html/_images/fdc7c1f4fb6fe6f179785dcb66f4d273bb0801c909c9988ba688fc4114e2db69.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/fdc7c1f4fb6fe6f179785dcb66f4d273bb0801c909c9988ba688fc4114e2db69.jpg -------------------------------------------------------------------------------- /_build/html/_images/fefeff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/fefeff.png -------------------------------------------------------------------------------- /_build/html/_images/ff7b72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/ff7b72.png -------------------------------------------------------------------------------- /_build/html/_images/ff9492.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/ff9492.png -------------------------------------------------------------------------------- /_build/html/_images/ffa07a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/ffa07a.png -------------------------------------------------------------------------------- /_build/html/_images/ffa657.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/ffa657.png -------------------------------------------------------------------------------- /_build/html/_images/ffb757.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/ffb757.png -------------------------------------------------------------------------------- /_build/html/_images/ffd700.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/ffd700.png -------------------------------------------------------------------------------- /_build/html/_images/ffd900.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/ffd900.png -------------------------------------------------------------------------------- /_build/html/_images/geocoding_hhh_final_map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/geocoding_hhh_final_map.png -------------------------------------------------------------------------------- /_build/html/_images/github-dark-colorblind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/github-dark-colorblind.png -------------------------------------------------------------------------------- /_build/html/_images/github-dark-high-contrast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/github-dark-high-contrast.png -------------------------------------------------------------------------------- /_build/html/_images/github-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/github-dark.png -------------------------------------------------------------------------------- /_build/html/_images/github-light-colorblind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/github-light-colorblind.png -------------------------------------------------------------------------------- /_build/html/_images/github-light-high-contrast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/github-light-high-contrast.png -------------------------------------------------------------------------------- /_build/html/_images/github-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/github-light.png -------------------------------------------------------------------------------- /_build/html/_images/gotthard-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/gotthard-dark.png -------------------------------------------------------------------------------- /_build/html/_images/gotthard-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/gotthard-light.png -------------------------------------------------------------------------------- /_build/html/_images/greative.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/greative.png -------------------------------------------------------------------------------- /_build/html/_images/pitaya-smoothie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_images/pitaya-smoothie.png -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/a11y_pygments/a11y_dark/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/a11y_pygments/a11y_dark/README.md -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/a11y_pygments/a11y_high_contrast_dark/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/a11y_pygments/a11y_high_contrast_dark/README.md -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/a11y_pygments/a11y_high_contrast_light/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/a11y_pygments/a11y_high_contrast_light/README.md -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/a11y_pygments/a11y_light/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/a11y_pygments/a11y_light/README.md -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/a11y_pygments/blinds_dark/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/a11y_pygments/blinds_dark/README.md -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/a11y_pygments/blinds_light/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/a11y_pygments/blinds_light/README.md -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/a11y_pygments/github_dark/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/a11y_pygments/github_dark/README.md -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/a11y_pygments/github_dark_colorblind/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/a11y_pygments/github_dark_colorblind/README.md -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/a11y_pygments/github_dark_high_contrast/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/a11y_pygments/github_dark_high_contrast/README.md -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/a11y_pygments/github_light/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/a11y_pygments/github_light/README.md -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/a11y_pygments/github_light_colorblind/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/a11y_pygments/github_light_colorblind/README.md -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/a11y_pygments/github_light_high_contrast/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/a11y_pygments/github_light_high_contrast/README.md -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/a11y_pygments/gotthard_dark/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/a11y_pygments/gotthard_dark/README.md -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/a11y_pygments/gotthard_light/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/a11y_pygments/gotthard_light/README.md -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/a11y_pygments/greative/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/a11y_pygments/greative/README.md -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/a11y_pygments/pitaya_smoothie/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/a11y_pygments/pitaya_smoothie/README.md -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/alabaster-0.7.16.dist-info/LICENSE.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/alabaster-0.7.16.dist-info/LICENSE.rst -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/bleach/_vendor/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/bleach/_vendor/README.rst -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/bleach/_vendor/html5lib-1.1.dist-info/AUTHORS.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/bleach/_vendor/html5lib-1.1.dist-info/AUTHORS.rst -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/boto3/examples/cloudfront.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/boto3/examples/cloudfront.rst -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/boto3/examples/s3.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/boto3/examples/s3.rst -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/debugpy/_vendored/pydevd/pydevd_plugins/extensions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/debugpy/_vendored/pydevd/pydevd_plugins/extensions/README.md -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/httpcore-1.0.9.dist-info/licenses/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/httpcore-1.0.9.dist-info/licenses/LICENSE.md -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/httpx-0.28.1.dist-info/licenses/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/httpx-0.28.1.dist-info/licenses/LICENSE.md -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/idna-3.10.dist-info/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/idna-3.10.dist-info/LICENSE.md -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/imagesize-1.4.1.dist-info/LICENSE.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/imagesize-1.4.1.dist-info/LICENSE.rst -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/ipython-9.4.0.dist-info/licenses/COPYING.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/ipython-9.4.0.dist-info/licenses/COPYING.rst -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/jupyter_book/book_template/intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/jupyter_book/book_template/intro.md -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/jupyter_book/book_template/markdown-notebooks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/jupyter_book/book_template/markdown-notebooks.md -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/jupyter_book/book_template/markdown.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/jupyter_book/book_template/markdown.md -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/jupyter_book/book_template/notebooks.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/jupyter_book/book_template/notebooks.ipynb -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/jupyter_server/i18n/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/jupyter_server/i18n/README.md -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/latexcodec-3.0.1.dist-info/licenses/AUTHORS.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/latexcodec-3.0.1.dist-info/licenses/AUTHORS.rst -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/latexcodec-3.0.1.dist-info/licenses/LICENSE.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/latexcodec-3.0.1.dist-info/licenses/LICENSE.rst -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/mdit_py_plugins/container/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/mdit_py_plugins/container/README.md -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/mdit_py_plugins/deflist/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/mdit_py_plugins/deflist/README.md -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/mdit_py_plugins/texmath/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/mdit_py_plugins/texmath/README.md -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/narwhals-1.47.0.dist-info/licenses/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/narwhals-1.47.0.dist-info/licenses/LICENSE.md -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/nbconvert/templates/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/nbconvert/templates/README.md -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/nbconvert/templates/skeleton/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/nbconvert/templates/skeleton/README.md -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/numpy/ma/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/numpy/ma/README.rst -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/numpy/random/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/numpy/random/LICENSE.md -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/prompt_toolkit-3.0.51.dist-info/licenses/AUTHORS.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/prompt_toolkit-3.0.51.dist-info/licenses/AUTHORS.rst -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/pybtex_docutils-1.0.3.dist-info/LICENSE.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/pybtex_docutils-1.0.3.dist-info/LICENSE.rst -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/pyzmq-27.0.0.dist-info/licenses/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/pyzmq-27.0.0.dist-info/licenses/LICENSE.md -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/rfc3339_validator-0.1.4.dist-info/AUTHORS.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/rfc3339_validator-0.1.4.dist-info/AUTHORS.rst -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/rfc3986_validator-0.1.1.dist-info/AUTHORS.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/rfc3986_validator-0.1.1.dist-info/AUTHORS.rst -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/scipy/fft/_pocketfft/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/scipy/fft/_pocketfft/LICENSE.md -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/sklearn/datasets/descr/breast_cancer.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/sklearn/datasets/descr/breast_cancer.rst -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/sklearn/datasets/descr/california_housing.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/sklearn/datasets/descr/california_housing.rst -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/sklearn/datasets/descr/covtype.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/sklearn/datasets/descr/covtype.rst -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/sklearn/datasets/descr/diabetes.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/sklearn/datasets/descr/diabetes.rst -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/sklearn/datasets/descr/digits.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/sklearn/datasets/descr/digits.rst -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/sklearn/datasets/descr/iris.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/sklearn/datasets/descr/iris.rst -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/sklearn/datasets/descr/kddcup99.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/sklearn/datasets/descr/kddcup99.rst -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/sklearn/datasets/descr/lfw.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/sklearn/datasets/descr/lfw.rst -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/sklearn/datasets/descr/linnerud.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/sklearn/datasets/descr/linnerud.rst -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/sklearn/datasets/descr/olivetti_faces.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/sklearn/datasets/descr/olivetti_faces.rst -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/sklearn/datasets/descr/rcv1.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/sklearn/datasets/descr/rcv1.rst -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/sklearn/datasets/descr/species_distributions.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/sklearn/datasets/descr/species_distributions.rst -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/sklearn/datasets/descr/twenty_newsgroups.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/sklearn/datasets/descr/twenty_newsgroups.rst -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/sklearn/datasets/descr/wine_data.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/sklearn/datasets/descr/wine_data.rst -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/sklearn/externals/array_api_compat/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/sklearn/externals/array_api_compat/README.md -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/sklearn/externals/array_api_extra/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/sklearn/externals/array_api_extra/README.md -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/soupsieve-2.7.dist-info/licenses/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/soupsieve-2.7.dist-info/licenses/LICENSE.md -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/sphinx-7.4.7.dist-info/LICENSE.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/sphinx-7.4.7.dist-info/LICENSE.rst -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/sphinx/ext/autosummary/templates/autosummary/base.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/sphinx/ext/autosummary/templates/autosummary/base.rst -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/sphinx/ext/autosummary/templates/autosummary/class.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/sphinx/ext/autosummary/templates/autosummary/class.rst -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/sphinx/ext/autosummary/templates/autosummary/module.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/sphinx/ext/autosummary/templates/autosummary/module.rst -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/sphinx_book_theme/assets/translations/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/sphinx_book_theme/assets/translations/README.md -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/sphinxcontrib_bibtex-2.6.5.dist-info/licenses/LICENSE.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/sphinxcontrib_bibtex-2.6.5.dist-info/licenses/LICENSE.rst -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/webencodings-0.5.1.dist-info/DESCRIPTION.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/webencodings-0.5.1.dist-info/DESCRIPTION.rst -------------------------------------------------------------------------------- /_build/html/_sources/.venv/Lib/site-packages/zmq/backend/cffi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/.venv/Lib/site-packages/zmq/backend/cffi/README.md -------------------------------------------------------------------------------- /_build/html/_sources/Chronicling America API/ChronAm API Samples.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/Chronicling America API/ChronAm API Samples.ipynb -------------------------------------------------------------------------------- /_build/html/_sources/Chronicling America API/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/Chronicling America API/README.md -------------------------------------------------------------------------------- /_build/html/_sources/Chronicling America API/chronam_all_digitized/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/Chronicling America API/chronam_all_digitized/README.md -------------------------------------------------------------------------------- /_build/html/_sources/Chronicling America API/chronam_issue_counts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/Chronicling America API/chronam_issue_counts/README.md -------------------------------------------------------------------------------- /_build/html/_sources/Data Packages/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/Data Packages/README.md -------------------------------------------------------------------------------- /_build/html/_sources/Data Packages/austro-hungarian-maps.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/Data Packages/austro-hungarian-maps.ipynb -------------------------------------------------------------------------------- /_build/html/_sources/Data Packages/digitized-books.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/Data Packages/digitized-books.ipynb -------------------------------------------------------------------------------- /_build/html/_sources/Data Packages/directories.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/Data Packages/directories.ipynb -------------------------------------------------------------------------------- /_build/html/_sources/Data Packages/dot-gov-pdf.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/Data Packages/dot-gov-pdf.ipynb -------------------------------------------------------------------------------- /_build/html/_sources/Data Packages/free-to-use.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/Data Packages/free-to-use.ipynb -------------------------------------------------------------------------------- /_build/html/_sources/Data Packages/gen-coll-assessment.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/Data Packages/gen-coll-assessment.ipynb -------------------------------------------------------------------------------- /_build/html/_sources/Data Packages/jukebox.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/Data Packages/jukebox.ipynb -------------------------------------------------------------------------------- /_build/html/_sources/Data Packages/sanborn.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/Data Packages/sanborn.ipynb -------------------------------------------------------------------------------- /_build/html/_sources/Data Packages/stereographs.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/Data Packages/stereographs.ipynb -------------------------------------------------------------------------------- /_build/html/_sources/Data Packages/telephone.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/Data Packages/telephone.ipynb -------------------------------------------------------------------------------- /_build/html/_sources/Data Packages/us-elections.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/Data Packages/us-elections.ipynb -------------------------------------------------------------------------------- /_build/html/_sources/Data Sets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/Data Sets/README.md -------------------------------------------------------------------------------- /_build/html/_sources/Data Sets/Web Archives/LOC_Election_Dataset_Walkthrough.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/Data Sets/Web Archives/LOC_Election_Dataset_Walkthrough.ipynb -------------------------------------------------------------------------------- /_build/html/_sources/Data Sets/Web Archives/getting_started_with_giphy.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/Data Sets/Web Archives/getting_started_with_giphy.ipynb -------------------------------------------------------------------------------- /_build/html/_sources/Data Sets/Web Archives/getting_started_with_memegenerator.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/Data Sets/Web Archives/getting_started_with_memegenerator.ipynb -------------------------------------------------------------------------------- /_build/html/_sources/Data Sets/Web Archives/loc_goes_lofi.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/Data Sets/Web Archives/loc_goes_lofi.ipynb -------------------------------------------------------------------------------- /_build/html/_sources/Events/dh-ideas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/Events/dh-ideas.md -------------------------------------------------------------------------------- /_build/html/_sources/Processing Scripts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/Processing Scripts/README.md -------------------------------------------------------------------------------- /_build/html/_sources/Processing Scripts/americanfolklifecenter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/Processing Scripts/americanfolklifecenter/README.md -------------------------------------------------------------------------------- /_build/html/_sources/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/README.md -------------------------------------------------------------------------------- /_build/html/_sources/intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/intro.md -------------------------------------------------------------------------------- /_build/html/_sources/loc.gov IIIF API/IIIF.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/loc.gov IIIF API/IIIF.ipynb -------------------------------------------------------------------------------- /_build/html/_sources/loc.gov JSON API/Accessing images for analysis.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/loc.gov JSON API/Accessing images for analysis.ipynb -------------------------------------------------------------------------------- /_build/html/_sources/loc.gov JSON API/Chronicling_America/ChronAm-download_newspaper_title_batch.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/loc.gov JSON API/Chronicling_America/ChronAm-download_newspaper_title_batch.ipynb -------------------------------------------------------------------------------- /_build/html/_sources/loc.gov JSON API/Chronicling_America/ChronAm-download_results.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/loc.gov JSON API/Chronicling_America/ChronAm-download_results.ipynb -------------------------------------------------------------------------------- /_build/html/_sources/loc.gov JSON API/Chronicling_America/ChronAm_analyzing_language_location_frequency.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/loc.gov JSON API/Chronicling_America/ChronAm_analyzing_language_location_frequency.ipynb -------------------------------------------------------------------------------- /_build/html/_sources/loc.gov JSON API/Chronicling_America/ChronAm_analyzing_specific_titles_limit_results.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/loc.gov JSON API/Chronicling_America/ChronAm_analyzing_specific_titles_limit_results.ipynb -------------------------------------------------------------------------------- /_build/html/_sources/loc.gov JSON API/Chronicling_America/ChronAm_analyzing_word_frequency_newspaper_frontpages.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/loc.gov JSON API/Chronicling_America/ChronAm_analyzing_word_frequency_newspaper_frontpages.ipynb -------------------------------------------------------------------------------- /_build/html/_sources/loc.gov JSON API/Chronicling_America/ChronAm_basic_API tasks.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/loc.gov JSON API/Chronicling_America/ChronAm_basic_API tasks.ipynb -------------------------------------------------------------------------------- /_build/html/_sources/loc.gov JSON API/Chronicling_America/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/loc.gov JSON API/Chronicling_America/README.md -------------------------------------------------------------------------------- /_build/html/_sources/loc.gov JSON API/Chronicling_America_Title_Essay_Datasets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/loc.gov JSON API/Chronicling_America_Title_Essay_Datasets/README.md -------------------------------------------------------------------------------- /_build/html/_sources/loc.gov JSON API/Chronicling_America_Title_Essay_Datasets/analysis.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/loc.gov JSON API/Chronicling_America_Title_Essay_Datasets/analysis.ipynb -------------------------------------------------------------------------------- /_build/html/_sources/loc.gov JSON API/Chronicling_America_Title_Essay_Datasets/download.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/loc.gov JSON API/Chronicling_America_Title_Essay_Datasets/download.ipynb -------------------------------------------------------------------------------- /_build/html/_sources/loc.gov JSON API/Dominant colors.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/loc.gov JSON API/Dominant colors.ipynb -------------------------------------------------------------------------------- /_build/html/_sources/loc.gov JSON API/Downloading_Monographs_as_Images_in_Rosenwald_Collection/Downloading Monographs as Images in Rosenwald Collection.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/loc.gov JSON API/Downloading_Monographs_as_Images_in_Rosenwald_Collection/Downloading Monographs as Images in Rosenwald Collection.ipynb -------------------------------------------------------------------------------- /_build/html/_sources/loc.gov JSON API/Extracting location data for geovisualization.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/loc.gov JSON API/Extracting location data for geovisualization.ipynb -------------------------------------------------------------------------------- /_build/html/_sources/loc.gov JSON API/LOC.gov JSON API.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/loc.gov JSON API/LOC.gov JSON API.ipynb -------------------------------------------------------------------------------- /_build/html/_sources/loc.gov JSON API/geocoding-hhh/geocoding_with_the_hhh_collection.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/loc.gov JSON API/geocoding-hhh/geocoding_with_the_hhh_collection.ipynb -------------------------------------------------------------------------------- /_build/html/_sources/loc.gov JSON API/maps/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/loc.gov JSON API/maps/README.md -------------------------------------------------------------------------------- /_build/html/_sources/loc.gov JSON API/maps/maps-analyzing-metadata.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/loc.gov JSON API/maps/maps-analyzing-metadata.ipynb -------------------------------------------------------------------------------- /_build/html/_sources/loc.gov JSON API/maps/maps-downloading-querying.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/loc.gov JSON API/maps/maps-downloading-querying.ipynb -------------------------------------------------------------------------------- /_build/html/_sources/loc.gov JSON API/resources2pdf.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/loc.gov JSON API/resources2pdf.ipynb -------------------------------------------------------------------------------- /_build/html/_sources/loc.gov Sitemaps API/Sitemap.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/loc.gov Sitemaps API/Sitemap.ipynb -------------------------------------------------------------------------------- /_build/html/_sources/loc.gov web interface/OpenSearch.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/loc.gov web interface/OpenSearch.ipynb -------------------------------------------------------------------------------- /_build/html/_sources/publishing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sources/publishing.md -------------------------------------------------------------------------------- /_build/html/_sphinx_design_static/design-tabs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sphinx_design_static/design-tabs.js -------------------------------------------------------------------------------- /_build/html/_sphinx_design_static/sphinx-design.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_sphinx_design_static/sphinx-design.min.css -------------------------------------------------------------------------------- /_build/html/_static/LOC_Logo_horiz_inv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/LOC_Logo_horiz_inv.png -------------------------------------------------------------------------------- /_build/html/_static/_sphinx_javascript_frameworks_compat.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/_sphinx_javascript_frameworks_compat.js -------------------------------------------------------------------------------- /_build/html/_static/basic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/basic.css -------------------------------------------------------------------------------- /_build/html/_static/check-solid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/check-solid.svg -------------------------------------------------------------------------------- /_build/html/_static/clipboard.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/clipboard.min.js -------------------------------------------------------------------------------- /_build/html/_static/copy-button.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/copy-button.svg -------------------------------------------------------------------------------- /_build/html/_static/copybutton.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/copybutton.css -------------------------------------------------------------------------------- /_build/html/_static/copybutton.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/copybutton.js -------------------------------------------------------------------------------- /_build/html/_static/copybutton_funcs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/copybutton_funcs.js -------------------------------------------------------------------------------- /_build/html/_static/design-style.4045f2051d55cab465a707391d5b2007.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/design-style.4045f2051d55cab465a707391d5b2007.min.css -------------------------------------------------------------------------------- /_build/html/_static/design-tabs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/design-tabs.js -------------------------------------------------------------------------------- /_build/html/_static/doctools.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/doctools.js -------------------------------------------------------------------------------- /_build/html/_static/documentation_options.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/documentation_options.js -------------------------------------------------------------------------------- /_build/html/_static/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/file.png -------------------------------------------------------------------------------- /_build/html/_static/images/logo_binder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/images/logo_binder.svg -------------------------------------------------------------------------------- /_build/html/_static/images/logo_colab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/images/logo_colab.png -------------------------------------------------------------------------------- /_build/html/_static/images/logo_deepnote.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/images/logo_deepnote.svg -------------------------------------------------------------------------------- /_build/html/_static/images/logo_jupyterhub.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/images/logo_jupyterhub.svg -------------------------------------------------------------------------------- /_build/html/_static/jquery-3.6.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/jquery-3.6.0.js -------------------------------------------------------------------------------- /_build/html/_static/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/jquery.js -------------------------------------------------------------------------------- /_build/html/_static/language_data.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/language_data.js -------------------------------------------------------------------------------- /_build/html/_static/loc.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/loc.css -------------------------------------------------------------------------------- /_build/html/_static/loc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/loc.js -------------------------------------------------------------------------------- /_build/html/_static/locales/ar/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/ar/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/ar/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/ar/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/bg/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/bg/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/bg/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/bg/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/bn/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/bn/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/bn/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/bn/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/ca/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/ca/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/ca/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/ca/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/cs/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/cs/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/cs/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/cs/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/da/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/da/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/da/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/da/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/de/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/de/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/de/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/de/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/el/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/el/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/el/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/el/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/eo/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/eo/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/eo/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/eo/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/es/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/es/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/es/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/es/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/et/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/et/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/et/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/et/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/fi/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/fi/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/fi/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/fi/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/fr/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/fr/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/fr/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/fr/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/hr/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/hr/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/hr/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/hr/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/id/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/id/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/id/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/id/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/it/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/it/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/it/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/it/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/iw/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/iw/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/iw/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/iw/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/ja/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/ja/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/ja/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/ja/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/ko/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/ko/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/ko/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/ko/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/lt/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/lt/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/lt/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/lt/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/lv/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/lv/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/lv/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/lv/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/ml/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/ml/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/ml/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/ml/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/mr/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/mr/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/mr/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/mr/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/ms/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/ms/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/ms/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/ms/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/nl/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/nl/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/nl/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/nl/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/no/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/no/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/no/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/no/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/pl/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/pl/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/pl/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/pl/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/pt/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/pt/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/pt/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/pt/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/ro/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/ro/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/ro/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/ro/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/ru/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/ru/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/ru/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/ru/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/sk/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/sk/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/sk/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/sk/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/sl/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/sl/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/sl/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/sl/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/sr/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/sr/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/sr/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/sr/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/sv/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/sv/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/sv/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/sv/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/ta/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/ta/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/ta/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/ta/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/te/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/te/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/te/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/te/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/tg/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/tg/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/tg/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/tg/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/th/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/th/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/th/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/th/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/tl/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/tl/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/tl/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/tl/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/tr/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/tr/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/tr/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/tr/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/uk/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/uk/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/uk/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/uk/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/ur/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/ur/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/ur/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/ur/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/vi/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/vi/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/vi/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/vi/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/zh_CN/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/zh_CN/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/zh_CN/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/zh_CN/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/locales/zh_TW/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/zh_TW/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /_build/html/_static/locales/zh_TW/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/locales/zh_TW/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /_build/html/_static/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/minus.png -------------------------------------------------------------------------------- /_build/html/_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css -------------------------------------------------------------------------------- /_build/html/_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css -------------------------------------------------------------------------------- /_build/html/_static/play-solid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/play-solid.svg -------------------------------------------------------------------------------- /_build/html/_static/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/plus.png -------------------------------------------------------------------------------- /_build/html/_static/pygments.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/pygments.css -------------------------------------------------------------------------------- /_build/html/_static/sbt-webpack-macros.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/sbt-webpack-macros.html -------------------------------------------------------------------------------- /_build/html/_static/scripts/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/scripts/bootstrap.js -------------------------------------------------------------------------------- /_build/html/_static/scripts/bootstrap.js.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/scripts/bootstrap.js.LICENSE.txt -------------------------------------------------------------------------------- /_build/html/_static/scripts/bootstrap.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/scripts/bootstrap.js.map -------------------------------------------------------------------------------- /_build/html/_static/scripts/fontawesome.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/scripts/fontawesome.js -------------------------------------------------------------------------------- /_build/html/_static/scripts/fontawesome.js.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/scripts/fontawesome.js.LICENSE.txt -------------------------------------------------------------------------------- /_build/html/_static/scripts/fontawesome.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/scripts/fontawesome.js.map -------------------------------------------------------------------------------- /_build/html/_static/scripts/pydata-sphinx-theme.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/scripts/pydata-sphinx-theme.js -------------------------------------------------------------------------------- /_build/html/_static/scripts/pydata-sphinx-theme.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/scripts/pydata-sphinx-theme.js.map -------------------------------------------------------------------------------- /_build/html/_static/scripts/sphinx-book-theme.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/scripts/sphinx-book-theme.js -------------------------------------------------------------------------------- /_build/html/_static/scripts/sphinx-book-theme.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/scripts/sphinx-book-theme.js.map -------------------------------------------------------------------------------- /_build/html/_static/searchtools.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/searchtools.js -------------------------------------------------------------------------------- /_build/html/_static/sphinx-design.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/sphinx-design.min.css -------------------------------------------------------------------------------- /_build/html/_static/sphinx-thebe.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/sphinx-thebe.css -------------------------------------------------------------------------------- /_build/html/_static/sphinx-thebe.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/sphinx-thebe.js -------------------------------------------------------------------------------- /_build/html/_static/sphinx_highlight.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/sphinx_highlight.js -------------------------------------------------------------------------------- /_build/html/_static/styles/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/styles/bootstrap.css -------------------------------------------------------------------------------- /_build/html/_static/styles/bootstrap.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/styles/bootstrap.css.map -------------------------------------------------------------------------------- /_build/html/_static/styles/pydata-sphinx-theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/styles/pydata-sphinx-theme.css -------------------------------------------------------------------------------- /_build/html/_static/styles/pydata-sphinx-theme.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/styles/pydata-sphinx-theme.css.map -------------------------------------------------------------------------------- /_build/html/_static/styles/sphinx-book-theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/styles/sphinx-book-theme.css -------------------------------------------------------------------------------- /_build/html/_static/styles/sphinx-book-theme.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/styles/sphinx-book-theme.css.map -------------------------------------------------------------------------------- /_build/html/_static/styles/theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/styles/theme.css -------------------------------------------------------------------------------- /_build/html/_static/togglebutton.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/togglebutton.css -------------------------------------------------------------------------------- /_build/html/_static/togglebutton.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/togglebutton.js -------------------------------------------------------------------------------- /_build/html/_static/underscore-1.13.1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/underscore-1.13.1.js -------------------------------------------------------------------------------- /_build/html/_static/underscore.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/underscore.js -------------------------------------------------------------------------------- /_build/html/_static/vendor/fontawesome/6.1.2/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/vendor/fontawesome/6.1.2/LICENSE.txt -------------------------------------------------------------------------------- /_build/html/_static/vendor/fontawesome/6.1.2/css/all.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/vendor/fontawesome/6.1.2/css/all.min.css -------------------------------------------------------------------------------- /_build/html/_static/vendor/fontawesome/6.1.2/js/all.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/vendor/fontawesome/6.1.2/js/all.min.js -------------------------------------------------------------------------------- /_build/html/_static/vendor/fontawesome/6.1.2/js/all.min.js.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/vendor/fontawesome/6.1.2/js/all.min.js.LICENSE.txt -------------------------------------------------------------------------------- /_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-v4compatibility.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-v4compatibility.ttf -------------------------------------------------------------------------------- /_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-v4compatibility.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-v4compatibility.woff2 -------------------------------------------------------------------------------- /_build/html/_static/vendor/fontawesome/6.5.2/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/vendor/fontawesome/6.5.2/LICENSE.txt -------------------------------------------------------------------------------- /_build/html/_static/vendor/fontawesome/6.5.2/css/all.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/vendor/fontawesome/6.5.2/css/all.min.css -------------------------------------------------------------------------------- /_build/html/_static/vendor/fontawesome/6.5.2/js/all.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/vendor/fontawesome/6.5.2/js/all.min.js -------------------------------------------------------------------------------- /_build/html/_static/vendor/fontawesome/6.5.2/js/all.min.js.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/vendor/fontawesome/6.5.2/js/all.min.js.LICENSE.txt -------------------------------------------------------------------------------- /_build/html/_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /_build/html/_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /_build/html/_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /_build/html/_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /_build/html/_static/vendor/fontawesome/6.5.2/webfonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/vendor/fontawesome/6.5.2/webfonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /_build/html/_static/vendor/fontawesome/6.5.2/webfonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/vendor/fontawesome/6.5.2/webfonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /_build/html/_static/vendor/fontawesome/6.5.2/webfonts/fa-v4compatibility.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/vendor/fontawesome/6.5.2/webfonts/fa-v4compatibility.ttf -------------------------------------------------------------------------------- /_build/html/_static/vendor/fontawesome/6.5.2/webfonts/fa-v4compatibility.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/vendor/fontawesome/6.5.2/webfonts/fa-v4compatibility.woff2 -------------------------------------------------------------------------------- /_build/html/_static/vendor/fontawesome/webfonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/vendor/fontawesome/webfonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /_build/html/_static/vendor/fontawesome/webfonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/vendor/fontawesome/webfonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /_build/html/_static/vendor/fontawesome/webfonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/vendor/fontawesome/webfonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /_build/html/_static/vendor/fontawesome/webfonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/vendor/fontawesome/webfonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /_build/html/_static/vendor/fontawesome/webfonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/vendor/fontawesome/webfonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /_build/html/_static/vendor/fontawesome/webfonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/vendor/fontawesome/webfonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /_build/html/_static/webpack-macros.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/_static/webpack-macros.html -------------------------------------------------------------------------------- /_build/html/genindex.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/genindex.html -------------------------------------------------------------------------------- /_build/html/index.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /_build/html/intro.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/intro.html -------------------------------------------------------------------------------- /_build/html/loc.gov IIIF API/IIIF.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/loc.gov IIIF API/IIIF.html -------------------------------------------------------------------------------- /_build/html/loc.gov JSON API/Accessing images for analysis.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/loc.gov JSON API/Accessing images for analysis.html -------------------------------------------------------------------------------- /_build/html/loc.gov JSON API/Chronicling_America/ChronAm-download_newspaper_title_batch.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/loc.gov JSON API/Chronicling_America/ChronAm-download_newspaper_title_batch.html -------------------------------------------------------------------------------- /_build/html/loc.gov JSON API/Chronicling_America/ChronAm-download_results.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/loc.gov JSON API/Chronicling_America/ChronAm-download_results.html -------------------------------------------------------------------------------- /_build/html/loc.gov JSON API/Chronicling_America/ChronAm_analyzing_language_location_frequency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/loc.gov JSON API/Chronicling_America/ChronAm_analyzing_language_location_frequency.html -------------------------------------------------------------------------------- /_build/html/loc.gov JSON API/Chronicling_America/ChronAm_analyzing_specific_titles_limit_results.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/loc.gov JSON API/Chronicling_America/ChronAm_analyzing_specific_titles_limit_results.html -------------------------------------------------------------------------------- /_build/html/loc.gov JSON API/Chronicling_America/ChronAm_analyzing_word_frequency_newspaper_frontpages.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/loc.gov JSON API/Chronicling_America/ChronAm_analyzing_word_frequency_newspaper_frontpages.html -------------------------------------------------------------------------------- /_build/html/loc.gov JSON API/Chronicling_America/ChronAm_basic_API tasks.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/loc.gov JSON API/Chronicling_America/ChronAm_basic_API tasks.html -------------------------------------------------------------------------------- /_build/html/loc.gov JSON API/Chronicling_America/README.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/loc.gov JSON API/Chronicling_America/README.html -------------------------------------------------------------------------------- /_build/html/loc.gov JSON API/Chronicling_America_Title_Essay_Datasets/README.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/loc.gov JSON API/Chronicling_America_Title_Essay_Datasets/README.html -------------------------------------------------------------------------------- /_build/html/loc.gov JSON API/Chronicling_America_Title_Essay_Datasets/analysis.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/loc.gov JSON API/Chronicling_America_Title_Essay_Datasets/analysis.html -------------------------------------------------------------------------------- /_build/html/loc.gov JSON API/Chronicling_America_Title_Essay_Datasets/download.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/loc.gov JSON API/Chronicling_America_Title_Essay_Datasets/download.html -------------------------------------------------------------------------------- /_build/html/loc.gov JSON API/Dominant colors.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/loc.gov JSON API/Dominant colors.html -------------------------------------------------------------------------------- /_build/html/loc.gov JSON API/Downloading_Monographs_as_Images_in_Rosenwald_Collection/Downloading Monographs as Images in Rosenwald Collection.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/loc.gov JSON API/Downloading_Monographs_as_Images_in_Rosenwald_Collection/Downloading Monographs as Images in Rosenwald Collection.html -------------------------------------------------------------------------------- /_build/html/loc.gov JSON API/Extracting location data for geovisualization.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/loc.gov JSON API/Extracting location data for geovisualization.html -------------------------------------------------------------------------------- /_build/html/loc.gov JSON API/LOC.gov JSON API.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/loc.gov JSON API/LOC.gov JSON API.html -------------------------------------------------------------------------------- /_build/html/loc.gov JSON API/geocoding-hhh/geocoding_with_the_hhh_collection.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/loc.gov JSON API/geocoding-hhh/geocoding_with_the_hhh_collection.html -------------------------------------------------------------------------------- /_build/html/loc.gov JSON API/maps/README.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/loc.gov JSON API/maps/README.html -------------------------------------------------------------------------------- /_build/html/loc.gov JSON API/maps/maps-analyzing-metadata.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/loc.gov JSON API/maps/maps-analyzing-metadata.html -------------------------------------------------------------------------------- /_build/html/loc.gov JSON API/maps/maps-downloading-querying.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/loc.gov JSON API/maps/maps-downloading-querying.html -------------------------------------------------------------------------------- /_build/html/loc.gov JSON API/resources2pdf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/loc.gov JSON API/resources2pdf.html -------------------------------------------------------------------------------- /_build/html/loc.gov Sitemaps API/Sitemap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/loc.gov Sitemaps API/Sitemap.html -------------------------------------------------------------------------------- /_build/html/loc.gov web interface/OpenSearch.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/loc.gov web interface/OpenSearch.html -------------------------------------------------------------------------------- /_build/html/objects.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/objects.inv -------------------------------------------------------------------------------- /_build/html/publishing.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/publishing.html -------------------------------------------------------------------------------- /_build/html/search.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/search.html -------------------------------------------------------------------------------- /_build/html/searchindex.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_build/html/searchindex.js -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_config.yml -------------------------------------------------------------------------------- /_static/LOC_Logo_horiz_inv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_static/LOC_Logo_horiz_inv.png -------------------------------------------------------------------------------- /_static/loc.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_static/loc.css -------------------------------------------------------------------------------- /_static/loc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_static/loc.js -------------------------------------------------------------------------------- /_toc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/_toc.yml -------------------------------------------------------------------------------- /intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/intro.md -------------------------------------------------------------------------------- /loc.gov IIIF API/IIIF.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/loc.gov IIIF API/IIIF.ipynb -------------------------------------------------------------------------------- /loc.gov JSON API/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/loc.gov JSON API/.gitignore -------------------------------------------------------------------------------- /loc.gov JSON API/Accessing images for analysis.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/loc.gov JSON API/Accessing images for analysis.ipynb -------------------------------------------------------------------------------- /loc.gov JSON API/Chronicling_America/ChronAm-download_newspaper_title_batch.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/loc.gov JSON API/Chronicling_America/ChronAm-download_newspaper_title_batch.ipynb -------------------------------------------------------------------------------- /loc.gov JSON API/Chronicling_America/ChronAm-download_results.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/loc.gov JSON API/Chronicling_America/ChronAm-download_results.ipynb -------------------------------------------------------------------------------- /loc.gov JSON API/Chronicling_America/ChronAm_analyzing_language_location_frequency.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/loc.gov JSON API/Chronicling_America/ChronAm_analyzing_language_location_frequency.ipynb -------------------------------------------------------------------------------- /loc.gov JSON API/Chronicling_America/ChronAm_analyzing_specific_titles_limit_results.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/loc.gov JSON API/Chronicling_America/ChronAm_analyzing_specific_titles_limit_results.ipynb -------------------------------------------------------------------------------- /loc.gov JSON API/Chronicling_America/ChronAm_analyzing_word_frequency_newspaper_frontpages.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/loc.gov JSON API/Chronicling_America/ChronAm_analyzing_word_frequency_newspaper_frontpages.ipynb -------------------------------------------------------------------------------- /loc.gov JSON API/Chronicling_America/ChronAm_basic_API tasks.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/loc.gov JSON API/Chronicling_America/ChronAm_basic_API tasks.ipynb -------------------------------------------------------------------------------- /loc.gov JSON API/Chronicling_America/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/loc.gov JSON API/Chronicling_America/README.md -------------------------------------------------------------------------------- /loc.gov JSON API/Chronicling_America_Title_Essay_Datasets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/loc.gov JSON API/Chronicling_America_Title_Essay_Datasets/README.md -------------------------------------------------------------------------------- /loc.gov JSON API/Chronicling_America_Title_Essay_Datasets/analysis.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/loc.gov JSON API/Chronicling_America_Title_Essay_Datasets/analysis.ipynb -------------------------------------------------------------------------------- /loc.gov JSON API/Chronicling_America_Title_Essay_Datasets/chron_am_essays.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/loc.gov JSON API/Chronicling_America_Title_Essay_Datasets/chron_am_essays.csv -------------------------------------------------------------------------------- /loc.gov JSON API/Chronicling_America_Title_Essay_Datasets/chronam.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/loc.gov JSON API/Chronicling_America_Title_Essay_Datasets/chronam.csv -------------------------------------------------------------------------------- /loc.gov JSON API/Chronicling_America_Title_Essay_Datasets/download.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/loc.gov JSON API/Chronicling_America_Title_Essay_Datasets/download.ipynb -------------------------------------------------------------------------------- /loc.gov JSON API/Chronicling_America_Title_Essay_Datasets/lc_output.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/loc.gov JSON API/Chronicling_America_Title_Essay_Datasets/lc_output.csv -------------------------------------------------------------------------------- /loc.gov JSON API/Chronicling_America_Title_Essay_Datasets/nlp_analysis.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/loc.gov JSON API/Chronicling_America_Title_Essay_Datasets/nlp_analysis.csv -------------------------------------------------------------------------------- /loc.gov JSON API/Chronicling_America_Title_Essay_Datasets/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/loc.gov JSON API/Chronicling_America_Title_Essay_Datasets/requirements.txt -------------------------------------------------------------------------------- /loc.gov JSON API/Chronicling_America_Title_Essay_Datasets/user_agents.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/loc.gov JSON API/Chronicling_America_Title_Essay_Datasets/user_agents.txt -------------------------------------------------------------------------------- /loc.gov JSON API/Dominant colors.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/loc.gov JSON API/Dominant colors.ipynb -------------------------------------------------------------------------------- /loc.gov JSON API/Downloading_Monographs_as_Images_in_Rosenwald_Collection/Downloading Monographs as Images in Rosenwald Collection.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/loc.gov JSON API/Downloading_Monographs_as_Images_in_Rosenwald_Collection/Downloading Monographs as Images in Rosenwald Collection.ipynb -------------------------------------------------------------------------------- /loc.gov JSON API/Downloading_Monographs_as_Images_in_Rosenwald_Collection/rosenwald.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/loc.gov JSON API/Downloading_Monographs_as_Images_in_Rosenwald_Collection/rosenwald.json -------------------------------------------------------------------------------- /loc.gov JSON API/Extracting location data for geovisualization.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/loc.gov JSON API/Extracting location data for geovisualization.ipynb -------------------------------------------------------------------------------- /loc.gov JSON API/LOC.gov JSON API.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/loc.gov JSON API/LOC.gov JSON API.ipynb -------------------------------------------------------------------------------- /loc.gov JSON API/files/addLOCsearch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/loc.gov JSON API/files/addLOCsearch.png -------------------------------------------------------------------------------- /loc.gov JSON API/files/chromeOpensearch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/loc.gov JSON API/files/chromeOpensearch.png -------------------------------------------------------------------------------- /loc.gov JSON API/files/clickSearchIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/loc.gov JSON API/files/clickSearchIcon.png -------------------------------------------------------------------------------- /loc.gov JSON API/files/haer_sample.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/loc.gov JSON API/files/haer_sample.csv -------------------------------------------------------------------------------- /loc.gov JSON API/files/haer_subway_screenshot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/loc.gov JSON API/files/haer_subway_screenshot.jpg -------------------------------------------------------------------------------- /loc.gov JSON API/files/haer_tutorial_screenshot.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/loc.gov JSON API/files/haer_tutorial_screenshot.JPG -------------------------------------------------------------------------------- /loc.gov JSON API/files/hhh_search_screenshot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/loc.gov JSON API/files/hhh_search_screenshot.gif -------------------------------------------------------------------------------- /loc.gov JSON API/files/searchWWIsheetMusic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/loc.gov JSON API/files/searchWWIsheetMusic.png -------------------------------------------------------------------------------- /loc.gov JSON API/files/seeLOCopensearchIsAdded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/loc.gov JSON API/files/seeLOCopensearchIsAdded.png -------------------------------------------------------------------------------- /loc.gov JSON API/geocoding-hhh/Ruralurbancontinuumcodes2023.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/loc.gov JSON API/geocoding-hhh/Ruralurbancontinuumcodes2023.csv -------------------------------------------------------------------------------- /loc.gov JSON API/geocoding-hhh/complete_geocoding_results.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/loc.gov JSON API/geocoding-hhh/complete_geocoding_results.json -------------------------------------------------------------------------------- /loc.gov JSON API/geocoding-hhh/geocoding_hhh_final_map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/loc.gov JSON API/geocoding-hhh/geocoding_hhh_final_map.png -------------------------------------------------------------------------------- /loc.gov JSON API/geocoding-hhh/geocoding_with_the_hhh_collection.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/loc.gov JSON API/geocoding-hhh/geocoding_with_the_hhh_collection.ipynb -------------------------------------------------------------------------------- /loc.gov JSON API/maps/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/loc.gov JSON API/maps/README.md -------------------------------------------------------------------------------- /loc.gov JSON API/maps/maps-analyzing-metadata.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/loc.gov JSON API/maps/maps-analyzing-metadata.ipynb -------------------------------------------------------------------------------- /loc.gov JSON API/maps/maps-downloading-querying.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/loc.gov JSON API/maps/maps-downloading-querying.ipynb -------------------------------------------------------------------------------- /loc.gov JSON API/output/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /loc.gov JSON API/resources2pdf.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/loc.gov JSON API/resources2pdf.ipynb -------------------------------------------------------------------------------- /loc.gov Sitemaps API/Sitemap.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/loc.gov Sitemaps API/Sitemap.ipynb -------------------------------------------------------------------------------- /loc.gov web interface/OpenSearch.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/loc.gov web interface/OpenSearch.ipynb -------------------------------------------------------------------------------- /publishing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LibraryOfCongress/data-exploration/HEAD/publishing.md --------------------------------------------------------------------------------