Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync master and develop #428

Merged
merged 20 commits into from
Feb 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
2e98060
Merge pull request #387 from massimoaria/develop
massimoaria Sep 20, 2023
fb0ad18
Merge pull request #394 from massimoaria/develop
massimoaria Oct 31, 2023
b0d2a6d
Merge pull request #395 from massimoaria/develop
massimoaria Oct 31, 2023
f28bb6a
Merge pull request #398 from massimoaria/develop
massimoaria Nov 6, 2023
9249e28
Merge pull request #400 from massimoaria/develop
massimoaria Nov 12, 2023
26bc46c
Merge pull request #401 from massimoaria/develop
massimoaria Nov 15, 2023
dab468c
Merge pull request #407 from massimoaria/develop
massimoaria Nov 28, 2023
7432722
Merge pull request #410 from massimoaria/develop
massimoaria Dec 5, 2023
d7bb4be
Merge pull request #411 from massimoaria/develop
massimoaria Dec 5, 2023
2f2c03b
Merge pull request #417 from massimoaria/develop
massimoaria Jan 12, 2024
bc5a38c
Merge pull request #419 from massimoaria/develop
massimoaria Feb 13, 2024
76e56a0
Merge pull request #420 from massimoaria/develop
massimoaria Feb 23, 2024
24fc6d4
Merge pull request #421 from massimoaria/develop
massimoaria Feb 23, 2024
331828c
Merge pull request #422 from massimoaria/develop
massimoaria Feb 27, 2024
05db9a8
Merge pull request #424 from massimoaria/develop
massimoaria Feb 28, 2024
ee7d2f3
Merge pull request #425 from massimoaria/develop
massimoaria Feb 28, 2024
72d13be
fix typo
marabesi Feb 28, 2024
1cd8b6c
minor typos
robitalec Feb 29, 2024
936ea3b
Merge pull request #427 from robitalec/master
massimoaria Feb 29, 2024
583dc76
Merge pull request #426 from marabesi/master
massimoaria Feb 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion R/collabByRegionPlot.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#' \code{type="fruchterman"}\tab \tab Fruchterman-Reingold layout\cr
#' \code{type="kamada"}\tab \tab Kamada-Kawai layout}
#'
#' @param vos.path is a character indicating the full path whre VOSviewer.jar is located.
#' @param vos.path is a character indicating the full path where VOSviewer.jar is located.
#' @param size is integer. It defines the size of each vertex. Default is \code{size=3}.
#' @param size.cex is logical. If TRUE the size of each vertex is proportional to its degree.
#' @param noloops is logical. If TRUE loops in the network are deleted.
Expand Down
2 changes: 1 addition & 1 deletion R/conceptualStructure.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ utils::globalVariables(c("label"))
#' An n-gram is a contiguous sequence of n terms. The function can extract n-grams composed by 1, 2, 3 or 4 terms. Default value is \code{ngrams=1}.
#' @param method is a character object. It indicates the factorial method used to create the factorial map. Use \code{method="CA"} for Correspondence Analysis,
#' \code{method="MCA"} for Multiple Correspondence Analysis or \code{method="MDS"} for Metric Multidimensional Scaling. The default is \code{method="MCA"}
#' @param minDegree is an integer. It indicates the minimum occurrences of terms to analize and plot. The default value is 2.
#' @param minDegree is an integer. It indicates the minimum occurrences of terms to analyze and plot. The default value is 2.
#' @param clust is an integer or a character. If clust="auto", the number of cluster is chosen automatically, otherwise clust can be an integer between 2 and 8.
#' @param k.max is an integer. It indicates the maximum number of cluster to keep. The default value is 5. The max value is 20.
#' @param stemming is logical. If TRUE the Porter's Stemming algorithm is applied to all extracted terms. The default is \code{stemming = FALSE}.
Expand Down
2 changes: 1 addition & 1 deletion R/convert2df.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#' @param remove.duplicates is logical. If TRUE, the function will remove duplicated items checking by DOI and database ID.
#' @return a data frame with cases corresponding to articles and variables to Field Tags in the original export file.
#'
#' I.e We have three files downlaod from Web of Science in plaintext format, file will be:
#' I.e We have three files download from Web of Science in plaintext format, file will be:
#'
#' file <- c("filename1.txt", "filename2.txt", "filename3.txt")
#'
Expand Down
4 changes: 2 additions & 2 deletions R/histNetwork.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#' @param M is a bibliographic data frame obtained by the converting function
#' \code{\link{convert2df}}. It is a data matrix with cases corresponding to
#' manuscripts and variables to Field Tag in the original SCOPUS, OpenAlex, Lens.org and Clarivate
#' Analitics Web of Science file.
#' Analytics Web of Science file.
#' @param min.citations DEPRECATED. New algorithm does not use this parameters. It will be remove in the next version of bibliometrix.
#' @param sep is the field separator character. This character separates strings
#' in CR column of the data frame. The default is \code{sep = ";"}.
#' @param network is logical. If TRUE, fuction calculates and returns also the direct citation network. If FALSE,
#' @param network is logical. If TRUE, function calculates and returns also the direct citation network. If FALSE,
#' the function returns only the local citation table.
#' @param verbose is logical. If TRUE, results are printed on screen.
#' @return \code{histNetwork} returns an object of \code{class} "list"
Expand Down
2 changes: 1 addition & 1 deletion R/lotka.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#' \code{C} \tab \tab Constant coefficient\cr
#' \code{R2} \tab \tab Goodness of Fit\cr
#' \code{fitted} \tab \tab Fitted Values\cr
#' \code{p.value} \tab \tab Pvalue of two-sample Kolmogorov-Smirnov test between the empirical and the theorical Lotka's Law distribution (with Beta=2)\cr
#' \code{p.value} \tab \tab Pvalue of two-sample Kolmogorov-Smirnov test between the empirical and the theoretical Lotka's Law distribution (with Beta=2)\cr
#' \code{AuthorProd} \tab \tab Authors' Productivity frequency table}
#'
#' @examples
Expand Down
2 changes: 1 addition & 1 deletion R/net2VOSviewer.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#'
#'
#' @param net is an object created by networkPlot function.
#' @param vos.path is a character indicating the full path whre VOSviewer.jar is located.
#' @param vos.path is a character indicating the full path where VOSviewer.jar is located.
#' @return It write a .net file that can be open in VOSviewer
#'
#' @examples
Expand Down
2 changes: 1 addition & 1 deletion R/networkPlot.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#' \code{type="kamada"}\tab \tab Kamada-Kawai layout}
#'
#' @param Title is a character indicating the plot title.
#' @param vos.path is a character indicating the full path whre VOSviewer.jar is located.
#' @param vos.path is a character indicating the full path where VOSviewer.jar is located.
#' @param size is integer. It defines the size of each vertex. Default is \code{size=3}.
#' @param size.cex is logical. If TRUE the size of each vertex is proportional to its degree.
#' @param noloops is logical. If TRUE loops in the network are deleted.
Expand Down
2 changes: 1 addition & 1 deletion R/plot.bibliodendrogram.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#'
#' \code{plot} method for class '\code{bibliodendrogram}'
#' @param x is the object for which plots are desired.
#' @param ... is a geenric param for plot functions.
#' @param ... is a generic param for plot functions.
#' @return The function \code{plot} draws a dendrogram.
#'
#'
Expand Down
2 changes: 1 addition & 1 deletion R/splitCommunities.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#'
#' \code{networkPlot} Create a network plot with separated communities.
#'
#' The function \code{\link{splitCommunities}} splits communitites in separated subnetworks from a bibliographic network plot previously created by \code{\link{networkPlot}}.
#' The function \code{\link{splitCommunities}} splits communities in separated subnetworks from a bibliographic network plot previously created by \code{\link{networkPlot}}.
#'
#' @param graph is a network plot obtained by the function \code{\link{networkPlot}}.
#' @param n is an integer. It indicates the number of vertices to plot for each community.
Expand Down
2 changes: 1 addition & 1 deletion R/thematicMap.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ globalVariables(".")
#' The methodology is inspired by the proposal of Cobo et al. (2011).
#'
#' \code{thematicMap} starts from a co-occurrence keyword network to plot in a
#' two-dimesional map the typological themes of a domain.\cr\cr
#' two-dimensional map the typological themes of a domain.\cr\cr
#'
#' Reference:\cr
#' Cobo, M. J., Lopez-Herrera, A. G., Herrera-Viedma, E., & Herrera, F. (2011). An approach for detecting, quantifying,
Expand Down
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ It supports scholars in easy use of the main features of bibliometrix:

- Intellectual Structure

- Social Strucutre
- Social Structure



Expand Down Expand Up @@ -145,7 +145,7 @@ The export file can be read and converted using by R using the function *convert

**convert2df**(*file*, *dbsource*, *format*)

The argument *file* is a character vector containing the name of export files downloaded from SCOPUS, Clarivate Analytics WoS, OpenAlex, Digital Science Dimensions, PubMed or Cochrane CDSR website. *file* can also contains the name of a json/xlm object download using OpenAlex, Digital Science Dimenions or PubMed APIs (through the packages *openalexR*, *dimensionsR* and *pubmedR*.
The argument *file* is a character vector containing the name of export files downloaded from SCOPUS, Clarivate Analytics WoS, OpenAlex, Digital Science Dimensions, PubMed or Cochrane CDSR website. *file* can also contains the name of a json/xlm object download using OpenAlex, Digital Science Dimensions or PubMed APIs (through the packages *openalexR*, *dimensionsR* and *pubmedR*.

es. file <- c("file1.txt","file2.txt", ...)

Expand Down Expand Up @@ -365,7 +365,7 @@ D'Aniello, L., Spano, M., Cuccurullo, C., & Aria, M. (2022). Academic Health Cen

Aria M., Misuraca M., Spano M. (2020) Mapping the evolution of social research and data science on 30 years of Social Indicators Research, *Social Indicators Research*. (DOI: https://doi.org/10.1007/s11205-020-02281-3)

Aria M., Alterisio A., Scandurra A, Pinelli C., D’Aniello B, (2021) The scholar’s best friend: research trends in dog cognitive and behavioural studies, A*nimal Cognition*. (https://doi.org/10.1007/s10071-020-01448-2)
Aria M., Alterisio A., Scandurra A, Pinelli C., D’Aniello B, (2021) The scholar’s best friend: research trends in dog cognitive and behavioural studies, *Animal Cognition*. (https://doi.org/10.1007/s10071-020-01448-2)

Cuccurullo, C., Aria, M., & Sarto, F. (2016). Foundations and trends in performance management. A twenty-five years bibliometric analysis in business and public administration domains, *Scientometrics*, DOI: 10.1007/s11192-016-1948-8 (https://doi.org/10.1007/s11192-016-1948-8)

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ It supports scholars in easy use of the main features of bibliometrix:

- Intellectual Structure

- Social Strucutre
- Social Structure

### How to use biblioshiny

Expand All @@ -86,7 +86,7 @@ bibliometrix website <https://www.bibliometrix.org/>

## How to cite bibliometrix

If you use this package for your research, we must cite it.
If you use this package for your research, you must cite it.

To cite bibliometrix in publications, please use:

Expand Down Expand Up @@ -151,7 +151,7 @@ The argument *file* is a character vector containing the name of export
files downloaded from SCOPUS, Clarivate Analytics WoS, OpenAlex, Digital
Science Dimensions, PubMed or Cochrane CDSR website. *file* can also
contains the name of a json/xlm object download using OpenAlex, Digital
Science Dimenions or PubMed APIs (through the packages *openalexR*,
Science Dimensions or PubMed APIs (through the packages *openalexR*,
*dimensionsR* and *pubmedR*.

es. file \<- c(“file1.txt”,“file2.txt”, …)
Expand Down Expand Up @@ -707,7 +707,7 @@ research and data science on 30 years of Social Indicators Research,

Aria M., Alterisio A., Scandurra A, Pinelli C., D’Aniello B, (2021) The
scholar’s best friend: research trends in dog cognitive and behavioural
studies, A*nimal Cognition*.
studies, *Animal Cognition*.
(<https://doi.org/10.1007/s10071-020-01448-2>)

Cuccurullo, C., Aria, M., & Sarto, F. (2016). Foundations and trends in
Expand Down
2 changes: 1 addition & 1 deletion man/bibliometrix-package.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ Cuccurullo, C., Aria, M., & Sarto, F. (2013). Twenty years of research on perfor
\concept{co-citations}
\concept{network}
\concept{co-authors}
\concept{co-occurences}
\concept{co-occurrences}
\concept{collaboration}
\concept{co-word analysis}

Loading