Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Analysis/visualisation of ACEMS bibliometrics data #3

Open
jesse-jesse opened this issue Oct 16, 2018 · 11 comments
Open

Analysis/visualisation of ACEMS bibliometrics data #3

jesse-jesse opened this issue Oct 16, 2018 · 11 comments

Comments

@jesse-jesse
Copy link
Contributor

Data could come from Clarivate, or google scholar.

@robjhyndman
Copy link

@pridiltal has written some code for graphing google scholar data for academics in our department. We could easily adapt it to cover ACEMS members instead. All that is really required is a list of google scholar profile URLs for ACEMS members.

@pridiltal
Copy link

Hi @jesse-jesse , I would like to join with this project. Have you already got a database for ACEMS members. If not we can on this.

@jesse-jesse
Copy link
Contributor Author

Hi @pridiltal , I can download all the acems members. Is orchard ID best to use?

@robjhyndman
Copy link

Unfortunately orcid does not link with google scholar ids. We can either use orcid with scopus (R packages rorcid and rscopus), or we can use google scholar (R package gcite). Dilini's work so far has been to use google scholar because has much better citation coverage than scopus (but also overcounts due to some duplicate entries).

I would prefer to use google scholar ids for this task. For example, mine is vamErfkAAAAJ. So my google scholar profile page is https://scholar.google.com/citations?user=vamErfkAAAAJ.

The simplest way to find these is to search for each person at https://scholar.google.com/citations?view_op=search_authors

I'm sure we could do something similar with orcid/scopus, but I have not played with those packages.

@jesse-jesse
Copy link
Contributor Author

I'm happy to work with the google scholar IDs. We'll just have a little bit of work to get all the IDs together.

@jesse-jesse
Copy link
Contributor Author

What is the best way to organise the data? A csv file with names, institution and google scholar ids?

@pridiltal
Copy link

pridiltal commented Oct 22, 2018

Hi @jesse-jesse It will be also useful to have their role for the analysis

@jesse-jesse
Copy link
Contributor Author

Hi @pridiltal , do you mean if they are a PhD student, masters student, professors, postdoc etc?

@jesse-jesse
Copy link
Contributor Author

Hi @pridiltal , I've completed all the google scholar handles that exist. What is the best way to get he data to you? Do you want to download the google drive spreadsheet? Or maybe in a repo so that if it is updated it is pulled from a central location?

@robjhyndman
Copy link

I suggest we use the Google sheet as the primary data source, and use the googlesheets package to grab it when we need it.

@jesse-jesse
Copy link
Contributor Author

Perfect. I'll keep working on the ORCID and other IDs. in the sheet 'na' refers to any non-academic user and the 'not-found' is pretty self explanatory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants