This project performs a bibliometric analysis on a dataset related to uranium soil remediation. The goal is to provide a detailed analysis of the trends, influential authors, and key research topics within this field by utilizing various bibliometric methods. The analysis includes author co-citation, keyword co-occurrence, and conceptual structure analysis. Visualizations and networks are generated to highlight key patterns and connections within the research literature.
The project is organized into the following main sections:
- Data Loading: The bibliographic data is loaded from a BibTeX file, which contains references sourced from Scopus.
- Bibliometric Analysis: Descriptive statistics are generated, including key information about the dataset such as the number of documents, authors, and sources.
- Plot Analysis: Graphical visualizations are created to summarize the bibliometric analysis, helping to identify patterns in the dataset.
- Conceptual Structure: Correspondence Analysis (CA) is applied to group documents by keywords, revealing thematic clusters in the research field.
- Bibliographic Networks: Two types of bibliographic networks are generated:
- Author Co-Citation: Visualizes the relationships between authors based on shared citations.
- Keyword Co-Occurrences: Shows the relationships between keywords that frequently appear together in documents.
To run this project, ensure that you have the following R packages installed:
- bibliometrix: A package for bibliometric analysis in R.
- rprojroot: A package to find the project root directory.
- ggplot2: A package for data visualization.
This project is licensed under the Apache 2.0 License. See the LICENSE file for more details.


