Skip to content

rseng/rseng-activity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Research Software Activity

I have a strong opinion about research software, and that is that it is a living and changing thing. If you stumble on a repository that claims to be research software that hasn't had activity in years? I would suspect it was a one-off set of scripts created for one person and then forgotten. Yes, there are larger reasons behind that (e.g., problems with the funding and incentive model) but for now we can assume that software development operates on this imperfect system, and that (what I deem "true" research software, again entirely my opinion) has the quality that it continues to be valued and this is reflected in continued requests for change (features, bug fixes, updates, etc.) by the user base. This gives me a solid (and simple) foundation to do a small study, primarily for my own interest.

  • In the Research Software Encyclopedia (a sampling of this universe) when were projects last updated (by way of commit to a main branch?)
  • Given groups of update frequencies, where do we see these being published?

I have a hunch that particular jounals select for different tiers of research software (e.g. true projects that will be valued over time and thus changed vs. one-off ones) but I will keep this to myself for now.

Usage

Because the research software encyclopedia is a database, this is fairly easy to implement this analysis. And we can be lazy and do one off git clones and cleanups to get the last commit of the latest branch. First, download the database:

git clone https://github.com/rseng/software /tmp/software

It's important you get the full clone so we can see when the software was added to the database, which is indicative of when it likely was added to the respective database (or within a week). Then install dependencies:

python -m venv env
source env/bin/activate
pip install -r requirements.txt

And run the script, targeting the database.

python measure-activity.py --settings-file /tmp/software/rse.ini -o ./data

This will generate timestmaps and results that include the last commit and the date when the software was added to the RSEpedia, which (for non-early entries) we can use as a proxy for when it was "done" or "published."

Analysis

The script can be run:

python plot-activity.py --results ./data/2023-10-21/results.json --out ./img

and I want to answer the following questions:

  • How does time added to the database (a proxy for the software being finished or published) relate to activity, as measured by the last commit?
  • What are the "highly valued" projects (indicated by last commit activity)

A question I probably don't have time to answer:

  • How does this distribution compare to an average GitHub project (e.g., perhaps by language)?

I'll write this up more fully in a blog post. I think I've uncovered some expected (but still interesting) patterns.

About

An exzmple analysis using the RSEPedia to derive valued software

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages