OSSR Statistics

[5]:
md(text)
[5]:

OSSR statistics generated the 2024-09-26

There are 29 records in the OSSR.

downloads

unique downloads

views

unique views

25454

10396

66192

33807

[ ]:

[7]:
md("## Distribution of licenses in the OSSR")
[7]:

Distribution of licenses in the OSSR

[8]:
licenses = [record.metadata['license']['id'] for record in ossr_records if 'license' in record.metadata]

plt.figure(figsize=(7,7))
create_pie_chart(licenses);
../_images/notebooks_ossr_statistics_9_0.png
[9]:
md("## Cloud of OSSR keywords")
[9]:

Cloud of OSSR keywords

[11]:
create_word_cloud(keywords);
../_images/notebooks_ossr_statistics_12_0.png
[ ]:

[12]:
md(text)
[12]:

Note that there are also 22 records in the ``escape2020`` community that are not software or datasets.

You may find them directly on Zenodo

[ ]: