Skip to content

Commit

Permalink
Merge pull request #7 from AveryUALibrary/main
Browse files Browse the repository at this point in the history
R, C and a new Python one
  • Loading branch information
vfscalfani authored Oct 11, 2023
2 parents eff0ecc + 34ab3c4 commit 04cb112
Show file tree
Hide file tree
Showing 56 changed files with 10,208 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Scholarly API Cookbook
author: The University of Alabama Libraries
copyright: "2023"
logo: images/UALIB_logo.png

exclude_patterns: [old, conversion_scripts]
# Force re-execution of notebooks on each build.
# See https://jupyterbook.org/content/execute.html
execute:
Expand Down
14 changes: 14 additions & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ parts:
- file: content/scripts/shell/shell_crossref
- file: content/scripts/matlab/matlab_crossref
- file: content/scripts/mathematica/mathematica_crossref
- file: content/scripts/R/R_Crossref
- file: content/scripts/C/C_CrossRef
- file: content/scripts/A_overview/scopus_overview
sections:
- file: content/scripts/python/python_scopus
Expand All @@ -38,6 +40,8 @@ parts:
- file: content/scripts/shell/shell_worldbank
- file: content/scripts/matlab/matlab_worldbank
- file: content/scripts/mathematica/mathematica_worldbank
- file: content/scripts/R/R_WorldBank
- file: content/scripts/C/C_World_Bank
- caption: HUMANITIES
chapters:
- file: content/scripts/A_overview/chronam_overview
Expand All @@ -46,6 +50,7 @@ parts:
- file: content/scripts/shell/shell_chronam
- file: content/scripts/matlab/matlab_chronam
- file: content/scripts/mathematica/mathematica_chronam
- file: content/scripts/R/R_Chronam
- caption: SCIENTIFIC
chapters:
- file: content/scripts/A_overview/casc_overview
Expand All @@ -54,18 +59,23 @@ parts:
- file: content/scripts/shell/shell_casc
- file: content/scripts/matlab/matlab_casc
- file: content/scripts/mathematica/mathematica_casc
- file: content/scripts/R/R_CASCommon
- file: content/scripts/A_overview/pubchem_overview
sections:
- file: content/scripts/python/python_pubchem
- file: content/scripts/shell/shell_pubchem
- file: content/scripts/matlab/matlab_pubchem
- file: content/scripts/mathematica/mathematica_pubchem
- file: content/scripts/R/R_Pubchem
- file: content/scripts/C/C_Pub_Chem
- file: content/scripts/A_overview/pubmed_overview
sections:
- file: content/scripts/python/python_pubmed
- file: content/scripts/shell/shell_pubmed
- file: content/scripts/matlab/matlab_pubmed
- file: content/scripts/mathematica/mathematica_pubmed
- file: content/scripts/R/R_PubMed
- file: content/scripts/C/C_PubMed
- caption: SOCIAL SCIENCES
chapters:
- file: content/scripts/A_overview/uscensus_overview
Expand All @@ -74,6 +84,10 @@ parts:
- file: content/scripts/shell/shell_uscensus
- file: content/scripts/matlab/matlab_uscensus
- file: content/scripts/mathematica/mathematica_uscensus
- file: content/scripts/R/R_US_Census
- file: content/scripts/A_overview/usaspending_overview
sections:
- file: content/scripts/python/python_usaspending.ipynb
- caption: ABOUT
chapters:
- file: content/about/contributing
Expand Down
4 changes: 0 additions & 4 deletions content/about/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ Alabama Libraries efforts to support `Research Data Services`_.

.. _Research Data Services: https://guides.lib.ua.edu/Data/ResearchDataServices/

.. note::

We are in the process of adding new API tutorials and plan to add ``R`` recipes to the Cookbook in early 2023.

What should I be aware of before getting started?
===================================================

Expand Down
17 changes: 17 additions & 0 deletions content/scripts/A_overview/usaspending_overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: USA Spending
---

<!--- sectionauthor
Avery Fernandez | amfernandez7@crimson.ua.edu>
-->

# USA Spending

## Brief Overview

The USA Spending API provides programmatic access to comprehensive U.S. government spending data, including spending on awards (e.g., federal contracts, grants, geographic breakdowns, agency breakdowns) and account-level, non-award spending such as federal employee compensation. The API is currently in V2, with V1 endpoints being deprecated. No registration is required to use the API. Visit the USA Spending API documentation for information on getting started, available endpoints, and background information[^1].

**References**

[^1]: [https://api.usaspending.gov/](https://api.usaspending.gov/)
Loading

0 comments on commit 04cb112

Please sign in to comment.