Updated paper titles + last activity dates using ProVerBMate #6
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds paper titles where there was only a DOI and updates the last activity dates for repositories. The changes are all generated using ProVerBMate.
The 'last activity' date specifically looks at the pushed_at date that is returned by github for a repository. This corresponds to the last commit that was pushed to any of the repository's branches. This is different from what Yujie originally implemented which looked at the last commit on the default branch and the last activity (whether that was a push on the default branch or something else).
For some of the repositories this date may initially seem incorrect. For example, for ATHOS the date was updated to 28 April 2020, but there is no branch corresponding to this. However, it actually corresponds to the date when a branch was deleted.