You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
Then the editor could check out the list and make a selection to invite. @whedon could search using certain keywords and the name of a programming language. For instance do a GitHub search for "biomechanics matlab" in GitHub and you get:
The keywords could be 1) provided by the author, 2) harvested from the submission (e.g. the title, the paper, the README.md), or 3) given by the editor. If the editor provides them perhaps we could do:
Next it could harvest a list of authors for the retrieved projects and present them to the editor.
Perhaps the search can be made a bit smarter than this too. For instance here is an empty project matching the search presented above:
So the list of potential reviewers could be ranked and a top 10 could be presented. The ranking could be based on whatever we like, for instance the degree of match with the keywords, the reputation of the potential reviewers, and the level of contribution/commit activity for works associated with the keywords.
Either way it seems possible to automate a search for potential reviewers.
The text was updated successfully, but these errors were encountered:
Not sure how to use keywords to search for an author, rather then something like their name. Perhaps there is a way to retrieve users from a list of repos. Like look through the list of repos found and list contributors. Perhaps using the info here: https://developer.github.com/v3/repos/#list-contributors
Which says:
List contributors to the specified repository, sorted by the number of commits per contributor in descending order.
It would be great if @whedon could create a list of potential reviewers. E.g. by asking:
Then the editor could check out the list and make a selection to invite. @whedon could search using certain keywords and the name of a programming language. For instance do a GitHub search for "biomechanics matlab" in GitHub and you get:
The keywords could be 1) provided by the author, 2) harvested from the submission (e.g. the title, the paper, the README.md), or 3) given by the editor. If the editor provides them perhaps we could do:
Next it could harvest a list of authors for the retrieved projects and present them to the editor.
Perhaps the search can be made a bit smarter than this too. For instance here is an empty project matching the search presented above:
So the list of potential reviewers could be ranked and a top 10 could be presented. The ranking could be based on whatever we like, for instance the degree of match with the keywords, the reputation of the potential reviewers, and the level of contribution/commit activity for works associated with the keywords.
Either way it seems possible to automate a search for potential reviewers.
The text was updated successfully, but these errors were encountered: