MDPIexploreR

A simple package to explore MDPI´s articles by journal. A series of functions help to obtain lists of papers, obtain data from them (turnaround times, special issues and articles types) and create summary graphs.

https://github.com/pgomba/mdpi_explorer

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.5%) to scientific vocabulary

Keywords

analysis data-analysis data-visualization mdpi metrics scientific-journals visualization web-scraping
Last synced: 11 months ago · JSON representation

Repository

A simple package to explore MDPI´s articles by journal. A series of functions help to obtain lists of papers, obtain data from them (turnaround times, special issues and articles types) and create summary graphs.

Basic Info
Statistics
  • Stars: 21
  • Watchers: 2
  • Forks: 7
  • Open Issues: 0
  • Releases: 3
Topics
analysis data-analysis data-visualization mdpi metrics scientific-journals visualization web-scraping
Created over 3 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog License

README.md

MDPIexploreR

R-CMD-check

CRAN status <!-- badges: end -->

Welcome to the wonders of MDPIexploreR, an R package created to provide comprehensive tools to scrape and analyze data from the MDPI journals. It allows users to extract metrics such as submission-to-acceptance times, article types, and whether articles are part of special issues. The package can also visualize this information through plots. Additionally, MDPIexploreR offers tools to explore patterns of self-citations within articles and provides insights into guest-edited special issues.

Installation

You can install and load MDPIexploreR CRAN version with:

r install.packages("MDPIexploreR") library(MDPIexploreR) or try the latest Github version with:

r devtools::install_github("pgomba/MDPI_explorer") library(MDPIexploreR)

Citation

If you use MDPIexploreR in a publication or report, please cite it. Find the correct citation here or running this code:

``` r citation("MDPIexploreR")

```

Head to Introduction to MDPIexploreR to get a glimpse of the functionalities of MDPIexploreR:

Owner

  • Login: pgomba
  • Kind: user

GitHub Events

Total
  • Issues event: 4
  • Watch event: 1
  • Issue comment event: 1
  • Push event: 18
Last Year
  • Issues event: 4
  • Watch event: 1
  • Issue comment event: 1
  • Push event: 18

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 3
  • Total pull requests: 1
  • Average time to close issues: 3 months
  • Average time to close pull requests: 8 minutes
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 2
  • Pull requests: 1
  • Average time to close issues: 24 days
  • Average time to close pull requests: 8 minutes
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • pgomba (3)
Pull Request Authors
  • pgomba (2)
Top Labels
Issue Labels
enhancement (3)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 189 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 2
  • Total maintainers: 1
cran.r-project.org: MDPIexploreR

Web Scraping and Bibliometric Analysis of MDPI Journals

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 189 Last month
Rankings
Dependent packages count: 28.0%
Dependent repos count: 34.5%
Average: 49.8%
Downloads: 86.7%
Maintainers (1)
Last synced: 12 months ago

Dependencies

DESCRIPTION cran
  • dplyr * imports
  • ggplot2 * imports
  • lubridate * imports
  • magrittr * imports
  • rvest * imports
  • stringr * imports
.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v3 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite