Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sumidu/scopusbrowser
A tool to browse Scopus exports quickly.
https://github.com/sumidu/scopusbrowser
Last synced: 28 days ago
JSON representation
A tool to browse Scopus exports quickly.
- Host: GitHub
- URL: https://github.com/sumidu/scopusbrowser
- Owner: Sumidu
- Created: 2020-09-19T07:52:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-19T08:41:40.000Z (over 4 years ago)
- Last Synced: 2024-10-19T05:25:06.618Z (3 months ago)
- Language: R
- Size: 27.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```# ScopusBrowser
The goal of ScopusBrowser is to make it easier to browse Scopus exports. This can be used when writing systematic reviews for example.
## Current usage
Clone the repository to your computer and
1. Put tags to use in the `categories.csv`
2. Put the exported `csv`-file from Scopus in the `data_exports_scopus` folder
3. *[optional]* Run the `setup_db.R` script in the `R` folder.
4. *[optional]* Use the `filesplitter.R` script to split the work between colleagues.
5. Run the `app.r` in the `ScopusScanner` directory.
6. Collect all finished `rds`-files in the `import` import directory.
7. Use `GenerateReport.Rmd` to generate a report on the selected data.