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

Needed automated updates #21

Open
2 of 5 tasks
ghutchis opened this issue Jul 26, 2022 · 3 comments
Open
2 of 5 tasks

Needed automated updates #21

ghutchis opened this issue Jul 26, 2022 · 3 comments

Comments

@ghutchis
Copy link
Member

Some components need automation, including:

  • Version check via GitHub API (e.g., latest version)
  • Doxygen / API docs (with Breathe)
  • Citation count using Google Scholar
  • Download count using SourceForge and GitHub totals
  • Plugin list
@ghutchis
Copy link
Member Author

Citation count:

from scholarly import scholarly
search_query = scholarly.search_pubs('Avogadro: an advanced semantic chemical editor, visualization, and analysis platform')
result = next(search_query)
print(result['num_citations'])

@ghutchis
Copy link
Member Author

SourceForge download count:
https://sourceforge.net/projects/avogadro/files/stats/json?start_date=2006-04-14&end_date=2022-07-26

(Geographic information is interesting too..)

@ghutchis
Copy link
Member Author

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

1 participant