SDG Detector
Identify and visualize 17 Sustainable Development Goals and associated 169 Targets in text.
https://github.com/Yingjie4Science/SDGdetector
Category: Sustainable Development
Sub Category: Sustainable Development Goals
Keywords
cran r r-package sdg sdgs sustainability sustainable-development-goals text-mining
Keywords from Contributors
regular-expressions sustainability-developoment-goals
Last synced: about 19 hours ago
JSON representation
Repository metadata
A novel R package that can identify and visualize 17 Sustainable Development Goals and associated 169 Targets in text
- Host: GitHub
- URL: https://github.com/Yingjie4Science/SDGdetector
- Owner: Yingjie4Science
- License: gpl-3.0
- Created: 2021-11-24T20:31:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-26T18:41:51.000Z (7 months ago)
- Last Synced: 2025-04-13T06:01:48.918Z (14 days ago)
- Topics: cran, r, r-package, sdg, sdgs, sustainability, sustainable-development-goals, text-mining
- Language: R
- Homepage:
- Size: 8.16 MB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 0
- Releases: 4
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE.md
README.md
SDG Detector
In 2015, leaders worldwide adopted 17 Sustainable Development Goals (SDGs) with 169 targets to be achieved by 2030 (https://sdgs.un.org). The framework of SDGs serves as a blueprint for shared prosperity for both people and the earth. SDGdetector
identifies both direct and indirect expressions of SDGs and associated targets in chunks of text. It takes a data frame with a specified column of text to process as inputs, and outputs a data frame with original columns plus matched SDGs and targets.
For Python package, check seesus
.
Installation
There are two ways to install the SDGdetector R package.
1. CRAN
SDGdetector is now available on
CRAN, so you can install it with:
install.packages("SDGdetector")
2. GitHub
You can alternatively install the development version of SDGdetector from GitHub as follows:
if (!require("remotes")) {
install.packages("remotes")
}
remotes::install_github("Yingjie4Science/SDGdetector")
Example Usage
To detect SDGs from text
library(SDGdetector)
### string as input data
text <- 'our goal is to mitigate climate change, end poverty, and reduce inequality globally'
SDGdetector(x = text)
### dataframe as input data
df <- data.frame(col = c(
'our goal is to end poverty globally',
'this product contributes to slowing down climate change'))
SDGdetector(x = df, col = col)
To detect regions/countries in text
x = 'China and USA devoted the largest efforts on solar energy'
detect_region(x)
To use specific SDG colors
sdg_color(1)
sdg_color(x = 1:17)
To use specific SDG icons
sdg_icon(x = 7, res = 300)
To visualize SDG on a bar plot
data("sdgstat")
df <- sdgstat
# plot SDG on a bar plot
plot_sdg_bar(data = df, sdg = SDG, value = Value)
To visualize SDG on a map
# plot SDG by country on a map
plot_sdg_map(data = df, sdg = SDG, value = Value, country = Country, by_sdg = F)
Accuracy Evaluation
This package has achieved high accuracy in detecting SDG-related statements within textual data (> 75%, measured by the alignment between the R package results and four experts' manually-coded results; see this supplementary document for more information. The data and code for reproducing the performance metrics can be found in this repo under ./docs/accuracy_evaluation/
.
License
The SDGdetector R package is distributed under the GNU General Public License v3.0.
How to Cite
Get citation information for SDGdetector in R doing
citation(package = 'SDGdetector')
To cite SDGdetector in publications, please use:
Li, Y., Frans, V.F., Song, Y., Cai, M., Zhang, Y., Liu, J. (2023). SDGdetector: an R-based text mining tool for quantifying efforts toward Sustainable Development Goals. Journal of Open Source Software 8(84), 5124. https://doi.org/10.21105/joss.05124.
A BibTeX entry for LaTeX users is
@Article{,
title = {SDGdetector: an R-based text mining tool for quantifying efforts toward Sustainable Development Goals},
author = {Yingjie Li and Veronica F. Frans and Yongze Song and Meng Cai and Yuqian Zhang and Jianguo Liu},
journal = {Journal of Open Source Software},
year = {2023},
volume = {8},
number = {84},
pages = {5124},
doi = {10.21105/joss.05124},
url = {https://github.com/Yingjie4Science/SDGdetector}
}
Reporting Bugs
SDGdetector is distributed as is and without warranty of suitability for application. If you encounter flaws with the software (i.e. bugs) please report the issue. Providing a detailed description of the conditions under which the bug occurred will help to identify the bug. Use the Issues tracker on GitHub to report issues with the software and to request feature enhancements.
Owner metadata
- Name: Yingjie Li
- Login: Yingjie4Science
- Email:
- Kind: user
- Description:
- Website: https://yingjieli.org
- Location: Stanford, CA, USA
- Twitter: Yingjie4Science
- Company: Stanford University
- Icon url: https://avatars.githubusercontent.com/u/40079217?u=ac835e009242c88be9b498792f25a071b4e1dfa7&v=4
- Repositories: 2
- Last ynced at: 2023-03-07T21:33:17.641Z
- Profile URL: https://github.com/Yingjie4Science
GitHub Events
Total
- Watch event: 3
Last Year
- Watch event: 3
Committers metadata
Last synced: 5 days ago
Total Commits: 319
Total Committers: 5
Avg Commits per committer: 63.8
Development Distribution Score (DDS): 0.389
Commits in past year: 6
Committers in past year: 2
Avg Commits per committer in past year: 3.0
Development Distribution Score (DDS) in past year: 0.167
Name | Commits | |
---|---|---|
YingjieLiScience | y****u@g****m | 195 |
Yingjie4Science | Y****e | 95 |
Cai, Meng | m****1@g****m | 24 |
Veronica F. Frans | 4****s | 3 |
caimeng2 | 5****2 | 2 |
Committer domains:
Issue and Pull Request metadata
Last synced: 2 days ago
Total issues: 5
Total pull requests: 1
Average time to close issues: about 2 months
Average time to close pull requests: about 1 hour
Total issue authors: 5
Total pull request authors: 1
Average comments per issue: 6.4
Average comments per pull request: 0.0
Merged pull request: 1
Bot issues: 0
Bot pull requests: 0
Past year issues: 0
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 0
Past year average comments per issue: 0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- Yingjie4Science (1)
- csaybar (1)
- caimeng2 (1)
- caleblucas (1)
- v-gestern (1)
Top Pull Request Authors
- caimeng2 (1)
Top Issue Labels
- documentation (1)
Top Pull Request Labels
Package metadata
- Total packages: 1
-
Total downloads:
- cran: 200 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 4
- Total maintainers: 1
cran.r-project.org: SDGdetector
Detect SDGs and Targets in Text
- Homepage: https://github.com/Yingjie4Science/SDGdetector
- Documentation: http://cran.r-project.org/web/packages/SDGdetector/SDGdetector.pdf
- Licenses: GPL (≥ 3)
- Latest release: 2.7.3 (published almost 2 years ago)
- Last Synced: 2025-04-25T12:02:21.820Z (2 days ago)
- Versions: 4
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 200 Last month
-
Rankings:
- Dependent packages count: 29.797%
- Dependent repos count: 35.455%
- Average: 38.803%
- Downloads: 51.159%
- Maintainers (1)
Dependencies
- R >= 3.5.0 depends
- dplyr * imports
- magrittr * imports
- stringr * imports
- testthat * suggests
- actions/checkout v2 composite
- actions/upload-artifact v1 composite
- openjournals/openjournals-draft-action master composite
- stefanzweifel/git-auto-commit-action v4 composite
Score: 9.685331542732957