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

Add database on micro-grants #12

Closed
nathanshammah opened this issue May 15, 2020 · 1 comment
Closed

Add database on micro-grants #12

nathanshammah opened this issue May 15, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@nathanshammah
Copy link
Member

It may be nice to collect some data on the funded micro-grant projects.

Example data points could be, for projects that have a GH repository:

  • Github data, such as repository stars, forks, "Used by" (eventually), releases (eventually), contributors, lines of code or commits. This could be included with GH REST API tools, which can be more easily interviewed with python libraries.
  • pypi or conda-forge downloads, which can be obtained from pypinfo and Anaconda package data
  • information on the use of documentation, continuous integration

Applying also other non-software type of projects, there could still be information on impact such as:

  • events held;
  • research papers or other research products;
  • technology transfer indicators.
@nathanshammah nathanshammah self-assigned this May 15, 2020
@nathanshammah nathanshammah added the enhancement New feature or request label May 15, 2020
@nathanshammah
Copy link
Member Author

In this gist there is a notebook with database, to be updated with ZXQuentiana, double-checked by @willzeng.

The notebook could be added to unitarydund/unitary-fund and displayed on the website, somehow.

We could use plotly for a more native web experience, using python. The data could be contained in a blog post, if we want to keep the minimalistic style of the website clean.

nathanshammah added a commit that referenced this issue Jun 3, 2021
First stab at adding a gallery for the grants, using Airtable. More fields can be populated for each item from Airtable, possibly not changing this link. 

Address #12 and possibly help solve #77.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants