Skip to content

Commit

Permalink
Merge pull request #243 from massimoaria/main
Browse files Browse the repository at this point in the history
Corrected typo in openalexR citation (wrong publication year)
  • Loading branch information
massimoaria committed May 7, 2024
2 parents 9cda64a + b976cc9 commit 13daeaa
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ knitr::opts_chunk$set(

If you use openalexR in research, please cite:

Aria, M., Le T., Cuccurullo, C., Belfiore, A. & Choe, J. (2014), *openalexR: An R-Tool for Collecting Bibliometric Data from OpenAlex*, **The R Journal**, 15(4), 167-180, DOI: https://doi.org/10.32614/RJ-2023-089.
Aria, M., Le T., Cuccurullo, C., Belfiore, A. & Choe, J. (2024), *openalexR: An R-Tool for Collecting Bibliometric Data from OpenAlex*, **The R Journal**, 15(4), 167-180, DOI: https://doi.org/10.32614/RJ-2023-089.

## 🙌 Support OpenAlex

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ publishers, topics and concepts with 5 main functions:

If you use openalexR in research, please cite:

Aria, M., Le T., Cuccurullo, C., Belfiore, A. & Choe, J. (2014),
Aria, M., Le T., Cuccurullo, C., Belfiore, A. & Choe, J. (2024),
*openalexR: An R-Tool for Collecting Bibliometric Data from OpenAlex*,
**The R Journal**, 15(4), 167-180, DOI:
<https://doi.org/10.32614/RJ-2023-089>.
Expand Down Expand Up @@ -199,7 +199,7 @@ works_search <- oa_fetch(
verbose = TRUE
)
#> Requesting url: https://api.openalex.org/works?filter=title.search%3Abibliometric%20analysis%7Cscience%20mapping%2Ccited_by_count%3A%3E50%2Cfrom_publication_date%3A2020-01-01%2Cto_publication_date%3A2021-12-31&sort=cited_by_count%3Adesc
#> Getting 2 pages of results with a total of 237 records...
#> Getting 2 pages of results with a total of 239 records...

works_search |>
show_works() |>
Expand Down Expand Up @@ -278,7 +278,7 @@ my_arguments <- list(

do.call(oa_fetch, c(my_arguments, list(count_only = TRUE)))
#> count db_response_time_ms page per_page
#> [1,] 35 131 1 1
#> [1,] 33 130 1 1

if (do.call(oa_fetch, c(my_arguments, list(count_only = TRUE)))[1]>0){
do.call(oa_fetch, my_arguments) |>
Expand All @@ -289,12 +289,12 @@ do.call(oa_fetch, my_arguments) |>

| id | display_name | orcid | works_count | cited_by_count | affiliation_display_name | top_concepts |
|:------------|:----------------------|:--------------------|------------:|---------------:|:---------------------------------|:-----------------------------------------------------|
| A5066548119 | D. della Volpe | 0000-0001-8530-7447 | 1708 | 67588 | University of Naples Federico II | Quantum mechanics, Nuclear physics, Particle physics |
| A5032217427 | Nicola Longo | 0000-0002-3677-1216 | 1175 | 12977 | University of Naples Federico II | Internal medicine, Genetics, Pathology |
| A5076706548 | Salvatore Capozziello | 0000-0003-4886-2024 | 913 | 34110 | INFN Sezione di Napoli | Quantum mechanics, Astronomy, Theoretical physics |
| A5072318694 | G. Chiefari | NA | 883 | 46442 | INFN Sezione di Napoli | Quantum mechanics, Particle physics, Nuclear physics |
| A5064797795 | A. O. M. Iorio | NA | 798 | 46038 | INFN Sezione di Napoli | Particle physics, Nuclear physics, Quantum mechanics |
| A5035636337 | S. Patricelli | NA | 795 | 43655 | INFN Sezione di Napoli | Quantum mechanics, Particle physics, Nuclear physics |
| A5051324603 | Massimo Chiariello | NA | 740 | 15347 | University of Naples Federico II | Internal medicine, Cardiology, Endocrinology |
| A5078562748 | Sabino De Placido | 0000-0001-5077-6286 | 737 | 26049 | University of Naples Federico II | Genetics, Internal medicine, Oncology |

## 🍒 Example analyses

Expand Down
2 changes: 1 addition & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ bibentry(bibtype="Article",
issn = "2073-4859",
pages = "167-180",
textVersion =
paste("Aria, M., Le, T., Cuccurullo, C., Belfiore, A. & Choe, J. (2014),",
paste("Aria, M., Le, T., Cuccurullo, C., Belfiore, A. & Choe, J. (2024),",
"openalexR: An R-Tool for Collecting Bibliometric Data from OpenAlex,",
"The R Journal, 15(4), 167-180."))
Binary file modified man/figures/README-biological-concepts-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-concept-cloud-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-italy-insts-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-snowballing-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 13daeaa

Please sign in to comment.