Skip to content

Commit

Permalink
Merge pull request #34 from MoenMi/small-name-fixes
Browse files Browse the repository at this point in the history
Small Name Formatting fixes
  • Loading branch information
vfscalfani authored Jan 29, 2024
2 parents d930922 + 75c33ab commit bf09c54
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion content/scripts/R/R_Chronam.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ output:

# Chronicling Ameria API in R

By Cyrus Gomes, Vincent F. Scalfani, and Adam M. Nguyen
by Cyrus Gomes, Vincent F. Scalfani, and Adam M. Nguyen

These recipe examples were tested on March 24, 2023.

Expand Down
4 changes: 2 additions & 2 deletions content/scripts/R/R_Crossref.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ editor_options:
chunk_output_type: console
---

# CrossRef API in R
# Crossref API in R

By Cyrus Gomes, Vincent F. Scalfani, and Adam M. Nguyen
by Cyrus Gomes, Vincent F. Scalfani, and Adam M. Nguyen

**Documentation:**

Expand Down
2 changes: 1 addition & 1 deletion content/scripts/R/R_Pubchem.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ output:

# PubChem API in R

By Vishank Patel and Adam M. Nguyen
by Vishank Patel and Adam M. Nguyen

**Documentation:**

Expand Down
2 changes: 1 addition & 1 deletion content/scripts/matlab/matlab_pubchem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PubChem API in Matlab

.. sectionauthor:: Vincent F. Scalfani <vfscalfani@ua.edu>

by Vincent Scalfani and Anastasia Ramig
by Vincent F. Scalfani and Anastasia Ramig

These recipe examples were tested on November 23, 2022 using Matlab R2022b.

Expand Down
2 changes: 1 addition & 1 deletion content/scripts/python/python_SDirect.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"source": [
"# ScienceDirect API in Python\n",
"\n",
"by Vincent Scalfani\n",
"by Vincent F. Scalfani\n",
"\n",
"These recipe examples use the Elsevier ScienceDirect Article (Full-Text) API. Code was tested and sample data downloaded from the ScienceDirect API on April 20, 2022 via http://api.elsevier.com and https://www.sciencedirect.com/. \n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion content/scripts/python/python_scopus.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"# Scopus API in Python\n",
"\n",
"by Vincent Scalfani\n",
"by Vincent F. Scalfani\n",
"\n",
"These recipe examples use the Elsevier Scopus API and the Python Scopus API-wrapper package, [pybliometrics](https://pybliometrics.readthedocs.io/en/stable/). Code was tested and sample data downloaded from the Scopus API on February 16, 2022 via http://api.elsevier.com and http://www.scopus.com. This tutorial content is intended to help facillitate academic research. Before continuing or reusing any of this code, please be aware of Elsevier's [API policies and appropiate use-cases](https://dev.elsevier.com/use_cases.html). You will also need to register for an API key in order to use the Scopus API."
]
Expand Down
2 changes: 1 addition & 1 deletion content/scripts/python/python_ustreasury.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"# U.S. Treasury Fiscal Data API in Python\n",
"\n",
"By Avery Fernandez and Michael T. Moen\n",
"by Avery Fernandez and Michael T. Moen\n",
"\n",
"**U.S. Department of the Treasury FiscalData API Documentation**: [https://fiscaldata.treasury.gov/api-documentation/](https://fiscaldata.treasury.gov/api-documentation/)\n",
"\n",
Expand Down

0 comments on commit bf09c54

Please sign in to comment.