OSSR Statistics
[5]:
md(text)
[5]:
[ ]:
[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);

[9]:
md("## Cloud of OSSR keywords")
[9]:
Cloud of OSSR keywords
[11]:
create_word_cloud(keywords);

[ ]:
[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
[ ]: