Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akbaritabar/gscholarshinyapp
A brief application to work with google scholar and show coauthorship network
https://github.com/akbaritabar/gscholarshinyapp
Last synced: 6 days ago
JSON representation
A brief application to work with google scholar and show coauthorship network
- Host: GitHub
- URL: https://github.com/akbaritabar/gscholarshinyapp
- Owner: akbaritabar
- License: gpl-3.0
- Created: 2017-07-03T07:59:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-13T13:51:06.000Z (4 months ago)
- Last Synced: 2024-07-13T15:03:34.250Z (4 months ago)
- Language: R
- Size: 18.6 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Google Scholar Shiny Application
A brief application to work with google scholar and show coauthorship network- In order to see coauthorship networks graph, copy google scholar profile of author __(example: "https://scholar.google.com/citations?user=zufgVroAAAAJ&hl=en")__ and put it in the text box provided in the application UI, you will see coauthorship network in seconds
- This shiny application uses scholar package in R to exctract data from google scholar
- As always, I owe most parts of the code and what I wrote to stackoverflow and google searches## How to run the app in Rstudio
You need to have 'shiny' package installed in R, then install these packages as well, using:` install.packages(c("shinyjs", "graphics", "methods", "scholar", "igraph", "network", "stringdist", "networkD3"))`
Then open app.R file inside Rstudio, now you should see a "Run App" button on upper left side of script editor (instead of usual "Run" button), click on "Run App" and you should have another window opened on the top of Rstudio editor, follow guides in app (like above) to see google scholar coauthorship network graph.