<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Latest News | Reprex</title><link>https://reprex-next.netlify.app/post/</link><atom:link href="https://reprex-next.netlify.app/post/index.xml" rel="self" type="application/rss+xml"/><description>Latest News</description><generator>Wowchemy (https://wowchemy.com)</generator><language>en-us</language><image><url>https://reprex-next.netlify.app/media/icon_hub9491570ac57158c0eeecc95c95b13e5_20247_512x512_fill_lanczos_center_3.png</url><title>Latest News</title><link>https://reprex-next.netlify.app/post/</link></image><item><title>iotables: Integrate Data from Reliable Statistical Sources for Economic and Environmental Impact Analysis</title><link>https://reprex-next.netlify.app/post/2022-09-24_iotables_release/</link><pubDate>Sat, 24 Sep 2022 08:13:55 +0200</pubDate><guid>https://reprex-next.netlify.app/post/2022-09-24_iotables_release/</guid><description>&lt;td style="text-align: center;">
&lt;figure id="figure-download-iotableshttpsiotablesdataobservatoryeu">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Download [iotables](https://iotables.dataobservatory.eu/)" srcset="
/media/img/screenshots/iotables_16x9_20220924_hu4b2e6c38561a6427131d3d3870d829af_142818_6985e8c665c26941f85a6f35ad86086e.webp 400w,
/media/img/screenshots/iotables_16x9_20220924_hu4b2e6c38561a6427131d3d3870d829af_142818_d4ef3da6ab4fb4f7314ccecbc6dde91c.webp 760w,
/media/img/screenshots/iotables_16x9_20220924_hu4b2e6c38561a6427131d3d3870d829af_142818_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://reprex-next.netlify.app/media/img/screenshots/iotables_16x9_20220924_hu4b2e6c38561a6427131d3d3870d829af_142818_6985e8c665c26941f85a6f35ad86086e.webp"
width="760"
height="428"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
Download &lt;a href="https://iotables.dataobservatory.eu/" target="_blank" rel="noopener">iotables&lt;/a>
&lt;/figcaption>&lt;/figure>&lt;/td>
&lt;p>The iotables R package is an open-source, scientifically validated package that collects and integrates data from reliable statistical sources and performs economic and environmental impact analysis. It is the backbone of our connected financial-sustainability reporting tool, Eviota, because it can analyze the value chains of 64 industries in every European country for free. It is your starting point to calculate employment, tax, or greenhouse gas multipliers for various policy actions in your country.&lt;/p>
&lt;div class="alert alert-note">
&lt;div>
The 0.9.1 version of iotables was released today on CRAN. This new minor release contains a bug fix reported by a user and some documentation improvements. Check out our &lt;a href="https://iotables.dataobservatory.eu/" target="_blank" rel="noopener">product page&lt;/a> and our &lt;a href="https://iotables.dataobservatory.eu/articles/index.html" target="_blank" rel="noopener">examples&lt;/a>.
&lt;/div>
&lt;/div>
&lt;ul>
&lt;li>The iotables package works with the open-source R statistical environment. We programmed every example of the &lt;a href="https://ec.europa.eu/eurostat/documents/3859598/5902113/KS-RA-07-013-EN.PDF/b0b3d71e-3930-4442-94be-70b36cea9b39?version=1.0" target="_blank" rel="noopener">Eurostat Manual of Supply, Use and Input-Output Tables&lt;/a>, which can be used both as a control tool for our package and as a comprehensive, extended handbook on use.&lt;/li>
&lt;li>We have also started to meet the demands of a more global audience by adding more and more examples from the &lt;a href="https://unstats.un.org/unsd/nationalaccount/docs/SUT_IOT_HB_Final_Cover.pdf" target="_blank" rel="noopener">Handbook on Supply and Use Tables and Input-Output Tables with Extensions and Applications&lt;/a> published by the United Nations. Our goal is to make both our iotables a free analytic and data processing tool and our premium Eviota ESG reporting premium solution applicable anywhere in the world.&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-r" data-lang="r">&lt;span class="line">&lt;span class="cl">&lt;span class="c1"># From CRAN:&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nf">install.packages&lt;/span>&lt;span class="p">(&lt;/span>&lt;span class="s">&amp;#34;iotables&amp;#34;&lt;/span>&lt;span class="p">)&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="c1"># From Github (development version)&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="n">devtools&lt;/span>&lt;span class="o">::&lt;/span>&lt;span class="nf">install_github&lt;/span>&lt;span class="p">(&lt;/span>&lt;span class="s">&amp;#34;rOpenGov/iotables&amp;#34;&lt;/span>&lt;span class="p">)&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="c1"># with vignettes:&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="n">devtools&lt;/span>&lt;span class="o">::&lt;/span>&lt;span class="nf">install_github&lt;/span>&lt;span class="p">(&lt;/span>&lt;span class="s">&amp;#34;rOpenGov/iotables&amp;#34;&lt;/span>&lt;span class="p">,&lt;/span> &lt;span class="n">build_vignettes&lt;/span> &lt;span class="o">=&lt;/span> &lt;span class="kc">TRUE&lt;/span>&lt;span class="p">)&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>The iotables tool has hundreds of technical and professional users in the world. We know that it is not for the faint heart. In 2022 we started the development of a tool that will create impact assessments for small companies or civil society organizations without the need to learn and use R.&lt;/p></description></item><item><title>Dutch AI Coalition Working Group Culture and Media</title><link>https://reprex-next.netlify.app/post/2022-09-22_nlaic_culture_media/</link><pubDate>Thu, 22 Sep 2022 19:30:00 +0200</pubDate><guid>https://reprex-next.netlify.app/post/2022-09-22_nlaic_culture_media/</guid><description>&lt;p>Reprex presented its &lt;a href="https://music.dataobservatory.eu/" target="_blank" rel="noopener">Digital Music Observatory&lt;/a> and &lt;a href="https://ccsi.dataobservatory.eu/" target="_blank" rel="noopener">Cultural Creative Sectors Industries Data Observatory&lt;/a> as platforms for developing and evaluating trustworthy AI in the cultural domains. We hope to find new partners within the NLAIC community to join our open, collaborative projects.&lt;/p>
&lt;td style="text-align: center;">
&lt;figure id="figure-we-have-reviewed-more-than-80-data-observatories-in-the-world-and-we-are-building-five-modern-ones">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="We have reviewed more than 80 data observatories in the world, and we are building five modern ones." srcset="
/media/slides/NLAIC_20220922/big_data_for_all_observatories_hu86092944382a46109ce791da84925a8a_162836_5613f07040bdd129ef4cb3b6ac95a737.webp 400w,
/media/slides/NLAIC_20220922/big_data_for_all_observatories_hu86092944382a46109ce791da84925a8a_162836_8818b508fb564f28ea74e26abc393173.webp 760w,
/media/slides/NLAIC_20220922/big_data_for_all_observatories_hu86092944382a46109ce791da84925a8a_162836_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://reprex-next.netlify.app/media/slides/NLAIC_20220922/big_data_for_all_observatories_hu86092944382a46109ce791da84925a8a_162836_5613f07040bdd129ef4cb3b6ac95a737.webp"
width="760"
height="428"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
We have reviewed more than 80 data observatories in the world, and we are building five modern ones.
&lt;/figcaption>&lt;/figure>&lt;/td>
&lt;p>It was particularly important for us to get away from the Hague, and meet organizations like &lt;a href="https://www.den.nl/over-ons/english" target="_blank" rel="noopener">DEN&lt;/a> and the &lt;a href="https://www.kb.nl/" target="_blank" rel="noopener">KB&lt;/a> to find out how our ambitious plans could connect to their excellent work. Reprex is a finalist in the &lt;a href="https://reprex-next.netlify.app/talk/impactcity-startup-support-xl/">Hague Innovators Challenge 2022&lt;/a>, and we would like to bring at least one global observatory, the planned European Music Observatory, into our beautiful and smart city. While knowledge graphs are virtual and live in the web 3.0, the Dutch AI Coalition and the country&amp;rsquo;s future competitiveness need to ensure that essential knowledge graphs will be managed by the ecosystem of Netherlands-based researchers, institutions, and startups. The ethical consciousness shown by the members of our Culture AI Lab shows that it is probably the best for future human generations globally, too.&lt;/p>
&lt;td style="text-align: center;">
&lt;figure id="figure-the-sabio-is-one-of-the-most-interesting-in-the-world-and-couuld-be-connected-easily-with-our-cultural-creative-sectors-industries-data-observatoryhttpsccsidataobservatoryeu-prototype">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="The SABIO is one of the most interesting in the world and couuld be connected easily with our [Cultural Creative Sectors Industries Data Observatory](https://ccsi.dataobservatory.eu/) prototype." srcset="
/media/img/blogposts_2022/NLAIC_SABIO_20220922_hu2e6a9bd7181d81986d1e8663c909f3b5_95805_0cd5033168ffe7c5635836ef3913bbef.webp 400w,
/media/img/blogposts_2022/NLAIC_SABIO_20220922_hu2e6a9bd7181d81986d1e8663c909f3b5_95805_93a4c038167d37e8b5bda97c7da5ad88.webp 760w,
/media/img/blogposts_2022/NLAIC_SABIO_20220922_hu2e6a9bd7181d81986d1e8663c909f3b5_95805_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://reprex-next.netlify.app/media/img/blogposts_2022/NLAIC_SABIO_20220922_hu2e6a9bd7181d81986d1e8663c909f3b5_95805_0cd5033168ffe7c5635836ef3913bbef.webp"
width="760"
height="428"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
The SABIO is one of the most interesting in the world and couuld be connected easily with our &lt;a href="https://ccsi.dataobservatory.eu/" target="_blank" rel="noopener">Cultural Creative Sectors Industries Data Observatory&lt;/a> prototype.
&lt;/figcaption>&lt;/figure>&lt;/td>
&lt;p>The Culture AI Lab presented a handful of very interesting, ethical and interesting projects. &lt;a href="https://pressingmatter.nl/" target="_blank" rel="noopener">Pressing Matter&lt;/a> responds to growing concerns in the Netherlands and Europe about how to deal with the legacies of colonialism in museums and builds innovative tools for museums (and broader society) to address the question of ownership of objects collected in the colonial period. &lt;a href="https://picch-project.org/Emily-1" target="_blank" rel="noopener">Dr Emily Hansell Clark&lt;/a>, former editor of our Data&amp;amp;Lyrics blog, presented the Polyvocal Interpretation of Contested Colonial Heritage project.&lt;/p>
&lt;p>Both projects are conceptually and technologically relevant to our Listen Local project. Our project aims to prevent the colonization or start the de-colonization of the local music ecosystem and make local artists of Utrecht, Vilnius, or Sarajevo visible and audible in their own cities&amp;rsquo; public spaces or on the smartphones of their town.&lt;/p>
&lt;p>The most compelling use case of Listen Local project is finding out why music recommender systems do not recommend some music at all. Or why is it so hard to connect Utrecht-based artists with fans living or visiting Utrecht on the Spotify or YouTube platform? &lt;a href="https://dl.acm.org/doi/abs/10.1145/3514094.3539536" target="_blank" rel="noopener">The Responsible Recommenders in the Public Library Sector&lt;/a> is looking for similar answers for librarians to avoid all recommendations to visitors pointing to U.S. authors and publishers.&lt;/p>
&lt;td style="text-align: center;">
&lt;figure id="figure-savvina-daniils-excellent-presentation-raised-very-similar-questions-to-our-feasibility-study-on-promoting-slovak-music-in-slovakia--abroadpublicationlisten_local_2020">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Savvina Daniil&amp;#39;s excellent presentation raised very similar questions to our [Feasibility Study On Promoting Slovak Music In Slovakia &amp;amp; Abroad](/publication/listen_local_2020/)." srcset="
/media/img/blogposts_2022/NLAIC_library_recommendations_20220922_hu64405b9e0d5fc8fdf474c3de17f6e447_1083889_3afd57716a8a927861fcbf9e249223d6.webp 400w,
/media/img/blogposts_2022/NLAIC_library_recommendations_20220922_hu64405b9e0d5fc8fdf474c3de17f6e447_1083889_b4b89c2a070aec3cbcae0d3f40ac6903.webp 760w,
/media/img/blogposts_2022/NLAIC_library_recommendations_20220922_hu64405b9e0d5fc8fdf474c3de17f6e447_1083889_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://reprex-next.netlify.app/media/img/blogposts_2022/NLAIC_library_recommendations_20220922_hu64405b9e0d5fc8fdf474c3de17f6e447_1083889_3afd57716a8a927861fcbf9e249223d6.webp"
width="760"
height="428"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
Savvina Daniil&amp;rsquo;s excellent presentation raised very similar questions to our &lt;a href="https://reprex-next.netlify.app/publication/listen_local_2020/">Feasibility Study On Promoting Slovak Music In Slovakia &amp;amp; Abroad&lt;/a>.
&lt;/figcaption>&lt;/figure>&lt;/td>
&lt;p>Our deep dive into legislative and regulatory issues of AI highlighted that the past decade unleashed global web-based tools that have the potential to undermine our democratic and cultural cohesion. Reassuringly, we have seen that our thinking about the dangers of AI on European culture and the technological solutions to combat them are very widely shared by NLAIC Culture and Media members. We hope that our partners&amp;rsquo; policy work in the Digital Music Observatory and our forming new observatories will support policy design and decision-making that will protect the Netherlands and the EU from some of these threats.&lt;/p>
&lt;p>Learn more about the Dutch AI Coalition&amp;rsquo;s Cultur and Media Working Group (in Dutch:)&lt;/p>
&lt;div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
&lt;iframe src="https://player.vimeo.com/video/649975584" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="vimeo video" webkitallowfullscreen mozallowfullscreen allowfullscreen>&lt;/iframe>
&lt;/div></description></item><item><title>Reprex Nominated for The Hague Innovators Award</title><link>https://reprex-next.netlify.app/post/2022-09-13-the-hague-innovators-award/</link><pubDate>Tue, 13 Sep 2022 08:12:00 +0200</pubDate><guid>https://reprex-next.netlify.app/post/2022-09-13-the-hague-innovators-award/</guid><description>&lt;div class="alert alert-note">
&lt;div>
Reprex is a finalist for The Hague Innovators Award 2022, and the prize of the audience, in the startup category with our respectable competitors, Sibö, WECO, STHRIVE and ECOBLOQ.
&lt;/div>
&lt;/div>
&lt;p>The transition towards a sustainable and inclusive economy depends on collaboration. That is why we are bringing together startups, scale-ups, investors, policymakers, and other impact makers from around the world in The Hague for the 7th edition of ImpactFest.&lt;/p>
&lt;p>With the &lt;a href="https://www.impactcity.nl/en/service/the-hague-innovators-challenge/" target="_blank" rel="noopener">The Hague Innovators Challenge&lt;/a>, the municipality of The Hague challenges startups, scale-ups, and students to present their innovative ideas for global issues, as described in the UN Sustainable Development Goals (SDGs).&lt;/p></description></item><item><title>stacodelists: use standard, language-independent variable codes to help international data interoperability and machine reuse in R</title><link>https://reprex-next.netlify.app/post/2022-06-29-statcodelists/</link><pubDate>Wed, 29 Jun 2022 08:12:00 +0100</pubDate><guid>https://reprex-next.netlify.app/post/2022-06-29-statcodelists/</guid><description>&lt;td style="text-align: center;">
&lt;figure id="figure-visit-the-documentation-website-of-statcodelists-on-statcodelistsdataobservatoryeuhttpsstatcodelistsdataobservatoryeu">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Visit the documentation website of statcodelists on [statcodelists.dataobservatory.eu/](https://statcodelists.dataobservatory.eu/)." srcset="
/media/img/blogposts_2022/statcodelists_website_huef7e1379be389a62e3a47c5a8502e55c_102481_0b514d80337ede30bff4c26cee6a6f11.webp 400w,
/media/img/blogposts_2022/statcodelists_website_huef7e1379be389a62e3a47c5a8502e55c_102481_1416f7a0950b1cecac8097850d995432.webp 760w,
/media/img/blogposts_2022/statcodelists_website_huef7e1379be389a62e3a47c5a8502e55c_102481_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://reprex-next.netlify.app/media/img/blogposts_2022/statcodelists_website_huef7e1379be389a62e3a47c5a8502e55c_102481_0b514d80337ede30bff4c26cee6a6f11.webp"
width="760"
height="428"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
Visit the documentation website of statcodelists on &lt;a href="https://statcodelists.dataobservatory.eu/" target="_blank" rel="noopener">statcodelists.dataobservatory.eu/&lt;/a>.
&lt;/figcaption>&lt;/figure>&lt;/td>
&lt;!-- badges: start -->
&lt;p>&lt;a href="https://dataobservatory.eu/" target="_blank" rel="noopener">
&lt;figure >
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="https://img.shields.io/badge/ecosystem-dataobservatory.eu-3EA135.svg" alt="dataobservatory" loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;/a>
&lt;a href="https://doi.org/10.5281/zenodo.6751783" target="_blank" rel="noopener">
&lt;figure >
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="https://zenodo.org/badge/DOI/10.5281/zenodo.6751783.svg" alt="DOI" loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;/a>&lt;/p>
&lt;!-- badges: end -->
&lt;p>The goal of &lt;code>statcodelists&lt;/code> is to promote the reuse and exchange of statistical information and related metadata with making the internationally standardized SDMX code lists available for the R user. SDMX – the &lt;a href="https://sdmx.org/" target="_blank" rel="noopener">Statistical Data and Metadata eXchange&lt;/a> has been published as an ISO International Standard (ISO 17369). The metadata definitions, including the codelists are updated regularly according to the standard. The authoritative version of the code lists made available in this package is &lt;a href="https://sdmx.org/?page_id=3215/" target="_blank" rel="noopener">https://sdmx.org/?page_id=3215/&lt;/a>.&lt;/p>
&lt;h2 id="purpose">Purpose&lt;/h2>
&lt;p>Cross-domain concepts in the SDMX framework describe concepts relevant to many, if not all, statistical domains. SDMX recommends using these concepts whenever feasible in SDMX structures and messages to promote the reuse and exchange of statistical information and related metadata between organisations.&lt;/p>
&lt;p>Code lists are predefined sets of terms from which some statistical coded concepts take their values. SDMX cross-domain code lists are used to support cross-domain concepts. What are these cross-domain coded concepts?&lt;/p>
&lt;ul>
&lt;li>Geographical codes, like &lt;code>NL&lt;/code>: the Netherlands in the &lt;a href="https://statcodelists.dataobservatory.eu/reference/CL_AREA.html" target="_blank" rel="noopener">CL_AREA&lt;/a> code list.&lt;/li>
&lt;li>Standard industry codes &lt;code>J631&lt;/code> for Data processing, hosting and related activities in Europe. (&lt;a href="https://statcodelists.dataobservatory.eu/reference/CL_ACTIVITY_NACE2.html" target="_blank" rel="noopener">NACE Rev 2&lt;/a> in Europe, beware, it is &lt;code>J592&lt;/code>in Australia and New Zealand, see &lt;a href="https://statcodelists.dataobservatory.eu/reference/CL_ACTIVITY_ANZSIC06.html" target="_blank" rel="noopener">CL_ACTIVITY_ANZSIC06&lt;/a>.)&lt;/li>
&lt;li>Occupations, like &lt;code>OC2521&lt;/code> for &lt;code>Database designers and administrators&lt;/code> in &lt;a href="https://statcodelists.dataobservatory.eu/reference/CL_OCCUPATION.html" target="_blank" rel="noopener">CL_OCCUPATIONS&lt;/a>&lt;/li>
&lt;li>Time fomatting standards, like &lt;code>CCYY&lt;/code> for annual data series in &lt;a href="https://statcodelists.dataobservatory.eu/reference/CL_TIME_FORMAT.html" target="_blank" rel="noopener">CL_TIME_FORMAT&lt;/a>.&lt;/li>
&lt;/ul>
&lt;p>Check out the available codlists on the &lt;a href="https://statcodelists.dataobservatory.eu/reference/index.html" target="_blank" rel="noopener">package homepage&lt;/a>.&lt;/p>
&lt;p>The use of common code lists will help users to work even more efficiently, easing the maintenance of and reducing the need for mapping systems and interfaces delivering data and metadata to them. A very obvious advantage of using the code systems is that you can retrieve data from national sources indifferent of the natural language used in North Macedonia, Japan, the U.S. or the Netherlands. While the data labels may change to be locally human-readable, computers and geeks can read the codes and understand them immediately. Provided that they use the standard codes.&lt;/p>
&lt;p>Our data observatories are rolling out SDMX coding across all datasets to help data ingestion and interoperability, data findability and data reuse. &lt;code>statcodelists&lt;/code> can help the use of standard SDMX codes in your R workflow&amp;ndash;both for downloading data from statistical agencies and to produce publication-ready datasets that the rest of the world (and even APIs) will understand.&lt;/p>
&lt;h2 id="installation">Installation&lt;/h2>
&lt;p>You can install &lt;code>statcodelists&lt;/code> from CRAN:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-fallback" data-lang="fallback">&lt;span class="line">&lt;span class="cl">install.packages(&amp;#34;statcodelists&amp;#34;)
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>Further recommended code values for expressing general statistical concepts like &lt;code>not applicable&lt;/code>, etc., can be found in section &lt;code>Generic codes&lt;/code> of the &lt;a href="https://sdmx.org/?page_id=4345" target="_blank" rel="noopener">Guidelines for the creation and management of SDMX Cross-Domain Code Lists&lt;/a>.&lt;/p>
&lt;p>For further codelists used by reliable statistical agency but not harmonized on SDMX level please consult the &lt;a href="https://registry.sdmx.org/" target="_blank" rel="noopener">SDMX Global Registry&lt;/a> &lt;a href="https://registry.sdmx.org/items/codelist.html" target="_blank" rel="noopener">Codelists&lt;/a> page.&lt;/p>
&lt;p>The creator of this package is not affiliated with SDMX, and this package was has not been endorsed by SDMX.&lt;/p>
&lt;h2 id="code-of-conduct">Code of Conduct&lt;/h2>
&lt;p>Please note that the &lt;code>statcodelists&lt;/code> project is released with a &lt;a href="https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html" target="_blank" rel="noopener">Contributor Code of Conduct&lt;/a>. By contributing to this project, you agree to abide by its terms.&lt;/p></description></item><item><title>Developing a software-as-service solution for micro-, and small enterprises</title><link>https://reprex-next.netlify.app/post/2022-06-09-music-eviota/</link><pubDate>Thu, 09 Jun 2022 09:40:00 +0100</pubDate><guid>https://reprex-next.netlify.app/post/2022-06-09-music-eviota/</guid><description>&lt;p>The music sector must increase its environmental and social (ESG) sustainability management to meet the challenges of the climate emergency and to make the music sector a fairer, more just workplace for womxn and artists coming from minorities, small countries. The European Union will make target setting and audited reporting mandatory in environmental and social sustainability for large companies. The application of these new accounting, reporting and disclosure rules are optional for the music sector where almost all entities are micro-, or small enterprises and civil society organizations.&lt;/p>
&lt;p>Even if music organizations are not pushed by regulators to adopt these new standards, it is in their best interest to take the initiative on the principle of subsidiarty, and develop tools that can be applied as an extension to their simplified financial and tax reporting. Music organizations and businesses that can prove that they are making progress in reducing their carbon footprint, making their water use more sustainable, and they provide equal opportunities for womxn, they will be eligible for new, green bank and insurance products (which are particularly important in live music) and can attract new sponsors and donors.&lt;/p>
&lt;p>Compliance with these new rules is very costly, because tools are being developed for stock-exchange listed big companies and financial institutions. The Commission&amp;rsquo;s impact assessment (SWD/2021/150 final) estimates the cost of compliance with the Corporate Social Responsibility Directive exceeding 4 bn euros for the European companies or around 10,000 euros per company. Reprex, working together with large accounting, audit and value-based banking partners, scientific, research and industry partners in the Digital Music Observatory open knowledge collaboration, hopes to bring down this cost below 500 euros, which will immediately pay off when a music organization receives green money.&lt;/p>
&lt;p>We are working on a simple interface that can connect the accounting system of micro and small enterprises with new methodologies, starting with greenhouse gas reporting with Reprex’s open source EEIO application &lt;a href="https://iotables.dataobservatory.eu/" target="_blank" rel="noopener">iotables&lt;/a>. We will keep many aspects of our software and data solution open, so that later methodological innovations and scientific achievements can be easily incorporated into the system. Reprex’s minimum viable product will be created in four iteration rounds in Malta, Czechia, Bulgaria and Belgium. However, our testing is open for any amount of donations to any music entities in the European Union who can provide input data in English or Dutch, or be able to pay for their translation and localization costs.&lt;/p>
&lt;p>Link: &lt;a href="https://musicaire.eu/2022/07/12/final-list-of-awarded-projects/" target="_blank" rel="noopener">Final List of Awareded Projects by MusicAIRE&lt;/a>&lt;/p></description></item><item><title>Trustworthy Autonomous Recommender Systems on Music Streaming Platforms</title><link>https://reprex-next.netlify.app/post/2022-02-28-tas/</link><pubDate>Mon, 28 Feb 2022 19:00:00 +0100</pubDate><guid>https://reprex-next.netlify.app/post/2022-02-28-tas/</guid><description>&lt;p>Currently almost 60% of the global recording industry sales are made via streaming platforms. Given the enormity of choice on these platforms, and that music listening is a low-key, routine consumption choice, consumers are more and more relying on the recommendations of autonomous recommendation systems. Streaming platforms are two-sided markets, where recommendations are deployed to enhance the user experience on the consumer side, but they also decide the fate of the investments that composers, lyricists, producers, and performers made into the music. We are going to contribute to a research on how such systems may lead to potentially tilted competition field between the content providers, and more specifically, between major labels and independents.&lt;/p>
&lt;p>Reprex maintains the &lt;a href="https://music.dataobservatory.eu/" target="_blank" rel="noopener">Digital Music Observatory&lt;/a> and the &lt;a href="https://reprex.nl/publication/listen_local_2020/" target="_blank" rel="noopener">Listen Local&lt;/a> system for granular microdata about music use in small territories (i.e., on small country or sub-national level.) We will provide data/expertise in music streaming and recommendation systems and links to many relevant stakeholders with our considerable experience running experiments on music platforms.&lt;/p>
&lt;p>A research team of the University of East Anglia (UEA) the University of Liverpool (UoL), The University of London (City), and King’s College (KCL), supported by the Competition Market Authority of the United Kingdom and Reprex won a prestigious research grant to understand how recommender systems on music streaming platforms can employ trustworthy AI.&lt;/p>
&lt;p>The researchers will explore the relationship between the autonomous recommendation systems and entry barriers via simulation. Working closely with Reprex, they will simulate sets of users, and iteratively generate recommendation lists, which the simulated users will react to by deciding how long to engage for and which recommendations to listen to. Through their engagement their user profiles will be updated based on what they listen to which will feed into future recommendations.&lt;/p>
&lt;td style="text-align: center;">
&lt;figure id="figure-see-our-feasibility-study-for-listen-localhttpsreprexnlpublicationlisten_local_2020">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="https://reprex-next.netlify.app/media/img/reports/listen_local_2020/listen_local_study_covers.png" alt="See our Feasibility Study for [Listen Local](https://reprex.nl/publication/listen_local_2020/)." loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
See our Feasibility Study for &lt;a href="https://reprex.nl/publication/listen_local_2020/" target="_blank" rel="noopener">Listen Local&lt;/a>.
&lt;/figcaption>&lt;/figure>&lt;/td>
&lt;p>The empirical experiments of the project want to explore how autonomous recommendation systems are driving consumer choice in a real-life setting, and to establish causality between the recommendation systems and the barrier to entry. As part of the second work package, the researchers will conduct randomised trials by inviting participants to stream music through our own user interface. Reprex has extensive experience conducting similar experiments in the music domain (for various online, field experiments, and high-quality surveys.)&lt;/p>
&lt;p>Link: &lt;a href="https://www.tas.ac.uk/News/eight-new-tas-research-projects-announced/" target="_blank" rel="noopener">Eight new TAS research projects announced&lt;/a>&lt;/p></description></item><item><title>Reproducible Economic Impact Assessment</title><link>https://reprex-next.netlify.app/post/2021-12-20-environmental_impact/</link><pubDate>Sun, 19 Dec 2021 13:00:00 +0100</pubDate><guid>https://reprex-next.netlify.app/post/2021-12-20-environmental_impact/</guid><description>&lt;td style="text-align: center;">
&lt;figure id="figure-get-started-with--iotableshttpsiotablesdataobservatoryeuindexhtml">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="https://reprex-next.netlify.app/media/img/blogposts_2021/iotables_0_4_7.png" alt="Get started with [iotables](https://iotables.dataobservatory.eu/index.html)." loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
Get started with &lt;a href="https://iotables.dataobservatory.eu/index.html" target="_blank" rel="noopener">iotables&lt;/a>.
&lt;/figcaption>&lt;/figure>&lt;/td>
&lt;p>We made an important, peer-reviewed release of iotables in the last week as a preparation to increase the functionality of our open-source software. The official release of the iotables R package currently works with economic impact assessments, and can evaluate the likely employment, tax, wage, or gross value added direct, indirect and multiplied impacts of various policy changes in about 30 countries.&lt;/p>
&lt;p>Originally the package was developed to calculate the economic impact of the Hungarian film tax shelter and the impact of the music sector on the Slovak economy. (See &lt;a href="https://music.dataobservatory.eu/publication/slovak_music_industry_2019/" target="_blank" rel="noopener">Slovak Music Industry Report&lt;/a>).&lt;/p>
&lt;p>The new CRAN release improved the documentation of the function and removed most outdated dependencies. The new, development version (which did not go through peer-review yet) is adding new functionality for environmental impact analysis with the following pollutants: Carbon dioxide without emissions from biomass (&lt;code>CO2&lt;/code>), Carbon dioxide from biomass (&lt;code>Biomass CO2&lt;/code>), Nitroux oxide (&lt;code>N2O&lt;/code>), Methane (&lt;code>CH4&lt;/code>), Perfluorocarbons (&lt;code>PFCs&lt;/code>), Hydrofluorocarbons (&lt;code>HFCs&lt;/code>), Sulphur hexafluoride (SF6) including nitrogen trifluoride (&lt;code>NF3&lt;/code>), Nitrogen oxides (&lt;code>NOx&lt;/code>), Non-methane volatile organic compounds, (NMVOC), Carbon monoxide (&lt;code>CO&lt;/code>), Particulate matter &amp;lt; 10μm (&lt;code>PM10&lt;/code>), Particulate matter &amp;lt; 2,5μm (&lt;code>PM2,5&lt;/code>), Sulphur dioxide (&lt;code>SO2&lt;/code>), Ammonia (&lt;code>NH3&lt;/code>) and their combinations (see &lt;a href="https://ec.europa.eu/eurostat/cache/metadata/en/env_ac_ainah_r2_esms.htm" target="_blank" rel="noopener">Reference Metadata in Euro SDMX Metadata Structure (ESMS)&lt;/a>).&lt;/p>
&lt;p>Our aim is to develop new sustainable finance applications, and understand the sustainability impacts of bank’s lending activities and insurer’s underwriting activities on climate change mitigation and adoption, biodiversity, preservation of water reservers, preventing pollution, and promoting the circular economy.&lt;/p>
&lt;h2 id="eu-taxonomy-on-sustainable-activities">EU Taxonomy on Sustainable Activities&lt;/h2>
&lt;p>The European Commission created an created an &lt;a href="https://ec.europa.eu/sustainable-finance-taxonomy/tool/index_en.htm" target="_blank" rel="noopener">EU Taxonomy Compass&lt;/a>, which provides a visual representation of the contents of the EU Taxonomy, starting with the Delegated Act on the climate objectives, as adopted on 4 June 2021. Whilst you can download the EU Taxonomy in &lt;code>xlsx&lt;/code> or &lt;code>json&lt;/code> format, they are not tidy datasets, and they are not particularly well-suited for calculations, filtering, or inclusion in applications.&lt;/p>
&lt;p>&lt;a href="https://reprex.nl/" target="_blank" rel="noopener">Reprex&lt;/a> created a tidy version of the EU Taxonomy for developing better sustainability indicators into the &lt;a href="https://greendeal.dataobservatory.eu/" target="_blank" rel="noopener">Green Deal Data Observatory&lt;/a>.&lt;/p>
&lt;h2 id="open-data">Open Data&lt;/h2>
&lt;td style="text-align: center;">
&lt;figure id="figure-eu-taxonomy-on-sustainable-activities-tidy-downloadhttpszenodoorgrecord5791921yb9un2jmliu">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="EU Taxonomy on Sustainable Activities (Tidy) [download](https://zenodo.org/record/5791921#.Yb9UN2jMLIU)." srcset="
/media/img/blogposts_2021/tidy_eu_taxonomy_on_zenodo_huc44c1a1ba6df93a8d236ece24ac631bf_205462_b833f168c2c83ac62651705c602098e9.webp 400w,
/media/img/blogposts_2021/tidy_eu_taxonomy_on_zenodo_huc44c1a1ba6df93a8d236ece24ac631bf_205462_26dcc2483d83ed1843846dbbd7ae2829.webp 760w,
/media/img/blogposts_2021/tidy_eu_taxonomy_on_zenodo_huc44c1a1ba6df93a8d236ece24ac631bf_205462_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://reprex-next.netlify.app/media/img/blogposts_2021/tidy_eu_taxonomy_on_zenodo_huc44c1a1ba6df93a8d236ece24ac631bf_205462_b833f168c2c83ac62651705c602098e9.webp"
width="760"
height="428"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
EU Taxonomy on Sustainable Activities (Tidy) &lt;a href="https://zenodo.org/record/5791921#.Yb9UN2jMLIU" target="_blank" rel="noopener">download&lt;/a>.
&lt;/figcaption>&lt;/figure>&lt;/td>
&lt;p>Using our &lt;code>iotables&lt;/code> is not for the faint heart. It is a scientific software, and it requires a good command of national accounts, input-output economics and sustainability to work with. Our Green Deal Data Observaotry is designed to be an API of scientific software, and produce clean, ready to use data for researchers, policy-makers and business planners who do not have the skills to work with scientific software. We are planning to release well-designed datasets that go through dozens of checks to make sure they have the best data quality.&lt;/p>
&lt;div class="alert alert-note">
&lt;div>
Do you want to develop input-output models for any European country to measure the direct and indirect green house gas impacts of policy actions? Do you need well-formatted data on interindustry linkages or other relevant topics for sustainable economy or susitainable finance research? Get in touch with us – we are happy to help and test our new software tool with data you need, and create high-quality, open datasets that are ready to use.
&lt;/div>
&lt;/div></description></item><item><title>Jumping Ahead With the Digital Music Observatory</title><link>https://reprex-next.netlify.app/post/2021-12-02-dmo-jump/</link><pubDate>Thu, 02 Dec 2021 13:00:00 +0100</pubDate><guid>https://reprex-next.netlify.app/post/2021-12-02-dmo-jump/</guid><description>&lt;p>Our &lt;a href="https://music.dataobservatory.eu/" target="_blank" rel="noopener">Digital Music Observatory&lt;/a> project spent a year in the JUMP Music Market Accelerator&amp;rsquo;s program. Over the course of 9 months, co-founder Daniel Antal could meet many stakeholders from almost all European countries, meet other new music technology startups and projects, and got mentoring and other professional help to further develop the project.&lt;/p>
&lt;p>The Digital Music Observatory is one of the several initiatives to fill the data gaps of the fragmented European music ecosystems. While most of Europe’s music is available and promoted on data-heavy, AI-driven autonomous platforms like TikTok, Spotify, YouTube, Deezer, music labels, publishers, national export offices are lacking the necessary data solutions to remain competitive.&lt;/p>
&lt;td style="text-align: center;">
&lt;figure id="figure-daniel-is-pitching-for-partnership-with-music-tech-europe-on-linechech-and-finding-a-music-city-that-wants-to-be-the-seat-of-the-future-european-music-observatory-photo-wen-liuhttpwwwfestivalmarscomboard_memberwen-liu">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Daniel is pitching for partnership with Music Tech Europe on Linechech and finding a music city that wants to be the seat of the future European Music Observatory. Photo: [Wen Liu](http://www.festivalmars.com/?board_member=wen-liu/)." srcset="
/media/img/blogposts_2021/Daniel_Antal_JUMP_Linecheck_20211124_hubb7c99a8a93f52fd801facb5ffd737fb_546622_3654cf264af950c9a3f1454f74ad2286.webp 400w,
/media/img/blogposts_2021/Daniel_Antal_JUMP_Linecheck_20211124_hubb7c99a8a93f52fd801facb5ffd737fb_546622_054325de11d3eb6a4b8bcdf23a093705.webp 760w,
/media/img/blogposts_2021/Daniel_Antal_JUMP_Linecheck_20211124_hubb7c99a8a93f52fd801facb5ffd737fb_546622_1200x1200_fit_q75_h2_lanczos.webp 1200w"
src="https://reprex-next.netlify.app/media/img/blogposts_2021/Daniel_Antal_JUMP_Linecheck_20211124_hubb7c99a8a93f52fd801facb5ffd737fb_546622_3654cf264af950c9a3f1454f74ad2286.webp"
width="760"
height="557"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
Daniel is pitching for partnership with Music Tech Europe on Linechech and finding a music city that wants to be the seat of the future European Music Observatory. Photo: &lt;a href="http://www.festivalmars.com/?board_member=wen-liu/" target="_blank" rel="noopener">Wen Liu&lt;/a>.
&lt;/figcaption>&lt;/figure>&lt;/td>
&lt;p>One of the recurring themes of 2021 was the notion that the music streaming economy is broken. Several JUMP fellows are working on various projects that aim to fix this, and our Digital Music Observatory has both the data and track record to provide evidence and test ideas about possible solutions – change in pricing, better targeting in export and domestic markets, and checking for algorithmic biases. See what we have done in the field this year in the UK IPO-initiated &lt;a href="https://music.dataobservatory.eu/publication/mce_empirical_streaming_2021/" target="_blank" rel="noopener">Music Creators&amp;rsquo; Earning&lt;/a> project; &lt;a href="https://music.dataobservatory.eu/publication/listen_local_2020/" target="_blank" rel="noopener">understanding algorithmic recommendation problems&lt;/a>
with the support of the Slovak Arts Council, and making recommendations about &lt;a href="https://music.dataobservatory.eu/publication/european_visibilitiy_2021/" target="_blank" rel="noopener">better music metadata and copyright regulation&lt;/a> with our research consortium.&lt;/p>
&lt;p>The other very interesting theme of the year was the emergence of new, immersive music tech companies. We hope that our Digital Music Observatory can grow into a hub for their data needs, too. How is the world of 2.7 billion gamer and music lovers is forming a new market for &lt;a href="https://www.ristband.co/" target="_blank" rel="noopener">Ristband&lt;/a>? We would also like to curate data about the healing effects of sound, and work in the future with immersive, functional music providers like &lt;a href="http://flowerofsound.machinejockey.net/" target="_blank" rel="noopener">Flower of Sound&lt;/a> who place music and sound design into a less stressful, more healthy acoustic environment.&lt;/p>
&lt;p>We were often criticized for placing too little emphasis on data visualization. Our next priority is to provide clear, beautiful infographs and charts to all of our datasets.&lt;/p>
&lt;p>There were many professionals who helped us in the JUMP program. We are particularly thankful for Alessanra di Caro (partnership building), Elodie Crouzet (program coordination), &lt;a href="http://stevefarrismusic.com/" target="_blank" rel="noopener">Steve Farris&lt;/a> (mentoring), &lt;a href="https://www.holz-consulting.de/en/veronique_friedrich/" target="_blank" rel="noopener">Veronique Friedrich&lt;/a> (team building), &lt;a href="https://speakerscoachbrussels.com/index.html" target="_blank" rel="noopener">Thierry Giesler&lt;/a> (improving our pitch) and Anna Zò (&lt;a href="https://musictecheurope.org/" target="_blank" rel="noopener">Music Tech Europe&lt;/a>).&lt;/p>
&lt;p>&lt;em>Are you a data user? Give us some feedback! Shall we do some further automatic data enhancements with our datasets? Document with different metadata? Link more information for business, policy, or academic use? Please ive us any &lt;a href="https://reprex.nl/#contact" target="_blank" rel="noopener">feedback&lt;/a>!&lt;/em>&lt;/p></description></item><item><title>How We Add Value to Public Data With Better Curation And Documentation?</title><link>https://reprex-next.netlify.app/post/2021-11-08-indicator_findable/</link><pubDate>Mon, 08 Nov 2021 09:00:00 +0000</pubDate><guid>https://reprex-next.netlify.app/post/2021-11-08-indicator_findable/</guid><description>&lt;p>In this example, we show a simple indicator: the &lt;em>Turnover in Radio Broadcasting Enterprises&lt;/em> in many European countries. This is an important demand driver in the &lt;em>Music economy&lt;/em> pillar of our &lt;a href="https://music.dataobservatory.eu/" target="_blank" rel="noopener">Digital Music Observatory&lt;/a>, and important indicator in our more general &lt;a href="https://ccsi.dataobservatory.eu/" target="_blank" rel="noopener">Cultural &amp;amp; Creative Sectors and Industries Observatory&lt;/a>. Of course, if you work with competition policy or antitrust, than any industry may be interesting to you&amp;ndash;but not all of them are well-serverd with data.&lt;/p>
&lt;p>This dataset comes from a public datasource, the data warehouse of the
European statistical agency, Eurostat. Yet it is not trivial to use:
unless you are familiar with national accounts, you will not find &lt;a href="https://appsso.eurostat.ec.europa.eu/nui/show.do?dataset=sbs_na_1a_se_r2&amp;amp;lang=en" target="_blank" rel="noopener">this dataset&lt;/a> on the Eurostat website.&lt;/p>
&lt;td style="text-align: center;">
&lt;figure id="figure-the-data-can-be-retrieved-from-the-annual-detailed-enterprise-statistics-for-services-nace-rev2-h-n-and-s95-eurostat-folder">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="The data can be retrieved from the Annual detailed enterprise statistics for services NACE Rev.2 H-N and S95 Eurostat folder." srcset="
/media/img/blogposts_2021/eurostat_radio_broadcasting_turnover_hu3e5de6ecefe0d9a061359c052e94da60_424359_48e8a82bfbe25df03a25f8ae1d3f8ec0.webp 400w,
/media/img/blogposts_2021/eurostat_radio_broadcasting_turnover_hu3e5de6ecefe0d9a061359c052e94da60_424359_4a73306788813c6365f0a1ca45775cd5.webp 760w,
/media/img/blogposts_2021/eurostat_radio_broadcasting_turnover_hu3e5de6ecefe0d9a061359c052e94da60_424359_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://reprex-next.netlify.app/media/img/blogposts_2021/eurostat_radio_broadcasting_turnover_hu3e5de6ecefe0d9a061359c052e94da60_424359_48e8a82bfbe25df03a25f8ae1d3f8ec0.webp"
width="760"
height="428"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
The data can be retrieved from the Annual detailed enterprise statistics for services NACE Rev.2 H-N and S95 Eurostat folder.
&lt;/figcaption>&lt;/figure>&lt;/td>
&lt;p>Our version of this statistical indicator is documented following the &lt;a href="https://www.go-fair.org/fair-principles/" target="_blank" rel="noopener">FAIR principles&lt;/a>: our data assets
are findable, accessible, interoperable, and reusable. While the
Eurostat data warehouse partly fulfills these important data quality
expectations, we can improve them significantly. And we can also
improve the dataset, too, as we will show in the &lt;a href="https://reprex-next.netlify.app/post/2021-11-06-indicator_value_added/">next blogpost&lt;/a>.&lt;/p>
&lt;details class="toc-inpage d-print-none " open>
&lt;summary class="font-weight-bold">Table of Contents&lt;/summary>
&lt;nav id="TableOfContents">
&lt;ul>
&lt;li>&lt;a href="#findable-data">Findable Data&lt;/a>&lt;/li>
&lt;li>&lt;a href="#accessible-data">Accessible Data&lt;/a>&lt;/li>
&lt;li>&lt;a href="#interoperability">Interoperability&lt;/a>&lt;/li>
&lt;li>&lt;a href="#reuse">Reuse&lt;/a>&lt;/li>
&lt;/ul>
&lt;/nav>
&lt;/details>
&lt;h2 id="findable-data">Findable Data&lt;/h2>
&lt;p>Our data observatories add value by curating the data&amp;ndash;we bring this
indicator to light with a more descriptive name, and we place it in a domain-specific context with our &lt;a href="https://music.dataobservatory.eu/" target="_blank" rel="noopener">Digital Music Observatory&lt;/a> and &lt;a href="https://ccsi.dataobservatory.eu/" target="_blank" rel="noopener">Cultural &amp;amp; Creative Sectors and Industries Observatory&lt;/a> and a policy-specific context with our &lt;em>Competition Data Observatory&lt;/em> and &lt;em>Green Deal Data Observatory&lt;/em>. While many people may need this dataset in the creative sectors, or among cultural policy designers, most of them have no training in working with
national accounts, which imply decyphering national account data codes in records that measure economic activity at a national level. Our curated data observatories bring together many available data around important domains. Our &lt;code>Digital Music Observatory&lt;/code>, for example, aims to form an ecosystem of music data users and producers.&lt;/p>
&lt;td style="text-align: center;">
&lt;figure id="figure-we-added-descriptive-metadatahttpszenodoorgrecord5652113yykvbwdmkuk-that-help-you-find-our-data-and-match-it-with-other-relevant-data-sources">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="We [added descriptive metadata](https://zenodo.org/record/5652113#.YYkVBWDMKUk) that help you find our data and match it with other relevant data sources." srcset="
/media/img/blogposts_2021/zenodo_metadata_eurostat_radio_broadcasting_turnover_hu2432360a17d3ae8402b8f8c002a73e1d_314223_59bab6a7b48930f62147f1d33751b26b.webp 400w,
/media/img/blogposts_2021/zenodo_metadata_eurostat_radio_broadcasting_turnover_hu2432360a17d3ae8402b8f8c002a73e1d_314223_83fa751371ea12ffcd5187968e2bc3da.webp 760w,
/media/img/blogposts_2021/zenodo_metadata_eurostat_radio_broadcasting_turnover_hu2432360a17d3ae8402b8f8c002a73e1d_314223_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://reprex-next.netlify.app/media/img/blogposts_2021/zenodo_metadata_eurostat_radio_broadcasting_turnover_hu2432360a17d3ae8402b8f8c002a73e1d_314223_59bab6a7b48930f62147f1d33751b26b.webp"
width="760"
height="428"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
We &lt;a href="https://zenodo.org/record/5652113#.YYkVBWDMKUk" target="_blank" rel="noopener">added descriptive metadata&lt;/a> that help you find our data and match it with other relevant data sources.
&lt;/figcaption>&lt;/figure>&lt;/td>
&lt;p>We added descriptive metadata that help you find our data and match it
with other relevant data sources. For example, we add keywords and
standardized metadata identifiers from the Library of Congress Linked
Data Services, probably the world’s largest standardized knowledge
library description. This ensures that you can find relevant data
around the same key term (&amp;quot;&lt;a href="https://id.loc.gov/authorities/subjects/sh85110448.html" target="_blank" rel="noopener">Radio broadcasting&lt;/a>&amp;quot;)
in addition to our turnover data. This allows connecting our dataset unambiguously
with other information sources that use the same concept, but may be listed under
different keywords, such as &lt;em>Radio–Broadcasting&lt;/em>, or &lt;em>Radio industry and
trade&lt;/em>, or maybe &lt;em>Hörfunkveranstalter&lt;/em> in German, or &lt;em>Emitiranje
radijskog programa&lt;/em> in Croatian or &lt;em>Actividades de radiodifusão&lt;/em> in
Portugese.&lt;/p>
&lt;h2 id="accessible-data">Accessible Data&lt;/h2>
&lt;p>Our data is accessible in two forms: in &lt;code>csv&lt;/code> tabular format (which can be
read with Excel, OpenOffice, Numbers, SPSS and many similar spreadsheet
or statistical applications) and in &lt;code>JSON&lt;/code> for automated importing into
your databases. We can also provide our users with SQLite databases,
which are fully functional, single user relational databases.&lt;/p>
&lt;p>Tidy datasets are easy to manipulate, model and visualize, and have a
specific structure: each variable is a column, each observation is a
row, and each type of observational unit is a table. This makes the data
easier to clean, and far more easier to use in a much wider range of
applications than the original data we used. In theory, this is a simple objective,
yet we find that even governmental statistical agencies&amp;ndash;and even scientific
publications&amp;ndash;often publish untidy data. This poses a significant problem that implies
productivity loses: tidying data will require long hours of investment, and if
a reproducible workflow is not used, data integrity can also be compromised:
chances are that the process of tidying will overwrite, delete, or omit a data or a label.&lt;/p>
&lt;td style="text-align: center;">
&lt;figure id="figure-tidy-datasetshttpsr4dshadconztidy-datahtml-are-easy-to-manipulate-model-and-visualize-and-have-a-specific-structure-each-variable-is-a-column-each-observation-is-a-row-and-each-type-of-observational-unit-is-a-table">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="[Tidy datasets](https://r4ds.had.co.nz/tidy-data.html) are easy to manipulate, model and visualize, and have a specific structure: each variable is a column, each observation is a row, and each type of observational unit is a table." srcset="
/media/img/blogposts_2021/tidy-8_hub5468e0441f3c23e1be9aa13622e5d1a_299553_840d5597bab1e4d7c2b314453bf83608.webp 400w,
/media/img/blogposts_2021/tidy-8_hub5468e0441f3c23e1be9aa13622e5d1a_299553_f01845e0e6967cc9a3a2b53cf12edd0a.webp 760w,
/media/img/blogposts_2021/tidy-8_hub5468e0441f3c23e1be9aa13622e5d1a_299553_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://reprex-next.netlify.app/media/img/blogposts_2021/tidy-8_hub5468e0441f3c23e1be9aa13622e5d1a_299553_840d5597bab1e4d7c2b314453bf83608.webp"
width="760"
height="355"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
&lt;a href="https://r4ds.had.co.nz/tidy-data.html" target="_blank" rel="noopener">Tidy datasets&lt;/a> are easy to manipulate, model and visualize, and have a specific structure: each variable is a column, each observation is a row, and each type of observational unit is a table.
&lt;/figcaption>&lt;/figure>&lt;/td>
&lt;p>While the original data source, the Eurostat data warehouse is
accessible, too, we added value with bringing the data into a &lt;a href="https://www.jstatsoft.org/article/view/v059i10" target="_blank" rel="noopener">tidy
format&lt;/a>. Tidy data can
immediately be imported into a statistical application like SPSS or
STATA, or into your own database. It is immediately available for
plotting in Excel, OpenOffice or Numbers.&lt;/p>
&lt;h2 id="interoperability">Interoperability&lt;/h2>
&lt;p>Our data can be easily imported with, or joined with data from other internal or external sources.&lt;/p>
&lt;td style="text-align: center;">
&lt;figure id="figure-all-our-indicators-come-with-standardized-descriptive-metadata-and-statistical-processing-metadata-see-our-apihttpsapimusicdataobservatoryeudatabasemetadata">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="All our indicators come with standardized descriptive metadata, and statistical (processing) metadata. See our [API](https://api.music.dataobservatory.eu/database/metadata/) " srcset="
/media/img/observatory_screenshots/DMO_API_metadata_table_huec7c4d59af8b123db4454f856f161328_73739_bca19fc4770ab1d69e4e43df040c8c36.webp 400w,
/media/img/observatory_screenshots/DMO_API_metadata_table_huec7c4d59af8b123db4454f856f161328_73739_41b3d74277805b8a9efe561d4fa0fadb.webp 760w,
/media/img/observatory_screenshots/DMO_API_metadata_table_huec7c4d59af8b123db4454f856f161328_73739_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://reprex-next.netlify.app/media/img/observatory_screenshots/DMO_API_metadata_table_huec7c4d59af8b123db4454f856f161328_73739_bca19fc4770ab1d69e4e43df040c8c36.webp"
width="760"
height="428"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
All our indicators come with standardized descriptive metadata, and statistical (processing) metadata. See our &lt;a href="https://api.music.dataobservatory.eu/database/metadata/" target="_blank" rel="noopener">API&lt;/a>
&lt;/figcaption>&lt;/figure>&lt;/td>
&lt;p>All our indicators come with standardized descriptive metadata,
following two important standards, the &lt;a href="https://dublincore.org/" target="_blank" rel="noopener">Dublin Core&lt;/a> and
&lt;a href="https://datacite.org/" target="_blank" rel="noopener">DataCite&lt;/a>–implementing not only the mandatory,
but the recommended descriptions, too. This will make it far easier to
connect the data with other data sources, e.g. turnover with the number of radio broadcasting enterprises or radio stations within specific territories.&lt;/p>
&lt;p>Our passion for documentation standards and best practices goes much further: our data uses &lt;a href="https://sdmx.org/?page_id=3215/" target="_blank" rel="noopener">Statistical Data and Metadata eXchange&lt;/a> standardized codebooks, unit descriptions and other statistical and administrative metadata.&lt;/p>
&lt;td style="text-align: center;">
&lt;figure id="figure-we-participate-in-scientific-workhttpsreprexnlpublicationeuropean_visibilitiy_2021-related-to-data-interoperability">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="We participate in [scientific work](https://reprex.nl/publication/european_visibilitiy_2021/) related to data interoperability." srcset="
/media/img/reports/european_visbility_publication_hu9fd9bf0ebbda97354d76a2e1b9589f6b_264884_25232c9bd0c86814e3e3337261110ea4.webp 400w,
/media/img/reports/european_visbility_publication_hu9fd9bf0ebbda97354d76a2e1b9589f6b_264884_93fa43b83c3a299d78a1afed7bc4f820.webp 760w,
/media/img/reports/european_visbility_publication_hu9fd9bf0ebbda97354d76a2e1b9589f6b_264884_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://reprex-next.netlify.app/media/img/reports/european_visbility_publication_hu9fd9bf0ebbda97354d76a2e1b9589f6b_264884_25232c9bd0c86814e3e3337261110ea4.webp"
width="760"
height="506"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
We participate in &lt;a href="https://reprex.nl/publication/european_visibilitiy_2021/" target="_blank" rel="noopener">scientific work&lt;/a> related to data interoperability.
&lt;/figcaption>&lt;/figure>&lt;/td>
&lt;h2 id="reuse">Reuse&lt;/h2>
&lt;p>All our datasets come with standardized information about reusabililty.
We add citation, attribution data, and licensing terms. Most of our
datasets can be used without commercial restriction after acknowledging
the source, but we sometimes work with less permissible data licenses.&lt;/p>
&lt;p>In the case presented here, we added further value to encourage re-use. In addition to tidying, we significantly increased the usability of public data by handling
missing cases. This is the subject of our &lt;a href="https://reprex-next.netlify.app/post/2021-11-06-indicator_value_added/">next blogpost&lt;/a>.&lt;/p>
&lt;details class="spoiler " id="spoiler-6">
&lt;summary>Are you a data user? How could we serve you better?&lt;/summary>
&lt;p>&lt;em>Shall we do some further automatic data enhancements with our datasets? Document with different metadata? Link more information for business, policy, or academic use? Please get in touch with &lt;a href="https://reprex.nl/#contact" target="_blank" rel="noopener">us&lt;/a>!&lt;/em>&lt;/p>
&lt;/details></description></item><item><title>How We Add Value to Public Data With Imputation and Forecasting</title><link>https://reprex-next.netlify.app/post/2021-11-06-indicator_value_added/</link><pubDate>Mon, 08 Nov 2021 10:00:00 +0100</pubDate><guid>https://reprex-next.netlify.app/post/2021-11-06-indicator_value_added/</guid><description>&lt;p>Public data sources are often plagued by missng values. Naively you may think that you can ignore them, but think twice: in most cases, missing data in a table is not missing information, but rather malformatted information. This approach of ignoring or dropping missing values will not be feasible or robust when you want to make a beautiful visualization, or use data in a business forecasting model, a machine learning (AI) applicaton, or a more complex scientific model. All of the above require complete datasets, and naively discarding missing data points amounts to an excessive waste of information. In this example we are continuing the example a not-so-easy to find public dataset.&lt;/p>
&lt;td style="text-align: center;">
&lt;figure id="figure-in-the-previous-blogpostpost2021-11-08-indicator_findable-we-explained-how-we-added-value-by-documenting-data-following-the-fair-principle-and-with-the-professional-curatorial-work-of-placing-the-data-in-context-and-linking-it-to-other-information-sources-such-as-other-datasets-books-and-publications-regardless-of-their-natural-language-ie-whether-these-sources-are-described-in-english-german-portugese-or-croatian-photo-jack-sloophttpsunsplashcomphotoseywn81spkj8">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="[In the previous blogpost](/post/2021-11-08-indicator_findable/) we explained how we added value by documenting data following the *FAIR* principle and with the professional curatorial work of placing the data in context, and linking it to other information sources, such as other datasets, books, and publications, regardless of their natural language (i.e., whether these sources are described in English, German, Portugese or Croatian). Photo: [Jack Sloop](https://unsplash.com/photos/eYwn81sPkJ8)." srcset="
/media/img/blogposts_2021/jack-sloop-eYwn81sPkJ8-unsplash_hu5d8f4a33b381dd8129d8c252a87ed0b3_4139695_6a66eba35e6a6a2451d2c0626a8d8b06.webp 400w,
/media/img/blogposts_2021/jack-sloop-eYwn81sPkJ8-unsplash_hu5d8f4a33b381dd8129d8c252a87ed0b3_4139695_7bf7f315b42bd4ba96d06a7c705ba035.webp 760w,
/media/img/blogposts_2021/jack-sloop-eYwn81sPkJ8-unsplash_hu5d8f4a33b381dd8129d8c252a87ed0b3_4139695_1200x1200_fit_q75_h2_lanczos.webp 1200w"
src="https://reprex-next.netlify.app/media/img/blogposts_2021/jack-sloop-eYwn81sPkJ8-unsplash_hu5d8f4a33b381dd8129d8c252a87ed0b3_4139695_6a66eba35e6a6a2451d2c0626a8d8b06.webp"
width="760"
height="507"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
&lt;a href="https://reprex-next.netlify.app/post/2021-11-08-indicator_findable/">In the previous blogpost&lt;/a> we explained how we added value by documenting data following the &lt;em>FAIR&lt;/em> principle and with the professional curatorial work of placing the data in context, and linking it to other information sources, such as other datasets, books, and publications, regardless of their natural language (i.e., whether these sources are described in English, German, Portugese or Croatian). Photo: &lt;a href="https://unsplash.com/photos/eYwn81sPkJ8" target="_blank" rel="noopener">Jack Sloop&lt;/a>.
&lt;/figcaption>&lt;/figure>&lt;/td>
&lt;p>Completing missing datapoints requires statistical production information (why might the data be missing?) and data science knowhow (how to impute the missing value.) If you do not have a good statistician or data scientist in your team, you will need high-quality, complete datasets. This is what our automated data observatories provide.&lt;/p>
&lt;details class="toc-inpage d-print-none " open>
&lt;summary class="font-weight-bold">Table of Contents&lt;/summary>
&lt;nav id="TableOfContents">
&lt;ul>
&lt;li>&lt;a href="#why-is-data-missing">Why is data missing?&lt;/a>&lt;/li>
&lt;li>&lt;a href="#what-can-we-improve">What can we improve?&lt;/a>&lt;/li>
&lt;li>&lt;a href="#can-you-trust-our-data">Can you trust our data?&lt;/a>&lt;/li>
&lt;li>&lt;a href="#avoid-the-data-sisyphus">Avoid the data Sisyphus&lt;/a>&lt;/li>
&lt;li>&lt;a href="#get-the-data">Get the data&lt;/a>&lt;/li>
&lt;li>&lt;a href="#how-can-we-do-better">How can we do better?&lt;/a>&lt;/li>
&lt;/ul>
&lt;/nav>
&lt;/details>
&lt;h2 id="why-is-data-missing">Why is data missing?&lt;/h2>
&lt;p>International organizations offer many statistical products, but usually they are on an ‘as-is’ basis. For example, Eurostat is the world’s premiere statistical agency, but it has no right to overrule whatever data the member states of the European Union, and some other cooperating European countries give to them. And they cannot force these countries to hand over data if they fail to do so. As a result, there will be many data points that are missing, and often data points that have wrong (obsolete) descriptions or geographical dimensions. We will show the geographical aspect of the problem in a separate blogpost; for now, we only focus on missing data.&lt;/p>
&lt;p>Some countries have only recently started providing data to the Eurostat umbrella organization, and it is likely that you will find few datapoints for North Macedonia or Bosnia-Herzegovina. Other countries provide data with some delay, and the last one or two years are missing. And there are gaps in some countries’ data, too.&lt;/p>
&lt;td style="text-align: center;">
&lt;figure id="figure-see-the-authoritative-copy-of-the-datasethttpszenodoorgrecord5652118yykhvmdmkuk">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="See the authoritative copy of the [dataset](https://zenodo.org/record/5652118#.YYkhVmDMKUk)." srcset="
/media/img/blogposts_2021/trb_plot_hu2f07a4d8566fea4aefe16ab33a0f6ff8_386734_61f5b96b14ca649585f96612d0148277.webp 400w,
/media/img/blogposts_2021/trb_plot_hu2f07a4d8566fea4aefe16ab33a0f6ff8_386734_f9c7c983b2d12bac8c235d8f74c64b48.webp 760w,
/media/img/blogposts_2021/trb_plot_hu2f07a4d8566fea4aefe16ab33a0f6ff8_386734_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://reprex-next.netlify.app/media/img/blogposts_2021/trb_plot_hu2f07a4d8566fea4aefe16ab33a0f6ff8_386734_61f5b96b14ca649585f96612d0148277.webp"
width="760"
height="507"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
See the authoritative copy of the &lt;a href="https://zenodo.org/record/5652118#.YYkhVmDMKUk" target="_blank" rel="noopener">dataset&lt;/a>.
&lt;/figcaption>&lt;/figure>&lt;/td>
&lt;p>This is a headache if you want to use the data in some machine learning application or in a multiple or panel regression model. You can, of course, discard countries or years where you do not have full data coverage, but this approach usually wastes too much information&amp;ndash;if you work with 12 years, and only one data point is available, you would be discarding an entire country’s 11-years’ worth of data. Another option is to estimate the values, or otherwise impute the missing data, when this is possible with reasonable precision. This is where things get tricky, and you will likely need a statistician or a data scientist onboard.&lt;/p>
&lt;h2 id="what-can-we-improve">What can we improve?&lt;/h2>
&lt;p>Consider that the data is only missing from one year for a particular country, 2015. The naive solution would be to omit 2015 or the country at hand from the dataset. This is pretty destructive, because we know a lot about the radio market turnover in this country and in this year! But leaving 2015 blank will not look good on a chart, and will make your machine learning application or your regression model stop.&lt;/p>
&lt;p>A statistician or a radio market expert will tell you that you know more-or-less the missing information: the total turnover was certainly not zero in that year. With some statistical or radio domain-specific knowledge you will use the 2014, or 2016 value, or a combination of the two and keep the country and year in the dataset.&lt;/p>
&lt;p>Our improved dataset added backcasted (using the best time series model fitting the country&amp;rsquo;s actually present data), forecasted (again, using the best time series model), and approximated data (using linear approximation.) In a few cases, we add the last or next known value. To give a few quantiative indicators about our work:&lt;/p>
&lt;ul>
&lt;li>Increased number of observations: 65%&lt;/li>
&lt;li>Reduced missing values: -48.1%&lt;/li>
&lt;li>Increased non-missing subset for regression or AI: +66.67%&lt;/li>
&lt;/ul>
&lt;p>If your organization is working with panel (longitudional multiple) regressions or various machine learning applications, then your team knows that not havint the +66.67% gain would be a deal-breaker in the choice of models and punctuality of estimates or KPIs or other quantiative products. And that they would spent about 90% of their data resources on achieving this +66.67% gain in usability.&lt;/p>
&lt;p>If you happen to work in an NGO, a business unit or a research institute that does not employ data scientists, then it is likely that you can never achieve this improvement, and you have to give up on a number of quantitative tools or visualizations. If you have a data scientist onboard, that professional can use our work as a starting point.&lt;/p>
&lt;h2 id="can-you-trust-our-data">Can you trust our data?&lt;/h2>
&lt;p>We believe that you can trust our data better than the original public source. We use statistical expertise to find out why data may be missing. Often, it is present in a wrong location (for example, the name of a region changed.)&lt;/p>
&lt;p>If you are reluctant to use estimates, think about discarding known actual data from your forecast or visualization, because one data point is missing. How do you provide more accurate information? By hiding known actual data, because one point is missing, or by using all known data and an estimate?&lt;/p>
&lt;p>Our codebooks and our API uses the &lt;a href="https://sdmx.org/?page_id=3215/" target="_blank" rel="noopener">Statistical Data and Metadata eXchange&lt;/a> documentation standards to clearly indicate which data is observed, which is missing, which is estimated, and of course, also how it is estimated.
This example highlights another important aspect of data trustworthiness. If you have a better idea, you can replace them with a better estimate.&lt;/p>
&lt;p>Our indicators come with standardized codebooks that do not only contain the descriptive metadata, but administrative metadata about the history of the indicator values. You will find very important information about the statistical method we used the fill in the data gaps, and even link the reliable, the peer-reviewed scientific, statistical software that made the calculations. For data scientists, we record the plenty of information about the computing environment, too-–this can come handy if your estimates need external authentication, or you suspect a bug.&lt;/p>
&lt;h2 id="avoid-the-data-sisyphus">Avoid the data Sisyphus&lt;/h2>
&lt;p>If you work in an academic institution, in an NGO or a consultancy, you can never be sure who downloaded the &lt;a href="https://appsso.eurostat.ec.europa.eu/nui/show.do?dataset=sbs_na_1a_se_r2&amp;amp;lang=en" target="_blank" rel="noopener">Annual detailed enterprise statistics for services (NACE Rev. 2 H-N and S95)&lt;/a> Eurostat folder from Eurostat. Did they modify the dataset? Did they already make corrections with the missing data? What method did they use? To prevent many potential problems, you will likely download it again, and again, and again&amp;hellip;&lt;/p>
&lt;td style="text-align: center;">
&lt;figure id="figure-see-our-the-data-sisyphushttpsreprexnlpost2021-07-08-data-sisyphus-blogpost">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="See our [The Data Sisyphus](https://reprex.nl/post/2021-07-08-data-sisyphus/) blogpost." srcset="
/media/img/blogposts_2021/Sisyphus_Bodleian_Library_hu99f0c1d6c82963b9538437670b4d339d_1662894_cd48a6c374c9ff68a08abe79a6abf2f4.webp 400w,
/media/img/blogposts_2021/Sisyphus_Bodleian_Library_hu99f0c1d6c82963b9538437670b4d339d_1662894_a6eb1b13ff33a5c73aba34550964ff52.webp 760w,
/media/img/blogposts_2021/Sisyphus_Bodleian_Library_hu99f0c1d6c82963b9538437670b4d339d_1662894_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://reprex-next.netlify.app/media/img/blogposts_2021/Sisyphus_Bodleian_Library_hu99f0c1d6c82963b9538437670b4d339d_1662894_cd48a6c374c9ff68a08abe79a6abf2f4.webp"
width="760"
height="507"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
See our &lt;a href="https://reprex.nl/post/2021-07-08-data-sisyphus/" target="_blank" rel="noopener">The Data Sisyphus&lt;/a> blogpost.
&lt;/figcaption>&lt;/figure>&lt;/td>
&lt;p>We have a better solution. You can always rely on our API to import directly the latest, best data, but if you want to be sure, you can use our &lt;a href="https://zenodo.org/record/5652118#.YYhGOGDMLIU" target="_blank" rel="noopener">regular backups&lt;/a> on Zenodo. Zenodo is an open science repository managed by CERN and supported by the European Union. On Zenodo, you can find an authoritative copy of our indicator (and its previous versions) with a digital object identifier, in this case, &lt;a href="https://doi.org/10.5281/zenodo.5652118" target="_blank" rel="noopener">10.5281/zenodo.5652118&lt;/a>. These datasets will be preserved for decades, and nobody can manipulate them. You cannot accidentally overwrite them, and we have no backdoor access to modify them.&lt;/p>
&lt;h2 id="get-the-data">Get the data&lt;/h2>
&lt;p>&lt;a href="https://doi.org/10.5281/zenodo.5652118" target="_blank" rel="noopener">
&lt;figure >
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="https://zenodo.org/badge/DOI/10.5281/zenodo.5652118.svg" alt="DOI" loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;/a>&lt;/p>
&lt;h2 id="how-can-we-do-better">How can we do better?&lt;/h2>
&lt;details class="spoiler " id="spoiler-4">
&lt;summary>Are you a data user?&lt;/summary>
&lt;p>&lt;em>Shall we do some further automatic data enhancements with our datasets? Document with different metadata? Link more information for business, policy, or academic use? Please get in touch with &lt;a href="https://reprex.nl/#contact" target="_blank" rel="noopener">us&lt;/a>!&lt;/em>&lt;/p>
&lt;/details></description></item><item><title>Reprex Joins RECREO Research Consortium To Develop Innovation Indicators</title><link>https://reprex-next.netlify.app/post/2021-10-06-recreo/</link><pubDate>Sat, 06 Nov 2021 16:00:00 +0000</pubDate><guid>https://reprex-next.netlify.app/post/2021-10-06-recreo/</guid><description>&lt;p>The &lt;a href="https://www.santannapisa.it/it" target="_blank" rel="noopener">Scuola Superiore di Studi Universitari e di Perfezionamento Sant’Anna&lt;/a> and &lt;a href="https://www.unitn.it/en" target="_blank" rel="noopener">Università degli Studi di Trento&lt;/a> (Italy); &lt;a href="https://www.create.ac.uk/" target="_blank" rel="noopener">University of Glasgow&lt;/a> (United Kingdom); &lt;a href="https://www.ivir.nl/" target="_blank" rel="noopener">Universiteit van Amsterdam&lt;/a> and &lt;a href="https://pro.europeana.eu/" target="_blank" rel="noopener">Stichting Europeana&lt;/a> from the Netherlands; the &lt;a href="https://www.maynoothuniversity.ie/" target="_blank" rel="noopener">National University of Ireland Maynooth&lt;/a> (Ireland); &lt;a href="https://www.ut.ee/en/" target="_blank" rel="noopener">Tartu Ulikool&lt;/a> (Estonia); &lt;a href="https://u-szeged.hu/" target="_blank" rel="noopener">Szegedi Tudományegyetem&lt;/a> (Hungary); &lt;a href="https://www.santamarialareal.org/" target="_blank" rel="noopener">Fundacion Santa Maria La Real del Patrimonio Historico&lt;/a> from Spain; the &lt;a href="https://www.kuleuven.be/kuleuven/" target="_blank" rel="noopener">Katholieke Universiteit Leuven&lt;/a>, (Belgium); &lt;a href="https://cultureactioneurope.org/" target="_blank" rel="noopener">Culture Action Europe AISBL&lt;/a> and &lt;a href="https://www.ideaconsult.be/en/" target="_blank" rel="noopener">IDEA Strategische Economische Consulting&lt;/a> (Belgium) and &lt;a href="https://reprex.nl/" target="_blank" rel="noopener">Reprex&lt;/a> created the&lt;code>REshaping CCSI REsearch: Open data, policy analysis and methods for evidence-based decision-making consortium&lt;/code> consortium, which will mainly develop new policy evidence in the field of innovation and inclusiveness for the creative and cultural sectors, industries. The Consortium applies for a Horizon Europe grant with the &lt;code>HORIZON-CL2-2021-HERITAGE-01-03&lt;/code> &lt;a href="https://ec.europa.eu/info/funding-tenders/opportunities/portal/screen/opportunities/topic-details/horizon-cl2-2021-heritage-01-03" target="_blank" rel="noopener">Cultural and creative industries as a driver of innovation and competitiveness&lt;/a> call of the European Commission.&lt;/p>
&lt;p>Policymakers face challenges when trying to implement a strict evidence-based approach to decision-making in the field of cultural and creative sectors and industries (CCSI). This is mostly due to four phenomena:&lt;/p>
&lt;ol>
&lt;li>&lt;code>Evidence dissonances in mapping, measuring and analysis of key indicators&lt;/code>, which lead to improper generalizations and gaps in decisionmakers’ knowledge and stakeholders’ awareness&lt;/li>
&lt;li>&lt;code>Fragmentation of hubs of production and concentration of platforms&lt;/code>, which create statistical biases and have features that hardly fit with traditional impact assessment methods;&lt;/li>
&lt;li>&lt;code>Datafication&lt;/code>, which is revolutionizing CCSI but remains difficult to investigate, thus broadening knowledge gaps; and&lt;/li>
&lt;li>&lt;code>Stakeholders’ fragmentation and conflicting interests&lt;/code>, which hinders their engagement, awareness-raising and uptake of policy inputs.With its cross-disciplinary consortium of academics, practitioners and a strong network of stakeholders, engaged via participatory research strategies, RECREO will help policymakers and stakeholders tackling such challenges, by generating new knowledge and methods to fill in knowledge and awareness gaps. RECREO will achieve this goal through four actions.&lt;/li>
&lt;/ol>
&lt;p>First, it will generate a wide array of horizontal and sector-specific datasets, made openly accessible via the &lt;a href="https://reprex.nl/project/ccsi-data-observatory/" target="_blank" rel="noopener">CCSI Data Observatory&lt;/a> and the Evidence Synthesis Platform. Second, it will offer an unprecedented EU and comparative mapping and impact assessment of key regulatory and policy measures relevant for CCSI, made available on the Law and Policy Observatory. Third, it will develop innovative methods to measure and assess CCSI innovation, competitiveness and spill-over effects, emphasizing inclusiveness, diversity and sustainability. Last, it will offer policy recommendations and best practices aimed at supporting the sustainable growth and competitiveness of culturally diverse CCSI, and their cross-fertilization with cultural heritage promotion and preservation.&lt;/p></description></item><item><title>Reprex on MaMA</title><link>https://reprex-next.netlify.app/post/2021-10-15-mama/</link><pubDate>Fri, 15 Oct 2021 19:00:00 +0000</pubDate><guid>https://reprex-next.netlify.app/post/2021-10-15-mama/</guid><description>&lt;p>Reprex’s co-founder, the main developer of the Digital Music Observatory, &lt;a href="https://reprex.nl/authors/daniel_antal/" target="_blank" rel="noopener">Daniel Antal&lt;/a> and Digital Music Observatory curator, &lt;a href="https://music.dataobservatory.eu/author/marie-zhorova/" target="_blank" rel="noopener">Marie Zhorová&lt;/a> participated in the MaMA Festival &amp;amp; Convention in Paris on 13-15 October within the &lt;a href="https://www.jumpmusic.eu/fellows/" target="_blank" rel="noopener">JUMP Music Market Accelerator Program&lt;/a> Program. We introduced our Digital Music Observatory to national music organizations and encouraged them to try out a cooperation with us. (See Use Cases below)&lt;/p>
&lt;p>Our main aim was to find new users to our Digital Music Observatory, and to find partners for a future Horizon Europe R&amp;amp;D project to develop the scientific pillars of the Observatory in a manner that meets practical industry needs and the feature requirements laid out in hte Feasiblity Study for a Euroepan Music Observatory.&lt;/p>
&lt;p>Our concept was introduced in Le Trianon to a wider audience during the &lt;a href="https://reprex.nl/talk/digital-music-observatory-on-the-mama-convention-2021/" target="_blank" rel="noopener">JUMP Music Market Accelerator Pitch Session&lt;/a> and in one-to-one meetings to representatives of French national organizations. We have also started to investigate the possibility to cooperate with two startups to bring our data services closer to artists, labels, and publishers.&lt;/p>
&lt;script class="lesondier-widget" data-ls-event-id="12386" data-ls-site-slug="mama" src="https://live.mamafestival.com/build/widget/widget_loader.min.js" data-ls-width="600px" data-ls-height="435px" async>&lt;/script>
&lt;h2 id="use-cases">Use Cases&lt;/h2>
&lt;h3 id="fair-streaming">Fair Streaming&lt;/h3>
&lt;td style="text-align: center;">
&lt;figure id="figure-daniel-introduced-our-work-made-for-the-uk-ipos-music-creators-earnings-in-the-digital-era-projecthttpsmusicdataobservatoryeupublicationmce_empirical_streaming_2021-about-the-justified-and-not-justified-differences-among-music-rightsholders-earnings-and-the-diminishing-market-value-of-streams-we-believe-that-our-uk-approach-is-a-particularly-interesting-addition-to-join-with-the-distribution-analysishttpsdataandlyricscompost2021-02-21-cnm-streaming-performed-by-the-centre-nationale-de-la-musiquehttpscnmfren-and-deloitte-in-france">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Daniel introduced our work made for the UK IPO&amp;#39;s [Music Creators&amp;#39; Earnings in the Digital Era Project](https://music.dataobservatory.eu/publication/mce_empirical_streaming_2021/) about the justified and not-justified differences among music rightsholders earnings and the diminishing market value of streams. We believe that our UK approach is a particularly interesting addition to join with [the distribution analysis](https://dataandlyrics.com/post/2021-02-21-cnm-streaming/) performed by the [Centre Nationale de la Musique](https://cnm.fr/en/) and Deloitte in France." srcset="
/media/img/reports/mce/featured_hue50608b3f52d6750042187fb48482821_711194_82c4b196d92bab0818d4a4e473f93c67.webp 400w,
/media/img/reports/mce/featured_hue50608b3f52d6750042187fb48482821_711194_9755d01f37d217b33040e55332846897.webp 760w,
/media/img/reports/mce/featured_hue50608b3f52d6750042187fb48482821_711194_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://reprex-next.netlify.app/media/img/reports/mce/featured_hue50608b3f52d6750042187fb48482821_711194_82c4b196d92bab0818d4a4e473f93c67.webp"
width="760"
height="526"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
Daniel introduced our work made for the UK IPO&amp;rsquo;s &lt;a href="https://music.dataobservatory.eu/publication/mce_empirical_streaming_2021/" target="_blank" rel="noopener">Music Creators&amp;rsquo; Earnings in the Digital Era Project&lt;/a> about the justified and not-justified differences among music rightsholders earnings and the diminishing market value of streams. We believe that our UK approach is a particularly interesting addition to join with &lt;a href="https://dataandlyrics.com/post/2021-02-21-cnm-streaming/" target="_blank" rel="noopener">the distribution analysis&lt;/a> performed by the &lt;a href="https://cnm.fr/en/" target="_blank" rel="noopener">Centre Nationale de la Musique&lt;/a> and Deloitte in France.
&lt;/figcaption>&lt;/figure>&lt;/td>
&lt;h3 id="fair-value">Fair Value&lt;/h3>
&lt;td style="text-align: center;">
&lt;figure id="figure-daniel-introduced-to-collective-management-professioanls-our-innovative-approach-for-private-copying-valuation-royalty-price-setting-estimating-the-values-of-value-transfer-to-media-platforms-and-other-topics-of-interests-for-collective-management-and-rights-management-organizations-our-approach-has-a-proven-track-record-to-increase-revenues-for-creators">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Daniel introduced to collective management professioanls our innovative approach for private copying valuation, royalty price setting, estimating the values of value transfer to media platforms, and other topics of interests for collective management and rights management organizations. Our approach has a proven track record to increase revenues for creators." srcset="
/media/img/reports/mce/listen_fair_treemap_en_hu541e296fb926ca7602368e34164d282a_326052_da197cb6040c006765b23dec7d5086e1.webp 400w,
/media/img/reports/mce/listen_fair_treemap_en_hu541e296fb926ca7602368e34164d282a_326052_d0d3fea66be53635f73bc1425195a568.webp 760w,
/media/img/reports/mce/listen_fair_treemap_en_hu541e296fb926ca7602368e34164d282a_326052_1200x1200_fit_q75_h2_lanczos.webp 1200w"
src="https://reprex-next.netlify.app/media/img/reports/mce/listen_fair_treemap_en_hu541e296fb926ca7602368e34164d282a_326052_da197cb6040c006765b23dec7d5086e1.webp"
width="760"
height="608"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
Daniel introduced to collective management professioanls our innovative approach for private copying valuation, royalty price setting, estimating the values of value transfer to media platforms, and other topics of interests for collective management and rights management organizations. Our approach has a proven track record to increase revenues for creators.
&lt;/figcaption>&lt;/figure>&lt;/td>
&lt;h3 id="open-music-observatory">Open Music Observatory&lt;/h3>
&lt;td style="text-align: center;">
&lt;figure id="figure-we-introduced-our-approach-to-building-the-european-music-observatoryhttpsmusicdataobservatoryeupost2021-03-04-jump-2021-in-a-decentralized-way-relying-not-only-on-the-resources-of-creative-europe-but-also-on-open-science-horizon-europe-bringing-the-music-industry-music-research-in-universities-and-cultural-policy-under-one-open-collaboration-because-france-is-building-its-own-music-observatory-of-a-kind-the-decentralized-approach-could-particularly-benefit-french-stakeholders">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="We introduced our approach to building the [European Music Observatory](https://music.dataobservatory.eu/post/2021-03-04-jump-2021/) in a decentralized way, relying not only on the resources of Creative Europe but also on Open Science, Horizon Europe, bringing the music industry, music research in universities and cultural policy under one open collaboration. Because France is building its own music observatory of a kind, the decentralized approach could particularly benefit French stakeholders." srcset="
/media/img/observatory_screenshots/dmo_contributors_hua4f41ef7327b64bb97f169af135070bd_140729_a07a8e618fa7317f6f8256b9a334262e.webp 400w,
/media/img/observatory_screenshots/dmo_contributors_hua4f41ef7327b64bb97f169af135070bd_140729_3a4ae7f72478fd880961b08e1f7075dd.webp 760w,
/media/img/observatory_screenshots/dmo_contributors_hua4f41ef7327b64bb97f169af135070bd_140729_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://reprex-next.netlify.app/media/img/observatory_screenshots/dmo_contributors_hua4f41ef7327b64bb97f169af135070bd_140729_a07a8e618fa7317f6f8256b9a334262e.webp"
width="760"
height="427"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
We introduced our approach to building the &lt;a href="https://music.dataobservatory.eu/post/2021-03-04-jump-2021/" target="_blank" rel="noopener">European Music Observatory&lt;/a> in a decentralized way, relying not only on the resources of Creative Europe but also on Open Science, Horizon Europe, bringing the music industry, music research in universities and cultural policy under one open collaboration. Because France is building its own music observatory of a kind, the decentralized approach could particularly benefit French stakeholders.
&lt;/figcaption>&lt;/figure>&lt;/td>
&lt;h3 id="listen-local">Listen Local&lt;/h3>
&lt;td style="text-align: center;">
&lt;figure id="figure-marie-and-daniel-introduced-the-listen-local-projecthttpsreprexnlprojectlisten-local-to-startups-our-listen-local-project-analyzes-why-recommendation-engines-do-not-recommend-locally-relevant-music-such-as-music-from-paris-in-paris-slovakian-music-for-slovaks-and-offers-alternative-approaches-and-fixes--we-were-discussing-with-other-startups-serving-artists-and-small-labels-to-bring-down-our-macro-level-approaches-benefits-to-the-level-of-aritsts-as-we-did-in-our-experimental-project-in-slovakiahttpsmusicdataobservatoryeupublicationlisten_local_2020-supported-by-our-scientific-research-cooperation-see-our-pre-print-manuscripthttpsmusicdataobservatoryeupublicationeuropean_visibilitiy_2021">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Marie and Daniel introduced the [Listen Local project](https://reprex.nl/project/listen-local/) to startups. Our Listen Local project analyzes why recommendation engines do not recommend locally relevant music (such as music from Paris in Paris, Slovakian music for Slovaks) and offers alternative approaches and fixes. We were discussing with other startups serving artists and small labels to bring down our macro-level approaches&amp;#39; benefits to the level of aritsts, as we did in our experimental project in [Slovakia](https://music.dataobservatory.eu/publication/listen_local_2020/) supported by our scientific research cooperation (see our pre-print [manuscript](https://music.dataobservatory.eu/publication/european_visibilitiy_2021/).)" srcset="
/media/img/reports/listen_local_2020/listen_local_study_covers_hue3bbdd36723034473d5308625670dcc8_550932_763efe9ed9c592524de77426709a3c4d.webp 400w,
/media/img/reports/listen_local_2020/listen_local_study_covers_hue3bbdd36723034473d5308625670dcc8_550932_03e3303a405b457472b9b2ff5bc4c0d4.webp 760w,
/media/img/reports/listen_local_2020/listen_local_study_covers_hue3bbdd36723034473d5308625670dcc8_550932_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://reprex-next.netlify.app/media/img/reports/listen_local_2020/listen_local_study_covers_hue3bbdd36723034473d5308625670dcc8_550932_763efe9ed9c592524de77426709a3c4d.webp"
width="760"
height="507"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
Marie and Daniel introduced the &lt;a href="https://reprex.nl/project/listen-local/" target="_blank" rel="noopener">Listen Local project&lt;/a> to startups. Our Listen Local project analyzes why recommendation engines do not recommend locally relevant music (such as music from Paris in Paris, Slovakian music for Slovaks) and offers alternative approaches and fixes. We were discussing with other startups serving artists and small labels to bring down our macro-level approaches&amp;rsquo; benefits to the level of aritsts, as we did in our experimental project in &lt;a href="https://music.dataobservatory.eu/publication/listen_local_2020/" target="_blank" rel="noopener">Slovakia&lt;/a> supported by our scientific research cooperation (see our pre-print &lt;a href="https://music.dataobservatory.eu/publication/european_visibilitiy_2021/" target="_blank" rel="noopener">manuscript&lt;/a>.)
&lt;/figcaption>&lt;/figure>&lt;/td>
&lt;h2 id="why-data-observatory">Why Data Observatory?&lt;/h2>
&lt;p>Our use cases highlight the value of having a wide range of data available for the industry players, researchers and policy-makers. In the era of big data, and when open data is becoming &lt;em>legally&lt;/em> more and more available, it is important to have one place with a single data collection method. Copernicus built a permanent observatory for the ongoing observation of celestial bodies. We built an automated data observatory to permanently collect data about music.&lt;/p></description></item><item><title>CCSI Data Observatory</title><link>https://reprex-next.netlify.app/post/2021-10-05-ccsi/</link><pubDate>Wed, 06 Oct 2021 16:00:00 +0000</pubDate><guid>https://reprex-next.netlify.app/post/2021-10-05-ccsi/</guid><description>&lt;p>The creative and cultural sectors and industries are mainly made of networks of freelancers and microenterprises, with very few medium-sized companies. Their economic performance, problems, and innovation capacities hidden. Our open collaboration to create this data observatory is committed to change this. Relying on modern data science, the re-use of open governmental data, open science data, and novel harmonized data collection we aim to fill in the gaps left in the official statistics of the European Union.&lt;/p>
&lt;p>We believe that introducing Open Policy Analysis standards with open data, open-source software and research automation can help better understanding how creative people and their enterprises and institutions add value to the European economy, how they create jobs, innovate, and increase the well-being of a diverse European society. Our collaboration is open for individuals, citizens scientists.&lt;/p>
&lt;p>The new observatory can be reached on &lt;a href="https://ccsi.dataobservatory.eu/" target="_blank" rel="noopener">ccsi.dataobservatory.eu&lt;/a> and will be institutionally hosted by &lt;a href="https://www.ivir.nl/" target="_blank" rel="noopener">IViR&lt;/a>, the &lt;em>Institute for Information Law&lt;/em> of the University of Amsterdam, where Reprex’s co-founder, Daniel Antal will coordinate the development of this new, open scientific tool. Reprex will continue to develop the working model of the data observatory and continue to build open source software tools within the &lt;a href="http://ropengov.org/" target="_blank" rel="noopener">rOpenGov community&lt;/a> and the &lt;a href="https://ropengov.r-universe.dev/" target="_blank" rel="noopener">R-Universe&lt;/a> initative of ROpenSci.&lt;/p>
&lt;p>The &lt;a href="https://www.santannapisa.it/it" target="_blank" rel="noopener">Scuola Superiore di Studi Universitari e di Perfezionamento Sant’Anna&lt;/a> and &lt;a href="https://www.unitn.it/en" target="_blank" rel="noopener">Università degli Studi di Trento&lt;/a> (Italy); &lt;a href="https://www.create.ac.uk/" target="_blank" rel="noopener">University of Glasgow&lt;/a> (United Kingdom); &lt;a href="https://www.ivir.nl/" target="_blank" rel="noopener">Universiteit van Amsterdam&lt;/a> and &lt;a href="https://pro.europeana.eu/" target="_blank" rel="noopener">Stichting Europeana&lt;/a> from the Netherlands; the &lt;a href="https://www.maynoothuniversity.ie/" target="_blank" rel="noopener">National University of Ireland Maynooth&lt;/a> (Ireland); &lt;a href="https://www.ut.ee/en/" target="_blank" rel="noopener">Tartu Ulikool&lt;/a> (Estonia); &lt;a href="https://u-szeged.hu/" target="_blank" rel="noopener">Szegedi Tudományegyetem&lt;/a> (Hungary); &lt;a href="https://www.santamarialareal.org/" target="_blank" rel="noopener">Fundacion Santa Maria La Real del Patrimonio Historico&lt;/a> from Spain; the &lt;a href="https://www.kuleuven.be/kuleuven/" target="_blank" rel="noopener">Katholieke Universiteit Leuven&lt;/a>, (Belgium); &lt;a href="https://cultureactioneurope.org/" target="_blank" rel="noopener">Culture Action Europe AISBL&lt;/a> and &lt;a href="https://www.ideaconsult.be/en/" target="_blank" rel="noopener">IDEA Strategische Economische Consulting&lt;/a> (Belgium) and Reprex created the the &lt;code>RECREO&lt;/code> consortium, which will mainly develop new policy evidence in the field of innovation and inclusiveness for the creative and cultural sectors, industries. The Consortium applies for a Horizon Europe grant with the &lt;code>HORIZON-CL2-2021-HERITAGE-01-03&lt;/code> &lt;a href="https://ec.europa.eu/info/funding-tenders/opportunities/portal/screen/opportunities/topic-details/horizon-cl2-2021-heritage-01-03" target="_blank" rel="noopener">Cultural and creative industries as a driver of innovation and competitiveness&lt;/a> call of the European Commission.&lt;/p></description></item><item><title>Research &amp; Analysis: Music Creators’ Earnings in the Digital Era</title><link>https://reprex-next.netlify.app/post/2021-09-23-mce_reports/</link><pubDate>Thu, 23 Sep 2021 08:00:00 +0000</pubDate><guid>https://reprex-next.netlify.app/post/2021-09-23-mce_reports/</guid><description>&lt;p>Reprex with its &lt;a href="https://music.dataobservatory.eu/" target="_blank" rel="noopener">Digital Music Observatory team&lt;/a> was commissioned to prepare an analysis on the justified and not justified differences in music creators’ earnings. We have posted our most important findings in an earlier blogpost (&lt;a href="https://music.dataobservatory.eu/post/2021-06-18-mce/" target="_blank" rel="noopener">Music Creators’ Earnings in the Streaming Era. United Kingdom Research Cooperation With the Digital Music Observatory&lt;/a>.&lt;/p>
&lt;p>The UK Intellectual Property Office has published the entire report on the music creators’ earnings, and we have made our detailed analysis available in a side-publication. Reprex also signed an agreement with the researchers of the Music Creators’ Earnings project to deposit all data published in the report in the Digital Music Observatory, and to promote the building of the observatory further.&lt;/p>
&lt;p>The research questions asked in this report are related to the &lt;a href="https://www.gov.uk/government/publications/music-creators-earnings-in-the-digital-era" target="_blank" rel="noopener">Music Creator Earnings&amp;rsquo; Project&lt;/a> (MCE), exploring issues concerning equitable remuneration and earnings distributions. We were tasked with providing a longitudinal analysis of earnings development and relating our findings to equitable remuneration. The starting point of our work was centred around a very broadly defined problem: how much money music creators (rightsholders) earn from streaming, how these earnings are distributed, and how the earnings and their distribution have developed during the last decade.&lt;/p>
&lt;p>The highly globalized music industry generates two important international reports, as well as several national reports, but these are not suitable for the analysis of the typical or average rightsholder, nor for small labels and publishers who do not represent a large and internationally diversified portfolio of music works or recordings. Copyright and neighboring right revenues are collected in national jurisdictions. Because British artists are almost never constrained by their use of language, and the UK Music Industry is highly competitive in the global music markets, even relatively less known rightsholders earn revenues from dozens of national markets. The lack of market information on music sales volumes, prices for each jurisdiction, and the unaccounted for national, domestic, and foreign revenues makes the analysis of the rightholder’s earnings, or the economics of a certain distribution channel like music streaming or media platforms, impossible.&lt;/p>
&lt;figure id="figure-the-effect-of-international-diversification-on-revenues---a-combination-of-international-price-differences-and-exchange-rate-fluctuations">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="https://reprex-next.netlify.app/media/img/reports/mce/Effect_International_Diversification_Revenues_Coplot.png" alt="The Effect of International Diversification on Revenues - a combination of international price differences and exchange rate fluctuations." loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
The Effect of International Diversification on Revenues - a combination of international price differences and exchange rate fluctuations.
&lt;/figcaption>&lt;/figure>
&lt;p>While total earnings are reported by international and national organizations, they hide five important economic variables: changes in sales volumes, changes in prices, market share on various national jurisdictions (which have their own volume and price movements), the exchange rates applied, and the share of the repertoire exploited. Even worse, the global music industry has no comprehensive database of rightsholders, music works, and recordings – this is the data gap that we would like fill with the Digital Music Observatory.&lt;/p>
&lt;p>Our &lt;a href="https://mce.dataobservatory.eu/" target="_blank" rel="noopener">report&lt;/a> highlights some important lessons. First, we show that in the era of global music sales platforms it is impossible to understand the economics of music streaming without international data harmonization and advanced surveying and sampling. Paradoxically, without careful adjustments for accruals, market shares in jurisdictions, and disaggregation of price and volume changes, the British industry cannot analyze its own economics because of its high level of integration to the global music economy. Furthermore, the replacement of former public performances, mechanical licensing, and private copying remunerations (which has been available for British rightsholders in their European markets for decades) with less valuable streaming licenses has left many rightsholders poorer. Making adjustments on the distribution system without modifying the definition of equitable remuneration rights or the pro-rata distribution scheme of streaming platforms opens up many conflicts while solving not enough fundamental problems. Therefore, we suggest participation in international data harmonization and policy coordination to help regain the historical value of music.&lt;/p>
&lt;h2 id="context">Context&lt;/h2>
&lt;figure >
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="https://reprex-next.netlify.app/media/img/blogposts_20121/dcms_economics_music_streaming.png" alt="" loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;p>The idea of our Digital Music Observatory was brought to the UK policy debate on music streaming by the &lt;em>Written evidence submitted by The state51 Music Group&lt;/em> to the &lt;em>Economics of music streaming review&lt;/em> of the UK Parliaments&amp;rsquo; DCMS Committee&lt;sup id="fnref:1">&lt;a href="#fn:1" class="footnote-ref" role="doc-noteref">1&lt;/a>&lt;/sup>.&lt;/p>
&lt;p>The music industry requires a permanent market monitoring facility to win fights in competition tribunals, because it is increasingly disputing revenues with the world’s biggest data owners. This was precisely the role of the former CEEMID&lt;sup id="fnref:2">&lt;a href="#fn:2" class="footnote-ref" role="doc-noteref">2&lt;/a>&lt;/sup> program, which was initiated by a group of collective management societies. Starting with three relatively data-poor countries, where data pooling allowed rightsholders to increase revenues, the CEEMID data collection program was extended in 2019 to 12 countries.The &lt;a href="https://ceereport2020.ceemid.eu/" target="_blank" rel="noopener">final regional report&lt;/a>, after the release of the detailed &lt;a href="https://music.dataobservatory.eu/publication/hungary_music_industry_2014/" target="_blank" rel="noopener">Hungarian&lt;/a>, &lt;a href="https://music.dataobservatory.eu/publication/slovak_music_industry_2019/" target="_blank" rel="noopener">Slovak&lt;/a> and &lt;a href="https://music.dataobservatory.eu/publication/private_copying_croatia_2019/" target="_blank" rel="noopener">Croatian reports&lt;/a> of CEEMID was sponsored by Consolidated Independent (of the &lt;em>state51 music group&lt;/em>.)&lt;/p>
&lt;p>CEEMID was eventually to formed into the &lt;em>Demo Music Observatory&lt;/em> in 2020&lt;sup id="fnref:3">&lt;a href="#fn:3" class="footnote-ref" role="doc-noteref">3&lt;/a>&lt;/sup>, following the planned structure of the &lt;a href="https://dataandlyrics.com/post/2020-11-16-european-music-observatory-feasibility/" target="_blank" rel="noopener">European Music Observatory&lt;/a>, and validated in the world&amp;rsquo;s 2nd ranked university-backed incubator, the Yes!Delft AI+Blockchain Validation Lab. In 2021, under the final name &lt;a href="https://music.dataobservatory.eu/" target="_blank" rel="noopener">Digital Music Observatory&lt;/a>, it became open for any rightsholder or stakeholder organization or music research institute, and it is being launched with the help of the &lt;a href="https://dataandlyrics.com/post/2021-03-04-jump-2021/" target="_blank" rel="noopener">JUMP European Music Market Accelerator Programme&lt;/a> which is co-funded by the Creative Europe Programme of the European Union.&lt;/p>
&lt;p>In December 2020, we started investigating how the music observatory concept could be introduced in the UK, and how our data and analytical skills could be used in the &lt;a href="https://digit-research.org/research/related-projects/music-creators-earnings-in-the-streaming-era/" target="_blank" rel="noopener">Music Creators’ Earnings in the Streaming Era&lt;/a> (in short: MCE) project, which is taking place paralell to the heated political debates around the DCMS inquiry. After the &lt;em>state51 music group&lt;/em> gave permission for the UK Intellectual Property Office to reuse the data that was originally published as the experimental &lt;a href="https://ceereport2020.ceemid.eu/market.html#recmarket" target="_blank" rel="noopener">CEEMID-CI Streaming Volume and Revenue Indexes&lt;/a>, we came to a cooperation agreement between the MCE Project and the &lt;a href="https://music.dataobservatory.eu/" target="_blank" rel="noopener">Digital Music Observatory&lt;/a>. We provided a detailed historical analysis and computer simulation for the MCE Project, and we will host all the data of the &lt;em>Music Creators’ Earnings Report&lt;/em> in our observatory, hopefully no later than early July 2021.&lt;/p>
&lt;figure id="figure-the-digital-music-observatoryhttpsmusicdataobservatoryeu-contributes-to-the-music-creators-earnings-in-the-streaming-era-project-with-understanding-the-level-of-justified-and-unjustified-differences-in-rightsholder-earnings-and-putting-them-into-a-broader-music-economy-context">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="https://reprex-next.netlify.app/media/img/observatory_screenshots/dmo_opening_screen.png" alt="The [Digital Music Observatory](https://music.dataobservatory.eu/) contributes to the Music Creators’ Earnings in the Streaming Era project with understanding the level of justified and unjustified differences in rightsholder earnings, and putting them into a broader music economy context." loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
The &lt;a href="https://music.dataobservatory.eu/" target="_blank" rel="noopener">Digital Music Observatory&lt;/a> contributes to the Music Creators’ Earnings in the Streaming Era project with understanding the level of justified and unjustified differences in rightsholder earnings, and putting them into a broader music economy context.
&lt;/figcaption>&lt;/figure>
&lt;p>We started our cooperation with the two principal investigators of the project, &lt;a href="https://music.dataobservatory.eu/author/prof-david-hesmondhalgh/" target="_blank" rel="noopener">Prof David Hesmondhalgh&lt;/a> and &lt;a href="https://music.dataobservatory.eu/author/hyojung-sun/" target="_blank" rel="noopener">Dr Hyojugn Sun&lt;/a> back in April and will start releasing the findings and the data in July 2021.&lt;/p>
&lt;h2 id="join-us">Join us&lt;/h2>
&lt;p>&lt;em>Do you need high-quality data for your music business or institution? Are you a music researcher? Join our open collaboration Digital Music Observatory team as a &lt;a href="https://reprex-next.netlify.app/authors/curator">data curator&lt;/a>, &lt;a href="https://reprex-next.netlify.app/authors/developer">developer&lt;/a> or &lt;a href="https://reprex-next.netlify.app/authors/team">business developer&lt;/a>.&lt;/em>&lt;/p>
&lt;h2 id="footnote-references">Footnote References&lt;/h2>
&lt;section class="footnotes" role="doc-endnotes">
&lt;hr>
&lt;ol>
&lt;li id="fn:1" role="doc-endnote">
&lt;p>state51 Music Group. 2020. “Written Evidence Submitted by The state51 Music Group. Economics of Music Streaming Review. Response to Call for Evidence.” UK Parliament website. &lt;a href="https://committees.parliament.uk/writtenevidence/15422/html/" target="_blank" rel="noopener">https://committees.parliament.uk/writtenevidence/15422/html/&lt;/a>.&amp;#160;&lt;a href="#fnref:1" class="footnote-backref" role="doc-backlink">&amp;#x21a9;&amp;#xfe0e;&lt;/a>&lt;/p>
&lt;/li>
&lt;li id="fn:2" role="doc-endnote">
&lt;p>Artisjus, HDS, SOZA, and Candole Partners. 2014. “Measuring and Reporting Regional Economic Value Added, National Income and Employment by the Music Industry in a Creative Industries Perspective. Memorandum of Understanding to Create a Regional Music Database to Support Professional National Reporting, Economic Valuation and a Regional Music Study.”&amp;#160;&lt;a href="#fnref:2" class="footnote-backref" role="doc-backlink">&amp;#x21a9;&amp;#xfe0e;&lt;/a>&lt;/p>
&lt;/li>
&lt;li id="fn:3" role="doc-endnote">
&lt;p>Antal, Daniel. 2021. “Launching Our Demo Music Observatory.” &lt;em>Data &amp;amp; Lyrics&lt;/em>. Reprex. &lt;a href="https://dataandlyrics.com/post/2020-09-15-music-observatory-launch/" target="_blank" rel="noopener">https://dataandlyrics.com/post/2020-09-15-music-observatory-launch/&lt;/a>.&amp;#160;&lt;a href="#fnref:3" class="footnote-backref" role="doc-backlink">&amp;#x21a9;&amp;#xfe0e;&lt;/a>&lt;/p>
&lt;/li>
&lt;/ol>
&lt;/section></description></item><item><title>The Data Sisyphus</title><link>https://reprex-next.netlify.app/post/2021-07-08-data-sisyphus/</link><pubDate>Thu, 08 Jul 2021 09:00:00 +0000</pubDate><guid>https://reprex-next.netlify.app/post/2021-07-08-data-sisyphus/</guid><description>&lt;td style="text-align: center;">
&lt;figure id="figure-sisyphus-was-punished-by-being-forced-to-roll-an-immense-boulder-up-a-hill-only-for-it-to-roll-down-every-time-it-neared-the-top-repeating-this-action-for-eternity--this-is-the-price-that-project-managers-and-analysts-pay-for-the-inadequate-documentation-of-their-data-assets">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Sisyphus was punished by being forced to roll an immense boulder up a hill only for it to roll down every time it neared the top, repeating this action for eternity. This is the price that project managers and analysts pay for the inadequate documentation of their data assets." srcset="
/media/img/blogposts_2021/Sisyphus_Bodleian_Library_hu99f0c1d6c82963b9538437670b4d339d_1662894_cd48a6c374c9ff68a08abe79a6abf2f4.webp 400w,
/media/img/blogposts_2021/Sisyphus_Bodleian_Library_hu99f0c1d6c82963b9538437670b4d339d_1662894_a6eb1b13ff33a5c73aba34550964ff52.webp 760w,
/media/img/blogposts_2021/Sisyphus_Bodleian_Library_hu99f0c1d6c82963b9538437670b4d339d_1662894_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://reprex-next.netlify.app/media/img/blogposts_2021/Sisyphus_Bodleian_Library_hu99f0c1d6c82963b9538437670b4d339d_1662894_cd48a6c374c9ff68a08abe79a6abf2f4.webp"
width="760"
height="507"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
Sisyphus was punished by being forced to roll an immense boulder up a hill only for it to roll down every time it neared the top, repeating this action for eternity. This is the price that project managers and analysts pay for the inadequate documentation of their data assets.
&lt;/figcaption>&lt;/figure>&lt;/td>
&lt;p>&lt;em>When was a file downloaded from the internet? What happened with it sense? Are their updates? Did the bibliographical reference was made for quotations? Missing values imputed? Currency translated? Who knows about it – who created a dataset, who contributed to it? Which is an intermediate format of a spreadsheet file, and which is the final, checked, approved by a senior manager?&lt;/em>&lt;/p>
&lt;p>Big data creates inequality and injustice. On aspect of this inequality is the cost of data processing and documentation – a greatly underestimated, and usually not reported cost item. In small organizations, where there are no separate data science and data engineering roles, data is usually supposed to be processed and documented by (junior) analysts or researchers. This a very important source of the gap between Big Tech and them: the data usually ends up very expensive, ill-formatted, not readable by computers that use machine learning and AI. Usually the documentation steps are completely omitted.&lt;/p>
&lt;blockquote>
&lt;p>“Data is potential information, analogous to potential energy: work is required to release it.” &amp;ndash; Jeffrey Pomerantz&lt;/p>
&lt;/blockquote>
&lt;p>Metadata, which is information about the history of the data, and information how it can be technically and legally reused, has a hidden cost. Cheap or low-quality external data comes with poor or no metadata, and small organizations lack the resources to add high-quality metadata to their datasets. However, this only perpetuates the problem.&lt;/p>
&lt;h2 id="metadata-unbillable-hours">The hidden cost item behind the unbillable hours&lt;/h2>
&lt;p>As we have shown with our research partners, such metadata problems are not unique to data analysis. Independent artists and small labels are suffering on music or book sales platforms, because their copyrighted content is not well documented. If you automatically document tens of thousands of songs or datasets, the documentation cost is very small per item. If you, do it manually, the cost may be higher than the expected revenue from the song, or the total cost of the dataset itself. (See our research consortiums&amp;rsquo; preprint paper: &lt;a href="https://dataandlyrics.com/publication/european_visibilitiy_2021/" target="_blank" rel="noopener">Ensuring the Visibility and Accessibility of European Creative Content on the World Market: The Need for Copyright Data Improvement in the Light of New Technologies&lt;/a>)&lt;/p>
&lt;p>In the short run, small consultancies, NGOs, or as a matter of fact, musicians, seem to logically give up on high-quality documentation and logging. In the long run, this has two devastating consequences: computers, such as machine learning algorithms cannot read their documents, data, songs. And as memory fades, the ill-documented resources need to be re-created, re-checked, reformatted. Often, they are even hard to find on your internal server or laptop archive.&lt;/p>
&lt;p>Metadata is a hidden destroyer of the competitiveness of corporate or academic research, or independent content management. It never quoted on external data vendor invoices, it is not planned as a cost item, because metadata, the description of a dataset, a document, a presentation, or song, is meaningless without the resource that it describes. You never buy metadata. But if your dataset comes without proper metadata documentation, you are bound, like Sisyphus, to search for it, to re-arrange it, to check its currency units, its digits, its formatting. Data analysts are reported to spend about 80% of their working hours on data processing and not data analysis &amp;ndash; partly, because data processing is a very laborious task that can be done by computers at a scale far cheaper, and partly because they do not know if the person who sat before them at the same desk has already performed these tasks, or if the person responsible for quality control checked for errors.&lt;/p>
&lt;td style="text-align: center;">
&lt;figure id="figure-uncut-diamonds-need-to-be-cut-polished-and-you-have-to-make-sure-that-they-come-from-a-legal-source-data-is-similar-it-needs-to-be-tidied-up-checked-and-documented-before-use-photo-dave-fischer">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Uncut diamonds need to be cut, polished, and you have to make sure that they come from a legal source. Data is similar: it needs to be tidied up, checked and documented before use. Photo: Dave Fischer." srcset="
/media/img/gems/Uncut-diamond_Edit_hu4573f19f53e1306ad88770fc5e491871_409761_0317c281e0aba727eb8e1a81805de459.webp 400w,
/media/img/gems/Uncut-diamond_Edit_hu4573f19f53e1306ad88770fc5e491871_409761_1470967ea871e5c3f6f247c839f6d52a.webp 760w,
/media/img/gems/Uncut-diamond_Edit_hu4573f19f53e1306ad88770fc5e491871_409761_1200x1200_fit_q75_h2_lanczos.webp 1200w"
src="https://reprex-next.netlify.app/media/img/gems/Uncut-diamond_Edit_hu4573f19f53e1306ad88770fc5e491871_409761_0317c281e0aba727eb8e1a81805de459.webp"
width="760"
height="506"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
Uncut diamonds need to be cut, polished, and you have to make sure that they come from a legal source. Data is similar: it needs to be tidied up, checked and documented before use. Photo: Dave Fischer.
&lt;/figcaption>&lt;/figure>&lt;/td>
&lt;p>Undocumented data is hardly informative – it may be a page in a book, a file in an obsolete file format on a governmental server, an Excel sheet that you do not remember to have checked for updates. Most data are useless, because we do not know how it can inform us, or we do not know if we can trust it. The processing can be a daunting task, not to mention the most boring and often neglected documentation duties after the dataset is final and pronounced error-free by the person in charge of quality control.&lt;/p>
&lt;h2 id="observatory-metadata-services">Our observatory automatically processes and documents the data&lt;/h2>
&lt;p>The good news about documentation and data validation costs is that they can be shared. If many users need GDP/capita data from all over the world in euros, then it is enough if only one entity, a data observatory, collects all GDP and population data expresed in dollars, korunas, and euros, and makes sure that the latest data is correctly translated to euros, and then correctly divided by the latest population figures. These task are error-prone,and should not be repeaeted by every data journalist, NGO employee, PhD student or junior analyst. This is one of the services of our data observatory.&lt;/p>
&lt;ul>
&lt;li>
&lt;p>&lt;input checked="" disabled="" type="checkbox"> The tidy data format means that the data has a uniform and clear data structure and semantics, therefore it can be automatically validated for many common errors and can be automatically documented by either our software or any other professional data science application. It is not as strict as the schema for a relational database, but it is strict enough to make, among other things, importing into a database easy.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;input checked="" disabled="" type="checkbox"> The descriptive metadata contains information on how to find the data, access the data, join it with other data (interoperability) and use it, and reuse it, even years from now. Among others, it contains file format information and intellectual property rights information.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;input checked="" disabled="" type="checkbox"> The processing metadata makes the data usable in strictly regulated professional environments, such as in public administration, law firms, investment consultancies, or in scientific research. We give you the entire processing history of the data, which makes peer-review or external audit much easier and cheaper.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;input checked="" disabled="" type="checkbox"> The authoritative copy is held at an independent repository, it has a globally unique identifier that protects you from accidental data loss, mixing up with unfinished an untested version.&lt;/p>
&lt;/li>
&lt;/ul>
&lt;td style="text-align: center;">
&lt;figure id="figure-cutting-the-dataset-to-a-format-with-clear-semantics-and-documenting-it-with-the-fair-metadata-concep-exponentially-increases-the-value-of-data-it-can-be-publisehd-or-sold-at-a-premium-photo-andere-andrehttpscommonswikimediaorgwindexphpcurid4770037">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Cutting the dataset to a format with clear semantics and documenting it with the FAIR metadata concep exponentially increases the value of data. It can be publisehd or sold at a premium. Photo: [Andere Andre](https://commons.wikimedia.org/w/index.php?curid=4770037)." srcset="
/media/img/gems/Diamond_Polisher_hu2b5ca0e8d1290dc6b290d6b4669a6259_449722_27278366bdb30735ec3edb5dd68ce37b.webp 400w,
/media/img/gems/Diamond_Polisher_hu2b5ca0e8d1290dc6b290d6b4669a6259_449722_2022c9c74076769b68c8f788b6835f99.webp 760w,
/media/img/gems/Diamond_Polisher_hu2b5ca0e8d1290dc6b290d6b4669a6259_449722_1200x1200_fit_q75_h2_lanczos.webp 1200w"
src="https://reprex-next.netlify.app/media/img/gems/Diamond_Polisher_hu2b5ca0e8d1290dc6b290d6b4669a6259_449722_27278366bdb30735ec3edb5dd68ce37b.webp"
width="760"
height="506"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
Cutting the dataset to a format with clear semantics and documenting it with the FAIR metadata concep exponentially increases the value of data. It can be publisehd or sold at a premium. Photo: &lt;a href="https://commons.wikimedia.org/w/index.php?curid=4770037" target="_blank" rel="noopener">Andere Andre&lt;/a>.
&lt;/figcaption>&lt;/figure>&lt;/td>
&lt;p>While humans are much better at analysing the information and human agency is required for trustworthy AI, computers are much better at processing and documenting data. We apply to important concepts to our data service: we always process the data to the tidy format, we create an authoritative copy, and we always automatically add descriptive and processing metadata.&lt;/p>
&lt;h2 id="value-of-metadata">The value of metadata&lt;/h2>
&lt;p>Metadata is often more valuable and more costly to make than the data itself, yet it remains an elusive concept for senior or financial management. Metadata is information about how to correctly use the data and has no value without the data itself. Data acquisition, such as buying from a data vendor, or paying an opinion polling company, or external data consultants appears among the material costs, but metadata is never sold alone, and you do not see its cost.&lt;/p>
&lt;p>In most cases, the reason why &lt;a href="https://dataandlyrics.com/post/2021-06-18-gold-without-rush/" target="_blank" rel="noopener">there is no gold rush for open data&lt;/a> is that fact that while the EU member states release billions of euros&amp;rsquo; worth data for free, or at very low cost, annually, it comes without proper metadata.&lt;/p>
&lt;td style="text-align: center;">
&lt;figure id="figure-data-as-serviceservicesdata-as-servicereusable-legal-easy-to-import-interoperable-always-fresh-data-in-tidy-formats-with-a-modern-api-photo-edgar-sotohttpsunsplashcomphotosgb0bzgae1nk">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="[Data-as-Service](/services/data-as-service/)Reusable, legal, easy-to-import, interoperable, always fresh data in tidy formats with a modern API. Photo: [Edgar Soto](https://unsplash.com/photos/gb0BZGae1Nk)." srcset="
/media/img/gems/edgar-soto-gb0BZGae1Nk-unsplash_hu885793c483f74753314f6c800c67a06f_204775_81b97d34c1ccb0eb3994b312d0747e63.webp 400w,
/media/img/gems/edgar-soto-gb0BZGae1Nk-unsplash_hu885793c483f74753314f6c800c67a06f_204775_b3ddf8e86873a66ce16e8636fadc3357.webp 760w,
/media/img/gems/edgar-soto-gb0BZGae1Nk-unsplash_hu885793c483f74753314f6c800c67a06f_204775_1200x1200_fit_q75_h2_lanczos.webp 1200w"
src="https://reprex-next.netlify.app/media/img/gems/edgar-soto-gb0BZGae1Nk-unsplash_hu885793c483f74753314f6c800c67a06f_204775_81b97d34c1ccb0eb3994b312d0747e63.webp"
width="760"
height="506"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
&lt;a href="https://reprex-next.netlify.app/services/data-as-service/">Data-as-Service&lt;/a>&lt;/br>&lt;/br>Reusable, legal, easy-to-import, interoperable, always fresh data in tidy formats with a modern API. Photo: &lt;a href="https://unsplash.com/photos/gb0BZGae1Nk" target="_blank" rel="noopener">Edgar Soto&lt;/a>.
&lt;/figcaption>&lt;/figure>&lt;/td>
&lt;p>If the data source is cheap or has a low quality, you do not even get it. If you do not have it, it will show up as a human resource cost in research (when your analysist or junior researcher are spending countless hours to find out the missing metadata information on the correct use of the data) or in sales costs (when you try to reuse a research, consulting or legal product and you have comb through your archive and retest elements again and again.)&lt;/p>
&lt;ul>
&lt;li>&lt;input checked="" disabled="" type="checkbox"> The data, together with the descriptive and administrative metadata, and links to the use license and the authoritative copy can be found in our API. Try it out!&lt;/li>
&lt;/ul></description></item><item><title>Including Indicators from Arab Barometer in Our Observatory</title><link>https://reprex-next.netlify.app/post/2021-06-28-arabbarometer/</link><pubDate>Mon, 28 Jun 2021 09:00:00 +0000</pubDate><guid>https://reprex-next.netlify.app/post/2021-06-28-arabbarometer/</guid><description>&lt;p>&lt;em>A new version of the retroharmonize R package – which is working with retrospective, ex post harmonization of survey data – was released yesterday after peer-review on CRAN. It allows us to compare opinion polling data from the Arab Barometer with the Eurobarometer and Afrorbarometer. This is the first version that is released in the rOpenGov community, a community of R package developers on open government data analytics and related topics.&lt;/em>&lt;/p>
&lt;p>Surveys are the most important data sources in social and economic
statistics – they ask people about their lives, their attitudes and
self-reported actions, or record data from companies and NGOs. Survey
harmonization makes survey data comparable across time and countries. It
is very important, because often we do not know without comparison if an
indicator value is &lt;em>low&lt;/em> or &lt;em>high&lt;/em>. If 40% of the people think that
&lt;em>climate change is a very serious problem&lt;/em>, it does not really tell us
much without knowing what percentage of the people answered this
question similarly a year ago, or in other parts of the world.&lt;/p>
&lt;p>With the help of Ahmed Shabani and Yousef Ibrahim, we created a third
case study after the
&lt;a href="https://retroharmonize.dataobservatory.eu/articles/eurobarometer.html" target="_blank" rel="noopener">Eurobarometer&lt;/a>,
and
&lt;a href="https://retroharmonize.dataobservatory.eu/articles/afrobarometer.html" target="_blank" rel="noopener">Afrobarometer&lt;/a>,
about working with the &lt;a href="https://retroharmonize.dataobservatory.eu/articles/arabbarometer.html" target="_blank" rel="noopener">Arab
Barometer&lt;/a>
harmonized survey data files.&lt;/p>
&lt;p>&lt;em>Ex ante&lt;/em> survey harmonization means that researchers design
questionnaires that are asking the same questions with the same survey
methodology in repeated, distinct times (waves), or across different
countries with carefully harmonized question translations. &lt;em>Ex post&lt;/em>
harmonizations means that the resulting data has the same variable
names, same variable coding, and can be joined into a tidy data frame
for joint statistical analysis. While seemingly a simple task, it
involves plenty of metadata adjustments, because established survey
programs like Eurobarometer, Afrobarometer or Arab Barometer have
several decades of history, and several decades of coding practices and
file formatting legacy.&lt;/p>
&lt;ul>
&lt;li>&lt;em>Variable harmonization&lt;/em> means that if the same question is called
in one microdata source &lt;code>Q108&lt;/code> and the other &lt;code>eval-parl-elections&lt;/code>
then we make sure that they get a harmonize and machine readable
name without spaces and special characters.&lt;/li>
&lt;li>&lt;em>Variable label harmonization&lt;/em> means that the same questionnaire
items get the same numeric coding and same categorical labels.&lt;/li>
&lt;li>&lt;em>Missing case harmonization&lt;/em> means that various forms of missingness
are treated the same way.&lt;/li>
&lt;/ul>
&lt;figure id="figure-for-the-evaluation-of-the-economic-situation-dataset-get-the-country-averages-and-aggregates-from-zenodohttpdoiorg105281zenodo5036432-and-the-plot-in-jpg-or-png-from-figsharehttpsfigsharecomarticlesfigurearab_barometer_5_econ_eval_by_country_png14865498">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="https://reprex-next.netlify.app/img/blogposts_2021/arab_barometer_5_evon_eval_by_country.png" alt="For the evaluation of the economic situation dataset, get the country averages and aggregates from [Zenodo](http://doi.org/10.5281/zenodo.5036432), and the plot in `jpg` or `png` from [figshare](https://figshare.com/articles/figure/arab_barometer_5_econ_eval_by_country_png/14865498)." loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
For the evaluation of the economic situation dataset, get the country averages and aggregates from &lt;a href="http://doi.org/10.5281/zenodo.5036432" target="_blank" rel="noopener">Zenodo&lt;/a>, and the plot in &lt;code>jpg&lt;/code> or &lt;code>png&lt;/code> from &lt;a href="https://figshare.com/articles/figure/arab_barometer_5_econ_eval_by_country_png/14865498" target="_blank" rel="noopener">figshare&lt;/a>.
&lt;/figcaption>&lt;/figure>
&lt;p>In our new &lt;a href="https://retroharmonize.dataobservatory.eu/articles/arabbarometer.html" target="_blank" rel="noopener">Arab Barometer case
study&lt;/a>,
the evaulation of parliamentary elections has the following labels. We
code them consistently &lt;code>1: free_and_fair&lt;/code>, &lt;code>2: some_minor_problems&lt;/code>,
&lt;code>3: some_major_problems&lt;/code> and &lt;code>4: not_free&lt;/code>.&lt;/p>
&lt;table>
&lt;colgroup>
&lt;col style="width: 50%" />
&lt;col style="width: 50%" />
&lt;/colgroup>
&lt;tbody>
&lt;tr class="odd">
&lt;td style="text-align: left;">“0. missing”&lt;/td>
&lt;td style="text-align: left;">“1. they were completely free and fair”&lt;/td>
&lt;/tr>
&lt;tr class="even">
&lt;td style="text-align: left;">“2. they were free and fair, with some minor problems”&lt;/td>
&lt;td style="text-align: left;">“3. they were free and fair, with some major problems”&lt;/td>
&lt;/tr>
&lt;tr class="odd">
&lt;td style="text-align: left;">“4. they were not free and fair”&lt;/td>
&lt;td style="text-align: left;">“8. i don’t know”&lt;/td>
&lt;/tr>
&lt;tr class="even">
&lt;td style="text-align: left;">“9. declined to answer”&lt;/td>
&lt;td style="text-align: left;">“Missing”&lt;/td>
&lt;/tr>
&lt;tr class="odd">
&lt;td style="text-align: left;">“They were completely free and fair”&lt;/td>
&lt;td style="text-align: left;">“They were free and fair, with some minor breaches”&lt;/td>
&lt;/tr>
&lt;tr class="even">
&lt;td style="text-align: left;">“They were free and fair, with some major breaches”&lt;/td>
&lt;td style="text-align: left;">“They were not free and fair”&lt;/td>
&lt;/tr>
&lt;tr class="odd">
&lt;td style="text-align: left;">“Don’t know”&lt;/td>
&lt;td style="text-align: left;">“Refuse”&lt;/td>
&lt;/tr>
&lt;tr class="even">
&lt;td style="text-align: left;">“Completely free and fair”&lt;/td>
&lt;td style="text-align: left;">“Free and fair, but with minor problems”&lt;/td>
&lt;/tr>
&lt;tr class="odd">
&lt;td style="text-align: left;">“Free and fair, with major problems”&lt;/td>
&lt;td style="text-align: left;">“Not free or fair”&lt;/td>
&lt;/tr>
&lt;tr class="even">
&lt;td style="text-align: left;">“Don’t know (Do not read)”&lt;/td>
&lt;td style="text-align: left;">“Decline to answer (Do not read)”&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;p>Of course, this harmonization is essential to get clean results like this:&lt;/p>
&lt;figure id="figure-for-evaluation-or-reuse-of-parliamentary-elections-dataset-get-the-replication-data-and-the-code-from-the-zenodohhttpsdoiorg105281zenodo5034759-open-repository">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="For evaluation or reuse of parliamentary elections dataset get the replication data and the code from the [Zenodo](hhttps://doi.org/10.5281/zenodo.5034759) open repository." srcset="
/media/img/blogposts_2021/arabb-comparison-country-chart_hu876e56138097bf35e9ab80c0a7351314_159521_30b9d9bccbe8f347c912dbe10ef5159c.webp 400w,
/media/img/blogposts_2021/arabb-comparison-country-chart_hu876e56138097bf35e9ab80c0a7351314_159521_f7e62366b8310160e9cdd16714a5ac44.webp 760w,
/media/img/blogposts_2021/arabb-comparison-country-chart_hu876e56138097bf35e9ab80c0a7351314_159521_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://reprex-next.netlify.app/media/img/blogposts_2021/arabb-comparison-country-chart_hu876e56138097bf35e9ab80c0a7351314_159521_30b9d9bccbe8f347c912dbe10ef5159c.webp"
width="506"
height="760"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
For evaluation or reuse of parliamentary elections dataset get the replication data and the code from the &lt;a href="hhttps://doi.org/10.5281/zenodo.5034759">Zenodo&lt;/a> open repository.
&lt;/figcaption>&lt;/figure>
&lt;p>In our case study, we had three forms of missingness: the respondent
&lt;em>did not know&lt;/em> the answer, the respondent &lt;em>did not want&lt;/em> to answer, and
at last, in some cases the &lt;em>respondent was not asked&lt;/em>, because the
country held no parliamentary elections. While in numerical processing,
all these answers must be left out from calculating averages, for
example, in a more detailed, categorical analysis they represent very
different cases. A high level of refusal to answer may be an indicator
of surpressing democratic opinion forming in itself.&lt;/p>
&lt;p>Survey harmonization with many countries entails tens of thousands of
small data management task, which, unless automatically documented,
logged, and created with a reproducible code, is a helplessly
error-prone process. We believe that our open-source software will bring
many new statistical information to the light, which, while legally
open, was never processed due to the large investment needed.&lt;/p>
&lt;p>We also started building experimental APIs data is running
&lt;a href="https://retroharmonize.dataobservatory.eu/" target="_blank" rel="noopener">retroharmonize&lt;/a> regularly.
We will place cultural access and participation data in the &lt;a href="https://music.dataobservatory.eu/" target="_blank" rel="noopener">Digital
Music Observatory&lt;/a>, climate
awareness, policy support and self-reported mitigation strategies into
the &lt;a href="https://greendeal.dataobservatory.eu/" target="_blank" rel="noopener">Green Deal Data
Observatory&lt;/a>, and economy and
well-being data into our &lt;a href="https://economy.dataobservatory.eu/" target="_blank" rel="noopener">Economy Data
Observatory&lt;/a>.&lt;/p>
&lt;h2 id="further-plans">Further plans&lt;/h2>
&lt;p>Retrospective survey harmonization is a far more complex task than this
blogpost suggest. Retrospective survey harmonization is a far more complex task than this blogpost suggest, because established survey programs have gathered decades of legacy data in legacy coding schemes and legacy file formats. Putting the data right, and especially putting the invaluable descriptive and administrative (processing) metadata right is a huge undertaking. We are releasing example codes, datasets and charts for researchers to comapre our harmonized results with theirs, and improve our software. We are releasing example codes, datasets and charts
for researchers to comapre our harmonized results with theirs, and
improve our software.&lt;/p>
&lt;h3 id="use-our-software">Use our software&lt;/h3>
&lt;p>The &lt;code>retroharmonize&lt;/code> R package can be freely used, modified and
distributed under the GPL-3 license. For the main developer and
contributors, see the
&lt;a href="https://retroharmonize.dataobservatory.eu/" target="_blank" rel="noopener">package&lt;/a> homepage. If you
use it for your work, please kindly cite it as:&lt;/p>
&lt;p>Daniel Antal (2021). retroharmonize: Ex Post Survey Data Harmonization.
R package version 0.1.17. &lt;a href="https://doi.org/10.5281/zenodo.5034752" target="_blank" rel="noopener">https://doi.org/10.5281/zenodo.5034752&lt;/a>&lt;/p>
&lt;p>Download the &lt;a href="https://reprex-next.netlify.app/media/bibliography/cite-retroharmonize.bib" target="_blank">BibLaTeX entry&lt;/a>.&lt;/p>
&lt;h3 id="tutorial-to-work-with-the-arab-barometer-survey-data">Tutorial to work with the Arab Barometer survey data&lt;/h3>
&lt;p>Daniel Antal, &amp;amp; Ahmed Shaibani. (2021, June 26). Case Study: Working
With Arab Barometer Surveys for the retroharmonize R package (Version
0.1.6). Zenodo. &lt;a href="https://doi.org/10.5281/zenodo.5034759" target="_blank" rel="noopener">https://doi.org/10.5281/zenodo.5034759&lt;/a>&lt;/p>
&lt;p>For the replication data to report potential
&lt;a href="https://github.com/rOpenGov/retroharmonize/issues" target="_blank" rel="noopener">issues&lt;/a> and
improvement suggestions with the code:&lt;/p>
&lt;p>Daniel Antal, &amp;amp; Ahmed Shaibani. (2021). Replication Data for the
retroharmonize R Package Case Study: Working With Arab Barometer Surveys
(Version 0.1.6) [Data set]. Zenodo.
&lt;a href="https://doi.org/10.5281/zenodo.5034741" target="_blank" rel="noopener">https://doi.org/10.5281/zenodo.5034741&lt;/a>&lt;/p>
&lt;h3 id="experimental-api">Experimental API&lt;/h3>
&lt;p>We are also experimenting with the automated placement of authoritative
and citeable figures and datasets in open repositories. For the climate
awareness dataset get the country averages and aggregates from
&lt;a href="http://doi.org/10.5281/zenodo.5036432" target="_blank" rel="noopener">Zenodo&lt;/a>, and the plot in &lt;code>jpg&lt;/code>
or &lt;code>png&lt;/code> from &lt;a href="https://figshare.com/articles/figure/arab_barometer_5_econ_eval_by_country_png/14865498" target="_blank" rel="noopener">figshare&lt;/a>.
Our plan is to release open data in a modern API with rich descriptive
metadata meeting the &lt;em>Dublin Core&lt;/em> and &lt;em>DataCite&lt;/em> standards, and further
administrative metadata for correct coding, joining and further
manipulating or data, or for easy import into your database.&lt;/p>
&lt;h3 id="join-our-open-source-effort">Join our open source effort&lt;/h3>
&lt;p>Want to help us improve our open data service? Include
&lt;a href="https://www.latinobarometro.org/lat.jsp" target="_blank" rel="noopener">Lationbarómetro&lt;/a> and the
&lt;a href="https://caucasusbarometer.org/en/datasets/" target="_blank" rel="noopener">Caucasus Barometer&lt;/a> in our
offering? Join the rOpenGov community of R package developers, an our
open collaboration to create the automated data observatories. We are
not only looking for
&lt;a href="https://reprex-next.netlify.app/authors/developer/">developers&lt;/a>,
but &lt;a href="https://reprex-next.netlify.app/authors/curator/">data
curators&lt;/a> and
&lt;a href="https://reprex-next.netlify.app/authors/team/">service design
associates&lt;/a>, too.&lt;/p></description></item><item><title>Open Data - The New Gold Without the Rush</title><link>https://reprex-next.netlify.app/post/2021-06-18-gold-without-rush/</link><pubDate>Fri, 18 Jun 2021 17:00:00 +0000</pubDate><guid>https://reprex-next.netlify.app/post/2021-06-18-gold-without-rush/</guid><description>&lt;p>&lt;em>If open data is the new gold, why even those who release fail to reuse it? We created an open collaboration of data curators and open-source developers to dig into novel open data sources and/or increase the usability of existing ones. We transform reproducible research software into research- as-service.&lt;/em>&lt;/p>
&lt;p>Every year, the EU announces that billions and billions of data are now “open” again, but this is not gold. At least not in the form of nicely minted gold coins, but in gold dust and nuggets found in the muddy banks of chilly rivers. There is no rush for it, because panning out its value requires a lot of hours of hard work. Our goal is to automate this work to make open data usable at scale, even in trustworthy AI solutions.&lt;/p>
&lt;figure id="figure-there-is-no-rush-for-it-because-panning-out-its-value-requires-a-lot-of-hours-of-hard-work-our-goal-is-to-automate-this-work-to-make-open-data-usable-at-scale-even-in-trustworthy-ai-solutions">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="There is no rush for it, because panning out its value requires a lot of hours of hard work. Our goal is to automate this work to make open data usable at scale, even in trustworthy AI solutions." srcset="
/media/img/slides/gold_panning_slide_notitle_hu8f7296f20da8c17f972a0534c44322c2_1382486_b042523dffe8143dea3d8c8c9c3262f4.webp 400w,
/media/img/slides/gold_panning_slide_notitle_hu8f7296f20da8c17f972a0534c44322c2_1382486_faa00e96d3d0b700cfcf1daa513f3ad2.webp 760w,
/media/img/slides/gold_panning_slide_notitle_hu8f7296f20da8c17f972a0534c44322c2_1382486_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://reprex-next.netlify.app/media/img/slides/gold_panning_slide_notitle_hu8f7296f20da8c17f972a0534c44322c2_1382486_b042523dffe8143dea3d8c8c9c3262f4.webp"
width="760"
height="428"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
There is no rush for it, because panning out its value requires a lot of hours of hard work. Our goal is to automate this work to make open data usable at scale, even in trustworthy AI solutions.
&lt;/figcaption>&lt;/figure>
&lt;p>Most open data is not public, it is not downloadable from the Internet – in the EU parlance, “open” only means a legal entitlement to get access to it. And even in the rare cases when data is open and public, often it is mired by data quality issues. We are working on the prototypes of a data-as-service and research-as-service built with open-source statistical software that taps into various and often neglected open data sources.&lt;/p>
&lt;p>We are in the prototype phase in June and our intentions are to have a well-functioning service by the time of the conference, because we are working only with open-source software elements; our technological readiness level is already very high. The novelty of our process is that we are trying to further develop and integrate a few open-source technology items into technologically and financially sustainable data-as-service and even research-as-service solutions.&lt;/p>
&lt;figure id="figure-our-review-of-about-80-eu-un-and-oecd-data-observatories-reveals-that-most-of-them-do-not-use-these-organizationss-open-data---instead-they-use-various-and-often-not-well-processed-proprietary-sources">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Our review of about 80 EU, UN and OECD data observatories reveals that most of them do not use these organizations&amp;#39;s open data - instead they use various, and often not well processed proprietary sources." srcset="
/media/img/observatory_screenshots/observatory_collage_16x9_800_hu47f74f5cdae63c7248c2367b9d148671_353025_0079ea9844f6c5e52b52fd0e627467a2.webp 400w,
/media/img/observatory_screenshots/observatory_collage_16x9_800_hu47f74f5cdae63c7248c2367b9d148671_353025_ecd6d08ba5e9bac19c8173546f036651.webp 760w,
/media/img/observatory_screenshots/observatory_collage_16x9_800_hu47f74f5cdae63c7248c2367b9d148671_353025_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://reprex-next.netlify.app/media/img/observatory_screenshots/observatory_collage_16x9_800_hu47f74f5cdae63c7248c2367b9d148671_353025_0079ea9844f6c5e52b52fd0e627467a2.webp"
width="760"
height="428"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
Our review of about 80 EU, UN and OECD data observatories reveals that most of them do not use these organizations&amp;rsquo;s open data - instead they use various, and often not well processed proprietary sources.
&lt;/figcaption>&lt;/figure>
&lt;p>We are taking a new and modern approach to the &lt;code>data observatory&lt;/code> concept, and modernizing it with the application of 21st century data and metadata standards, the new results of reproducible research and data science. Various UN and OECD bodies, and particularly the European Union support or maintain more than 60 data observatories, or permanent data collection and dissemination points, but even these do not use these organizations and their members open data. We are building open-source data observatories, which run open-source statistical software that automatically processes and documents reusable public sector data (from public transport, meteorology, tax offices, taxpayer funded satellite systems, etc.) and reusable scientific data (from EU taxpayer funded research) into new, high quality statistical indicators.&lt;/p>
&lt;figure id="figure-we-are-taking-a-new-and-modern-approach-to-the-data-observatory-concept-and-modernizing-it-with-the-application-of-21st-century-data-and-metadata-standards-the-new-results-of-reproducible-research-and-data-science">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="https://reprex-next.netlify.app/img/slides/automated_observatory_value_chain.jpg" alt="We are taking a new and modern approach to the ‘data observatory’ concept, and modernizing it with the application of 21st century data and metadata standards, the new results of reproducible research and data science" loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
We are taking a new and modern approach to the ‘data observatory’ concept, and modernizing it with the application of 21st century data and metadata standards, the new results of reproducible research and data science
&lt;/figcaption>&lt;/figure>
&lt;ul>
&lt;li>We are building various open-source data collection tools in R and Python to bring up data from big data APIs and legally open, but not public, and not well served data sources. For example, we are working on capturing representative data from the Spotify API or creating harmonized datasets from the Eurobarometer and Afrobarometer survey programs.&lt;/li>
&lt;li>Open data is usually not public; whatever is legally accessible is usually not ready to use for commercial or scientific purposes. In Europe, almost all taxpayer funded data is legally open for reuse, but it is usually stored in heterogeneous formats, processed into an original government or scientific need, and with various and low documentation standards. Our expert data curators are looking for new data sources that should be (re-) processed and re-documented to be usable for a wider community. We would like to introduce our service flow, which touches upon many important aspects of data scientist, data engineer and data curatorial work.&lt;/li>
&lt;li>We believe that even such generally trusted data sources as Eurostat often need to be reprocessed, because various legal and political constraints do not allow the common European statistical services to provide optimal quality data – for example, on the regional and city levels.&lt;/li>
&lt;li>With &lt;a href="https://reprex-next.netlify.app/authors/ropengov/">rOpenGov&lt;/a> and other partners, we are creating open-source statistical software in R to re-process these heterogenous and low-quality data into tidy statistical indicators to automatically validate and document it.&lt;/li>
&lt;li>We are carefully documenting and releasing administrative, processing, and descriptive metadata, following international metadata standards, to make our data easy to find and easy to use for data analysts.&lt;/li>
&lt;li>We are automatically creating depositions and authoritative copies marked with an individual digital object identifier (DOI) to maintain data integrity.&lt;/li>
&lt;li>We are building simple databases and supporting APIs that release the data without restrictions, in a tidy format that is easy to join with other data, or easy to join into databases, together with standardized metadata.&lt;/li>
&lt;li>We maintain observatory websites (see: &lt;a href="https://music.dataobservatory.eu/" target="_blank" rel="noopener">Digital Music Observatory&lt;/a>, &lt;a href="https://greendeal.dataobservatory.eu/" target="_blank" rel="noopener">Green Deal Data Observatory&lt;/a>, &lt;a href="https://economy.dataobservatory.eu/" target="_blank" rel="noopener">Economy Data Observatory&lt;/a>) where not only the data is available, but we provide tutorials and use cases to make it easier to use them. Our mission is to show a modern, 21st century reimagination of the data observatory concept developed and supported by the UN, EU and OECD, and we want to show that modern reproducible research and open data could make the existing 60 data observatories and the planned new ones grow faster into data ecosystems.&lt;/li>
&lt;/ul>
&lt;p>We are working around the open collaboration concept, which is well-known in open source software development and reproducible science, but we try to make this agile project management methodology more inclusive, and include data curators, and various institutional partners into this approach. Based around our early-stage startup, Reprex, and the open-source developer community rOpenGov, we are working together with other developers, data scientists, and domain specific data experts in climate change and mitigation, antitrust and innovation policies, and various aspects of the music and film industry.&lt;/p>
&lt;figure id="figure-our-open-collaboration-is-truly-open-new-data-curatorsauthorscuratordevelopersauthorsdeveloper-and-service-designersauthorsteam-even-volunteers-and-citizen-scientists-are-welcome-to-join">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Our open collaboration is truly open: new [data curators](/authors/curator/),[developers](/authors/developer/) and [service designers](/authors/team/), even volunteers and citizen scientists are welcome to join." srcset="
/media/img/observatory_screenshots/dmo_contributors_hua4f41ef7327b64bb97f169af135070bd_140729_a07a8e618fa7317f6f8256b9a334262e.webp 400w,
/media/img/observatory_screenshots/dmo_contributors_hua4f41ef7327b64bb97f169af135070bd_140729_3a4ae7f72478fd880961b08e1f7075dd.webp 760w,
/media/img/observatory_screenshots/dmo_contributors_hua4f41ef7327b64bb97f169af135070bd_140729_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://reprex-next.netlify.app/media/img/observatory_screenshots/dmo_contributors_hua4f41ef7327b64bb97f169af135070bd_140729_a07a8e618fa7317f6f8256b9a334262e.webp"
width="760"
height="427"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
Our open collaboration is truly open: new &lt;a href="https://reprex-next.netlify.app/authors/curator/">data curators&lt;/a>,&lt;a href="https://reprex-next.netlify.app/authors/developer/">developers&lt;/a> and &lt;a href="https://reprex-next.netlify.app/authors/team/">service designers&lt;/a>, even volunteers and citizen scientists are welcome to join.
&lt;/figcaption>&lt;/figure>
&lt;p>Our open collaboration is truly open: new &lt;a href="https://reprex-next.netlify.app/authors/curator/">data curators&lt;/a>, data scientists and data engineers are welcome to join. We develop open-source software in an agile way, so you can join in with an intermediate programming skill to build unit tests or add new functionality, and if you are a beginner, you can start with documentation and testing our tutorials. For business, policy, and scientific data analysts, we provide unexploited, exciting new datasets. Advanced developers can &lt;a href="https://reprex-next.netlify.app/authors/developer/">join&lt;/a> our development team: the statistical data creation is mainly made in the R language, and the service infrastructure in Python and Go components.&lt;/p></description></item><item><title>There are Numerous Advantages of Switching from a National Level of the Analysis to a Sub National Level</title><link>https://reprex-next.netlify.app/post/2021-06-16-regions-release/</link><pubDate>Wed, 16 Jun 2021 12:00:00 +0000</pubDate><guid>https://reprex-next.netlify.app/post/2021-06-16-regions-release/</guid><description>
&lt;figure >
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="https://reprex-next.netlify.app/img/package_screenshots/regions_017_169.png" alt="" loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;p>The new version of our &lt;a href="https://ropengov.org/" target="_blank" rel="noopener">rOpenGov&lt;/a> R package
&lt;a href="https://regions.dataobservatory.eu/" target="_blank" rel="noopener">regions&lt;/a> was released today on
CRAN. This package is one of the engines of our experimental open
data-as-service &lt;a href="https://greendeal.dataobservatory.eu/" target="_blank" rel="noopener">Green Deal Data
Observatory&lt;/a> , &lt;a href="https://economy.dataobservatory.eu/" target="_blank" rel="noopener">Economy Data
Observatory&lt;/a> , &lt;a href="https://music.dataobservatory.eu/" target="_blank" rel="noopener">Digital Music
Observatory&lt;/a> prototypes, which aim to
place open data packages into open-source applications.&lt;/p>
&lt;p>In international comparison the use of nationally aggregated indicators
often have many disadvantages: they inhibit very different levels of
homogeneity, and data is often very limited in number of observations
for a cross-sectional analysis. When comparing European countries, a few
missing cases can limit the cross-section of countries to around 20
cases which disallows the use of many analytical methods. Working with
sub-national statistics has many advantages: the similarity of the
aggregation level and high number of observations can allow more precise
control of model parameters and errors, and the number of observations
grows from 20 to 200-300.&lt;/p>
&lt;figure id="figure-the-change-from-national-to-sub-national-level-comes-with-a-huge-data-processing-price-internal-administrative-boundaries-their-names-codes-codes-change-very-frequently">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="The change from national to sub-national level comes with a huge data processing price: internal administrative boundaries, their names, codes codes change very frequently." srcset="
/media/img/blogposts_2021/indicator_with_map_hue9f606f6489f63a22f67aeb7e2b3402b_98843_df043b13fb62aa7b45aa15fad51f4229.webp 400w,
/media/img/blogposts_2021/indicator_with_map_hue9f606f6489f63a22f67aeb7e2b3402b_98843_09a0d6124e334c5f1727420a059512a9.webp 760w,
/media/img/blogposts_2021/indicator_with_map_hue9f606f6489f63a22f67aeb7e2b3402b_98843_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://reprex-next.netlify.app/media/img/blogposts_2021/indicator_with_map_hue9f606f6489f63a22f67aeb7e2b3402b_98843_df043b13fb62aa7b45aa15fad51f4229.webp"
width="760"
height="428"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
The change from national to sub-national level comes with a huge data processing price: internal administrative boundaries, their names, codes codes change very frequently.
&lt;/figcaption>&lt;/figure>
&lt;p>Yet the change from national to sub-national level comes with a huge
data processing price. While national boundaries are relatively stable,
with only a handful of changes in each recent decade. The change of
national boundaries requires a more-or-less global consensus. But states
are free to change their internal administrative boundaries, and they do
it with large frequency. This means that the names, identification codes
and boundary definitions of sub-national regions change very frequently.
Joining data from different sources and different years can be very
difficult.&lt;/p>
&lt;figure id="figure-our-regions-r-packagehttpsregionsdataobservatoryeu-helps-the-data-processing-validation-and-imputation-of-sub-national-regional-datasets-and-their-coding">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Our [regions R package](https://regions.dataobservatory.eu/) helps the data processing, validation and imputation of sub-national, regional datasets and their coding." srcset="
/media/img/blogposts_2021/recoded_indicator_with_map_hubda8124fbfd6305eacfd3d4f0fcd06cc_71873_65df57cf4311bb2623535a1a5be044c0.webp 400w,
/media/img/blogposts_2021/recoded_indicator_with_map_hubda8124fbfd6305eacfd3d4f0fcd06cc_71873_81a53fd42fac7f0c3fe4e1a89d5b7892.webp 760w,
/media/img/blogposts_2021/recoded_indicator_with_map_hubda8124fbfd6305eacfd3d4f0fcd06cc_71873_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://reprex-next.netlify.app/media/img/blogposts_2021/recoded_indicator_with_map_hubda8124fbfd6305eacfd3d4f0fcd06cc_71873_65df57cf4311bb2623535a1a5be044c0.webp"
width="760"
height="428"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
Our &lt;a href="https://regions.dataobservatory.eu/" target="_blank" rel="noopener">regions R package&lt;/a> helps the data processing, validation and imputation of sub-national, regional datasets and their coding.
&lt;/figcaption>&lt;/figure>
&lt;p>There are numerous advantages of switching from a national level of the
analysis to a sub-national level comes with a huge price in data
processing, validation and imputation, and the
&lt;a href="https://regions.dataobservatory.eu/" target="_blank" rel="noopener">regions&lt;/a> package aims to help this
process.&lt;/p>
&lt;p>You can review the problem, and the code that created the two map
comparisons, in the &lt;a href="https://regions.dataobservatory.eu/articles/maping.html" target="_blank" rel="noopener">Maping Regional Data, Maping Metadata
Problems&lt;/a>
vignette article of the package. A more detailed problem description can
be found in &lt;a href="https://regions.dataobservatory.eu/articles/Regional_stats.html" target="_blank" rel="noopener">Working With Regional, Sub-National Statistical
Products&lt;/a>.&lt;/p>
&lt;p>This package is an offspring of the
&lt;a href="https://ropengov.github.io/eurostat/" target="_blank" rel="noopener">eurostat&lt;/a> package on
&lt;a href="https://ropengov.github.io/" target="_blank" rel="noopener">rOpenGov&lt;/a>. It started as a tool to
validate and re-code regional Eurostat statistics, but it aims to be a
general solution for all sub-national statistics. It will be developed
parallel with other rOpenGov packages.&lt;/p>
&lt;h2 id="get-the-package">Get the Package&lt;/h2>
&lt;p>You can install the development version from
&lt;a href="https://github.com/" target="_blank" rel="noopener">GitHub&lt;/a> with:&lt;/p>
&lt;pre>&lt;code>devtools::install_github(&amp;quot;rOpenGov/regions&amp;quot;)
&lt;/code>&lt;/pre>
&lt;p>or the released version from CRAN:&lt;/p>
&lt;pre>&lt;code>install.packages(&amp;quot;regions&amp;quot;)
&lt;/code>&lt;/pre>
&lt;p>You can review the complete package documentation on
&lt;a href="https://regions.dataobservatory.eu/" target="_blank" rel="noopener">regions.dataobservaotry.eu&lt;/a>. If
you find any problems with the code, please raise an issue on
&lt;a href="https://github.com/rOpenGov/regions" target="_blank" rel="noopener">Github&lt;/a>. Pull requests are welcome
if you agree with the &lt;a href="https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html" target="_blank" rel="noopener">Contributor Code of
Conduct&lt;/a>&lt;/p>
&lt;p>If you use &lt;code>regions&lt;/code> in your work, please cite the
package as:
Daniel Antal, Kasia Kulma, Istvan Zsoldos, &amp;amp; Leo Lahti. (2021, June 16). regions (Version 0.1.7). CRAN. &lt;a href="%28https://doi.org/10.5281/zenodo.4965909%29">http://doi.org/10.5281/zenodo.4965909&lt;/a>&lt;/p>
&lt;p>&lt;a href="https://cran.r-project.org/package=regions" target="_blank" rel="noopener">
&lt;figure >
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="https://www.r-pkg.org/badges/version/regions" alt="CRAN_Status_Badge" loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;/a>&lt;/p>
&lt;h2 id="join-us">Join us&lt;/h2>
&lt;p>&lt;em>Join our open collaboration Economy Data Observatory team as a &lt;a href="https://reprex-next.netlify.app/authors/curator">data curator&lt;/a>, &lt;a href="https://reprex-next.netlify.app/authors/developer">developer&lt;/a> or &lt;a href="https://reprex-next.netlify.app/authors/team">business developer&lt;/a>. More interested in environmental impact analysis? Try our &lt;a href="https://greendeal.dataobservatory.eu/#contributors" target="_blank" rel="noopener">Green Deal Data Observatory&lt;/a> team! Or your interest lies more in data governance, trustworthy AI and other digital market problems? Check out our &lt;a href="https://music.dataobservatory.eu/#contributors" target="_blank" rel="noopener">Digital Music Observatory&lt;/a> team!&lt;/em>&lt;/p>
&lt;p>&lt;a href="https://twitter.com/intent/follow?screen_name=EconDataObs" target="_blank" rel="noopener">
&lt;figure >
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="https://img.shields.io/twitter/follow/EconDataObs.svg?style=social" alt="Follow GreenDealObs" loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;/a>&lt;/p></description></item><item><title>Open Data is Like Gold in the Mud Below the Chilly Waves of Mountain Rivers</title><link>https://reprex-next.netlify.app/post/2021-06-10-founder-daniel-antal/</link><pubDate>Thu, 10 Jun 2021 07:00:00 +0000</pubDate><guid>https://reprex-next.netlify.app/post/2021-06-10-founder-daniel-antal/</guid><description>
&lt;figure id="figure-open-data-is-like-gold-in-the-mud-below-the-chilly-waves-of-mountain-rivers-panning-it-out-requires-a-lot-of-patience-or-a-good-machine">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Open data is like gold in the mud below the chilly waves of mountain rivers. Panning it out requires a lot of patience, or a good machine." srcset="
/media/img/slides/gold_panning_slide_notitle_hu8f7296f20da8c17f972a0534c44322c2_1382486_b042523dffe8143dea3d8c8c9c3262f4.webp 400w,
/media/img/slides/gold_panning_slide_notitle_hu8f7296f20da8c17f972a0534c44322c2_1382486_faa00e96d3d0b700cfcf1daa513f3ad2.webp 760w,
/media/img/slides/gold_panning_slide_notitle_hu8f7296f20da8c17f972a0534c44322c2_1382486_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://reprex-next.netlify.app/media/img/slides/gold_panning_slide_notitle_hu8f7296f20da8c17f972a0534c44322c2_1382486_b042523dffe8143dea3d8c8c9c3262f4.webp"
width="760"
height="428"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
Open data is like gold in the mud below the chilly waves of mountain rivers. Panning it out requires a lot of patience, or a good machine.
&lt;/figcaption>&lt;/figure>
&lt;p>&lt;strong>As the founder of the automated data observatories that are part of Reprex’s core activities, what type of data do you usually use in your day-to-day work?&lt;/strong>&lt;/p>
&lt;p>The automated data observatories are results of syndicated research, data pooling, and other creative solutions to the problem of missing or hard-to-find data. The music industry is a very fragmented industry, where market research budgets and data are scattered in tens of thousands of small organizations in Europe. Working for the music and film industry as a data analyst and economist was always a pain because most of the efforts went into trying to find any data that can be analyzed. I spent most of the last 7-8 years trying to find any sort of information—from satellites to government archives—that could be formed into actionable data. I see three big sources of information: textual,numeric, and continuous recordings for on-site, offsite, and satellite sensors. I am much better with numbers than with natural language processing, and I am &lt;a href="https://greendeal.dataobservatory.eu/post/2021-06-06-tutorial-cds/" target="_blank" rel="noopener">improving with sensory sources&lt;/a>. But technically, I can mint any systematic information—the text of an old book, a satellite image, or an opinion poll—into datasets.&lt;/p>
&lt;p>&lt;strong>For you, what would be the ultimate dataset, or datasets that you would like to see in the Economy Data Observatory?&lt;/strong>&lt;/p>
&lt;p>I am a data scientist now, but I used to be a regulatory economist, and I have worked a lot with competition policy and monopoly regulation issues. Our observatories can automatically monitor market and environmental processes, which would allow us to get into computational antitrust. Peter Ormosi, our competition curator, is particularly &lt;a href="https://economy.dataobservatory.eu/post/2021-06-02-data-curator-peter-ormosi/" target="_blank" rel="noopener">interested in&lt;/a> killer acquisitions: approved mergers of big companies that end up piling up patents that are not used. I am more interested in describing systematically which markets are getting more concentrated and more competitive, in real time. Does data concentration coincide with market concentration?&lt;/p>
&lt;p>To bring an example from the realm of our &lt;a href="https://music.dataobservatory.eu/" target="_blank" rel="noopener">Digital Music Observatory&lt;/a>, which was a prototype to this one, I have been working for some time on creating streaming volume and price indexes, like the &lt;em>Dow Jones Industrial Average&lt;/em> or the various bond market indexes, that talk more about price, demand, and potential revenue in music streaming markets all over the world. We did a first take on this in the &lt;a href="https://ceereport2020.ceemid.eu/" target="_blank" rel="noopener">Central European Music Industry Report&lt;/a> and recently we iterated on the model for the &lt;em>UK Intellectual Property Office&lt;/em> and the &lt;em>UK Music Creators’ Earnings&lt;/em> project. We want to take this further to create a pan-Europe streaming market index, and we will be probably the first to actually be able to report on music market concentrations, and in fact, more or less in a real-time mode.&lt;/p>
&lt;figure id="figure-we-would-like-to-further-developer-our-20-country-streaming-indexeshttpsceereport2020ceemideumarkethtmlceemid-ci-volume-indexes-into-a-global-music-market-index">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="We would like to further developer our 20-country [streaming indexes]((https://ceereport2020.ceemid.eu/market.html#ceemid-ci-volume-indexes)) into a global music market index." srcset="
/media/img/blogposts_2021/medianvalue-1_hu5941f179e15628adbbb6d4dc0db86cd1_46382_59d954e926db1ce3ce9376aac454a3aa.webp 400w,
/media/img/blogposts_2021/medianvalue-1_hu5941f179e15628adbbb6d4dc0db86cd1_46382_75d58bfbbfae9d25c5551030d6d4206a.webp 760w,
/media/img/blogposts_2021/medianvalue-1_hu5941f179e15628adbbb6d4dc0db86cd1_46382_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://reprex-next.netlify.app/media/img/blogposts_2021/medianvalue-1_hu5941f179e15628adbbb6d4dc0db86cd1_46382_59d954e926db1ce3ce9376aac454a3aa.webp"
width="760"
height="428"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
We would like to further developer our 20-country &lt;a href="%28https://ceereport2020.ceemid.eu/market.html#ceemid-ci-volume-indexes%29">streaming indexes&lt;/a> into a global music market index.
&lt;/figcaption>&lt;/figure>
&lt;p>&lt;strong>Is there a number or piece of information that recently surprised you? If so, what was it?&lt;/strong>&lt;/p>
&lt;p>There were a few numbers that surprised me, and some of them were brought up by our observatory teams. Karel is &lt;a href="post/2021-06-08-data-curator-karel-volckaert/">talking&lt;/a> about the fact that not all green energy is green at all: many hydropower stations contribute to the greenhouse effect and not reduce it. Annette brought up the growing interest in the &lt;a href="https://reprex-next.netlify.app/post/2021-06-09-team-annette-wong/">Dalmatian breed&lt;/a> after the Disney &lt;em>101 Dalmatians&lt;/em> movies, and it reminded me of the astonishing growth in interest for chess sets, chess tutorials, and platform subscriptions after the success of Netflix’s &lt;em>The Queen’s Gambit&lt;/em>.&lt;/p>
&lt;figure id="figure-the-queens-gambit-chess-boom-moves-online-by-rachael-dottle-on-bloombergcomhttpswwwbloombergcomgraphics2020-chess-boom">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="*The Queen’s Gambit’ Chess Boom Moves Online By Rachael Dottle* on [bloomberg.com](https://www.bloomberg.com/graphics/2020-chess-boom/)" srcset="
/media/img/blogposts_2021/queens_gambit_bloomberg_hub50434a1789646b36daf41ad10e65b52_92708_4fc47acea402086dd3891772877289db.webp 400w,
/media/img/blogposts_2021/queens_gambit_bloomberg_hub50434a1789646b36daf41ad10e65b52_92708_b60a154be5ab781fb70d16f62f39966c.webp 760w,
/media/img/blogposts_2021/queens_gambit_bloomberg_hub50434a1789646b36daf41ad10e65b52_92708_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://reprex-next.netlify.app/media/img/blogposts_2021/queens_gambit_bloomberg_hub50434a1789646b36daf41ad10e65b52_92708_4fc47acea402086dd3891772877289db.webp"
width="760"
height="428"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
&lt;em>The Queen’s Gambit’ Chess Boom Moves Online By Rachael Dottle&lt;/em> on &lt;a href="https://www.bloomberg.com/graphics/2020-chess-boom/" target="_blank" rel="noopener">bloomberg.com&lt;/a>
&lt;/figcaption>&lt;/figure>
&lt;p>Annette is talking about the importance of cultural influencers, and on that theme, what could be more exciting that &lt;a href="https://www.netflix.com/nl-en/title/80234304" target="_blank" rel="noopener">Netflix’s biggest success&lt;/a> so far is not a detective series or a soap opera but a coming-of-age story of a female chess prodigy. Intelligence is sexy, and we are in the intelligence business.&lt;/p>
&lt;p>But to tell a more serious and more sobering number, I recently read with surprise that there are &lt;a href="https://www.theguardian.com/society/2021/may/27/number-of-smokers-has-reached-all-time-high-of-11-billion-study-finds" target="_blank" rel="noopener">more people smoking cigarettes&lt;/a> on Earth in 2021 than in 1990. Population growth in developing countries replaced the shrinking number of developed country smokers. While I live in Europe, where smoking is strongly declining, it reminds me that Europe’s population is a small part of the world. We cannot take for granted that our home-grown experiences about the world are globally valid.&lt;/p>
&lt;p>&lt;strong>Do you have a good example of really good, or really bad use of data?&lt;/strong>&lt;/p>
&lt;p>&lt;a href="https://fivethirtyeight.com/" target="_blank" rel="noopener">FiveThirtyEight.com&lt;/a> had a wonderful podcast series, produced by Jody Avirgan, called &lt;em>What’s the Point&lt;/em>. It is exactly about good and bad uses of data, and each episode is super interesting. Maybe the most memorable is &lt;em>Why the Bronx Really Burned&lt;/em>. New York City tried to measure fire response times, identify redundancies in service, and close or re-allocate fire stations accordingly. What resulted, though, was a perfect storm of bad data: The methodology was flawed, the analysis was rife with biases, and the results were interpreted in a way that stacked the deck against poorer neighborhoods. It is similar to many stories told in a very compelling argument by Catherine D’Ignazio and Lauren F. Klein in their much celebrated book, &lt;em>Data Feminism&lt;/em>. Usually, the bad use of data starts with a bad data collection practice. Data analysts in corporations, NGOs, public policy organizations and even in science usually analyze the data that is available.&lt;/p>
&lt;p>&lt;em>You can find these examples, together with many more that our contributors recommend, in the motivating examples of &lt;a href="https://contributors.dataobservatory.eu/data-curators.html#create-new-datasets" target="_blank" rel="noopener">Create New Datasets&lt;/a> and the &lt;a href="https://contributors.dataobservatory.eu/data-curators.html#critical-attitude" target="_blank" rel="noopener">Remain Critical&lt;/a> parts of our onboarding material. We hope that more and more professionals and citizen scientist will help us to create high-quality and open data.&lt;/em>&lt;/p>
&lt;p>The real power lies in designing a data collection program. A consistent data collection program usually requires an investment that only powerful organizations, such as government agencies, very large corporations, or the richest universities can afford. You cannot really analyze the data that is not collected and recorded; and usually what is not recorded is more interesting than what is. Our observatories want to democratize the data collection process and make it more available, more shared with research automation and pooling.&lt;/p>
&lt;figure id="figure-you-cannot-really-analyze-the-data-that-is-not-collected-and-recorded-and-usually-what-is-not-recorded-is-more-interesting-than-what-is-our-observatories-want-to-democratize-the-data-collection-process-and-make-it-more-available-more-shared-with-research-automation-and-pooling">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="https://reprex-next.netlify.app/img/slides/value_added_from_automation.png" alt="You cannot really analyze the data that is not collected and recorded; and usually what is not recorded is more interesting than what is. Our observatories want to democratize the data collection process and make it more available, more shared with research automation and pooling." loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
You cannot really analyze the data that is not collected and recorded; and usually what is not recorded is more interesting than what is. Our observatories want to democratize the data collection process and make it more available, more shared with research automation and pooling.
&lt;/figcaption>&lt;/figure>
&lt;p>&lt;strong>From your perspective, what do you see being the greatest problem with open data in 2021?&lt;/strong>&lt;/p>
&lt;p>I have been involved with open data policies since 2004. The problem has not changed much: more and more data are available from governmental and scientific sources, but in a form that makes them useless. Data without clear description and clear processing information is useless for analytical purposes: it cannot be integrated with other data, and it cannot be trusted and verified. If researchers or government entities that fall under the &lt;a href="https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv:OJ.L_.2019.172.01.0056.01.ENG" target="_blank" rel="noopener">Open Data Directive&lt;/a> release data for reuse in a way that does not have descriptive or processing metadata, it is almost as if they did not release anything. You need this additional information to make valid analyses of the data, and to reverse-engineer them may cost more than to recollect the data in a properly documented process. Our developers, particularly &lt;a href="https://reprex-next.netlify.app/post/2021-06-04-developer-leo-lahti/">Leo&lt;/a> and &lt;a href="post/2021-06-07-data-curator-pyry-kantanen/">Pyry&lt;/a> are talking eloquently about why you have to be careful even with governmental statistical products, and constantly be on the watch out for data quality.&lt;/p>
&lt;figure id="figure-our-apidata-is-not-only-publishing-descriptive-and-processing-metadata-alongside-with-our-data-but-we-also-make-all-critical-elements-of-our-processing-code-available-for-peer-review-on-ropengovauthorsropengov">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="https://reprex-next.netlify.app/img/observatory_screenshots/EDO_API_metadata_table.png" alt="Our [API](/#data) is not only publishing descriptive and processing metadata alongside with our data, but we also make all critical elements of our processing code available for peer-review on [rOpenGov](/authors/ropengov/)" loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
Our &lt;a href="https://reprex-next.netlify.app/#data">API&lt;/a> is not only publishing descriptive and processing metadata alongside with our data, but we also make all critical elements of our processing code available for peer-review on &lt;a href="https://reprex-next.netlify.app/authors/ropengov/">rOpenGov&lt;/a>
&lt;/figcaption>&lt;/figure>
&lt;p>&lt;strong>What do you think the Economy Data Observatory, and our other automated observatories do, to make open data more credible in the European economic policy community and be accepted as verified information?&lt;/strong>&lt;/p>
&lt;p>Most of our work is in research automation, and a very large part of our efforts are aiming to reverse engineer missing descriptive and processing metadata. In a way, I like to compare ourselves to the working method of the open-source intelligence platform &lt;a href="https://www.bellingcat.com" target="_blank" rel="noopener">Bellingcat&lt;/a>. They were able to use publicly available, &lt;a href="https://www.bellingcat.com/category/resources/case-studies/?fwp_tags=mh17" target="_blank" rel="noopener">scattered information from satellites and social media&lt;/a> to identify each member of the Russian military company that illegally entered the territory of Ukraine and shot down the Malaysian Airways MH17 with 297, mainly Dutch, civilians on board.&lt;/p>
&lt;figure id="figure-how-we-create-value-for-research-oriented-consultancies-public-policy-institutes-university-research-teams-journalists-or-ngos">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="https://reprex-next.netlify.app/img/slides/automated_observatory_value_chain.jpg" alt="How we create value for research-oriented consultancies, public policy institutes, university research teams, journalists or NGOs." loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
How we create value for research-oriented consultancies, public policy institutes, university research teams, journalists or NGOs.
&lt;/figcaption>&lt;/figure>
&lt;p>We do not do such investigations but work very similarly to them in how we are filtering through many data sources and attempting to verify them when their descriptions and processing history is unknown. In the last years, we were able to estore the metadata of many European and African open data surveys, economic impact, and environmental impact data, or many other open data that was lying around for many years without users.&lt;/p>
&lt;p>Open data is like gold in the mud below the chilly waves of mountain rivers. Panning it out requires a lot of patience, or a good machine. I think we will come to as surprising and strong findings as Bellingcat, but we are not focusing on individual events and stories, but on social and environmental processes and changes.&lt;/p>
&lt;figure id="figure-join-our-open-collaboration-economy-data-observatory-team-as-a-data-curatorauthorscurator-developerauthorsdeveloper-or-business-developerauthorsteam-or-share-your-data-in-our-public-repository-economy-data-observatory-on-zenodohttpszenodoorgcommunitieseconomy_observatory">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="https://reprex-next.netlify.app/img/observatory_screenshots/edo_and_zenodo.png" alt="Join our open collaboration Economy Data Observatory team as a [data curator](/authors/curator), [developer](/authors/developer) or [business developer](/authors/team), or share your data in our public repository [Economy Data Observatory on Zenodo](https://zenodo.org/communities/economy_observatory/)" loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
Join our open collaboration Economy Data Observatory team as a &lt;a href="https://reprex-next.netlify.app/authors/curator">data curator&lt;/a>, &lt;a href="https://reprex-next.netlify.app/authors/developer">developer&lt;/a> or &lt;a href="https://reprex-next.netlify.app/authors/team">business developer&lt;/a>, or share your data in our public repository &lt;a href="https://zenodo.org/communities/economy_observatory/" target="_blank" rel="noopener">Economy Data Observatory on Zenodo&lt;/a>
&lt;/figcaption>&lt;/figure>
&lt;h2 id="join-us">Join us&lt;/h2>
&lt;p>&lt;em>Join our open collaboration Economy Data Observatory team as a &lt;a href="https://reprex-next.netlify.app/authors/curator">data curator&lt;/a>, &lt;a href="https://reprex-next.netlify.app/authors/developer">developer&lt;/a> or &lt;a href="https://reprex-next.netlify.app/authors/team">business developer&lt;/a>. More interested in environmental impact analysis? Try our &lt;a href="https://greendeal.dataobservatory.eu/#contributors" target="_blank" rel="noopener">Green Deal Data Observatory&lt;/a> team! Or your interest lies more in data governance, trustworthy AI and other digital market problems? Check out our &lt;a href="https://music.dataobservatory.eu/#contributors" target="_blank" rel="noopener">Digital Music Observatory&lt;/a> team!&lt;/em>&lt;/p></description></item><item><title>Comparing Data to Oil is a Cliché: Crude Oil Has to Go Through a Number of Steps and Pipes Before it Becomes Useful</title><link>https://reprex-next.netlify.app/post/2021-06-07-data-curator-pyry-kantanen/</link><pubDate>Mon, 07 Jun 2021 10:00:00 +0000</pubDate><guid>https://reprex-next.netlify.app/post/2021-06-07-data-curator-pyry-kantanen/</guid><description>&lt;p>&lt;strong>As a developer at rOpenGov, and as an economic sociologist, what type of data do you usually use in your work?&lt;/strong>&lt;/p>
&lt;p>Generally speaking, people&amp;rsquo;s access to (or inequalities in accessing) different types of resources and their ability in transforming these resources to other types of resources is what interests me. The data I usually work with is the kind of data that is actually nicely covered by existing &lt;a href="http://ropengov.org/projects/" target="_blank" rel="noopener">rOpenGov tools&lt;/a>: data about population demographics and administrative units from Statistics Finland, statistical information on welfare and health from Sotkanet and also data from Eurostat. Aside from these a lot of information is of course data from surveys and texts scraped from the internet.&lt;/p>
&lt;figure id="figure-we-are-placing-the-growing-number-of-ropengov-toolshttpropengovorgprojects-in-a-modern-application-with-a-user-friendly-service-and-a-modern-data-api">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="https://reprex-next.netlify.app/img/partners/rOpenGov-intro.png" alt="We are placing the growing number of [rOpenGov tools](http://ropengov.org/projects/) in a modern application with a user-friendly service and a modern data API." loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
We are placing the growing number of &lt;a href="http://ropengov.org/projects/" target="_blank" rel="noopener">rOpenGov tools&lt;/a> in a modern application with a user-friendly service and a modern data API.
&lt;/figcaption>&lt;/figure>
&lt;p>&lt;em>In your ideal data world, what would be the ultimate dataset, or datasets that you would like to see in the Music Data Observatory?&lt;/em>&lt;/p>
&lt;p>Late spring and early summer time is, at least for me, defined by the Eurovision Song Contest. Every year watching the contest makes me ponder the state of the music industry in my home country Finland as well as in Europe. Was the song produced by homegrown talent or was it imported? Was it better received by the professional jury or the public? How well does the domestic appeal of an artist translate to the international stage? Many interesting phenomena are difficult to quantify in a meaningful way and writing a catchy song with international appeal is probably more an art than a science. Nevertheless that should not deter us from trying as music, too, is bound by certain rules and regularities that can be researched.&lt;/p>
&lt;figure id="figure-music-too-is-bound-by-certain-rules-and-regularities-that-can-be-researched-our-digital-music-observatory-and-its-listen-localhttpslistenlocalcommunity-experimental-app-does-this-exactly-and-we-would-love-to-create-eurovision-musicology-datasets-photo-eurovision-song-contest-2021-press-photo-by-jordy-brada">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="https://reprex-next.netlify.app/img/developers/eurovision_2021.jpg" alt="Music, too, is bound by certain rules and regularities that can be researched. Our Digital Music Observatory and its [Listen Local](https://listenlocal.community/) experimental App does this exactly, and we would love to create Eurovision musicology datasets. Photo: Eurovision Song Contest 2021 press photo by Jordy Brada" loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
Music, too, is bound by certain rules and regularities that can be researched. Our Digital Music Observatory and its &lt;a href="https://listenlocal.community/" target="_blank" rel="noopener">Listen Local&lt;/a> experimental App does this exactly, and we would love to create Eurovision musicology datasets. Photo: Eurovision Song Contest 2021 press photo by Jordy Brada
&lt;/figcaption>&lt;/figure>
&lt;p>&lt;em>Why did you decide to join the EU Datathon challenge team and why do you think that this would be a game changer for researchers and policymakers?&lt;/em>&lt;/p>
&lt;p>The challenge has, in my opinion, great potential in leading by example when it comes to open data access and reproducible research. Comparing data to oil is a common phrase but fitting in the sense that crude oil has to go through a number of steps and pipes before it becomes useful. Most users and especially policymakers appreciate ease-of-use of the finished product, but the quality of the product and the process must also be guaranteed somehow. Openness and peer-review practices are the best guarantors in the field of data, just as industrial standards and regulations are in the oil industry.&lt;/p>
&lt;figure id="figure-we-provide-many-layers-of-fully-transparent-quality-control-about-the-data-we-are-placing-in-our-data-apis-and-provide-for-our-end-users">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="https://reprex-next.netlify.app/img/observatory_screenshots/EDO_API_metadata_table.png" alt="We provide many layers of fully transparent quality control about the data we are placing in our data APIs and provide for our end-users." loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
We provide many layers of fully transparent quality control about the data we are placing in our data APIs and provide for our end-users.
&lt;/figcaption>&lt;/figure>
&lt;h2 id="join-us">Join us&lt;/h2>
&lt;p>&lt;em>Join our open collaboration Economy Data Observatory team as a &lt;a href="https://reprex-next.netlify.app/authors/curator">data curator&lt;/a>, &lt;a href="https://reprex-next.netlify.app/authors/developer">developer&lt;/a> or &lt;a href="https://reprex-next.netlify.app/authors/team">business developer&lt;/a>. More interested in environmental impact analysis? Try our &lt;a href="https://greendeal.dataobservatory.eu/#contributors" target="_blank" rel="noopener">Green Deal Data Observatory&lt;/a> team! Or your interest lies more in data governance, trustworthy AI and other digital market problems? Check out our &lt;a href="https://music.dataobservatory.eu/#contributors" target="_blank" rel="noopener">Digital Music Observatory&lt;/a> team!&lt;/em>&lt;/p></description></item><item><title>Creating Algorithmic Tools to Interpret and Communicate Open Data Efficiently</title><link>https://reprex-next.netlify.app/post/2021-06-04-developer-leo-lahti/</link><pubDate>Fri, 04 Jun 2021 10:00:00 +0000</pubDate><guid>https://reprex-next.netlify.app/post/2021-06-04-developer-leo-lahti/</guid><description>&lt;p>&lt;strong>As a developer at rOpenGov, what type of data do you usually use in your work?&lt;/strong>&lt;/p>
&lt;p>As an academic data scientist whose research focuses on the development of general-purpose algorithmic methods, I work with a range of applications from life sciences to humanities. Population studies play a big role in our research, and often the information that we can draw from public sources - geospatial, demographic, environmental - provides invaluable support. We typically use open data in combination with sensitive research data but some of the research questions can be readily addressed based on open data from statistical authorities such as Statistics Finland or Eurostat.&lt;/p>
&lt;figure >
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="https://reprex-next.netlify.app/img/partners/rOpenGov-intro.png" alt="" loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;p>&lt;strong>In your ideal data world, what would be the ultimate dataset, or datasets that you would like to see in the Music Data Observatory?&lt;/strong>&lt;/p>
&lt;p>One line of our research analyses the historical trends and spread of knowledge production, in particular book printing based on large-scale metadata collections. It would be interesting to extend this research to music, to understand the contemporary trends as well as the broader historical developments. Gaining access to a large systematic collection of music and composition data from different countries across long periods of time would make this possible.&lt;/p>
&lt;p>&lt;strong>Why did you decide to join the challenge and why do you think that this would be a game changer for researchers and policymakers?&lt;/strong>&lt;/p>
&lt;p>Joining the challenge was a natural development based on our overall activities in this area; &lt;a href="http://ropengov.org/community/" target="_blank" rel="noopener">the rOpenGov project&lt;/a> has been around for a decade now, since the early days of the broader open data movement. This has also created an active international developer network and we felt well equipped for picking up the challenge. The game changer for researchers is that the project highlights the importance of data quality, even when dealing with official statistics, and provides new methods to solve these issues efficiently through the open collaboration model. For policymakers, this provides access to new high-quality curated data and case studies that can support evidence-based decision-making.&lt;/p>
&lt;p>&lt;strong>Do you have a favorite, or most used open governmental or open science data source? What do you think about it? Could it be improved?&lt;/strong>&lt;/p>
&lt;p>Regarding open government data, one of my favorites is not a single data source but a data representation standard. The &lt;a href="https://www.scb.se/en/services/statistical-programs-for-px-files/#:~:text=PX%20is%20a%20standard%20format,and%20data." target="_blank" rel="noopener">px format&lt;/a> is widely used by statistical authorities in various countries, and this has allowed us to create R tools that allow the retrieval and analysis of official statistics from many countries across Europe, spanning dozens of statistical institutions. Standardization of open data formats allows us to build robust algorithmic tools for downstream data analysis and visualization. Open government data is still too often shared in obscure, non-standard or closed-source file formats and this is creating significant bottlenecks for the development of scalable and interoperable AI and machine learning methods that can harness the full potential of open data.&lt;/p>
&lt;figure id="figure-regarding-open-government-data-one-of-my-favorites-is-not-a-single-data-source-but-a-data-representation-standard-the-px-format">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="https://reprex-next.netlify.app/img/developers/PxWeb.png" alt="Regarding open government data, one of my favorites is not a single data source but a data representation standard, the Px format." loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
Regarding open government data, one of my favorites is not a single data source but a data representation standard, the Px format.
&lt;/figcaption>&lt;/figure>
&lt;p>&lt;strong>From your perspective, what do you see being the greatest problem with open data in 2021?&lt;/strong>&lt;/p>
&lt;p>Although there are a variety of open data sources available (and the numbers continue to increase), the availability of open algorithmic tools to interpret and communicate open data efficiently is lagging behind. One of the greatest challenges for open data in 2021 is to demonstrate how we can maximize the potential of open data by designing smart tools for open data analytics.&lt;/p>
&lt;p>&lt;strong>What can our automated data observatories do to make open data more credible in the European economic policy community and be accepted as verified information?&lt;/strong>&lt;/p>
&lt;p>The role of the professional network backing up the project, and the possibility of getting critical feedback and later adoption by the academic communities will support the efforts. Transparency of the data harmonization operations is the key to credibility, and will be further supported by concrete benchmarks that highlight the critical differences in drawing conclusions based on original sources versus the harmonized high-quality data sets.&lt;/p>
&lt;figure id="figure-we-need-to-get-critical-feedback-and-later-adoption-by-the-academic-communities">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="We need to get critical feedback and later adoption by the academic communities." srcset="
/media/img/observatory_screenshots/greendeal_and_zenodo_huddcd7485e56cb33c97d3e664ae383275_281994_debfc54dcf2193c7c800dab0f36de429.webp 400w,
/media/img/observatory_screenshots/greendeal_and_zenodo_huddcd7485e56cb33c97d3e664ae383275_281994_3b536090581f2795373e801d65371e20.webp 760w,
/media/img/observatory_screenshots/greendeal_and_zenodo_huddcd7485e56cb33c97d3e664ae383275_281994_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://reprex-next.netlify.app/media/img/observatory_screenshots/greendeal_and_zenodo_huddcd7485e56cb33c97d3e664ae383275_281994_debfc54dcf2193c7c800dab0f36de429.webp"
width="760"
height="507"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
We need to get critical feedback and later adoption by the academic communities.
&lt;/figcaption>&lt;/figure>
&lt;p>&lt;strong>How we can ensure the long-term sustainability of the efforts?&lt;/strong>&lt;/p>
&lt;p>The extent of open data space is such that no single individual or institution can address all the emerging needs in this area. The open developer networks play a huge role in the development of algorithmic methods, and strong communities have developed around specific open data analytical environments such as R, Python, and Julia. These communities support networked collaboration and provide services such as software peer review. The long-term sustainability will depend on the support that such developer communities can receive, both from individual contributors as well as from institutions and governments.&lt;/p>
&lt;figure id="figure-join-our-open-collaboration-economy-data-observatory-team-as-a-data-curatorauthorscurator-developerauthorsdeveloper-or-business-developerauthorsteam-or-share-your-data-in-our-public-repository-economy-data-observatory-on-zenodohttpszenodoorgcommunitieseconomy_observatory">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="https://reprex-next.netlify.app/img/observatory_screenshots/edo_and_zenodo.png" alt="Join our open collaboration Economy Data Observatory team as a [data curator](/authors/curator), [developer](/authors/developer) or [business developer](/authors/team), or share your data in our public repository [Economy Data Observatory on Zenodo](https://zenodo.org/communities/economy_observatory/)" loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
Join our open collaboration Economy Data Observatory team as a &lt;a href="https://reprex-next.netlify.app/authors/curator">data curator&lt;/a>, &lt;a href="https://reprex-next.netlify.app/authors/developer">developer&lt;/a> or &lt;a href="https://reprex-next.netlify.app/authors/team">business developer&lt;/a>, or share your data in our public repository &lt;a href="https://zenodo.org/communities/economy_observatory/" target="_blank" rel="noopener">Economy Data Observatory on Zenodo&lt;/a>
&lt;/figcaption>&lt;/figure>
&lt;h2 id="join-us">Join us&lt;/h2>
&lt;p>&lt;em>Join our open collaboration Economy Data Observatory team as a &lt;a href="https://reprex-next.netlify.app/authors/curator">data curator&lt;/a>, &lt;a href="https://reprex-next.netlify.app/authors/developer">developer&lt;/a> or &lt;a href="https://reprex-next.netlify.app/authors/team">business developer&lt;/a>. More interested in environmental impact analysis? Try our &lt;a href="https://greendeal.dataobservatory.eu/#contributors" target="_blank" rel="noopener">Green Deal Data Observatory&lt;/a> team! Or your interest lies more in data governance, trustworthy AI and other digital market problems? Check out our &lt;a href="https://music.dataobservatory.eu/#contributors" target="_blank" rel="noopener">Digital Music Observatory&lt;/a> team!&lt;/em>&lt;/p></description></item><item><title>Economic and Environment Impact Analysis, Automated for Data-as-Service</title><link>https://reprex-next.netlify.app/post/2021-06-03-iotables-release/</link><pubDate>Thu, 03 Jun 2021 16:00:00 +0000</pubDate><guid>https://reprex-next.netlify.app/post/2021-06-03-iotables-release/</guid><description>&lt;p>We have released a new version of
&lt;a href="https://iotables.dataobservatory.eu/" target="_blank" rel="noopener">iotables&lt;/a> as part of the
&lt;a href="http://ropengov.org/" target="_blank" rel="noopener">rOpenGov&lt;/a> project. The package, as the name
suggests, works with European symmetric input-output tables (SIOTs).
SIOTs are among the most complex governmental statistical products. They
show how each country’s 64 agricultural, industrial, service, and
sometimes household sectors relate to each other. They are estimated
from various components of the GDP, tax collection, at least every five
years.&lt;/p>
&lt;p>SIOTs offer great value to policy-makers and analysts to make more than
educated guesses on how a million euros, pounds or Czech korunas spent
on a certain sector will impact other sectors of the economy, employment
or GDP. What happens when a bank starts to give new loans and advertise
them? How is an increase in economic activity going to affect the amount
of wages paid and and where will consumers most likely spend their
wages? As the national economies begin to reopen after COVID-19 pandemic
lockdowns, is to utilize SIOTs to calculate direct and indirect
employment effects or value added effects of government grant programs
to sectors such as cultural and creative industries or actors such as
venues for performing arts, movie theaters, bars and restaurants.&lt;/p>
&lt;p>Making such calculations requires a bit of matrix algebra, and
understanding of input-output economics, direct, indirect effects, and
multipliers. Economists, grant designers, policy makers have those
skills, but until now, such calculations were either made in cumbersome
Excel sheets, or proprietary software, as the key to these calculations
is to keep vectors and matrices, which have at least one dimension of
64, perfectly aligned. We made this process reproducible with
&lt;a href="https://iotables.dataobservatory.eu/" target="_blank" rel="noopener">iotables&lt;/a> and
&lt;a href="https://CRAN.R-project.org/package=eurostat" target="_blank" rel="noopener">eurostat&lt;/a> on
&lt;a href="http://ropengov.org/" target="_blank" rel="noopener">rOpenGov&lt;/a>&lt;/p>
&lt;figure id="figure-our-iotables-package-creates-direct-indirect-effects-and-multipliers-programatically-our-observatory-will-make-those-indicators-available-for-all-european-countries">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="https://reprex-next.netlify.app/media/img/package_screenshots/iotables_0_4_5.png" alt="Our iotables package creates direct, indirect effects and multipliers programatically. Our observatory will make those indicators available for all European countries." loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
Our iotables package creates direct, indirect effects and multipliers programatically. Our observatory will make those indicators available for all European countries.
&lt;/figcaption>&lt;/figure>
&lt;h2 id="accessing-and-tidying-the-data-programmatically">Accessing and tidying the data programmatically&lt;/h2>
&lt;p>The iotables package is in a way an extension to the &lt;em>eurostat&lt;/em> R
package, which provides a programmatic access to the
&lt;a href="https://ec.europa.eu/eurostat" target="_blank" rel="noopener">Eurostat&lt;/a> data warehouse. The reason for
releasing a new package is that working with SIOTs requires plenty of
meticulous data wrangling based on various &lt;em>metadata&lt;/em> sources, apart
from actually accessing the &lt;em>data&lt;/em> itself. When working with matrix
equations, the bar is higher than with tidy data. Not only your rows and
columns must match, but their ordering must strictly conform the
quadrants of the a matrix system, including the connecting trade or tax
matrices.&lt;/p>
&lt;p>When you download a country’s SIOT table, you receive a long form data
frame, a very-very long one, which contains the matrix values and their
labels like this:&lt;/p>
&lt;pre>&lt;code>## Table naio_10_cp1700 cached at C:\Users\...\Temp\RtmpGQF4gr/eurostat/naio_10_cp1700_date_code_FF.rds
# we save it for further reference here
saveRDS(naio_10_cp1700, &amp;quot;not_included/naio_10_cp1700_date_code_FF.rds&amp;quot;)
# should you need to retrieve the large tempfiles, they are in
dir (file.path(tempdir(), &amp;quot;eurostat&amp;quot;))
dplyr::slice_head(naio_10_cp1700, n = 5)
## # A tibble: 5 x 7
## unit stk_flow induse prod_na geo time values
## &amp;lt;chr&amp;gt; &amp;lt;chr&amp;gt; &amp;lt;chr&amp;gt; &amp;lt;chr&amp;gt; &amp;lt;chr&amp;gt; &amp;lt;date&amp;gt; &amp;lt;dbl&amp;gt;
## 1 MIO_EUR DOM CPA_A01 B1G EA19 2019-01-01 141873.
## 2 MIO_EUR DOM CPA_A01 B1G EU27_2020 2019-01-01 174976.
## 3 MIO_EUR DOM CPA_A01 B1G EU28 2019-01-01 187814.
## 4 MIO_EUR DOM CPA_A01 B2A3G EA19 2019-01-01 0
## 5 MIO_EUR DOM CPA_A01 B2A3G EU27_2020 2019-01-01 0
&lt;/code>&lt;/pre>
&lt;p>The metadata reads like this: the units are in millions of euros, we are
analyzing domestic flows, and the national account items &lt;code>B1-B2&lt;/code> for the
industry &lt;code>A01&lt;/code>. The information of a 64x64 matrix (the SIOT) and its
connecting matrices, such as taxes, or employment, or &lt;em>C**O&lt;/em>&lt;sub>2&lt;/sub>
emissions, must be placed exactly in one correct ordering of columns and
rows. Every single data wrangling error will usually lead in an error
(the matrix equation has no solution), or, what is worse, in a very
difficult to trace algebraic error. Our package not only labels this
data meaningfully, but creates very tidy data frames that contain each
necessary matrix of vector with a key column.&lt;/p>
&lt;p>iotables package contains the vocabularies (abbreviations and human
readable labels) of three statistical vocabularies: the so called
&lt;code>COICOP&lt;/code> product codes, the &lt;code>NACE&lt;/code> industry codes, and the vocabulary of
the &lt;code>ESA2010&lt;/code> definition of national accounts (which is the government
equivalent of corporate accounting).&lt;/p>
&lt;p>Our package currently solves all equations for direct, indirect effects,
multipliers and inter-industry linkages. Backward linkages show what
happens with the suppliers of an industry, such as catering or
advertising in the case of music festivals, if the festivals reopen. The
forward linkages show how much extra demand this creates for connecting
services that treat festivals as a ‘supplier’, such as cultural tourism.&lt;/p>
&lt;h2 id="lets-seen-an-example">Let’s seen an example&lt;/h2>
&lt;pre>&lt;code>## Downloading employment data from the Eurostat database.
## Table lfsq_egan22d cached at C:\Users\...\Temp\RtmpGQF4gr/eurostat/lfsq_egan22d_date_code_FF.rds
&lt;/code>&lt;/pre>
&lt;p>and match it with the latest structural information on from the
&lt;a href="http://appsso.eurostat.ec.europa.eu/nui/show.do?wai=true&amp;amp;dataset=naio_10_cp1700" target="_blank" rel="noopener">Symmetric input-output table at basic prices (product by
product)&lt;/a>
Eurostat product. A quick look at the Eurostat website already shows
that there is a lot of work ahead to make the data look like an actual
Symmetric input-output table. Download it with &lt;code>iotable_get()&lt;/code> which
does basic labelling and preprocessing on the raw Eurostat files.
Because of the size of the unfiltered dataset on Eurostat, the following
code may take several minutes to run.&lt;/p>
&lt;pre>&lt;code>sk_io &amp;lt;- iotable_get ( labelled_io_data = NULL,
source = &amp;quot;naio_10_cp1700&amp;quot;, geo = &amp;quot;SK&amp;quot;,
year = 2015, unit = &amp;quot;MIO_EUR&amp;quot;,
stk_flow = &amp;quot;TOTAL&amp;quot;,
labelling = &amp;quot;iotables&amp;quot; )
## Reading cache file C:\Users\..\Temp\RtmpGQF4gr/eurostat/naio_10_cp1700_date_code_FF.rds
## Table naio_10_cp1700 read from cache file: C:\Users\..\Temp\RtmpGQF4gr/eurostat/naio_10_cp1700_date_code_FF.rds
## Saving 808 input-output tables into the temporary directory
## C:\Users\...\Temp\RtmpGQF4gr
## Saved the raw data of this table type in temporary directory C:\Users\...\Temp\RtmpGQF4gr/naio_10_cp1700.rds.
&lt;/code>&lt;/pre>
&lt;p>The &lt;code>input_coefficient_matrix_create()&lt;/code> creates the input coefficient
matrix, which is used for most of the analytical functions.&lt;/p>
&lt;p>&lt;em>a&lt;/em>&lt;sub>&lt;em>i**j&lt;/em>&lt;/sub> = &lt;em>X&lt;/em>&lt;sub>&lt;em>i**j&lt;/em>&lt;/sub> / &lt;em>x&lt;/em>&lt;sub>&lt;em>j&lt;/em>&lt;/sub>&lt;/p>
&lt;p>It checks the correct ordering of columns, and furthermore it fills up 0
values with 0.000001 to avoid division with zero.&lt;/p>
&lt;pre>&lt;code>input_coeff_matrix_sk &amp;lt;- input_coefficient_matrix_create(
data_table = sk_io
)
## Columns and rows of real_estate_imputed_a, extraterriorial_organizations are all zeros and will be removed.
&lt;/code>&lt;/pre>
&lt;p>Then you can create the Leontieff-inverse, which contains all the
structural information about the relationships of 64x64 sectors of the
chosen country, in this case, Slovakia, ready for the main equations of
input-output economics.&lt;/p>
&lt;pre>&lt;code>I_sk &amp;lt;- leontieff_inverse_create(input_coeff_matrix_sk)
&lt;/code>&lt;/pre>
&lt;p>And take out the primary inputs:&lt;/p>
&lt;pre>&lt;code>primary_inputs_sk &amp;lt;- coefficient_matrix_create(
data_table = sk_io,
total = 'output',
return = 'primary_inputs')
## Columns and rows of real_estate_imputed_a, extraterriorial_organizations are all zeros and will be removed.
&lt;/code>&lt;/pre>
&lt;p>Now let’s see if there the government tries to stimulate the economy in
three sectors, agricultulre, car manufacturing, and R&amp;amp;D with a billion
euros. Direct effects measure the initial, direct impact of the change
in demand and supply for a product. When production goes up, it will
create demand in all supply industries (backward linkages) and create
opportunities in the industries that use the product themselves (forward
linkages.)&lt;/p>
&lt;pre>&lt;code>direct_effects_create( primary_inputs_sk, I_sk ) %&amp;gt;%
select ( all_of(c(&amp;quot;iotables_row&amp;quot;, &amp;quot;agriculture&amp;quot;,
&amp;quot;motor_vechicles&amp;quot;, &amp;quot;research_development&amp;quot;))) %&amp;gt;%
filter (.data$iotables_row %in% c(&amp;quot;gva_effect&amp;quot;, &amp;quot;wages_salaries_effect&amp;quot;,
&amp;quot;imports_effect&amp;quot;, &amp;quot;output_effect&amp;quot;))
## iotables_row agriculture motor_vechicles research_development
## 1 imports_effect 1.3684350 2.3028203 0.9764921
## 2 wages_salaries_effect 0.2713804 0.3183523 0.3828014
## 3 gva_effect 0.9669621 0.9790771 0.9669467
## 4 output_effect 2.2876287 3.9840251 2.2579634
&lt;/code>&lt;/pre>
&lt;p>Car manufacturing requires much imported components, so each extra
demand will create a large importing activity. The R&amp;amp;D will create a the
most local wages (and supports most jobs) because research is
job-intensive. As we can see, the effect on imports, wages, gross value
added (which will end up in the GDP) and output changes are very
different in these three sectors.&lt;/p>
&lt;p>This is not the total effect, because some of the increased production
will translate into income, which in turn will be used to create further
demand in all parts of the domestic economy. The total effect is
characterized by multipliers.&lt;/p>
&lt;p>Then solve for the multipliers:&lt;/p>
&lt;pre>&lt;code>multipliers_sk &amp;lt;- input_multipliers_create(
primary_inputs_sk %&amp;gt;%
filter (.data$iotables_row == &amp;quot;gva&amp;quot;), I_sk )
&lt;/code>&lt;/pre>
&lt;p>And select a few industries:&lt;/p>
&lt;pre>&lt;code>set.seed(12)
multipliers_sk %&amp;gt;%
tidyr::pivot_longer ( -all_of(&amp;quot;iotables_row&amp;quot;),
names_to = &amp;quot;industry&amp;quot;,
values_to = &amp;quot;GVA_multiplier&amp;quot;) %&amp;gt;%
select (-all_of(&amp;quot;iotables_row&amp;quot;)) %&amp;gt;%
arrange( -.data$GVA_multiplier) %&amp;gt;%
dplyr::sample_n(8)
## # A tibble: 8 x 2
## industry GVA_multiplier
## &amp;lt;chr&amp;gt; &amp;lt;dbl&amp;gt;
## 1 motor_vechicles 7.81
## 2 wood_products 2.27
## 3 mineral_products 2.83
## 4 human_health 1.53
## 5 post_courier 2.23
## 6 sewage 1.82
## 7 basic_metals 4.16
## 8 real_estate_services_b 1.48
&lt;/code>&lt;/pre>
&lt;h2 id="vignettes">Vignettes&lt;/h2>
&lt;p>The &lt;a href="https://iotables.dataobservatory.eu/articles/germany_1990.html" target="_blank" rel="noopener">Germany
1990&lt;/a>
provides an introduction of input-output economics and re-creates the
examples of the &lt;a href="https://iotables.dataobservatory.eu/articles/germany_1990.html" target="_blank" rel="noopener">Eurostat Manual of Supply, Use and Input-Output
Tables&lt;/a>,
by Jörg Beutel (Eurostat Manual).&lt;/p>
&lt;p>The &lt;a href="https://iotables.dataobservatory.eu/articles/united_kingdom_2010.html" target="_blank" rel="noopener">United Kingdom Input-Output Analytical Tables Daniel Antal, based
on the work edited by Richard
Wild&lt;/a>
is a use case on how to correctly import data from outside Eurostat
(i.e. not with &lt;code>eurostat::get_eurostat()&lt;/code>) and join it properly to a
SIOT. We also used this example to create unit tests of our functions
from a published, official government statistical release.&lt;/p>
&lt;p>Finally, &lt;a href="https://iotables.dataobservatory.eu/articles/working_with_eurostat.html" target="_blank" rel="noopener">Working With Eurostat
Data&lt;/a>
is a detailed use case of working with all the current functionalities
of the package by comparing two economies, Czechia and Slovakia and
guides you through a lot more examples than this short blogpost.&lt;/p>
&lt;p>Our package was originally developed to calculate GVA and employment
effects for the Slovak music industry (see our &lt;a href="https://music.dataobservatory.eu/publication/slovak_music_industry_2019/" target="_blank" rel="noopener">Slovak Music Industry Report&lt;/a>), and similar calculations for the
Hungarian film tax shelter. We can now programatically create
reproducible multipliers for all European economies in the &lt;a href="https://music.dataobservatory.eu/" target="_blank" rel="noopener">Digital
Music Observatory&lt;/a>, and create
further indicators for economic policy making in the &lt;a href="https://economy.dataobservatory.eu/" target="_blank" rel="noopener">Economy Data
Observatory&lt;/a>.&lt;/p>
&lt;h2 id="environmental-impact-analysis">Environmental Impact Analysis&lt;/h2>
&lt;p>Our package allows the calculation of various economic policy scenarios,
such as changing the VAT on meat or effects of re-opening music
festivals on aggregate demand, GDP, tax revenues, or employment. But
what about the &lt;em>C**O&lt;/em>&lt;sub>2&lt;/sub>, methane and other greenhouse gas
effects of the reopening festivals, or the increasing meat prices?&lt;/p>
&lt;p>Technically our package can already calculate such effects, but to do
so, you have to carefully match further statistical vocabulary items
used by the European Environmental Agency about air pollutants and
greenhouse gases.&lt;/p>
&lt;p>The last released version of &lt;em>iotables&lt;/em> is Importing and Manipulating
Symmetric Input-Output Tables (Version 0.4.4). Zenodo.
&lt;a href="https://zenodo.org/record/4897472" target="_blank" rel="noopener">https://doi.org/10.5281/zenodo.4897472&lt;/a>,
but we are alread working on a new major release. In that release, we
are planning to build in the necessary vocabulary into the metadata
functions to increase the functionality of the package, and create new
indicators for our &lt;a href="https://greendeal.dataobservatory.eu/" target="_blank" rel="noopener">Green Deal Data
Observatory&lt;/a>. This experimental
data observatory is creating new, high quality statistical indicators
from open governmental and open science data sources that has not seen
the daylight yet.&lt;/p>
&lt;h2 id="ropengov-and-the-eu-datathon-challenges">rOpenGov and the EU Datathon Challenges&lt;/h2>
&lt;figure id="figure-ropengov-reprex-and-other-open-collaboration-partners-teamed-up-to-build-on-our-expertise-of-open-source-statistical-software-development-further-we-want-to-create-a-technologically-and-financially-feasible-data-as-service-to-put-our-reproducible-research-products-into-wider-user-for-the-business-analyst-scientific-researcher-and-evidence-based-policy-design-communities">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="https://reprex-next.netlify.app/media/img/partners/rOpenGov-intro.png" alt="rOpenGov, Reprex, and other open collaboration partners teamed up to build on our expertise of open source statistical software development further: we want to create a technologically and financially feasible data-as-service to put our reproducible research products into wider user for the business analyst, scientific researcher and evidence-based policy design communities." loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
rOpenGov, Reprex, and other open collaboration partners teamed up to build on our expertise of open source statistical software development further: we want to create a technologically and financially feasible data-as-service to put our reproducible research products into wider user for the business analyst, scientific researcher and evidence-based policy design communities.
&lt;/figcaption>&lt;/figure>
&lt;p>&lt;a href="http://ropengov.org/" target="_blank" rel="noopener">rOpenGov&lt;/a> is a community of open governmental
data and statistics developers with many packages that make programmatic
access and work with open data possible in the R language.
&lt;a href="https://reprex.nl/" target="_blank" rel="noopener">Reprex&lt;/a> is a Dutch-startup that teamed up with
rOpenGov and other open collaboration partners to create a
technologically and financially feasible service to exploit reproducible
research products for the wider business, scientific and evidence-based
policy design community. Open data is a legal concept - it means that
you have the rigth to reuse the data, but often the reuse requires
significant programming and statistical know-how. We entered into the
annual &lt;a href="https://reprex.nl/project/eu-datathon_2021/" target="_blank" rel="noopener">EU Datathon&lt;/a>
competition in all three challenges with our applications to not only
provide open-source software, but daily updated, validated, documented,
high-quality statistical indicators as open data in an open database.
Our &lt;a href="https://iotables.dataobservatory.eu/" target="_blank" rel="noopener">iotables&lt;/a> package is one of
our many open-source building blocks to make open data more accessible
to all.&lt;/p>
&lt;p>&lt;em>Join our open collaboration Digital Music Observatory team as a &lt;a href="https://music.dataobservatory.eu/authors/curator" target="_blank" rel="noopener">data curator&lt;/a>, &lt;a href="https://music.dataobservatory.eu/authors/developer" target="_blank" rel="noopener">developer&lt;/a> or &lt;a href="https://music.dataobservatory.eu/authors/team" target="_blank" rel="noopener">business developer&lt;/a>. More interested in environmental impact analysis? Try our &lt;a href="https://greendeal.dataobservatory.eu/#contributors" target="_blank" rel="noopener">Green Deal Data Observatory&lt;/a> team! Or economic policies, particularly computation antitrust, innovation and small enterprises? Check out our &lt;a href="https://economy.dataobservatory.eu/#contributors" target="_blank" rel="noopener">Economy Music Observatory&lt;/a> team!&lt;/em>&lt;/p></description></item><item><title>New Indicators for Computational Antitrust</title><link>https://reprex-next.netlify.app/post/2021-06-02-data-curator-peter-ormosi/</link><pubDate>Wed, 02 Jun 2021 17:00:00 +0000</pubDate><guid>https://reprex-next.netlify.app/post/2021-06-02-data-curator-peter-ormosi/</guid><description>&lt;p>&lt;strong>As someone who’s worked in data for almost 20 years, what type of data do you usually use in your research?&lt;/strong>&lt;/p>
&lt;p>In my field (industrial organisation, competition policy), company level financial data, and product price and sales data have been the conventional building blocks of research papers. Ideally this has been the sort of data that I would seek out for my work. Of course as academic researchers we often get knocked back by the reality of data access and availability. I would think that industrial organisation is one of those fields where researchers have to be quite innovative in terms of answering interesting and relevant policy questions, whilst having to operate in an environment where most relevant data is proprietary and very expensive. Against this backdrop, I have worked with neatly organised proprietary datasets, self-assembled data collections, and also textual data.&lt;/p>
&lt;p>&lt;strong>From your experience working with various data sets, models, and frameworks, what would be the ultimate dataset, or datasets that you would like to see from the Economy Data Observatory?&lt;/strong>&lt;/p>
&lt;p>There seems to be an emerging consensus that market concentration and markups have been continuously increasing across the economy. But most of these works use industry classification to define markets. One of the things I’d really like to see coming out of the Economy Data Observatory is a mapping of what we call antitrust markets.&lt;/p>
&lt;figure id="figure-mapping-nace-to-antitrust-markets">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Mapping NACE to Antitrust Markets." srcset="
/media/img/blogposts_2021/nace_antitrust_map_hua71260c5d6d1149b51eafc96ae45b10a_141688_66cd552939abcbdfbcb0dec263a391b5.webp 400w,
/media/img/blogposts_2021/nace_antitrust_map_hua71260c5d6d1149b51eafc96ae45b10a_141688_3e0e86b0fc3cd17edf80fe4e77bb19d2.webp 760w,
/media/img/blogposts_2021/nace_antitrust_map_hua71260c5d6d1149b51eafc96ae45b10a_141688_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://reprex-next.netlify.app/media/img/blogposts_2021/nace_antitrust_map_hua71260c5d6d1149b51eafc96ae45b10a_141688_66cd552939abcbdfbcb0dec263a391b5.webp"
width="760"
height="421"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
Mapping NACE to Antitrust Markets.
&lt;/figcaption>&lt;/figure>
&lt;p>Available datasets use standard industry classification (such as NACE in the EU), which is often very different from what we call a product market in microeconomics. Product markets are defined by demand, and supply-side substitutability, which is a dynamically evolving feature and difficult to capture systematically on a wider scale. But with the recent proliferation of data and the growth (and fall in price) of computing power, I am positive that we could attempt to map out the European economy along these product market boundaries. Of course this is not without any challenge. For example in digital markets, traditional ways to define markets have caused serious challenges to competition authorities around the world.&lt;/p>
&lt;p>I believe that there is an immensely rich, and largely unexplored source of information in unstructured textual data that would be hugely useful for applied microeconomic works, including my own area of IO and competition policy. This includes a large corpus of administrative and court decisions that relate to businesses, such as merger control decisions of the European Commission. To give two examples from my experience, we’ve used a large corpus of news reports related to various firms to gauge the reputational impact of European Commission cartel investigations, or we’ve trained an algorithm to be able to classify US legislative bills and predict whether they have been lobbied or not. Finding a way to collect and convert this unstructured data into a format that is relevant and useful for users is not a trivial challenge, but is one of the most exciting parts of our Economy Data Observatory plans (see related &lt;a href="https://economy.dataobservatory.eu/post/2021-06-02-data-curator-peter-ormosi/" target="_blank" rel="noopener">project plan&lt;/a>).&lt;/p>
&lt;figure id="figure-finding-a-way-to-collect-and-convert-this-unstructured-data-into-a-format-that-is-relevant-and-useful-for-users-is-not-a-trivial-challenge-but-is-one-of-the-most-exciting-parts-of-our-economy-data-observatory-plans">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Finding a way to collect and convert this unstructured data into a format that is relevant and useful for users is not a trivial challenge, but is one of the most exciting parts of our Economy Data Observatory plans." srcset="
/media/img/blogposts_2021/lobbying_activity_huaca4ce6dfe71dde6ecb4cb216aeea2cb_73810_114e11f8942bc563c860bdcb866e7252.webp 400w,
/media/img/blogposts_2021/lobbying_activity_huaca4ce6dfe71dde6ecb4cb216aeea2cb_73810_0326263e6a52a089e421bae6c60ad6df.webp 760w,
/media/img/blogposts_2021/lobbying_activity_huaca4ce6dfe71dde6ecb4cb216aeea2cb_73810_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://reprex-next.netlify.app/media/img/blogposts_2021/lobbying_activity_huaca4ce6dfe71dde6ecb4cb216aeea2cb_73810_114e11f8942bc563c860bdcb866e7252.webp"
width="760"
height="428"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
Finding a way to collect and convert this unstructured data into a format that is relevant and useful for users is not a trivial challenge, but is one of the most exciting parts of our Economy Data Observatory plans.
&lt;/figcaption>&lt;/figure>
&lt;p>&lt;strong>What is an idea that you consider will be a game changer for researchers and/or policymakers?&lt;/strong>&lt;/p>
&lt;p>Partly talking in the past tense, the use of data driven approaches, automation in research, and machine learning have been increasingly influential and I think this trend will continue to all areas of social science. 10 years ago, to do machine learning, you had to build your models from scratch, typically requiring a solid understanding of programming and linear algebra. Today, there are readily available deep learning frameworks like TensorFlow, Keras, PyTorch, to design a neural network for your own application. 10 years ago, natural language processing would have only been relevant for a small group of computational linguists. Today we have massive word embedding models trained on an enormous corpus of texts, at the fingertip of any researcher. 10 years ago, the cost of computing power would have made it prohibitive for most researchers to run even relatively shallow neural networks. Today, I can run complex deep learning models on my laptop using cloud computing servers. As a result of these developments, whereas 10 years ago one would have needed a small (or large) research team to explore certain research questions, much of this can now be automated and be done by a single researcher. For researchers without access to large research grants and without the ability to hire a research team, this has truly been an amazing victory for the democratisation of research.&lt;/p>
&lt;figure id="figure-you-can-already-try-out-our-api">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="https://reprex-next.netlify.app/img/observatory_screenshots/EDO_API_indicator_table.png" alt="You can already try out our API." loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
You can already try out our API.
&lt;/figcaption>&lt;/figure>
&lt;p>&lt;strong>Do you have a favorite, or most used open governmental or open science data source? What do you think about it? Could it be improved?&lt;/strong>&lt;/p>
&lt;p>As a competition economist, I tend to need very specific data for each research question I’m working on, which has to be collected from scratch. On the other hand, most works do require us to use data that has already been collected and made available. For example, access to census data has been immensely useful in ensuring that we can control for local demographic features, in papers where local competition plays a role. Census data is made readily available by most governments, but I particularly liked the Australian data, partly because they run a census every 5 years, but also because they have made the data available through a great table making tool.&lt;/p>
&lt;p>&lt;strong>Is there a number that recently surprised you? What was it?&lt;/strong>&lt;/p>
&lt;p>I have these moments of surprise fairly frequently. To give one example from something I&amp;rsquo;m currently working on, looking at the distributional impact of increasing market concentration, we’ve found that low income households experience a larger increase in the petrol retail margin when market concentration increases than high income households. This fits nicely with theoretical works on search in homogeneous costs, i.e. low income households are less good at engaging with the market, and, as a result, if suppliers can price discriminate, they will charge a higher margin to these households.&lt;/p>
&lt;p>The figure below shows our raw data (18 years of petrol station level daily price data from Western Australia) for low and high income areas, and the increase in the margin following an increase in market concentration (vertical dotted line). The left hand side, low income areas, displays a large increase in the margin (when compared to a control group), whereas the right hand side (high income households) experience no change. In our paper of course we build a fairly data intensive quasi experiment for identification of the treatment effect of changing market concentration on the price margin applied to various demographic groups.&lt;/p>
&lt;figure id="figure-surprising-findings-market-concentration-and-margin-changes-for-petrol-stations">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Surprising findings: market concentration and margin changes for petrol stations." srcset="
/media/img/blogposts_2021/retail_margins_hu4f7a420529861d0e923a9b45359f33fd_73580_00c6b301134458376098673460585fff.webp 400w,
/media/img/blogposts_2021/retail_margins_hu4f7a420529861d0e923a9b45359f33fd_73580_d3d458b83caa89066277276d706b9d0c.webp 760w,
/media/img/blogposts_2021/retail_margins_hu4f7a420529861d0e923a9b45359f33fd_73580_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://reprex-next.netlify.app/media/img/blogposts_2021/retail_margins_hu4f7a420529861d0e923a9b45359f33fd_73580_00c6b301134458376098673460585fff.webp"
width="760"
height="565"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
Surprising findings: market concentration and margin changes for petrol stations.
&lt;/figcaption>&lt;/figure>
&lt;p>&lt;strong>Do you have a good example of really good, or really bad use of data science /data curation?&lt;/strong>&lt;/p>
&lt;p>Out of professional courtesy I really wouldn’t like to mention names from academic research as examples of bad use of data. But there are ample examples from newspaper coverage of data related work, or simply the misuse of data by newspapers. This may be intentional but is often a result of journalists not having the necessary training in using and analysing data.&lt;/p>
&lt;p>When the press finds a piece of academic research interesting, often bad things come out of it. This is often because not all journalists are well equipped to interpret scientific findings. As a result, sometimes conclusions are drawn as a result of a misinterpretation of good data analysis. Correlation interpreted as causation is a frequently recurring example. Equally bad is press coverage changes the incentive system of producing good research, when scientists work too hard for their work to be noticed by the press, and sacrifice scientific rigour in data analysis for the sake of media attention. There can also be less discernible but equally damaging errors.&lt;/p>
&lt;p>In some cases requiring to pre disclose the tests the research is going to run on data helps maintain credibility in many instances. Moreover, I am always a bit suspicious if the authors do not give access to their data for reproduction.&lt;/p>
&lt;figure id="figure-our-economy-data-observatory-places-all-new-indicators-on-zenodo-with-a-doi-and-asks-future-individual-contributors-their-data-for-replication-there">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="https://reprex-next.netlify.app/img/observatory_screenshots/edo_and_zenodo.jpg" alt="Our Economy Data Observatory places all new indicators on Zenodo with a DOI, and asks future individual contributors their data for replication there." loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
Our Economy Data Observatory places all new indicators on Zenodo with a DOI, and asks future individual contributors their data for replication there.
&lt;/figcaption>&lt;/figure>
&lt;p>&lt;strong>What do you see as the greatest challenge with open data in 2021?&lt;/strong>&lt;/p>
&lt;p>The things I mentioned above about the democratisation of research driven by automation and access to big data does raise serious challenges as well. The obvious one is to do with the fact that there are enormous economies of scale in the use of data. As such, larger players will always be better positioned to outdo their smaller competitors, simply as a result of their superior data and infrastructure (for example having more granular consumer data allowing them to offer better designed customised experience for the consumer). Like many others, I see this as the biggest challenge for open data - to level the playing field for smaller players. This is not a trivial task at all; and even if, miraculously, small businesses could access the same data as the biggest players, they still would not have the capacity or the ability to use this data. So allowing access to data alone is unlikely to solve any of these problems. I would say that fostering engagement with open data is probably as big a challenge as creating the open data in the first place.&lt;/p>
&lt;p>&lt;strong>How do you envision the Economy Data Observatory making open data more credible in the European economic policy community and accepted as verified information?&lt;/strong>&lt;/p>
&lt;p>I think starting with a focused agenda is a good idea. For example, linking up with the Centre for Competition Policy means that we have an initial focus of competition policy relevant economic data. This is still a large domain, but it is one where we have ample expertise. Starting with specific research questions such as linking competition enforcement and merger decisions to related information on innovation and ownership data puts the Economy Data Observatory at the heart of some of the most topical policy questions, such as the role of killer acquisitions (acquisitions with the intent to kill of sources of rival innovation), or common ownership, both of which are increasingly discussed in policy and practitioner circles. Once we established ourselves as a credible source of data in the competition policy community, we can look into joining this up with other policy areas, and also with our other Data Observatories (&lt;a href="https://music.dataobservatory.eu/" target="_blank" rel="noopener">Music&lt;/a> and &lt;a href="https://greendeal.dataobservatory.eu/" target="_blank" rel="noopener">Green Deal&lt;/a>).&lt;/p>
&lt;figure id="figure-join-our-open-collaboration-economy-data-observatory-team-as-a-data-curatorauthorscurator-developerauthorsdeveloper-or-business-developerauthorsteam-or-share-your-data-in-our-public-repository-economy-data-observatory-on-zenodohttpszenodoorgcommunitieseconomy_observatory">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="https://reprex-next.netlify.app/img/observatory_screenshots/edo_and_zenodo.png" alt="Join our open collaboration Economy Data Observatory team as a [data curator](/authors/curator), [developer](/authors/developer) or [business developer](/authors/team), or share your data in our public repository [Economy Data Observatory on Zenodo](https://zenodo.org/communities/economy_observatory/)" loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
Join our open collaboration Economy Data Observatory team as a &lt;a href="https://reprex-next.netlify.app/authors/curator">data curator&lt;/a>, &lt;a href="https://reprex-next.netlify.app/authors/developer">developer&lt;/a> or &lt;a href="https://reprex-next.netlify.app/authors/team">business developer&lt;/a>, or share your data in our public repository &lt;a href="https://zenodo.org/communities/economy_observatory/" target="_blank" rel="noopener">Economy Data Observatory on Zenodo&lt;/a>
&lt;/figcaption>&lt;/figure>
&lt;h2 id="join-us">Join us&lt;/h2>
&lt;p>&lt;em>Join our open collaboration Economy Data Observatory team as a &lt;a href="https://reprex-next.netlify.app/authors/curator">data curator&lt;/a>, &lt;a href="https://reprex-next.netlify.app/authors/developer">developer&lt;/a> or &lt;a href="https://reprex-next.netlify.app/authors/team">business developer&lt;/a>. More interested in environmental impact analysis? Try our &lt;a href="https://greendeal.dataobservatory.eu/#contributors" target="_blank" rel="noopener">Green Deal Data Observatory&lt;/a> team! Or your interest lies more in data governance, trustworthy AI and other digital market problems? Check out our &lt;a href="https://music.dataobservatory.eu/#contributors" target="_blank" rel="noopener">Digital Music Observatory&lt;/a> team!&lt;/em>&lt;/p></description></item><item><title>Reprex is Contesting all Three Challenges of the EU Datathon 2021 Prize</title><link>https://reprex-next.netlify.app/post/2021-05-21-eu-datathon-2021/</link><pubDate>Fri, 21 May 2021 20:00:00 +0000</pubDate><guid>https://reprex-next.netlify.app/post/2021-05-21-eu-datathon-2021/</guid><description>&lt;p>Reprex, a Dutch start-up enterprise formed to utilize open source software and open data, is looking for partners in an agile, open collaboration to win at least one of the three EU Datathon Prizes. We are looking for policy partners, academic partners and a consultancy partner. Our project is based on agile, open collaboration with three types of contributors.&lt;/p>
&lt;p>With our competing prototypes we want to show that we have a research automation technology that can find open data, process it and validate it into high-quality business, policy or scientific indicators, and release it with daily refreshments in a modern API.&lt;/p>
&lt;p>We are looking for institutions to challenge us with their data problems, and sponsors to increase our capacity. Over then next 5 months, we need to find a sustainable business model for a high-quality and open alternative to other public data programs.&lt;/p>
&lt;h2 id="the-eu-datathon-2021-challenge">The EU Datathon 2021 Challenge&lt;/h2>
&lt;ul>
&lt;li>
&lt;p>&lt;em>To take part, you should propose the development of an application that links and uses open datasets.&lt;/em> - our &lt;a href="https://music.dataobservatory.eu/#contributors" target="_blank" rel="noopener">data curator team&lt;/a>&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;em>Your application &amp;hellip; is also expected to find suitable new approaches and solutions to help Europe achieve important goals set by the European Commission through the use of open data.&lt;/em>” - this application is developed by our &lt;a href="https://greendeal.dataobservatory.eu/#contributors" target="_blank" rel="noopener">technology contributors&lt;/a>&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;em>Your application should showcase opportunities for concrete business models or social enterprises.&lt;/em> - our &lt;a href="https://economy.dataobservatory.eu/#contributors" target="_blank" rel="noopener">service development team&lt;/a> is working to make this happen!&lt;/p>
&lt;/li>
&lt;li>
&lt;p>We use open source software and open data. The applications are hosted on the cloud resources of &lt;a href="#reprex">Reprex&lt;/a>, an early-stage technology startup currently building a viable, open-source, open-data business model to create reproducible research products.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>We are working together with experts in the domain as curators (check out our guidelines if you want to join: &lt;a href="https://curators.dataobservatory.eu/data-curators.html" target="_blank" rel="noopener">Data Curators: Get Inspired!&lt;/a>).&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Our development team works on an open collaboration basis. Our indicator R packages, and our services are developed together with &lt;a href="https://music.dataobservatory.eu/author/ropengov/" target="_blank" rel="noopener">rOpenGov&lt;/a>.&lt;/p>
&lt;/li>
&lt;/ul>
&lt;h2 id="mission-statement">Mission statement&lt;/h2>
&lt;p>We want to win an &lt;a href="https://op.europa.eu/en/web/eudatathon" target="_blank" rel="noopener">EU Datathon prize&lt;/a> by processing the vast, already-available governmental and scientific open data made usable for policy-makers, scientific researchers, and business researcher end-users.&lt;/p>
&lt;p>“&lt;em>To take part, you should propose the development of an application that links and uses open datasets. Your application should showcase opportunities for concrete business models or social enterprises. It is also expected to find suitable new approaches and solutions to help Europe achieve important goals set by the European Commission through the use of open data.&lt;/em>”&lt;/p>
&lt;p>We aim to win at least one first prize in the EU Datathon 2021. We are contesting &lt;strong>all three&lt;/strong> challenges, which are related to the EU’s official strategic policies for the coming decade.&lt;/p>
&lt;h2 id="challenge-1-a-european-grean-deel">Challenge 1: A European Grean Deel&lt;/h2>
&lt;figure id="figure-our-green-deal-data-observatory-connects-socio-economic-and-environmental-data-to-help-understanding-and-combating-climate-change">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="https://reprex-next.netlify.app/media/img/observatory_screenshots/GD_Observatory_opening_page.png" alt="Our Green Deal Data Observatory connects socio-economic and environmental data to help understanding and combating climate change." loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
Our Green Deal Data Observatory connects socio-economic and environmental data to help understanding and combating climate change.
&lt;/figcaption>&lt;/figure>
&lt;p>Challenge 1: &lt;a href="https://ec.europa.eu/info/strategy/priorities-2019-2024/european-green-deal_en" target="_blank" rel="noopener">A European Green Deal&lt;/a>, with a particular focus on the &lt;a href="https://ec.europa.eu/commission/presscorner/detail/en/ip_20_2323" target="_blank" rel="noopener">The European Climate Pact&lt;/a>, the &lt;a href="https://ec.europa.eu/info/food-farming-fisheries/farming/organic-farming/organic-action-plan_en" target="_blank" rel="noopener">Organic Action Plan&lt;/a>, and the &lt;a href="https://ec.europa.eu/commission/presscorner/detail/en/IP_21_111" target="_blank" rel="noopener">New European Bauhaus&lt;/a>, i.e., mitigation strategies.&lt;/p>
&lt;p>Climate change and environmental degradation are an existential threat to Europe and the world. To overcome these challenges, the European Union created the European Green Deal strategic plan, which aims to make the EU’s economy sustainable by turning climate and environmental challenges into opportunities and making the transition just and inclusive for all.&lt;/p>
&lt;p>Our &lt;a href="http://greendeal.dataobservatory.eu/" target="_blank" rel="noopener">Green Deal Data Observatory&lt;/a> is a modern reimagination of existing ‘data observatories’; currently, there are over 70 permanent international data collection and dissemination points. One of our objectives is to understand why the dozens of the EU’s observatories do not use open data and reproducible research. We want to show that open governmental data, open science, and reproducible research can lead to a higher quality and faster data ecosystem that fosters growth for policy, business, and academic data users.&lt;/p>
&lt;p>We provide high quality, tidy data through a modern API which enables data flows between public and proprietary databases. We believe that introducing Open Policy Analysis standards with open data, open-source software, and research automation, can help the Green Deal policymaking process. Our collaboration is open for individuals, citizens scientists, research institutes, NGOS, and companies.&lt;/p>
&lt;h2 id="challenge-2-a-europe-fit-for-the-digital-age">Challenge 2: A Europe fit for the digital age&lt;/h2>
&lt;figure id="figure-our-economy-data-observatory-will-focus-on-competition-small-and-medium-sized-enterprizes-and-robotization">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="https://reprex-next.netlify.app/media/img/observatory_screenshots/edo_opening_page.jpg" alt="Our Economy Data Observatory will focus on competition, small and medium sized enterprizes and robotization." loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
Our Economy Data Observatory will focus on competition, small and medium sized enterprizes and robotization.
&lt;/figcaption>&lt;/figure>
&lt;p>Challenge 2: &lt;a href="https://ec.europa.eu/info/strategy/priorities-2019-2024/economy-works-people_en#:~:text=Individuals%20and%20businesses%20in%20the,needs%20of%20the%20EU%27s%20citizens." target="_blank" rel="noopener">An economy that works for people&lt;/a>, with a particular focus on the &lt;a href="https://ec.europa.eu/info/strategy/priorities-2019-2024/economy-works-people/internal-market_en" target="_blank" rel="noopener">Single market strategy&lt;/a>, and particular attention to the strategy’s goals of 1. Modernising our standards system, 2. Consolidating Europe’s intellectual property framework, and 3. Enabling the balanced development of the collaborative economy strategic goals.&lt;/p>
&lt;p>Big data and automation create new inequalities and injustices and have the potential to create a jobless growth economy. Our &lt;a href="https://economy.dataobservatory.eu/" target="_blank" rel="noopener">Economy Data Observatory&lt;/a> is a fully automated, open source, open data observatory that produces new indicators from open data sources and experimental big data sources, with authoritative copies and a modern API.&lt;/p>
&lt;p>Our observatory monitors the European economy to protect consumers and small companies from unfair competition, both from data and knowledge monopolization and robotization. We take a critical Small and Medium-Sized Enterprises (SME)-, intellectual property, and competition policy point of view of automation, robotization, and the AI revolution on the service-oriented European social market economy.&lt;/p>
&lt;p>We would like to create early-warning, risk, economic effect, and impact indicators that can be used in scientific, business, and policy contexts for professionals who are working on re-setting the European economy after a devastating pandemic in the age of AI. We are particularly interested in designing indicators that can be early warnings for killer acquisitions, algorithmic and offline discrimination against consumers based on nationality or place of residence, and signs of undermining key economic and competition policy goals. Our goal is to help small and medium-sized enterprises and start-ups to grow, and to furnish data that encourages the financial sector to provide loans and equity funds for their growth.&lt;/p>
&lt;h2 id="challenge-3-a-europe-fit-for-the-digital-age">Challenge 3: A Europe fit for the digital age&lt;/h2>
&lt;figure id="figure-our-digital-music-observatory-is-not-only-a-demo-of-the-european-music-observatory-but-a-testing-ground-for-data-governance-digital-servcies-act-and-trustworthy-ai-problems">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="https://reprex-next.netlify.app/media/img/observatory_screenshots/dmo_opening_screen.png" alt="Our Digital Music Observatory is not only a demo of the European Music Observatory, but a testing ground for data governance, Digital Servcies Act, and trustworthy AI problems." loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
Our Digital Music Observatory is not only a demo of the European Music Observatory, but a testing ground for data governance, Digital Servcies Act, and trustworthy AI problems.
&lt;/figcaption>&lt;/figure>
&lt;p>Challenge 3: &lt;a href="https://ec.europa.eu/info/strategy/priorities-2019-2024/europe-fit-digital-age_en" target="_blank" rel="noopener">A Europe fit for the digital age&lt;/a>, with a particular focus &lt;a href="https://ec.europa.eu/info/strategy/priorities-2019-2024/europe-fit-digital-age/excellence-trust-artificial-intelligence_en" target="_blank" rel="noopener">Artificial Intelligence&lt;/a>, the &lt;a href="https://ec.europa.eu/info/strategy/priorities-2019-2024/europe-fit-digital-age/european-data-strategy_en" target="_blank" rel="noopener">European Data Strategy&lt;/a>, the &lt;a href="https://ec.europa.eu/info/strategy/priorities-2019-2024/europe-fit-digital-age/digital-services-act-ensuring-safe-and-accountable-online-environment_en" target="_blank" rel="noopener">Digital Services Act&lt;/a>, &lt;a href="https://digital-strategy.ec.europa.eu/en/policies/digital-skills-and-jobs" target="_blank" rel="noopener">Digital Skills&lt;/a> and &lt;a href="https://digital-strategy.ec.europa.eu/en/policies/connectivity" target="_blank" rel="noopener">Connectivity&lt;/a>.&lt;/p>
&lt;p>The &lt;a href="https://music.dataobservatory.eu/" target="_blank" rel="noopener">Digital Music Observatory&lt;/a> (DMO) is a fully automated, open source, open data observatory that creates public datasets to provide a comprehensive view of the European music industry. It provides high-quality and timely indicators in all four pillars of the planned official European Music Observatory as a modern, open source and largely open data-based, automated, API-supported alternative solution for this planned observatory. The insight and methodologies we are refining in the DMO are applicable and transferable to about 60 other data observatories funded by the EU which do not currently employ governmental or scientific open data.&lt;/p>
&lt;p>Music is one of the most data-driven service industries where most sales are currently executed by AI-driven autonomous systems that influence market shares and intellectual property remuneration. We provide a template that enables making these AI-driven systems accountable and trustworthy, with the goal of re-balancing the legitimate interests of creators, distributors, and consumers. Within Europe, this new balance will be an important use case of the European Data Strategy and the Digital Services Act.&lt;/p>
&lt;p>The DMO is a fully functional service that can serve as a testing ground of the European Data Strategy. It can showcase the ways in which the music industry is affected by the problems that the Digital Services Act and European Trustworthy AI initiatives attempt to regulate. It is being built in open collaboration with national music stakeholders, NGOs, academic institutions, and industry groups.&lt;/p>
&lt;p>Our Product/Market Fit was validated in the world’s 2nd ranked university-backed incubator program, the &lt;a href="https://music.dataobservatory.eu/post/2020-09-25-yesdelft-validation/" target="_blank" rel="noopener">Yes!Delft AI Validation Lab&lt;/a>. We are currently developing this project with the help of the &lt;a href="https://www.jumpmusic.eu/fellow2021/automated-music-observatory/" target="_blank" rel="noopener">JUMP European Music Market Accelerator&lt;/a> program.&lt;/p>
&lt;h2 id="problem-statement">Problem Statement&lt;/h2>
&lt;p>The EU has an 18-year-old open data regime and it makes public taxpayer-funded data in the values of tens of billions of euros per year; the Eurostat program alone handles 20,000 international data products, including at least 5,000 pan-European environmental indicators.&lt;/p>
&lt;p>As open science principles gain increased acceptance, scientific researchers are making hundreds of thousands of valuable datasets public and available for replication every year.&lt;/p>
&lt;p>The EU, the OECD, and UN institutions run around 100 data collection programs, so-called ‘data observatories’ that more or less avoid touching this data, and buy proprietary data instead. Annually, each observatory spends between 50 thousand and 3 million EUR on collecting untidy and proprietary data of inconsistent quality, while never even considering open data.&lt;/p>
&lt;figure id="figure-our-automated-data-observatories-are-modern-reimaginations-of-the-existing-observatories-that-do-not-use-open-data-and-research-automation">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="https://reprex-next.netlify.app/media/img/observatory_screenshots/observatory_collage_16x9_800.png" alt="Our automated data observatories are modern reimaginations of the existing observatories that do not use open data and research automation." loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
Our automated data observatories are modern reimaginations of the existing observatories that do not use open data and research automation.
&lt;/figcaption>&lt;/figure>
&lt;p>The problem with the current EU data strategy is that while it produces enormous quantities of valuable open data, in the absence of common basic data science and documentation principles, it seems often cheaper to create new data than to put the existing open data into shape.&lt;/p>
&lt;p>This is an absolute waste of resources and efforts. With a few R packages and our deep understanding of advanced data science techniques, we can create valuable datasets from unprocessed open data. In most domains, we are able to repurpose data originally created for other purposes at a historical cost of several billions of euros, converting these unused data assets into valuable datasets that can replace tens of millions’ worth of proprietary data.&lt;/p>
&lt;p>What we want to achieve with this project – and we believe such an accomplishment would merit one of the first prizes - is to add value to a significant portion of pre-existing EU open data (for example, available on &lt;a href="https://data.europa.eu/data/" target="_blank" rel="noopener">data.europa.eu/data&lt;/a>) by re-processing and integrating them into a modern, tidy database with an API access, and to find a business model that emphasises a triangular use of data in 1. business, 2. science and 3. policy-making. Our mission is to modernize the concept of &lt;code>data observatories.&lt;/code>&lt;/p></description></item><item><title>Recommendation Systems: What can Go Wrong with the Algorithm?</title><link>https://reprex-next.netlify.app/post/2021-05-16-recommendation-outcomes/</link><pubDate>Thu, 06 May 2021 07:10:00 +0000</pubDate><guid>https://reprex-next.netlify.app/post/2021-05-16-recommendation-outcomes/</guid><description>&lt;p>Traitors in a war used to be executed by firing squad, and it was a psychologically burdensome task for soldiers to have to shoot former comrades. When a 10-marksman squad fired 8 blank and 2 live ammunition, the traitor would be 100% dead, and the soldiers firing would walk away with a semblance of consolation in the fact they had an 80% chance of not having been the one that killed a former comrade. This is a textbook example of assigning responsibility and blame in systems. AI-driven systems such as the YouTube or Spotify recommendation systems, the shelf organization of Amazon books, or the workings of a stock photo agency come together through complex processes, and when they produce undesirable results, or, on the contrary, they improve life, it is difficult to assign blame or credit.&lt;/p>
&lt;p>&lt;em>This is the edited text of my presentation on Copyright Data Improvement in the EU – Towards Better Visibility of European
Content and Broader Licensing Opportunities in the Light of New Technologies&lt;/em> - &lt;a href="https://reprex-next.netlify.app/documents/Copyright_Data_Improvement_Workshop_Programme.pdf" target="_blank">download the entire webinar&amp;rsquo;s agenda&lt;/a>.&lt;/p>
&lt;figure id="figure-assigning-and-avoding-blame">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="https://reprex-next.netlify.app/media/presentations/D_Antal_IVIR_Webinar_2021-05-06/Slide2.PNG" alt="Assigning and avoding blame." loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
Assigning and avoding blame.
&lt;/figcaption>&lt;/figure>
&lt;p>If you do not see enough women on streaming charts, or if you think that the percentage of European films on your favorite streaming provider—or Slovak music on your music streaming service—is too low, you have to be able to distribute the blame in more precise terms than just saying “it’s the system” that is stacked up against women, small countries, or other groups. We need to be able to point the blame more precisely in order to effect change through economic incentives or legal constraints.&lt;/p>
&lt;p>This is precisely the type of work we are doing with the continued support of the Slovak national rightsholder organizations, as well as in our research in the United Kingdom. We try to understand why classical musicians are paid less, or why 15% of Slovak, Estonian, Dutch, and Hungarian artists never appear on anybody’s personalized recommendations. We need to understand how various AI-driven systems operate, and one approach would at the very least model and assign blame for undesirable outcomes in probabilistic terms. The problem is usually not that an algorithm is nasty and malicious; Algorithms are often trained through “machine learning” techniques, and often, machines “learn” from biased, faulty, or low-quality information.&lt;/p>
&lt;figure id="figure-outcomes-what-can-go-wrong-with-a-recommendation-system">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="https://reprex-next.netlify.app/media/presentations/D_Antal_IVIR_Webinar_2021-05-06/Slide3.PNG" alt="Outcomes: What Can Go Wrong With a Recommendation System?" loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
Outcomes: What Can Go Wrong With a Recommendation System?
&lt;/figcaption>&lt;/figure>
&lt;p>In complex systems there are hardly ever singular causes that explain undesired outcomes; in the case of algorithmic bias in music streaming, there is no single bullet that eliminates women from charts or makes Slovak or Estonian language content less valuable than that in English. Some apparent causes may in fact be “blank cartridges,” and the real fire might come from unexpected directions. Systematic, robust approaches are needed in order to understand what it is that may be working against female or non-cisgender artists, long-tail works, or small-country repertoires.&lt;/p>
&lt;p>Some examples of “undesirable outcomes” in recommendation engines might include:&lt;/p>
&lt;ul>
&lt;li>Recommending too small a proportion of female or small country artists; or recommending artists that promote hate and violence.&lt;/li>
&lt;li>Placing Slovak books on lower shelves.&lt;/li>
&lt;li>Making the works of major labels easier to find than those of independent labels.&lt;/li>
&lt;li>Placing a lower number of European works on your favorite video or music streaming platform’s start window than local television or radio regulations would require.&lt;/li>
&lt;li>Filling up your social media newsfeed with fake news about covid-19 spread by some malevolent agents.&lt;/li>
&lt;/ul>
&lt;p>These undesirable outcomes are sometimes illegal as they may go against non-discrimination or competition law. (See our ideas on what can go wrong &amp;ndash; &lt;a href="https://dataandlyrics.com/publication/music_level_playing_field_2021/" target="_blank" rel="noopener">Music Streaming: Is It a Level Playing Field?&lt;/a>) They may undermine national or EU-level cultural policy goals, media regulation, child protection rules, and fundamental rights protection against discrimination without basis. They may make Slovak artists earn significantly less than American artists.&lt;/p>
&lt;figure id="figure-metadata-problems-no-single-bullet-theory">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="https://reprex-next.netlify.app/media/presentations/D_Antal_IVIR_Webinar_2021-05-06/Slide4.PNG" alt="Metadata problems: no single bullet theory" loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
Metadata problems: no single bullet theory
&lt;/figcaption>&lt;/figure>
&lt;p>In our &lt;a href="https://dataandlyrics.com/publication/listen_local_2020/" target="_blank" rel="noopener">work in Slovakia&lt;/a>, we reverse engineered some of these undesirable outcomes. Popular video and music streaming recommendation systems have at least three major components based on machine learning:&lt;/p>
&lt;ol>
&lt;li>
&lt;p>The users’ history – Is it that users’ history is sexist, or perhaps the training metadata database is skewed against women?&lt;/p>
&lt;/li>
&lt;li>
&lt;p>The works’ characteristics – are Dvorak’s works as well documented for the algorithm as Taylor Swift’s or Drake’s?&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Independent information from the internet – Does the internet write less about women artists?&lt;/p>
&lt;/li>
&lt;/ol>
&lt;p>In the making of a recommendation or an autonomous playlist, these sources of information can be seen as “metadata” concerning a copyright-protected work (as well as its right-protected recorded fixation.) More often than not, we are not facing a malicious algorithm when we see undesirable system outcomes. The usual problem is that the algorithm is learning from data that is historically biased against women or biased for British and American artists, or that it is only able to find data in English language film and music reviews.
Metadata plays an incredibly important role in supporting or undermining general music education, media policy, copyright policy, or competition rules. If a video or music steaming platform’s algorithm is unaware of the music that music educators find suitable for Slovak or Estonian teenagers, then it will not recommend that music to your child.&lt;/p>
&lt;p>Furthermore, metadata is very costly. In the case of cultural heritage, European states and the EU itself have been traditionally investing in metadata with each technological innovation. For Dvorak’s or Beethoven’s works, various library descriptions were made in the analogue world, then work and recording identifiers were assigned to CDs and mp3s, and eventually we must describe them again in a way intelligible for contemporary autonomous systems. In the case of classical music and literature, early cinema, or reproductions of artworks, we have public funding schemes for this work. But this seems not to be enough. In the current economy of streaming, the increasingly low income generated by most European works is insufficient to even cover the cost of proper documentation, which then sends that part of the European repertoire into a self-fulfilling oblivion: the algorithm cannot “learn” its properties and it never shows these works to users and audiences.&lt;/p>
&lt;p>Until now, in most cases, it was assumed that it is the artists or their representative’s duty to provide high quality metadata, but in the analogue era, or in the era of individual digital copies, we did not anticipate that the sales value will not even cover the documentation cost. We must find technical solutions with interoperability and new economic incentives to create proper metadata for Europe’s cultural products. With that, we can cover one area out of the three possible problem terrains.&lt;/p>
&lt;p>But this is not enough. We need to address the question of how new, better Algorithms can learn from user history and avoid amplifying pre-existing bias against women or hateful speech. We need to make sure that when Algorithms are “scraping” the internet, they do so in an accountable way that does not make small language repertoires vulnerable.&lt;/p>
&lt;figure id="figure-incentives-and-investments-into-metadata">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="https://reprex-next.netlify.app/media/presentations/D_Antal_IVIR_Webinar_2021-05-06/Slide5.PNG" alt="Incentives and investments into metadata" loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
Incentives and investments into metadata
&lt;/figcaption>&lt;/figure>
&lt;p>&lt;a href="https://dataandlyrics.com/publication/european_visibilitiy_2021/" target="_blank" rel="noopener">In our paper&lt;/a> we argue for new regulatory considerations to create a better, and more accountable playing field for deploying Algorithms in a quasi-autonomous system, and we suggest further research to align economic incentives with the creation of higher quality and less biased metadata. The need for further research on how these large systems affect various fundamental rights, consumer or competition rights, or cultural and media policy goals cannot be overstated. The first step is to open and understand these autonomous systems. It is not enough to say that the firing squads of Big Tech are shooting women out from charts, ethnic minority artists from screens, and small language authors from the virtual bookshelves. We must put a lot more effort on researching the sources of the problems that make machine learning Algorithms behave in a way that is not compatible with our European values or regulations.&lt;/p>
&lt;p>*&lt;em>This blogpost was first published on our general interest blog &lt;a href="https://dataandlyrics.com/post/2021-05-16-recommendation-outcomes/" target="_blank" rel="noopener">Data &amp;amp; Lyrics&lt;/a>&lt;/em>&lt;/p></description></item><item><title>Feasibility Study On Promoting Slovak Music In Slovakia &amp; Abroad</title><link>https://reprex-next.netlify.app/post/2021-03-26-listen-local-feasibility/</link><pubDate>Thu, 25 Mar 2021 11:00:00 +0000</pubDate><guid>https://reprex-next.netlify.app/post/2021-03-26-listen-local-feasibility/</guid><description>&lt;h2 id="how-to-help-promote-local-music">How to help promote local music?&lt;/h2>
&lt;p>The new study opens the question of the local music promotion within the digital environment.
The Slovak Performing and Mechanical Rights Society (SOZA), the State51 music group in the United Kingdom, and the Slovak Arts Council commissioned Reprex to created a feasibility study which provides recommendations for better use of quotas for Slovak radio stations and which also maps the share and promotion of Slovak music within large streaming and media platforms such as Spotify.&lt;/p>
&lt;figure id="figure-what-should-a-good-local-content-policy-radio-quota-recommendation-system-streaming-quota-achieve">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="https://reprex-next.netlify.app/img/streaming/mind_map_goal_setting.jpg" alt="What should a good local content policy (radio quota, recommendation system, streaming quota) achieve?" loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
What should a good local content policy (radio quota, recommendation system, streaming quota) achieve?
&lt;/figcaption>&lt;/figure>
&lt;p>The study proposes best practices for the introduction of mandatory quotas for Slovak radio stations and points out how current recommendation systems used by large platforms such as Spotify, YouTube, or Apple hardly consider local music from smaller countries. Local music stands against competition consisting of million songs from the whole world, and for ordinary Slovak musicians, whose music doesn&amp;rsquo;t belong to the global hits playlists, it is almost impossible to get recommended by the recommendation systems of large platforms.&lt;/p>
&lt;h2 id="listen-local-app-for-discovering-new-music">Listen Local App for discovering new music&lt;/h2>
&lt;figure id="figure-we-aimed-to-create-a-demo-version-of-a-utility-based-transparent-accountable-recommendation-system">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="https://reprex-next.netlify.app/img/streaming/mind_map_recommendations.jpg" alt="We aimed to create a demo version of a utility-based, transparent, accountable recommendation system." loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
We aimed to create a demo version of a utility-based, transparent, accountable recommendation system.
&lt;/figcaption>&lt;/figure>
&lt;p>The solution to this problem could be the Listen Local App, built on a comprehensive reference database of local music, which we created as a demo version within the study. The app aims to help listeners discover more local music; the app also presents new and alternative ways for large digital platforms to recommend local artists. Through Listen Local, listeners search for artists and bands based on their taste and the city they are situated in. In this way, listeners can easily search for music by artists from particular cities or from the town they are about to visit.
We are releasing today the feasibility study in English and Slovak. We call for an open consultation to evaluate the results of this work and continue developing the Slovak Music Database, the Listen Local recommendation, and the AI validation system.&lt;/p>
&lt;p>Check out the &lt;a href="https://listenlocal.community/project/demo-app/" target="_blank" rel="noopener">Demo Listen Local App&lt;/a>. We explain here &lt;a href="https://listenlocal.community/post/2020-11-23-alternative-recommendations/" target="_blank" rel="noopener">why&lt;/a>.&lt;/p>
&lt;figure id="figure-screenshot-of-the-first-verison-of-the-demo-app">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="https://reprex-next.netlify.app/img/streaming/listen_local_app_1.png" alt="Screenshot of the first verison of the demo app." loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
Screenshot of the first verison of the demo app.
&lt;/figcaption>&lt;/figure>
&lt;h2 id="database">Database&lt;/h2>
&lt;p>The Slovak Music Database is connected to Reprex&amp;rsquo;s flagship project, the Demo Music Observatory, an open collaboration-based demo version of the planned European Music Observatory, currently being further developed in the JUMP Music Market Accelerator Programme supported by Music Moves Europe.&lt;/p>
&lt;p>The project website contains the &lt;a href="https://listenlocal.community/project/demo-sk-music-db/" target="_blank" rel="noopener">demo version of the Slovak Music Database&lt;/a>.&lt;/p>
&lt;h2 id="download-the-study">Download the Study&lt;/h2>
&lt;p>You can download the study here&lt;a href="https://reprex-next.netlify.app/publications/Listen_Local_Feasibility_Study_2020_SK.pdf" target="_blank">in Slovak&lt;/a> or &lt;a href="https://reprex-next.netlify.app/publications/Listen_Local_Feasibility_Study_2020_EN.pdf" target="_blank">in English&lt;/a>.&lt;/p>
&lt;h2 id="next-steps">Next steps&lt;/h2>
&lt;p>In the next phase of the work, we add further data to our Slovak Demo Music Database and carry out more and more experiments and educational activities to understand how Slovak music can become more visible and targeted. We are also bringing this project into an international collaboration for better utilization of R&amp;amp;D efforts and experiences throughout Europe. This agile project method originated in reproducible scientific practice and open-source software development and allows participation in large projects on any scale: from individual musicians and educators to large research universities and music distributors. Anyone can join in on the effort.&lt;/p>
&lt;p>Reprex is looking for further international partners; Reprex is currently part of the &lt;a href="https://reprex.nl/post/2021-02-16-nlaic/" target="_blank" rel="noopener">Dutch AI Coalition&lt;/a> and the &lt;a href="https://digital-strategy.ec.europa.eu/en/policies/european-ai-alliance" target="_blank" rel="noopener">European AI Alliance&lt;/a> project. SOZA and Reprex are committed to opening this project for international collaboration while ensuring that a significant part of the R&amp;amp;D activities remains in the Slovak Republic.&lt;/p>
&lt;p>We are preparing informal, online information sessions for artists, promoters, researchers, and developers to join our project.&lt;/p>
&lt;h2 id="contributors">Contributors&lt;/h2>
&lt;p>The Reprex team who contributed to the English version:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Budai, Sándor&lt;/strong>, programming and deployment&lt;/li>
&lt;li>&lt;strong>Dr. Emily H. Clarke&lt;/strong>, musicologist&lt;/li>
&lt;li>&lt;strong>Stef Koenis&lt;/strong>, musicologist, musician&lt;/li>
&lt;li>&lt;strong>Dr. Andrés Garcia Molina&lt;/strong>, data scientist, musicologist, editor&lt;/li>
&lt;li>&lt;strong>Kátya Nagy&lt;/strong>, music journalist, research assistant;&lt;/li>
&lt;/ul>
&lt;p>and the Slovak version:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Dáša Bulíková&lt;/strong>, musician, translator&lt;/li>
&lt;li>&lt;strong>Dominika Semaňáková&lt;/strong>, musicologist, editor, layout.&lt;/li>
&lt;/ul>
&lt;p>Special thanks to &lt;a href="https://dataandlyrics.com/post/2020-11-30-youniverse/" target="_blank" rel="noopener">Tammy Nižňanska &amp;amp; the Youniverse&lt;/a> for the case study.&lt;/p></description></item><item><title>Where Are People More Likely To Treat Climate Change as the Most Serious Global Problem?</title><link>https://reprex-next.netlify.app/post/2021-03-06-individual-join/</link><pubDate>Sat, 06 Mar 2021 00:00:00 +0000</pubDate><guid>https://reprex-next.netlify.app/post/2021-03-06-individual-join/</guid><description>&lt;pre>&lt;code>library(regions)
library(lubridate)
library(dplyr)
if ( dir.exists('data-raw') ) {
data_raw_dir &amp;lt;- &amp;quot;data-raw&amp;quot;
} else {
data_raw_dir &amp;lt;- file.path(&amp;quot;..&amp;quot;, &amp;quot;..&amp;quot;, &amp;quot;data-raw&amp;quot;)
}
&lt;/code>&lt;/pre>
&lt;p>The first results of our longitudinal table &lt;a href="post/2021-03-05-retroharmonize-climate/">were difficult to
map&lt;/a>, because the surveys used
an obsolete regional coding. We will adjust the wrong coding, when
possible, and join the data with the European Environment Agency’s (EEA)
Air Quality e-Reporting (AQ e-Reporting) data on environmental
pollution. We recoded the annual level for every available reporting
stations [&lt;em>not shown here&lt;/em>] and all values are in μg/m3. The period
under observation is 2014-2016. Data file:
&lt;a href="https://www.eea.europa.eu/data-and-maps/data/aqereporting-8" target="_blank" rel="noopener">https://www.eea.europa.eu/data-and-maps/data/aqereporting-8&lt;/a> (European
Environment Agency 2021).&lt;/p>
&lt;h2 id="recoding-the-regions">Recoding the Regions&lt;/h2>
&lt;p>Recoding means that the boundaries are unchanged, but the country
changed the names and codes of regions because there were other boundary
changes which did not affect our observation unit. We explain the
problem and the solution in greater detail in &lt;a href="http://netzero.dataobservatory.eu/post/2021-03-06-regions-climate/" target="_blank" rel="noopener">our
tutorial&lt;/a>
that aggregates the data on regional levels.&lt;/p>
&lt;pre>&lt;code>panel &amp;lt;- readRDS((file.path(data_raw_dir, &amp;quot;climate-panel.rds&amp;quot;)))
climate_data_geocode &amp;lt;- panel %&amp;gt;%
mutate ( year: lubridate::year(date_of_interview)) %&amp;gt;%
recode_nuts()
&lt;/code>&lt;/pre>
&lt;p>Let’s join the air pollution data and join it by corrected geocodes:&lt;/p>
&lt;pre>&lt;code>load(file.path(&amp;quot;data&amp;quot;, &amp;quot;air_pollutants.rda&amp;quot;)) ## good practice to use system-independent file.path
climate_awareness_air &amp;lt;- climate_data_geocode %&amp;gt;%
rename ( region_nuts_codes : .data$code_2016) %&amp;gt;%
left_join ( air_pollutants, by: &amp;quot;region_nuts_codes&amp;quot; ) %&amp;gt;%
select ( -all_of(c(&amp;quot;w1&amp;quot;, &amp;quot;wex&amp;quot;, &amp;quot;date_of_interview&amp;quot;,
&amp;quot;typology&amp;quot;, &amp;quot;typology_change&amp;quot;, &amp;quot;geo&amp;quot;, &amp;quot;region&amp;quot;))) %&amp;gt;%
mutate (
# remove special labels and create NA_numeric_
age_education: retroharmonize::as_numeric(age_education)) %&amp;gt;%
mutate_if ( is.character, as.factor) %&amp;gt;%
mutate (
# we only have responses from 4 years, and this should be treated as a categorical variable
year: as.factor(year)
) %&amp;gt;%
filter ( complete.cases(.) )
&lt;/code>&lt;/pre>
&lt;p>The &lt;code>climate_awareness_air&lt;/code> data frame contains the answers of 75086
individual respondents. 17.07% thought that climate change was the most
serious world problem and 33.6% mentioned climate change as one of the
three most important global problems.&lt;/p>
&lt;pre>&lt;code>summary ( climate_awareness_air )
## rowid serious_world_problems_first
## ZA5877_v2-0-0_1 : 1 Min. :0.0000
## ZA5877_v2-0-0_10 : 1 1st Qu.:0.0000
## ZA5877_v2-0-0_100 : 1 Median :0.0000
## ZA5877_v2-0-0_1000 : 1 Mean :0.1707
## ZA5877_v2-0-0_10000: 1 3rd Qu.:0.0000
## ZA5877_v2-0-0_10001: 1 Max. :1.0000
## (Other) :75080
## serious_world_problems_climate_change isocntry
## Min. :0.000 BE : 3028
## 1st Qu.:0.000 CZ : 3023
## Median :0.000 NL : 3019
## Mean :0.336 SK : 3000
## 3rd Qu.:1.000 SE : 2980
## Max. :1.000 DE-W : 2978
## (Other):57058
## marital_status age_education
## (Re-)Married: without children :13242 18 :15485
## (Re-)Married: children this marriage :12696 19 : 7728
## Single: without children : 7650 16 : 5840
## (Re-)Married: w children of this marriage: 6520 still studying: 5098
## (Re-)Married: living without children : 6225 17 : 5092
## Single: living without children : 4102 15 : 4528
## (Other) :24651 (Other) :31315
## age_exact occupation_of_respondent
## Min. :15.0 Retired, unable to work :22911
## 1st Qu.:36.0 Skilled manual worker : 6774
## Median :51.0 Employed position, at desk : 6716
## Mean :50.1 Employed position, service job: 5624
## 3rd Qu.:65.0 Middle management, etc. : 5252
## Max. :99.0 Student : 5098
## (Other) :22711
## occupation_of_respondent_recoded
## Employed (10-18 in d15a) :32763
## Not working (1-4 in d15a) :37125
## Self-employed (5-9 in d15a): 5198
##
##
##
##
## respondent_occupation_scale_c_14
## Retired (4 in d15a) :22911
## Manual workers (15 to 18 in d15a) :15269
## Other white collars (13 or 14 in d15a): 9203
## Managers (10 to 12 in d15a) : 8291
## Self-employed (5 to 9 in d15a) : 5198
## Students (2 in d15a) : 5098
## (Other) : 9116
## type_of_community is_student no_education
## DK : 34 Min. :0.0000 Min. :0.000000
## Large town :20939 1st Qu.:0.0000 1st Qu.:0.000000
## Rural area or village :24686 Median :0.0000 Median :0.000000
## Small or middle sized town: 9850 Mean :0.0679 Mean :0.008151
## Small/middle town :19577 3rd Qu.:0.0000 3rd Qu.:0.000000
## Max. :1.0000 Max. :1.000000
##
## education year region_nuts_codes country_code
## Min. :14.00 2013:25103 LU : 1432 DE : 4531
## 1st Qu.:17.00 2015: 0 MT : 1398 GB : 3538
## Median :18.00 2017:25053 CY : 1192 BE : 3028
## Mean :19.61 2019:24930 SK02 : 1053 CZ : 3023
## 3rd Qu.:22.00 EL30 : 974 NL : 3019
## Max. :30.00 EE : 973 SK : 3000
## (Other):68064 (Other):54947
## pm2_5 pm10 o3 BaP
## Min. : 2.109 Min. : 5.883 Min. : 66.37 Min. :0.0102
## 1st Qu.: 9.374 1st Qu.: 28.326 1st Qu.: 90.89 1st Qu.:0.1779
## Median :11.866 Median : 33.673 Median :102.81 Median :0.4105
## Mean :12.954 Mean : 38.637 Mean :101.49 Mean :0.8759
## 3rd Qu.:15.890 3rd Qu.: 49.488 3rd Qu.:110.73 3rd Qu.:1.0692
## Max. :41.293 Max. :123.239 Max. :141.04 Max. :7.8050
##
## so2 ap_pc1 ap_pc2 ap_pc3
## Min. : 0.0000 Min. :-4.6669 Min. :-2.21851 Min. :-2.1007
## 1st Qu.: 0.0000 1st Qu.:-0.4624 1st Qu.:-0.49130 1st Qu.:-0.5695
## Median : 0.0000 Median : 0.4263 Median : 0.02902 Median :-0.1113
## Mean : 0.1032 Mean : 0.1031 Mean : 0.04166 Mean :-0.1746
## 3rd Qu.: 0.0000 3rd Qu.: 0.9748 3rd Qu.: 0.57416 3rd Qu.: 0.3309
## Max. :42.5325 Max. : 2.0344 Max. : 3.25841 Max. : 4.1615
##
## ap_pc4 ap_pc5
## Min. :-1.7387 Min. :-2.75079
## 1st Qu.:-0.1669 1st Qu.:-0.18748
## Median : 0.0371 Median : 0.01811
## Mean : 0.1154 Mean : 0.06797
## 3rd Qu.: 0.3050 3rd Qu.: 0.34937
## Max. : 3.2476 Max. : 1.42816
##
&lt;/code>&lt;/pre>
&lt;p>Let’s see a simple CART tree! We remove the regional codes, because
there are very serious differences among regional climate awareness.
These differences, together with education level, and the year we are
talking about, are the most important predictors of thinking about
climate change as the most important global problem in Europe.&lt;/p>
&lt;pre>&lt;code># Classification Tree with rpart
library(rpart)
# grow tree
fit &amp;lt;- rpart(as.factor(serious_world_problems_first) ~ .,
method=&amp;quot;class&amp;quot;, data=climate_awareness_air %&amp;gt;%
select ( - all_of(c(&amp;quot;rowid&amp;quot;, &amp;quot;region_nuts_codes&amp;quot;))),
control: rpart.control(cp: 0.005))
printcp(fit) # display the results
##
## Classification tree:
## rpart(formula: as.factor(serious_world_problems_first) ~ .,
## data: climate_awareness_air %&amp;gt;% select(-all_of(c(&amp;quot;rowid&amp;quot;,
## &amp;quot;region_nuts_codes&amp;quot;))), method: &amp;quot;class&amp;quot;, control: rpart.control(cp: 0.005))
##
## Variables actually used in tree construction:
## [1] age_education isocntry
## [3] serious_world_problems_climate_change year
##
## Root node error: 12817/75086: 0.1707
##
## n= 75086
##
## CP nsplit rel error xerror xstd
## 1 0.0240566 0 1.00000 1.00000 0.0080438
## 2 0.0082703 3 0.92783 0.92783 0.0078055
## 3 0.0050000 5 0.91129 0.91425 0.0077588
plotcp(fit) # visualize cross-validation results
&lt;/code>&lt;/pre>
&lt;p>
&lt;figure >
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="&amp;amp;ldquo;Visualize cross-validation results&amp;amp;rdquo;" srcset="
/post/2021-03-06-individual-join/rpart-1_hu9f1f775a32eec3a67a573c0d2df50ef4_4271_8ce48ac0f7ba6b1d3752385b96368cc3.webp 400w,
/post/2021-03-06-individual-join/rpart-1_hu9f1f775a32eec3a67a573c0d2df50ef4_4271_b20e6dca7fcadd4576da216956498a35.webp 760w,
/post/2021-03-06-individual-join/rpart-1_hu9f1f775a32eec3a67a573c0d2df50ef4_4271_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://reprex-next.netlify.app/post/2021-03-06-individual-join/rpart-1_hu9f1f775a32eec3a67a573c0d2df50ef4_4271_8ce48ac0f7ba6b1d3752385b96368cc3.webp"
width="672"
height="480"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;/p>
&lt;pre>&lt;code>summary(fit) # detailed summary of splits
## Call:
## rpart(formula: as.factor(serious_world_problems_first) ~ .,
## data: climate_awareness_air %&amp;gt;% select(-all_of(c(&amp;quot;rowid&amp;quot;,
## &amp;quot;region_nuts_codes&amp;quot;))), method: &amp;quot;class&amp;quot;, control: rpart.control(cp: 0.005))
## n= 75086
##
## CP nsplit rel error xerror xstd
## 1 0.024056592 0 1.0000000 1.0000000 0.008043837
## 2 0.008270266 3 0.9278302 0.9278302 0.007805478
## 3 0.005000000 5 0.9112897 0.9142545 0.007758824
##
## Variable importance
## serious_world_problems_climate_change isocntry
## 31 26
## country_code BaP
## 20 8
## pm2_5 ap_pc1
## 4 3
## age_education pm10
## 2 2
## education ap_pc2
## 2 1
## year
## 1
##
## Node number 1: 75086 observations, complexity param=0.02405659
## predicted class=0 expected loss=0.1706976 P(node): 1
## class counts: 62269 12817
## probabilities: 0.829 0.171
## left son=2 (25229 obs) right son=3 (49857 obs)
## Primary splits:
## serious_world_problems_climate_change &amp;lt; 0.5 to the right, improve=2214.2040, (0 missing)
## isocntry splits as RRLLLRRRLLRLRLLLLLLLLLLRRLLLRLL, improve= 728.0160, (0 missing)
## country_code splits as RRLLLRRLLRLLLLLLLLLLRRLLLRLL, improve= 673.3656, (0 missing)
## BaP &amp;lt; 0.4300347 to the right, improve= 310.6229, (0 missing)
## pm2_5 &amp;lt; 13.38264 to the right, improve= 296.4013, (0 missing)
## Surrogate splits:
## age_education splits as ----RRRRRR-RRRRRRRRRR-RRRRRRRRRR-RRRRRRRRRR-RRRRRRRRRR-RRRRRL-RRR-RRRRRRRRR--RRRLLR--R-R, agree=0.664, adj=0, (0 split)
## pm10 &amp;lt; 7.491315 to the left, agree=0.664, adj=0, (0 split)
##
## Node number 2: 25229 observations
## predicted class=0 expected loss=0 P(node): 0.3360014
## class counts: 25229 0
## probabilities: 1.000 0.000
##
## Node number 3: 49857 observations, complexity param=0.02405659
## predicted class=0 expected loss=0.2570752 P(node): 0.6639986
## class counts: 37040 12817
## probabilities: 0.743 0.257
## left son=6 (34631 obs) right son=7 (15226 obs)
## Primary splits:
## isocntry splits as RRLLLRRRLLRLRLLLLLLLLLLRRLLLRLL, improve=1454.9460, (0 missing)
## country_code splits as RRLLLRRLLRLLLLLLLLLLRRLLLRLL, improve=1359.7210, (0 missing)
## BaP &amp;lt; 0.4300347 to the right, improve= 629.8844, (0 missing)
## pm2_5 &amp;lt; 13.38264 to the right, improve= 555.7484, (0 missing)
## ap_pc1 &amp;lt; -0.005459537 to the left, improve= 533.3579, (0 missing)
## Surrogate splits:
## country_code splits as RRLLLRRLLRLLLLLLLLLLRRLLLRLL, agree=0.987, adj=0.957, (0 split)
## BaP &amp;lt; 0.1749425 to the right, agree=0.775, adj=0.264, (0 split)
## pm2_5 &amp;lt; 5.206993 to the right, agree=0.737, adj=0.140, (0 split)
## ap_pc1 &amp;lt; 1.405527 to the left, agree=0.733, adj=0.126, (0 split)
## pm10 &amp;lt; 25.31211 to the right, agree=0.718, adj=0.076, (0 split)
##
## Node number 6: 34631 observations
## predicted class=0 expected loss=0.1769802 P(node): 0.4612178
## class counts: 28502 6129
## probabilities: 0.823 0.177
##
## Node number 7: 15226 observations, complexity param=0.02405659
## predicted class=0 expected loss=0.4392487 P(node): 0.2027808
## class counts: 8538 6688
## probabilities: 0.561 0.439
## left son=14 (11607 obs) right son=15 (3619 obs)
## Primary splits:
## isocntry splits as LL---LLR--L-L----------LL---R--, improve=337.5462, (0 missing)
## country_code splits as LL---LR--L-L--------LL---R--, improve=337.5462, (0 missing)
## age_education splits as ----LLLLLL-LLLRRRRRRR-RRRRRRRRRL-RRRRRRLLRR-RRRRLLRLRL-RRLRRR-RRR-LLLLRRR-----LR-----L-R, improve=294.0807, (0 missing)
## education &amp;lt; 22.5 to the left, improve=262.3747, (0 missing)
## BaP &amp;lt; 0.053328 to the right, improve=232.7043, (0 missing)
## Surrogate splits:
## BaP &amp;lt; 0.053328 to the right, agree=0.878, adj=0.485, (0 split)
## pm2_5 &amp;lt; 4.810361 to the right, agree=0.827, adj=0.271, (0 split)
## ap_pc2 &amp;lt; 0.8746175 to the left, agree=0.792, adj=0.124, (0 split)
## so2 &amp;lt; 0.3302972 to the left, agree=0.781, adj=0.078, (0 split)
## age_education splits as ----LLLLLL-LLLLLLLRLR-LRRLRRRRRR-RRRRLLLLLR-LRLRLLRRLL-LLRLLR-LLR-RRLLLLL-----RR-----R-L, agree=0.779, adj=0.071, (0 split)
##
## Node number 14: 11607 observations, complexity param=0.008270266
## predicted class=0 expected loss=0.3804601 P(node): 0.1545827
## class counts: 7191 4416
## probabilities: 0.620 0.380
## left son=28 (7462 obs) right son=29 (4145 obs)
## Primary splits:
## age_education splits as ----LLLLLL-LRRRRRRRRR-RRLRRLRRLL-RRRRLRLLRR-RLRLLLRLRL-RR-RR--RRL-L-LLRRR------------L-R, improve=123.71070, (0 missing)
## year splits as R-LR, improve=107.79460, (0 missing)
## education &amp;lt; 20.5 to the left, improve= 90.28724, (0 missing)
## occupation_of_respondent splits as LRRLRRRRRLRLLLRLLL, improve= 84.62865, (0 missing)
## respondent_occupation_scale_c_14 splits as LRLLLRRL, improve= 68.88653, (0 missing)
## Surrogate splits:
## education &amp;lt; 20.5 to the left, agree=0.950, adj=0.861, (0 split)
## occupation_of_respondent splits as LLLLRLLRRLRLLLRLLL, agree=0.738, adj=0.267, (0 split)
## respondent_occupation_scale_c_14 splits as LRLLLLRL, agree=0.733, adj=0.251, (0 split)
## is_student &amp;lt; 0.5 to the left, agree=0.709, adj=0.186, (0 split)
## age_exact &amp;lt; 23.5 to the right, agree=0.676, adj=0.094, (0 split)
##
## Node number 15: 3619 observations
## predicted class=1 expected loss=0.3722023 P(node): 0.04819807
## class counts: 1347 2272
## probabilities: 0.372 0.628
##
## Node number 28: 7462 observations
## predicted class=0 expected loss=0.326052 P(node): 0.09937938
## class counts: 5029 2433
## probabilities: 0.674 0.326
##
## Node number 29: 4145 observations, complexity param=0.008270266
## predicted class=0 expected loss=0.4784077 P(node): 0.05520337
## class counts: 2162 1983
## probabilities: 0.522 0.478
## left son=58 (2573 obs) right son=59 (1572 obs)
## Primary splits:
## year splits as L-LR, improve=40.13885, (0 missing)
## occupation_of_respondent splits as LRLLRRRRRLRLLLRLLL, improve=18.33254, (0 missing)
## marital_status splits as LRRRLRRRLRRLRLLRRRRRRLRLRLLRR, improve=17.86888, (0 missing)
## type_of_community splits as LRLRL, improve=17.55254, (0 missing)
## age_education splits as ------------LLRRRRRRR-RR-RL-RR---LRRR-R--LR-R-R---R-R--RR-RR--RR------RRR--------------R, improve=14.66121, (0 missing)
## Surrogate splits:
## type_of_community splits as LLLRL, agree=0.777, adj=0.412, (0 split)
## marital_status splits as RRLLLLLRLLLLLLLRRRLLLLLLRLRLL, agree=0.680, adj=0.155, (0 split)
## isocntry splits as LL---LL---L-R----------LL------, agree=0.669, adj=0.127, (0 split)
## country_code splits as LL---L---L-R--------LL------, agree=0.669, adj=0.127, (0 split)
## o3 &amp;lt; 83.06345 to the right, agree=0.650, adj=0.076, (0 split)
##
## Node number 58: 2573 observations
## predicted class=0 expected loss=0.4240187 P(node): 0.03426737
## class counts: 1482 1091
## probabilities: 0.576 0.424
##
## Node number 59: 1572 observations
## predicted class=1 expected loss=0.43257 P(node): 0.02093599
## class counts: 680 892
## probabilities: 0.433 0.567
# plot tree
plot(fit, uniform=TRUE,
main=&amp;quot;Classification Tree: Climate Change Is The Most Serious Threat&amp;quot;)
text(fit, use.n=TRUE, all=TRUE, cex=.8)
## Warning in labels.rpart(x, minlength: minlength): more than 52 levels in a
## predicting factor, truncated for printout
&lt;/code>&lt;/pre>
&lt;p>
&lt;figure >
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="&amp;amp;ldquo;predicting factor, truncated for printout&amp;amp;rdquo;" srcset="
/post/2021-03-06-individual-join/rpart-2_hu8765078af843fd2a25e4b77d7cba4bfb_9882_0bdd94d7f6c1efcc2575c1adeb6917c8.webp 400w,
/post/2021-03-06-individual-join/rpart-2_hu8765078af843fd2a25e4b77d7cba4bfb_9882_daf3b553e16b54a4b23a242bc9ef1e6b.webp 760w,
/post/2021-03-06-individual-join/rpart-2_hu8765078af843fd2a25e4b77d7cba4bfb_9882_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://reprex-next.netlify.app/post/2021-03-06-individual-join/rpart-2_hu8765078af843fd2a25e4b77d7cba4bfb_9882_0bdd94d7f6c1efcc2575c1adeb6917c8.webp"
width="672"
height="480"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;/p>
&lt;pre>&lt;code>saveRDS ( climate_awareness_air , file.path(tempdir(), &amp;quot;climate_panel_recoded.rds&amp;quot;), version: 2)
# not evaluated
saveRDS( climate_awareness_air, file: file.path(&amp;quot;data-raw&amp;quot;, &amp;quot;climate-panel_recoded.rds&amp;quot;))
&lt;/code>&lt;/pre></description></item><item><title>Our Music Observatory in the Jump European Music Market Accelerator: Meet the 2021 Fellows and their Tutors</title><link>https://reprex-next.netlify.app/post/2021-03-04-jump-2021/</link><pubDate>Thu, 04 Mar 2021 15:00:00 +0200</pubDate><guid>https://reprex-next.netlify.app/post/2021-03-04-jump-2021/</guid><description>
&lt;figure >
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="" srcset="
/media/img/logos/JUMP_Banner_851x315_hu4cdc4121da73c8e3265aab39577baae8_108992_ccf12428972a82cbd24bafda54692b2c.webp 400w,
/media/img/logos/JUMP_Banner_851x315_hu4cdc4121da73c8e3265aab39577baae8_108992_f262402b72fb6fe95c1f4bdcb9ce7df4.webp 760w,
/media/img/logos/JUMP_Banner_851x315_hu4cdc4121da73c8e3265aab39577baae8_108992_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://reprex-next.netlify.app/media/img/logos/JUMP_Banner_851x315_hu4cdc4121da73c8e3265aab39577baae8_108992_ccf12428972a82cbd24bafda54692b2c.webp"
width="760"
height="281"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;p>According to the announcement of JUMP, the European Music Market Accelerator, after a careful screening of all applications received, the selection committee composed of all JUMP board members has selected the most promising ideas and projects to be developed together with renowned tutors for this 2021 fellowship.&lt;/p>
&lt;p>For nine months, the 20 fellows living in many European countries will develop their innovative projects, while receiving a comprehensive 360° training. In addition to specialised workshops by highly qualified experts, each fellow will receive one-on-one tutoring sessions from the most renowned music professionals coming from all over Europe.&lt;/p>
&lt;p>The 20 selected projects cover a great variety of urgent needs faced within the music sector.
They will:&lt;/p>
&lt;ul>
&lt;li>
&lt;p>help fostering social change with projects focusing on diversity in the industry, more fairness and
transparency as well as raising awareness on timely issues.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>enhance technological development with projects using blockchain, immersive sound and VR and AR.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>build bridges between different key actors of the ecosystem.&lt;/p>
&lt;/li>
&lt;/ul>
&lt;p>&lt;a href="https://reprex-next.netlify.app/documents/JUMP2021_Annoucement_Press_Release_040321.pdf" target="_blank">Download the entire JUMP press release&lt;/a>.&lt;/p>
&lt;p>Reprex&amp;rsquo;s project, the automated &lt;a href="https://reprex.nl/project/music-observatory/" target="_blank" rel="noopener">Demo Music Observatory&lt;/a> will be represented by Daniel Antal, co-founder of Reprex among other building bridges projects. This project offers a different approach to the planned European Music Observatory based on the principles of open collaboration, which allows contributions from small organizations and even individuals, and which provides higher levels of quality in terms of auditability, timeliness, transparency and general ease of use. Our open collaboration approach allows to power trustworthy, ethical AI systems like our &lt;a href="https://reprex.nl/project/listen-local/" target="_blank" rel="noopener">Listen Local&lt;/a> that we started out from Slovakia with the support of the Slovak Arts Council.&lt;/p>
&lt;figure id="figure-jump-fellows-building-bridges-between-different-key-actors-of-the-ecosystem">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="JUMP fellows building bridges between different key actors of the ecosystem." srcset="
/media/img/reprex/building_bridges_hu047151272ef115b93f0df472b4421474_585232_3c094c224bfc88c7ce7bef53c3d3adf3.webp 400w,
/media/img/reprex/building_bridges_hu047151272ef115b93f0df472b4421474_585232_200986da45a608039ecc7c8539d60980.webp 760w,
/media/img/reprex/building_bridges_hu047151272ef115b93f0df472b4421474_585232_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://reprex-next.netlify.app/media/img/reprex/building_bridges_hu047151272ef115b93f0df472b4421474_585232_3c094c224bfc88c7ce7bef53c3d3adf3.webp"
width="760"
height="392"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
JUMP fellows building bridges between different key actors of the ecosystem.
&lt;/figcaption>&lt;/figure>
&lt;p>Apart from our &lt;a href="https://reprex.nl/project/music-observatory/" target="_blank" rel="noopener">Demo Music Observatory&lt;/a> the build bridges section &lt;a href="https://www.jumpmusic.eu/fellow2021/groovly/" target="_blank" rel="noopener">Groovly&lt;/a> with Martin Zenzerovich, &lt;a href="https://www.jumpmusic.eu/fellow2021/from-play-to-rec/" target="_blank" rel="noopener">From Play To Rec&lt;/a> by Jeremy Dunne, &lt;a href="https://www.jumpmusic.eu/fellow2021/hajde-radio/" target="_blank" rel="noopener">Hajde Radio&lt;/a> by Thibaut Boudaud, &lt;a href="https://www.jumpmusic.eu/fellow2021/lowdee/" target="_blank" rel="noopener">LowDee&lt;/a> by Alex Davidson and &lt;a href="https://www.jumpmusic.eu/fellow2021/uno-hu/" target="_blank" rel="noopener">ONO-HU!&lt;/a> by Gina Akers.&lt;/p>
&lt;p>&lt;em>Meet all the &lt;a href="https://www.jumpmusic.eu/fellows/" target="_blank" rel="noopener">JUMP 2021 Fellows&lt;/a>, including the technology and social change professionals!&lt;/em>&lt;/p>
&lt;p>Reprex is a start-up company based in the Netherlands and the United States that validated its early products in the &lt;a href="post/2020-09-25-yesdelft-validation/">Yes!Delft AI+Blockchain Lab&lt;/a> in the Hague. In 2021 we joined the Dutch AI Coalition &amp;ndash; &lt;a href="post/2021-02-16-nlaic/">NL AIC&lt;/a> and requested membership in the European AI Alliance. Reprex is committed to applying reproducible in an open collaboration with our business, scientific, policy and civil society partners, and facilitate the use of open data and open-source software. Many fellows in the program are connected to other regions, like North America and Australia &amp;ndash; because music is one of the most globalized industries and forms of art in the world! Reprex is a startup based in the Netherlands and the United States, and we are very excited to collaborate with our peers in new European territories, and in Canada and Australia.&lt;/p>
&lt;figure id="figure-hope-to-meet-you-in-these-great-events---maybe-not-only-online">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Hope to meet you in these great events - maybe not only online!" srcset="
/post/2021-03-04-jump-2021/JUMP_events_2021_huc4ee3afec7ca5a36e31b155ecc339395_183968_66c7d8ef3d90da2990059fac82ae686c.webp 400w,
/post/2021-03-04-jump-2021/JUMP_events_2021_huc4ee3afec7ca5a36e31b155ecc339395_183968_c55ec1e30f1bea8d35c0a5c9bb1a4109.webp 760w,
/post/2021-03-04-jump-2021/JUMP_events_2021_huc4ee3afec7ca5a36e31b155ecc339395_183968_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://reprex-next.netlify.app/post/2021-03-04-jump-2021/JUMP_events_2021_huc4ee3afec7ca5a36e31b155ecc339395_183968_66c7d8ef3d90da2990059fac82ae686c.webp"
width="760"
height="307"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
Hope to meet you in these great events - maybe not only online!
&lt;/figcaption>&lt;/figure>
&lt;p>Further links:&lt;/p>
&lt;ul>
&lt;li>&lt;a href="https://www.facebook.com/fromplaytorec/" target="_blank" rel="noopener">From Play to Rec&lt;/a> on Facebook&lt;/li>
&lt;li>&lt;a href="https://hajde.fr/" target="_blank" rel="noopener">HAJDE&lt;/a> FR/EN&lt;/li>
&lt;/ul></description></item><item><title>What is Retrospective Survey Harmonization?</title><link>https://reprex-next.netlify.app/post/2021-03-04_retroharmonize_intro/</link><pubDate>Thu, 04 Mar 2021 00:00:00 +0000</pubDate><guid>https://reprex-next.netlify.app/post/2021-03-04_retroharmonize_intro/</guid><description>&lt;h2 id="reproducible-ex-post-harmonization-of-survey-microdata">Reproducible ex post harmonization of survey microdata&lt;/h2>
&lt;p>Retrospective survey harmonization allows the comparison of opinion poll
data conducted in different countries or time. In this example we are
working with data from surveys that were ex ante harmonized to a certain
degree – in our tutorials we are choosing questions that were asked in
the same way in many natural languages. For example, you can compare
what percentage of the European people in various countries, provinces
and regions thought climate change was a serious world problem back in
2013, 2015, 2017 and 2019.&lt;/p>
&lt;p>We developed the
&lt;a href="https://retroharmonize.dataobservatory.eu/" target="_blank" rel="noopener">retroharmonize&lt;/a> R package
to help this process. We have tested the package with about 80
Eurobarometer, 5 Afrobarometer survey files extensively, and a bit with
Arabbarometer files. This allows the comparison of various survey
answers in about 70 countries. This policy-oriented survey programs were
designed to be harmonized to a certain degree, but their ex post
harmonization is still necessary, challenging and errorprone.
Retrospective harmonization includes harmonization of the different
coding used for questions and answer options, post-stratification
weights, and using different file formats.&lt;/p>
&lt;p>&lt;a href="https://ec.europa.eu/commfrontoffice/publicopinion/index.cfm" target="_blank" rel="noopener">Eurobarometer&lt;/a>,
&lt;a href="https://www.afrobarometer.org/" target="_blank" rel="noopener">Afrobaromer&lt;/a>, &lt;a href="https://www.arabbarometer.org/" target="_blank" rel="noopener">Arab
Barometer&lt;/a> and
&lt;a href="https://www.latinobarometro.org/lat.jsp" target="_blank" rel="noopener">Latinobarómetro&lt;/a> make survey
files that are harmonized across countries available for research with
various terms. Our
&lt;a href="https://retroharmonize.dataobservatory.eu/" target="_blank" rel="noopener">retroharmonize&lt;/a> is not
affiliated with them, and to run our examples, you must visit their
websites, carefully read their terms, agree to them, and download their
data yourself. What we add as a value is that we help to connect their
files across time (from different years) or across these programs.&lt;/p>
&lt;p>The survey programs mentioned above publish their data in the
proprietary SPSS format. This file format can be imported and translated
to R objects with the haven package; however, we needed to re-design
&lt;a href="https://haven.tidyverse.org/" target="_blank" rel="noopener">haven’s&lt;/a>
&lt;a href="https://haven.tidyverse.org/reference/labelled_spss.html" target="_blank" rel="noopener">labelled_spss&lt;/a>
class to maintain far more metadata, which, in turn, a modification of
the &lt;a href="">labelled&lt;/a> class. The haven package was designed and tested with
data stored in individual SPSS files.&lt;/p>
&lt;p>The author of labelled, Joseph Larmarange describes two main approaches
to work with labelled data, such as SPSS’s method to store categorical
data in the &lt;a href="http://larmarange.github.io/labelled/articles/intro_labelled.html" target="_blank" rel="noopener">Introduction to
labelled&lt;/a>.&lt;/p>
&lt;figure id="figure-two-main-approaches-of-labelled-data-conversion">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="img/larmarange_approaches_to_labelled.png" alt="Two main approaches of labelled data conversion." loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption data-pre="Figure&amp;nbsp;" data-post=":&amp;nbsp;" class="numbered">
Two main approaches of labelled data conversion.
&lt;/figcaption>&lt;/figure>
&lt;p>Our approach is a further extension of &lt;strong>Approach B&lt;/strong>. Survey
harmonization in our case always means the joining data from several
SPSS files, which requires a consistent coding among several data
sources. This means that data cleaning and recoding must take place
before conversion to factors, character or numeric vectors. This is
particularly important with factor data (and their simple character
conversions) and numeric data that occasionally contains labels, for
example, to describe the reason why certain data is missing. Our
tutorial vignette
&lt;a href="https://retroharmonize.dataobservatory.eu/articles/labelled_spss_survey.html" target="_blank" rel="noopener">labelled_spss_survey&lt;/a>
gives you more information about this.&lt;/p>
&lt;p>In the next series of tutorials, we will deal with an array of problems.
These are not for the faint heart – you need to have a solid
intermediate level of R to follow.&lt;/p>
&lt;h2 id="tidy-joined-survey-data">Tidy, joined survey data&lt;/h2>
&lt;ul>
&lt;li>The original files identifiers may not be unique, we have to create
new, truly unique identifiers. Weighting may not be straightforward.&lt;/li>
&lt;li>Neither the number of observations or the number of variables (which
represents the survey questions and their translation to coded data)
is the same. Certain data may be only present in one survey and not
the other. This means that you will likely to run loops on lists and
not data.frames, but eventually you must carefully join them.&lt;/li>
&lt;/ul>
&lt;h2 id="class-conversion">Class conversion&lt;/h2>
&lt;ul>
&lt;li>Similar questions may be imported from a non-native R format, in our
case, from an SPSS files, in an inconsistent manner. SPSS’s variable
formats cannot be translated unambiguously to R classes.
&lt;code>retroharmonize&lt;/code> introduced a new S3 class system that handles this
problem, but eventually you will have to choose if you want to see a
numeric or character coding of each categorical variable.&lt;/li>
&lt;li>The harmonized surveys, with harmonized variable names and
harmonized value labels, must be brought to consistent R
representations (most statistical functions will only work on
numeric, factor or character data) and carefully joined into a
single data table for analysis.&lt;/li>
&lt;/ul>
&lt;h2 id="harmonization-of-variables-and-variable-labels">Harmonization of variables and variable labels&lt;/h2>
&lt;ul>
&lt;li>Same variables may come with dissimilar variable names and variable
labels. It may be a challenge to match age with age. We need to
harmonize the names of variables.&lt;/li>
&lt;li>The harmonized variables may have different labeling. One may call
refused answers as &lt;code>declined&lt;/code> and the other &lt;code>refusal&lt;/code>. On a simple
choice, climate change may be ‘Climate change’ or
&lt;code>Problem: Climate change&lt;/code>. Binary choices may have survey-specific
coding conventions. Value labels must be harmonized. There are good
tools to do this in a single file - but we have to work with several
of them.&lt;/li>
&lt;/ul>
&lt;h2 id="missing-value-harmonization">Missing value harmonization&lt;/h2>
&lt;ul>
&lt;li>There are likely to be various types of &lt;code>missing values&lt;/code>. Working
with missing values is probably where most human judgment is needed.
Why are some answers missing: was the question not asked in some
questionnaires? Is there a coding error? Did the respondent refuse
the question, or sad that she did not have an answer?
&lt;code>retroharmonize&lt;/code> has a special labeled vector type that retains this
information from the raw data, if it is present, but you must make
the judgment yourself – in R, eventually you will either create a
missing category, or use &lt;code>NA_character_&lt;/code> or &lt;code>NA_real_&lt;/code>.&lt;/li>
&lt;/ul>
&lt;p>That’s a lot to put on your plate.&lt;/p>
&lt;p>It is unlikely that you will be able to work with completely unfamiliar
survey programs if you do not have a strong intermediate level of R. Our
package comes with tutorials for
&lt;a href="https://retroharmonize.dataobservatory.eu/articles/eurobarometer.html" target="_blank" rel="noopener">Eurobarometer&lt;/a>,
&lt;a href="https://retroharmonize.dataobservatory.eu/articles/afrobarometer.html" target="_blank" rel="noopener">Afrobarometer&lt;/a>
and our development version already covers Arab Barometer, highlighting
some peculiar issues with these survey programs, that we hope to give a
head start for less experienced R users.&lt;/p></description></item><item><title>Open Data Day Interview: Mapping Data with Milos Popovic</title><link>https://reprex-next.netlify.app/post/2021-03-03-ood_interview_maps/</link><pubDate>Wed, 03 Mar 2021 22:23:00 +0200</pubDate><guid>https://reprex-next.netlify.app/post/2021-03-03-ood_interview_maps/</guid><description>&lt;p>&lt;em>Milos Popovic is a researcher, a data scientist, Marie Curie postdoc &amp;amp; Top 10 dataviz &amp;amp; R contributor on Twitter according to NodeXL. He took part in policy debates about terrorism and military intervention and appeared on a number of TV channels including N1 (the CNN affiliate in the Western Balkans), Serbian National Television and Al-Jazeera Balkans. My research interests are at the intersection of civil war dynamics and postwar politics in the Balkans. He is going to join the Data &amp;amp; Lyrics team on International Open Data Day to help us put harmonized environmental degradation perception and environmental sensory data on maps. We asked him four questions about his passion, mapping data. Please join us 6 March 2021 9.30 EST / 15.30 CET for an informal digital coffee.&lt;/em>&lt;/p>
&lt;p>&lt;strong>As a researcher, why are you so much drawn into maps? Is this connected to your interest in territorial conflicts, or you have some other inspiration?&lt;/strong>&lt;/p>
&lt;p>That’s a great question that really makes me pause and look back at the past 5 years. My mapping story started out of curiosity: I found interesting data on the post-WWII violence in Serbia and thought how cool it would be to make a map in R. I quickly made an unimpressive choropleth map and noticed some unexpected patterns. Then I realized just how much unused violence and census data sits out there while we have no clue about geographic patterns. So, it began. I started off with map-making but my curiosity took me to the world of georeferencing and geospatial analysis. In the process, I created over 300 maps hosted on my website as well as dozens of shapefiles from the scratch.&lt;/p>
&lt;p>I used to think that my interest is linked to growing up in a war-torn country. But, as my map-making evolved, I discovered that my passion is to use maps as a way to democratize the data: to take the scores of unused, and often buried datasets, place them on the map and share the dataviz with people.&lt;/p>
&lt;p>&lt;strong>Can you show us an example of the best use of mapped data, and the best map that you have personally created? What is their distinctive value?&lt;/strong>&lt;/p>
&lt;p>I’m immensely proud of my work that required making the shapefiles from the scratch. For instance, my shapefile of over 1500 Kosovo cadastral settlements came into being after I turned dozens of high-resolution raster files into a shapefile fully compatible with Open Street Maps. After months of hard work, I managed to merge the shapefile with the 2011 Kosovo census and present several laser-focused demographic maps to my audience. Same goes for the settlement shapefile of &lt;em>Republika Srpska&lt;/em> [the Serb-speaking entity of Bosnia-Herzegovina — the editor], which I made out of a pdf file and merged with the 2013 census data. Whereas most existing maps take a bird’s eye view, my work offers a more fine-grained view of the local dynamics to stakeholders.&lt;/p>
&lt;p>Another similar undertaking was my transformation of the pre-WWII German military map of Yugoslavia into a unique shapefile of a few hundred Yugoslav municipalities. I combined this shapefile with the 1931 census data, 80 years after it was first published (better late than never!). It took me almost a year to complete this tremendous project but I enjoyed every bit of it. I have teamed up with &lt;a href="https://aleksandarpopovic.com/" target="_blank" rel="noopener">my brother&lt;/a> who is a web developer and we even made &lt;a href="https://milosp.info/maps/interactive/census1931/index.html" target="_blank" rel="noopener">an interactive map of Yugoslavia based on the 1931 census&lt;/a>.[&lt;em>The screenshot of this interactive map is the top image in the post &amp;ndash; the editor&lt;/em>] We hope this project would serve not only scholars but also history enthusiasts to better understand a history of the country that is no more.&lt;/p>
&lt;figure id="figure-check-out-miloss-beautiful-static-and-interactive-maps-on-httpsmilospinfohttpsmilospinfo">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="img/milos_popovic_internet_never.png" alt="Check out Milos’s beautiful static and interactive maps on [https://milosp.info/]([https://milosp.info/)" loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
Check out Milos’s beautiful static and interactive maps on &lt;a href="[https://milosp.info/">https://milosp.info/&lt;/a>
&lt;/figcaption>&lt;/figure>
&lt;p>&lt;strong>What do you think about collaboration based on open data and open-source software that processes such data?&lt;/strong>&lt;/p>
&lt;p>It’s a fantastic opportunity for small teams to bypass traditional gatekeepers such as state institutions or big companies and use open source apps for the benefit of their local communities. For example, the access to Open Street Map allows small teams to map pressing communal issues as crime, deceases, or environmental degradation and come up with innovative solutions. In my work, too, I used OSM has helped me create several fine-grained maps that shed more light on local problems in Serbia such as pollution, car accidents or violence.&lt;/p>
&lt;p>&lt;strong>We are hoping to bring together environmental, sensory data and public attitude data on environmental issues? How can mapping help? What do you expect from this project?&lt;/strong>&lt;/p>
&lt;p>More than ever, we are compelled to figure out how maladies spreads locally. Without mapping the hotspots, our understanding of the consequences of, for example, viral transmission or pollution is shrouded with a lot of uncertainty. We might have no clue how environmental issues shape public attitudes in localities until we use the mapping to turn on the light. Mapping would help this project pin down geographic clusters that require immediate attention from the private and public stakeholders.&lt;/p>
&lt;p>&lt;em>Please &lt;a href="https://reprex.nl/talk/reprex-open-data-day-2021/" target="_blank" rel="noopener">join us&lt;/a> for a digital coffee, tea or beer on International Open Data Day - we will put never seen data on maps, and discuss how to build successful open collaborations, with little, independent contributions to build large data observatories. Make sure you check out &lt;a href="https://milosp.info/" target="_blank" rel="noopener">Milos&amp;rsquo; amazing website&lt;/a>, too!&lt;/em>&lt;/p>
&lt;p>&lt;em>This blogpost was originally posted on our &lt;a href="https://dataandlyrics.com/" target="_blank" rel="noopener">Data &amp;amp; Lyrics&lt;/a> blog and its mutation on &lt;a href="https://medium.com/data-lyrics" target="_blank" rel="noopener">Medium&lt;/a>.&lt;/em>&lt;/p></description></item><item><title>Eurobarometer Surveys Used In Our Project</title><link>https://reprex-next.netlify.app/post/2021-03-04-eurobarometer_data/</link><pubDate>Wed, 03 Mar 2021 00:00:00 +0000</pubDate><guid>https://reprex-next.netlify.app/post/2021-03-04-eurobarometer_data/</guid><description>&lt;p>In our &lt;a href="https://reprex-next.netlify.app/post/2021-03-04_retroharmonize_intro/">tutorial
series&lt;/a>,
we are going to harmonize the following questionnaire items from five
Eurobarometer harmonized survey files. The Eurobarometer survey files
are harmonized across countries, but they are only partially harmonized
in time.&lt;/p>
&lt;p>All data must be downloaded from the
&lt;a href="https://www.gesis.org/en/home" target="_blank" rel="noopener">GESIS&lt;/a> Data Archive in Cologne. We are
not affiliated with GESIS and you must read and accept their terms to
use the data.&lt;/p>
&lt;h2 id="eurobarometer-802-2013">Eurobarometer 80.2 (2013)&lt;/h2>
&lt;p>GESIS Data Archive, Cologne. ZA5877 Data file Version 2.0.0,
&lt;a href="https://doi.org/10.4232/1.12792" target="_blank" rel="noopener">https://doi.org/10.4232/1.12792&lt;/a>&lt;/p>
&lt;ul>
&lt;li>Data file: &lt;a href="https://search.gesis.org/research_data/ZA5877" target="_blank" rel="noopener">ZA6595&lt;/a>
data file (European Commission 2017).&lt;/li>
&lt;li>Questionnaire: &lt;a href="https://dbk.gesis.org/dbksearch/download.asp?id=54036" target="_blank" rel="noopener">Eurobarometer 83.4 Basic Bilingual
Questionnaire&lt;/a>&lt;/li>
&lt;li>Citation: &lt;a href="https://search.gesis.org/ajax/bibtex.php?type=research_data&amp;amp;docid=ZA5877&amp;amp;lang=en" target="_blank" rel="noopener">ZA6595
Bibtex&lt;/a>&lt;/li>
&lt;/ul>
&lt;p>&lt;code>QA1a Which of the following do you consider to be the single most serious problem facing the world as a whole?&lt;/code>
(single choice)&lt;/p>
&lt;p>&lt;code>QA1b Which others do you consider to be serious problems?&lt;/code> (multiple
choice)&lt;/p>
&lt;p>&lt;code>QA2 And how serious a problem do you think climate change is at this moment? Please use a scale from 1 to 10, with '1' meaning it is &amp;quot;not at all a serious problem&lt;/code>
(scale 1-10)&lt;/p>
&lt;p>&lt;code>QA4 To what extent do you agree or disagree with each of the following statements? - Fighting climate change and using energy more efficiently can boost the economy and jobs in the EU&lt;/code>
(agreement-disagreement 4-scale)&lt;/p>
&lt;p>&lt;code>QA4 To what extent do you agree or disagree with each of the following statements? - Reducing fossil fuel imports from outside the EU could benefit the EU economically&lt;/code>
(agreement-disagreement 4-scale)&lt;/p>
&lt;p>&lt;code>QA5 Have you personally taken any action to fight climate change over the past six months?&lt;/code>
(binary)&lt;/p>
&lt;h2 id="eurobarometer-834-2015">Eurobarometer 83.4 (2015)&lt;/h2>
&lt;p>European Commission, Brussels; Directorate General Communication
COMM.A.1 ´Strategy, Corporate Communication Actions and
Eurobarometer´GESIS Data Archive, Cologne. ZA6595 Data file Version
3.0.0, &lt;a href="https://doi.org/10.4232/1.13146" target="_blank" rel="noopener">https://doi.org/10.4232/1.13146&lt;/a>&lt;/p>
&lt;ul>
&lt;li>Data file: &lt;a href="https://search.gesis.org/research_data/ZA6595" target="_blank" rel="noopener">ZA6595&lt;/a>
data file (European Commission 2018).&lt;/li>
&lt;li>Questionnaire: &lt;a href="https://dbk.gesis.org/dbksearch/download.asp?id=57940" target="_blank" rel="noopener">Eurobarometer 83.4 Basic Bilingual
Questionnaire&lt;/a>&lt;/li>
&lt;li>Citation: &lt;a href="https://search.gesis.org/ajax/bibtex.php?type=research_data&amp;amp;docid=ZA6595&amp;amp;lang=en" target="_blank" rel="noopener">ZA6595
Bibtex&lt;/a>&lt;/li>
&lt;/ul>
&lt;h2 id="eurobarometer-871-2017">Eurobarometer 87.1 (2017)&lt;/h2>
&lt;p>European Commission, Brussels; Directorate General Communication,
COMM.A.1 ‘Strategic Communication’; European Parliament,
Directorate-General for Communication, Public Opinion Monitoring Unit
GESIS Data Archive, Cologne. ZA6861 Data file Version 1.2.0,
&lt;a href="https://doi.org/10.4232/1.12922" target="_blank" rel="noopener">https://doi.org/10.4232/1.12922&lt;/a>&lt;/p>
&lt;ul>
&lt;li>Data file: &lt;a href="https://search.gesis.org/research_data/ZA6861" target="_blank" rel="noopener">ZA6861&lt;/a>
data file.&lt;/li>
&lt;li>Questionnaire: &lt;a href="https://dbk.gesis.org/dbksearch/download.asp?id=65967" target="_blank" rel="noopener">Eurobarometer 90.2 Basic Bilingual
Questionnaire&lt;/a>&lt;/li>
&lt;li>Citation: &lt;a href="https://search.gesis.org/ajax/bibtex.php?type=research_data&amp;amp;docid=ZA6861&amp;amp;lang=en" target="_blank" rel="noopener">ZA6861
Bibtex&lt;/a>&lt;/li>
&lt;/ul>
&lt;p>&lt;code>QC1a Which of the following do you consider to be the single most serious problem facing the world as a whole?&lt;/code>
(single choice)&lt;/p>
&lt;p>&lt;code>QC1b Which others do you consider to be serious problems?&lt;/code> (multiple
choice)&lt;/p>
&lt;p>&lt;code>QC2 And how serious a problem do you think climate change is at this moment? Please use a scale from 1 to 10, with '1' meaning it is &amp;quot;not at all a serious problem&lt;/code>
(scale 1-10)&lt;/p>
&lt;p>&lt;code>Qc4 To what extent do you agree or disagree with each of the following statements? - Fighting climate change and using energy more efficiently can boost the economy and jobs in the EU&lt;/code>
(agreement-disagreement 4-scale)&lt;/p>
&lt;p>&lt;code>Qc4 To what extent do you agree or disagree with each of the following statements? - Promoting EU expertise in new clean technologies to countries outside the EU can benefit the EU economically&lt;/code>
(agreement-disagreement 4-scale)&lt;/p>
&lt;p>&lt;code>Qc4 To what extent do you agree or disagree with each of the following statements? - Reducing fossil fuel imports from outside the EU can benefit the EU economically&lt;/code>
(agreement-disagreement 4-scale)&lt;/p>
&lt;p>&lt;code>Qc4 To what extent do you agree or disagree with each of the following statements? - Reducing fossil fuel imports from outside the EU can increase the security of EU energy supplies&lt;/code>
(agreement-disagreement 4-scale)&lt;/p>
&lt;p>&lt;code>Qc4 To what extent do you agree or disagree with each of the following statements? - More public financial support should be given to the transition to clean energies even if it means subsidies to fossil fuels should be reduced.&lt;/code>
(agreement-disagreement 4-scale)&lt;/p>
&lt;p>&lt;code>Qc5 Have you personally taken any action to fight climate change over the past six months?&lt;/code>
(binary)&lt;/p>
&lt;h2 id="eurobarometer-902-2018">Eurobarometer 90.2 (2018)&lt;/h2>
&lt;p>European Commission, Brussels; Directorate General Communication,
COMM.A.3 ‘Media Monitoring and Eurobarometer’ GESIS Data Archive,
Cologne. ZA7488 Data file Version 1.0.0,
&lt;a href="https://doi.org/10.4232/1.13289" target="_blank" rel="noopener">https://doi.org/10.4232/1.13289&lt;/a>&lt;/p>
&lt;ul>
&lt;li>Data file:
&lt;a href="https://dbk.gesis.org/dbksearch/sdesc2.asp?db=e&amp;amp;no=7488" target="_blank" rel="noopener">ZA7488&lt;/a>
data file (European Commission 2019a)&lt;/li>
&lt;li>Questionnaire: &lt;a href="https://dbk.gesis.org/dbksearch/download.asp?id=65967" target="_blank" rel="noopener">Eurobarometer 90.2 Basic Bilingual
Questionnaire&lt;/a>&lt;/li>
&lt;li>Citation: &lt;a href="https://search.gesis.org/ajax/bibtex.php?type=research_data&amp;amp;docid=ZA7488&amp;amp;lang=en" target="_blank" rel="noopener">ZA7488
Bibtex&lt;/a>&lt;/li>
&lt;/ul>
&lt;p>&lt;code>QB5 To what extent do you agree or disagree with each of the following statements? - Fighting climate change and using energy more efficiently can boost the economy and jobs in the EU&lt;/code>
(agreement-disagreement 4-scale)&lt;/p>
&lt;p>&lt;code>QB5 To what extent do you agree or disagree with each of the following statements? - Promoting EU expertise in new clean technologies to countries outside the EU can benefit the EU economically&lt;/code>
(agreement-disagreement 4-scale)&lt;/p>
&lt;p>&lt;code>QB5 To what extent do you agree or disagree with each of the following statements? - Reducing fossil fuel imports from outside the EU can benefit the EU economically&lt;/code>
(agreement-disagreement 4-scale)&lt;/p>
&lt;p>&lt;code>QB5 To what extent do you agree or disagree with each of the following statements? - Reducing fossil fuel imports from outside the EU can increase the security of EU energy supplies&lt;/code>
(agreement-disagreement 4-scale)&lt;/p>
&lt;p>&lt;code>QB5 To what extent do you agree or disagree with each of the following statements? - More public financial support should be given to the transition to clean energies even if it means subsidies to fossil fuels should be reduced.&lt;/code>
(agreement-disagreement 4-scale)&lt;/p>
&lt;h2 id="eurobarometer-913-2019">Eurobarometer 91.3 (2019)&lt;/h2>
&lt;p>European Commission, Brussels; Directorate General Communication,
COMM.A.3 ‘Media Monitoring and Eurobarometer’ GESIS Data Archive,
Cologne. ZA7572 Data file Version 1.0.0,
&lt;a href="https://doi.org/10.4232/1.13372" target="_blank" rel="noopener">https://doi.org/10.4232/1.13372&lt;/a>&lt;/p>
&lt;ul>
&lt;li>Data file:
&lt;a href="https://dbk.gesis.org/dbksearch/sdesc2.asp?db=e&amp;amp;no=7572" target="_blank" rel="noopener">ZA7572&lt;/a>
data file (European Commission 2019b).&lt;/li>
&lt;li>Questionnaire: &lt;a href="https://dbk.gesis.org/dbksearch/download.asp?id=66774" target="_blank" rel="noopener">Eurobarometer 91.3 Basic Bilingual
Questionnaire&lt;/a>&lt;/li>
&lt;li>Citation: &lt;a href="https://search.gesis.org/ajax/bibtex.php?type=research_data&amp;amp;docid=ZA7572&amp;amp;lang=en" target="_blank" rel="noopener">ZA7572
Bibtex&lt;/a>&lt;/li>
&lt;/ul>
&lt;p>&lt;code>QB4 To what extent do you agree or disagree with each of the following statements? - Taking action on climate change will lead to innovation that will make EU companies more competitive (N)&lt;/code>
(agreement-disagreement 4-scale)&lt;/p>
&lt;p>&lt;code>QB4 To what extent do you agree or disagree with each of the following statements? - Promoting EU expertise in new clean technologies to countries outside the EU can benefit the EU economically&lt;/code>
(agreement-disagreement 4-scale)&lt;/p>
&lt;p>&lt;code>QB4 To what extent do you agree or disagree with each of the following statements? - Reducing fossil fuel imports from outside the EU can benefit the EU economically&lt;/code>
(agreement-disagreement 4-scale)&lt;/p>
&lt;p>&lt;code>QB4 To what extent do you agree or disagree with each of the following statements? - Adapting to the adverse impacts of climate change can have positive outcomes for citizens in the EU&lt;/code>
(agreement-disagreement 4-scale)&lt;/p>
&lt;p>&lt;code>QB5 Have you personally taken any action to fight climate change over the past six months?&lt;/code>
(binary)&lt;/p>
&lt;h2 id="references">References&lt;/h2>
&lt;p>European Commission, Brussels. 2017. “Eurobarometer 80.2 (2013).” GESIS
Data Archive, Cologne. ZA5877 Data file Version 2.0.0,
&lt;a href="https://doi.org/10.4232/1.12792" target="_blank" rel="noopener">https://doi.org/10.4232/1.12792&lt;/a>. &lt;a href="https://doi.org/10.4232/1.12792" target="_blank" rel="noopener">https://doi.org/10.4232/1.12792&lt;/a>.&lt;/p>
&lt;p>———. 2018. “Eurobarometer 83.4 (2015).” GESIS Data Archive, Cologne.
ZA6595 Data file Version 3.0.0, &lt;a href="https://doi.org/10.4232/1.13146" target="_blank" rel="noopener">https://doi.org/10.4232/1.13146&lt;/a>.
&lt;a href="https://doi.org/10.4232/1.13146" target="_blank" rel="noopener">https://doi.org/10.4232/1.13146&lt;/a>.&lt;/p>
&lt;p>———. 2019a. “Eurobarometer 90.2 (2018).” GESIS Data Archive, Cologne.
ZA7488 Data file Version 1.0.0, &lt;a href="https://doi.org/10.4232/1.13289" target="_blank" rel="noopener">https://doi.org/10.4232/1.13289&lt;/a>.
&lt;a href="https://doi.org/10.4232/1.13289" target="_blank" rel="noopener">https://doi.org/10.4232/1.13289&lt;/a>.&lt;/p>
&lt;p>———. 2019b. “Eurobarometer 91.3 (2019).” GESIS Data Archive, Cologne.
ZA7572 Data file Version 1.0.0, &lt;a href="https://doi.org/10.4232/1.13372" target="_blank" rel="noopener">https://doi.org/10.4232/1.13372&lt;/a>.
&lt;a href="https://doi.org/10.4232/1.13372" target="_blank" rel="noopener">https://doi.org/10.4232/1.13372&lt;/a>.&lt;/p></description></item><item><title>Music Streaming: Is It a Level Playing Field?</title><link>https://reprex-next.netlify.app/post/2021-02-24-music-level-playing-field/</link><pubDate>Tue, 23 Feb 2021 21:23:00 +0200</pubDate><guid>https://reprex-next.netlify.app/post/2021-02-24-music-level-playing-field/</guid><description>&lt;p>Our article, &lt;a href="https://www.competitionpolicyinternational.com/music-streaming-is-it-a-level-playing-field/" target="_blank" rel="noopener">Music Streaming: Is It a Level Playing Field?&lt;/a> is published in the February 2021 issue of CPI Antitrust Chronicle, which is fully devoted to competition policy issues in the music industry.&lt;/p>
&lt;p>The dramatic growth of music streaming over recent years is potentially very positive. Streaming provides consumers with low cost, easy access to a wide range of music, while it provides music creators with low cost, easy access to a potentially wide audience. But many creators are unhappy about the major streaming platforms. They consider that they act in an unfair way, create an unlevel playing field and threaten long-term creativity in the music industry.&lt;/p>
&lt;p>Our paper describes and assesses the basis for one element of these concerns, competition between recordings on streaming platforms. We argue that fair competition is restricted by the nature of the remuneration arrangements between creators and the streaming platforms, the role of playlists, and the strong negotiating power of the major labels. It concludes that urgent consideration should be given to a user-centric payment system, as well as greater transparency of the factors underpinning playlist creation and of negotiated agreements.&lt;/p>
&lt;p>You can read the entire issue and the full text of our article on &lt;a href="https://www.competitionpolicyinternational.com/" target="_blank" rel="noopener">Competition Policy International&lt;/a> in &lt;a href="https://www.competitionpolicyinternational.com/wp-content/uploads/2021/02/2-Music-Streaming-Is-It-a-Level-Playing-Field-By-Daniel-Antal-Amelia-Fletcher-14-Peter-L.-Ormosi.pdf" target="_blank" rel="noopener">pdf&lt;/a>.&lt;/p></description></item><item><title>Daniel Antal, co-founder of Reprex Was Selected into the 2021 Fellowship Program of the European Music Market Accelerator</title><link>https://reprex-next.netlify.app/post/2021-02-22-jump/</link><pubDate>Mon, 22 Feb 2021 21:23:00 +0200</pubDate><guid>https://reprex-next.netlify.app/post/2021-02-22-jump/</guid><description>&lt;p>Daniel Antal, co-founder of Reprex, was selected into 2021 Fellowship program of JUMP, the European Music Market Accelerator. Jump provides a framework for music professionals to develop innovative business models, encouraging the music sector to work on a transnational level. The European Music Market Accelerator composed of MaMA Festival and Convention, UnConvention, MIL, Athens Music Week, Nouvelle Prague and Linecheck support him in the development of our two, interrelated projects over the next nine months.&lt;/p>
&lt;ul>
&lt;li>
&lt;p>Our &lt;a href="https://reprex.nl/project/music-observatory/" target="_blank" rel="noopener">Demo Music Observatory&lt;/a> is a demo version of the European Music Observatory based on open data, open source, automated research in open collaboration with music stakeholders. We hope that we can further develop our business model and find new users, and help the recovery of the festival and live music segment.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;a href="https://reprex.nl/project/listen-local/" target="_blank" rel="noopener">Listen Local&lt;/a> is our AI system that validated third party music AI, such as Spotify&amp;rsquo;s or YouTube&amp;rsquo;s recommendation systems, and provides trustworthy, accountable, transparent alternatives for the European music industry. We hope to expand our pilot project from Slovakia to several European countries in 2021.&lt;/p>
&lt;/li>
&lt;/ul>
&lt;p>Reprex is a start-up company based in the Netherlands and the United States that validated its early products in the &lt;a href="post/2020-09-25-yesdelft-validation/">Yes!Delft AI+Blockchain Lab&lt;/a> in the Hague. In 2021 we joined the Dutch AI Coalition &amp;ndash; &lt;a href="post/2021-02-16-nlaic/">NL AIC&lt;/a> and requested membership in the European AI Alliance.&lt;/p>
&lt;p>Reprex is committed to applying reproducible in an open collaboration with our business, scientific, policy and civil society partners, and facilitate the use of open data and open-source software.&lt;/p></description></item><item><title>Reprex Joins The Dutch AI Coalition</title><link>https://reprex-next.netlify.app/post/2021-02-16-nlaic/</link><pubDate>Tue, 16 Feb 2021 17:10:00 +0200</pubDate><guid>https://reprex-next.netlify.app/post/2021-02-16-nlaic/</guid><description>&lt;p>Reprex, our start-up, is based in the Netherlands and the United States that validated its early products in the &lt;a href="post/2020-09-25-yesdelft-validation/">Yes!Delft AI+Blockchain Lab&lt;/a> in the Hague. In 2021, we decided to join the Dutch AI Coalition &amp;ndash; &lt;a href="https://nlaic.com/en/about-nl-aic/" target="_blank" rel="noopener">NL AIC&lt;/a>.&lt;/p>
&lt;blockquote>
&lt;p>The NL AIC is a public-private partnership in which the government, the business sector, educational and research institutions, as well as civil society organisations collaborate to accelerate and connect AI developments and initiatives. The ambition is to position the Netherlands at the forefront of knowledge and application of AI for prosperity and well-being. We are continually doing so with due observance of both the Dutch and European standards and values. The NL AIC functions as the catalyst for AI applications in our country.&lt;/p>
&lt;/blockquote>
&lt;p>We are particularly looking forward to participating in the Culture working group of NLAIC, but we will also take a look at the Security, Peace and Justice and the Energy and Sustainability working groups. Reprex is committed to use and further develop AI solutions that fulfil the requirements of trustworthy AI, a human-centric, ethical, and accountable use of artificial intelligence. We are committed to develop our data platforms, or automated data observatories, and our Listen Local system in this manner. Furthermore, we are involved in various scientific collaborations that are researching ideas on future regulation of copyright and fair competition with respect to AI algorithms.&lt;/p>
&lt;p>We are committed to applying reproducible in an open collaboration with our business, scientific, policy and civil society partners, and facilitate the use of open data and open-source software.&lt;/p></description></item><item><title>Ensuring the Visibility and Accessibility of European Creative Content on the World Market: The Need for Copyright Data Improvement in the Light of New Technologies</title><link>https://reprex-next.netlify.app/post/2021-02-13-european-visibility/</link><pubDate>Sat, 13 Feb 2021 18:10:00 +0200</pubDate><guid>https://reprex-next.netlify.app/post/2021-02-13-european-visibility/</guid><description>&lt;p>The majority of music sales in the world is driven by AI-algorithm powered robots that create personalized playlists, recommendations and help programming radio music streams or festival lineups. It is critically important that an artist’s work is documented, described in a way that the algorithm can work with it.&lt;/p>
&lt;p>In our research paper – soon to be published – made for the Listen Local Initiative we found that 15% of Dutch, Estonian, Hungarian, or Slovak artists had no chance to be recommended, and they usually end up on &lt;a href="post/2020-11-17-recommendation-analysis/">Forgetify&lt;/a>, an app that lists never-played songs of Spotify. In another project with rights management organizations, we found that about half of the rightsholders are at risk of not getting all their royalties from the platforms because of poor documentation.&lt;/p>
&lt;p>But how come that distributors give streaming platforms songs that are not properly documented? What sort of information is missing for the European repertoire’s visibility? Reprex is exploring this problem in a practical cooperation with SOZA, the Slovak Performing and Mechanical Rights Society, and in an academic cooperation that involves leading researchers in the field. A manuscript co-authored Martin Senftleben, director of the &lt;a href="https://www.ivir.nl/" target="_blank" rel="noopener">Institute for Information Law&lt;/a> in Amsterdam, and eminent researchers in copyright law and music economics, Reprex’s co-founder makes the case that Europe must invest public money to resolve this problem, because in the current scenario, the documentation costs of a song exceed the expected income from streaming platforms.&lt;/p>
&lt;blockquote>
&lt;p>In the European Strategy for Data, the European Commission highlighted the EU’s ambition to acquire a leading role in the data economy. At the same time, the Commission conceded that the EU would have to increase its pools of quality data available for use and re-use. In the creative industries, this need for enhanced data quality and interoperability is particularly strong. Without data improvement, unprecedented opportunities for monetising the wide variety of EU creative and making this content available for new technologies, such as artificial intelligence training systems, will most probably be lost. The problem has a worldwide dimension. While the US have already taken steps to provide an integrated data space for music as of 1 January 2021, the EU is facing major obstacles not only in the field of music but also in other creative industry sectors. Weighing costs and benefits, there can be little doubt that new data improvement initiatives and sufficient investment in a better copyright data infrastructure should play a central role in EU copyright policy. A trade-off between data harmonisation and interoperability on the one hand, and transparency and accountability of content recommender systems on the other, could pave the way for successful new initiatives. &lt;a href="https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3785272" target="_blank" rel="noopener">Download the manuscript from SSRN&lt;/a>&lt;/p>
&lt;/blockquote>
&lt;p>Our &lt;a href="post/2020-12-17-demo-slovak-music-database/">Slovak Demo Music Database&lt;/a> project is a best example for this. We started systematically collect publicly available information from Slovak artists (in our write-in process) and ask them to give GDPR-protected further data (in our opt-in process) to create a comprehensive database that can help recommendation engines as well as market-targeting or educational AI apps.&lt;/p>
&lt;p>We believe that one of the problems of current AI algorithms that they solely or almost only work with English language documentation, putting other, particularly small language repertoires at risk of being buried below well-documented music mainly arriving from the United States.&lt;/p>
&lt;p>&lt;em>We are looking for rightsholders and their organizations, artists,
researchers to work with us to find out how we can increase the visibility of European music.&lt;/em>&lt;/p></description></item><item><title>Demo Slovak Music Database</title><link>https://reprex-next.netlify.app/post/2020-12-17-demo-slovak-music-database/</link><pubDate>Thu, 17 Dec 2020 17:10:00 +0200</pubDate><guid>https://reprex-next.netlify.app/post/2020-12-17-demo-slovak-music-database/</guid><description>&lt;p>We are finalizing our first local recommendation system, Listen Local Slovakia, and the accompanying Demo Slovak Music Database. Our aim is&lt;/p>
&lt;ul>
&lt;li>Show how the Slovak repertoire is seen by media and streaming platforms&lt;/li>
&lt;li>What are the possibilities to give greater visibility to the Slovak repertoire in radio and streaming platforms&lt;/li>
&lt;li>What are the specific problems why certain artists and music is almost invisible.&lt;/li>
&lt;/ul>
&lt;p>In the next year, we would like to create a modern, comprehensive national music database that serves music promotion in radio, streaming, live music within Slovakia and abroad.&lt;/p>
&lt;p>To train our locally relevant, &lt;a href="https://reprex-next.netlify.app/post/2020-12-15-alternative-recommendations/">alternative recommendation system&lt;/a>, we filled the Demo Slovak Music Database from two sources. In the &lt;code>opt-in&lt;/code> process we asked artists to participate in Listen Local, and we selected those artists who opted in from Slovakia, or whose language is Slovak. In the &lt;code>write-in&lt;/code> process we collected publicly available data from other artists that our musicology team considered to be Slovak, mainly on the basis of their language use, residence, and other public biographical information. The following artists form the basis of our experiment. (&lt;em>If you want to be excluded from the write-in list, &lt;a href="https://dataandlyrics.com/#contact" target="_blank" rel="noopener">write to us&lt;/a>, or you want to be included, please, fill out &lt;a href="https://www.surveymonkey.com/r/ll_collector_2020" target="_blank" rel="noopener">this form&lt;/a>.&lt;/em>)&lt;/p>
&lt;iframe seamless ="" name="iframe" src="https://dataandlyrics.com/htmlwidgets/sk_artist_table.html" width="1000" height="1050" >&lt;/iframe>
&lt;p>&lt;a href="https://reprex-next.netlify.app/htmlwidgets/sk_artist_table.html">Click here to view the table on a separate page&lt;/a>&lt;/p>
&lt;p>Modern recommendation systems usually rely on data provided by artists or their representatives, data on who and how is listening to their music, and what music is listened to by the audience of the artists, and certain musicological features of the music. Usually they collect data from various data sources, but these data sources are mainly English language sources.&lt;/p>
&lt;p>The problem with these recommendation systems is that they do not help music discovery, and make starting new acts very difficult. Recommendation systems tend to help already established artists, and artists whose work is well described in the English language.&lt;/p>
&lt;p>Our alternative recommendation system is a utility-based system that gives a user-defined priority to artists released in Slovakia, or artists identified as Slovak, or both. The system can be extended for lyrics language priorities, too.
Currently, our app is demonstration to provide a more comprehensive database-driven tool that can support various music discovery, recommendation or music export tools. Our Feasibility Study to build such tools and our Demo App is currently under consultation with Slovak stakeholders.&lt;/p>
&lt;p>&lt;em>&lt;a href="https://dataandlyrics.com/tag/listen-local/" target="_blank" rel="noopener">Listen Local&lt;/a> is developing transparent algorithms and open source solutions to find new audiences for independent music. We want to correct the injustice and inherent bias of market leading big data algorithms. If you want&lt;/em> &lt;code>your music and audience&lt;/code> &lt;em>to be analysed in Listen Local, fill&lt;/em> &lt;a href="https://www.surveymonkey.com/r/ll_collector_2020" target="_blank" rel="noopener">this form&lt;/a> &lt;em>in. We will include you in our demo application for local music recommendations and our analysis to be revealed in December.&lt;/em>&lt;/p></description></item><item><title>Listen Local: Why We Need Alternative Recommendation Systems</title><link>https://reprex-next.netlify.app/post/2020-12-15-alternative-recommendations/</link><pubDate>Mon, 14 Dec 2020 17:10:00 +0200</pubDate><guid>https://reprex-next.netlify.app/post/2020-12-15-alternative-recommendations/</guid><description>
&lt;figure id="figure-the-first-version-of-our-demo-application">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="The first version of our demo application" srcset="
/post/2020-12-15-alternative-recommendations/03_app_recommend_hue273d4dba573461e5c0230751d669551_145885_0c2fe5ec07c123affc9e64babc1ba7e8.webp 400w,
/post/2020-12-15-alternative-recommendations/03_app_recommend_hue273d4dba573461e5c0230751d669551_145885_7431d48d4896b9f0570da0f6511dab6d.webp 760w,
/post/2020-12-15-alternative-recommendations/03_app_recommend_hue273d4dba573461e5c0230751d669551_145885_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://reprex-next.netlify.app/post/2020-12-15-alternative-recommendations/03_app_recommend_hue273d4dba573461e5c0230751d669551_145885_0c2fe5ec07c123affc9e64babc1ba7e8.webp"
width="760"
height="309"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
The first version of our demo application
&lt;/figcaption>&lt;/figure>
&lt;p>Recommendation systems utilize knowledge about music content and their audiences while also pursuing the objectives or needs of recommenders.&lt;/p>
&lt;p>The simplest recommendation systems just follow the charts: for example, they select from well-known current or perennial greatest hits. Such a system may work well for an amateur DJ in a home party or a small local radio that just wants to make sure that the music in its programme will be liked by many people. They reinforce existing trends and make already popular songs and their creators even more popular.&lt;/p>
&lt;p>If the recommendation engine is supported by big data and a machine learning system &amp;ndash; or increasingly, a combination of several machine learning algorithms &amp;ndash; the general &lt;em>modus operandi&lt;/em> is to exploit information about both content and users in order to achieve certain goals.&lt;/p>
&lt;h2 id="how-algorithmic-recommendation-systems-work">How algorithmic recommendation systems work?&lt;/h2>
&lt;figure id="figure-how-recommendation-systems-work">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="How recommendation systems work?" srcset="
/post/2020-12-15-alternative-recommendations/mind_map_recommendations_hu598e31fbda7e27fa2531c6d1d2d7129e_95495_a24fefaf48e8a27a63649a2c4e63b745.webp 400w,
/post/2020-12-15-alternative-recommendations/mind_map_recommendations_hu598e31fbda7e27fa2531c6d1d2d7129e_95495_53ec00df9d6fd8bd9fa8bc29323ef591.webp 760w,
/post/2020-12-15-alternative-recommendations/mind_map_recommendations_hu598e31fbda7e27fa2531c6d1d2d7129e_95495_1200x1200_fit_q75_h2_lanczos.webp 1200w"
src="https://reprex-next.netlify.app/post/2020-12-15-alternative-recommendations/mind_map_recommendations_hu598e31fbda7e27fa2531c6d1d2d7129e_95495_a24fefaf48e8a27a63649a2c4e63b745.webp"
width="760"
height="426"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
How recommendation systems work?
&lt;/figcaption>&lt;/figure>
&lt;p>Spotify’s recommendation system is a mix of content- and collaborative filtering that exploits information about users’ past behaviour (e.g. liked, skipped, and re-listened songs), the behaviour of similar users, as well as data collected from the users&amp;rsquo; social media and other online activities, or from blogs. Deezer uses a similar system that is boosted by the acquisition of Last.fm &amp;ndash; big data created from user comments are used to understand the mood of the songs, for example.&lt;/p>
&lt;figure id="figure-spotify-makes-16-billion-music-recommendations-each-month-in-2020">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Spotify makes 16 billion music recommendations each month in 2020." srcset="
/post/2020-12-15-alternative-recommendations/spotify_discover_weekly_hue95bf4b3b7257937912363dc6117ebbf_2116732_5c803acaaacd388a5120e693bc6ccf5f.webp 400w,
/post/2020-12-15-alternative-recommendations/spotify_discover_weekly_hue95bf4b3b7257937912363dc6117ebbf_2116732_aed5004a2ec97887bf0eb08acdf66536.webp 760w,
/post/2020-12-15-alternative-recommendations/spotify_discover_weekly_hue95bf4b3b7257937912363dc6117ebbf_2116732_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://reprex-next.netlify.app/post/2020-12-15-alternative-recommendations/spotify_discover_weekly_hue95bf4b3b7257937912363dc6117ebbf_2116732_5c803acaaacd388a5120e693bc6ccf5f.webp"
width="760"
height="427"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
Spotify makes 16 billion music recommendations each month in 2020.
&lt;/figcaption>&lt;/figure>
&lt;p>YouTube, which plays an even larger role in music discovery, uses a system comprised of two neural networks: one for candidate generation and one for ranking. The candidate generation deep neural network provides works on the basis of collaborative filtering, while the ranking system is based on content-based filtering and a form of utility ranking that takes into consideration the user&amp;rsquo;s languages, for example.&lt;/p>
&lt;p>What makes these systems common is that they maximize the algorithm creators&amp;rsquo; corporate key performance indicators. Spotify wants to be ‘your playlist to life’ and increase the amount of music played during work or sports in the background, during travelling, or active music listening –- i.e. maximizing the number of hours spent using it, and do not let empty timeslots for other music providers, such as radio stations. YouTube and Netflix have similar targets. They are in many ways like commercial radio targets, which want to maximize the time spent listening to the broadcast stream. Radios and YouTube, in particular, have similar goals because they are mainly financed through advertising. For Spotify or Netflix, their key financial motivation is to avoid users&amp;rsquo; cancelling their subscriptions or changing it to different providers, such as Amzon, Apple or Deezer.&lt;/p>
&lt;h2 id="what-is-the-problem-with-black-box-recommendation-systems">What is the problem with black box recommendation systems?&lt;/h2>
&lt;p>What they also have in common is that they do not aim to give a fair chance to each uploaded song, serve equally every artist, or provide whatever equality of chances for English, Slovak or Farsi language content.&lt;/p>
&lt;p>They tend to reinforce trends similarly to music charts, but with far bigger efficiency. As the Dutch comedian, author and journalist Arjen Lubach explains the YouTube algorithm, to keep their personal recommendations engaging all the day and all of the night, they create a comfortable universe for the user allows little distraction in. If the user wants to listen to global hit music, or stoner rock, it will never be distracted with anything else.&lt;/p>
&lt;iframe width="710" height="410" src="https://www.youtube.com/embed/FLoR2Spftwg?cc_load_policy=1&amp;origin=http://dataandlyrics.com&amp;cc_lang_pref=en" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>&lt;/iframe>
&lt;p>&lt;em>Zondag met Lubach on Dutch public broadcaster VPRO. Click settings sign to change the language of the captions.&lt;/em>&lt;/p>
&lt;p>The problem with such hyper-personalized media is that they leave no room for public activities. Public broadcasters, which had a monopoly to television broadcasting in most European countries until the early 1990s, for example, were aiming to air a diversity of news, knowledge and access to local culture. Many countries on all continents have maintained &lt;code>local content guidelines&lt;/code> for broadcasting on public, commercial and community television and radio channels, for example, local music and films, and reliable news as a public service. Personalized media-, social media- and streaming platforms do not have such obligations.&lt;/p>
&lt;ul>
&lt;li>
&lt;p>Black box recommendation systems usually maximize a corporate key performance indicator, and they are not subject to usual public new service or local content regulations that traditional broadcast media is.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>The goal and the steps that the algorithm is pursuing is not know to content creators, and they do not know when will the algorithm work for their benefit or against them.&lt;/p>
&lt;/li>
&lt;/ul>
&lt;h2 id="transparent-and-regulated-ai">Transparent and regulated AI&lt;/h2>
&lt;p>In our view, utility-based recommendation system can provide a bridge between current, corporate-owned systems that maximize a media or streaming platforms&amp;rsquo; business indicators.&lt;/p>
&lt;p>Public new service requirements or local content requirements (&lt;em>&amp;ldquo;national quotas&amp;rdquo;&lt;/em>) set for commercial broadcasting are similar to utility or knowledge-based recommendation systems. A utility-based recommendation system, for example, would prefer from two candidates for a playlist the one that has a Slovak composer, or a performer from Wales, or which has Farsi lyrics.&lt;/p>
&lt;p>Our Demo App creates recommendations on the basis of a pre-existing radio or personal streaming playlist that, by choice, contains a pre-defined ratio of music produced in Slovakia, or performed by Slovak artists. We will soon add Dutch and Hungarian choices to this demo, but naturally, we could add any city&amp;rsquo;s, regions&amp;rsquo;, province&amp;rsquo;s our countries preferences into the app.&lt;/p>
&lt;p>Our Demo App and accompanying Feasibility Study in Slovakia shows how can a regulator create better broadcasting regulations, learning from the experience with AI-driven streaming platforms, and how can it apply the goals of local content requirements (such as a certain visibility for Slovak or a city-based music) and public service requirements (for example, spreading reliable information or stopping &lt;a href="https://dataandlyrics.com/post/2020-10-30-racist-algorithm/" target="_blank" rel="noopener">hateful music&lt;/a>.)&lt;/p>
&lt;h2 id="access-for-all">Access for all&lt;/h2>
&lt;p>We do not believe that the current heated discussion on the re-regulation of AI and music streaming will solve all the problems of independent artists, bands from ethnic or racial minorities, or otherwise vulnerable producers. New regulation can limit the unintended collateral damage of big data algorithms deployed by big corporations, but they will not bring down the benefits of AI to these creators.&lt;/p>
&lt;p>Take the example of the &lt;a href="https://www.theguardian.com/technology/2020/nov/03/spotify-artists-promote-music-exchange-cut-royalty-rates-payola-algorithm" target="_blank" rel="noopener">controversial&lt;/a> new initiative that let&amp;rsquo;s artists, labels and publishers to promote their music in exchange for &lt;a href="https://newsroom.spotify.com/2020-11-02/amplifying-artist-input-in-your-personalized-recommendations/" target="_blank" rel="noopener">a cut in royalty rates&lt;/a>. While felt by many artists injust and even corrupt, it is an answer to the growing need to influence how the recommendation algorithms are promoting certain music at the expense of tens of millions of sound recordings that are not recommended.&lt;/p>
&lt;p>We believe that algorithms create value for the users, and if artists are not happy to pay for corporations to influence black box algoritms, thatn they must collaborate and share data, and build large enough data pools so that they can deploy white, transparent algorithms that work for them.&lt;/p>
&lt;ul>
&lt;li>
&lt;p>Our Feasibility Study shows why it is important that creators have a &lt;code>control over what data describes their music&lt;/code>, their biographies and other information online, because corporate streaming platforms use this information for their algorithms.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>We should that with relatively little effort creators can &lt;code>pool enough information&lt;/code> to create alternative recommendation systems that follow a more agreeable goal, that is sensitive to local content requirements and more access to new artists, women or black performers, or which suppress hateful lyrics.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>The benefit of an &lt;code>open algorithm&lt;/code> and pooled data is that artists can actively look for audiences in various age groups or in cities that are accessible for them on a performing tour after the pandemic.&lt;/p>
&lt;/li>
&lt;/ul>
&lt;p>Overall, we want to show that regulating black box, private algorithms and data monopolies is only a first step to damage control. Deploying white, transparent algorithms and building collaborative or open data pools can only guarantee fairness in the digital platforms, in recommendations, and generally in the use of AI.&lt;/p>
&lt;p>&lt;em>&lt;a href="https://dataandlyrics.com/tag/listen-local/" target="_blank" rel="noopener">Listen Local&lt;/a> is developing transparent algorithms and open source solutions to find new audiences for independent music. We want to correct the injustice and inherent bias of market leading big data algorithms. If you want&lt;/em> &lt;code>your music and audience&lt;/code> &lt;em>to be analysed in Listen Local, fill&lt;/em> &lt;a href="https://www.surveymonkey.com/r/ll_collector_2020" target="_blank" rel="noopener">this form&lt;/a> &lt;em>in. We will include you in our demo application for local music recommendations and our analysis to be revealed in December.&lt;/em>&lt;/p></description></item><item><title>Reproducible research in practice: empirical study on the structural conditions of book piracy in global and European academia</title><link>https://reprex-next.netlify.app/post/2020-12-04-pirate-libraries/</link><pubDate>Sat, 05 Dec 2020 08:10:00 +0200</pubDate><guid>https://reprex-next.netlify.app/post/2020-12-04-pirate-libraries/</guid><description>&lt;p>&lt;a href="https://journals.plos.org/plosone/" target="_blank" rel="noopener">PLOS One&lt;/a> is the fourth most influential multidisciplinary journal after Nature, and Science, and Proceedings of the National Academy of Sciences of the United States of America (based on &lt;a href="https://www.scimagojr.com/journalrank.php?category=1000&amp;amp;area=1000&amp;amp;order=h&amp;amp;ord=desc" target="_blank" rel="noopener">H index&lt;/a>.) On December 3, 2020 it published &lt;a href="https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0242509" target="_blank" rel="noopener">a paper&lt;/a> co-authored by Dr. Balazs Bodo, associate professor at the Institute for Information Law (IViR), Daniel Antal (Reprex, Demo Music Observatory), a data scientist interested in reproducible research, as an independent researcher, and Zoltan Puha, a Data Science PhD at Tilburg University, JADS. PLOS (Public Library of Science) is a nonprofit Open Access publisher, empowering researchers to accelerate progress in science and medicine by leading a transformation in research communication.&lt;/p>
&lt;p>The article utilizes the our reproducible datasets created with our &lt;a href="https://regions.dataobservatory.eu/" target="_blank" rel="noopener">regions&lt;/a> package, and builds on many years of expertise in empirical research on the field of music and audiovisual piracy, home copying and private copying compensation (see for example &lt;a href="https://dataandlyrics.com/publication/private_copying_croatia_2019/" target="_blank" rel="noopener">Private Copying in Croatia&lt;/a>.) Our aim is to provide reliable, high quality indicators for the creative industries not only on national, but provincial, state, regional and metropolitan area level, too, because these levels are often more relevant for creators, performers and policy-makers.&lt;/p>
&lt;p>The topic of the paper is Library Genesis (LG), the biggest piratical scholarly library on the internet, which provides copyright infringing access to more than 2.5 million scientific monographs, edited volumes, and textbooks. The paper uses advanced statistical methods to explain why researchers around the globe use copyright infringing knowledge resources. The analysis is based on a huge usage dataset from LG, as well as data from the World Bank, Eurostat, and Eurobarometer, to identify the role of macroeconomic factors, such as R&amp;amp;D and higher education spending, GDP, researcher density in scholarly copyright infringing activities.&lt;/p>
&lt;figure id="figure-we-created-a-global-and-a-far-more-detailed-european-model-for-pirate-book-downloads">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="We created a global and a far more detailed European model for pirate book downloads." srcset="
/post/2020-12-04-pirate-libraries/journal.pone.0242509.g002_hubacdff3d701695d71db2909fe1238375_1083205_bd1732dbd9f2b5cb10832ab0184f5ca9.webp 400w,
/post/2020-12-04-pirate-libraries/journal.pone.0242509.g002_hubacdff3d701695d71db2909fe1238375_1083205_fa03347ab148bf03a767392d5aa78483.webp 760w,
/post/2020-12-04-pirate-libraries/journal.pone.0242509.g002_hubacdff3d701695d71db2909fe1238375_1083205_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://reprex-next.netlify.app/post/2020-12-04-pirate-libraries/journal.pone.0242509.g002_hubacdff3d701695d71db2909fe1238375_1083205_bd1732dbd9f2b5cb10832ab0184f5ca9.webp"
width="760"
height="398"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
We created a global and a far more detailed European model for pirate book downloads.
&lt;/figcaption>&lt;/figure>
&lt;p>The main finding of the paper is that open access, even if it is radical, is not a panacea. The hypothesis of the research was that researchers in low-income regions use piratical open knowledge resources relatively more to compensate for the limitations of their legal access infrastructures. The authors found evidence to the contrary. Researchers in high income countries and European regions with access to high quality knowledge infrastructures, and high levels of funding use radical open access resources more intensively than researchers in lower income countries and regions, with less resourceful libraries. This means that while open knowledge is an important resource to close the knowledge gap between centrum and periphery, equality in access does not translate into equality in use. Structural knowledge inequalities are both present and are being reproduced in the context of open access resources.&lt;/p>
&lt;p>The paper is unique not just because of the data it is based on. It also sets new standards in interdisciplinary legal research by publishing the paper, the data and the software code in the same time in open access repositories, following reproducible research best practices &amp;mdash; the practices that we want to promote in our &lt;a href="https://music.dataobservatory.eu/" target="_blank" rel="noopener">Demo Music Observatory&lt;/a> and further data observatories to serve business, evidence-based policy and scientific research.&lt;/p></description></item><item><title>Jian Yang and Monica Hall Win the Best Paper Award at Wowchemy 2020</title><link>https://reprex-next.netlify.app/post/20-12-02-icml-best-paper/</link><pubDate>Wed, 02 Dec 2020 00:00:00 +0000</pubDate><guid>https://reprex-next.netlify.app/post/20-12-02-icml-best-paper/</guid><description>&lt;p>Congratulations to Jian Yang and Monica Hall for winning the Best Paper Award at the 2020 Conference on Wowchemy for their paper “Learning Wowchemy”.&lt;/p>
&lt;p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer tempus augue non tempor egestas. Proin nisl nunc, dignissim in accumsan dapibus, auctor ullamcorper neque. Quisque at elit felis. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Aenean eget elementum odio. Cras interdum eget risus sit amet aliquet. In volutpat, nisl ut fringilla dignissim, arcu nisl suscipit ante, at accumsan sapien nisl eu eros.&lt;/p>
&lt;p>Sed eu dui nec ligula bibendum dapibus. Nullam imperdiet auctor tortor, vel cursus mauris malesuada non. Quisque ultrices euismod dapibus. Aenean sed gravida risus. Sed nisi tortor, vulputate nec quam non, placerat porta nisl. Nunc varius lobortis urna, condimentum facilisis ipsum molestie eu. Ut molestie eleifend ligula sed dignissim. Duis ut tellus turpis. Praesent tincidunt, nunc sed congue malesuada, mauris enim maximus massa, eget interdum turpis urna et ante. Morbi sem nisl, cursus quis mollis et, interdum luctus augue. Aliquam laoreet, leo et accumsan tincidunt, libero neque aliquet lectus, a ultricies lorem mi a orci.&lt;/p>
&lt;p>Mauris dapibus sem vel magna convallis laoreet. Donec in venenatis urna, vitae sodales odio. Praesent tortor diam, varius non luctus nec, bibendum vel est. Quisque id sem enim. Maecenas at est leo. Vestibulum tristique pellentesque ex, blandit placerat nunc eleifend sit amet. Fusce eget lectus bibendum, accumsan mi quis, luctus sem. Etiam vitae nulla scelerisque, eleifend odio in, euismod quam. Etiam porta ullamcorper massa, vitae gravida turpis euismod quis. Mauris sodales sem ac ultrices viverra. In placerat ultrices sapien. Suspendisse eu arcu hendrerit, luctus tortor cursus, maximus dolor. Proin et velit et quam gravida dapibus. Donec blandit justo ut consequat tristique.&lt;/p></description></item><item><title>Feasibility Study For The Establishment Of A European Music Observatory &amp; The Demo Observatory</title><link>https://reprex-next.netlify.app/post/2020-11-16-european-music-observatory-feasibility/</link><pubDate>Mon, 16 Nov 2020 07:03:00 +0200</pubDate><guid>https://reprex-next.netlify.app/post/2020-11-16-european-music-observatory-feasibility/</guid><description>&lt;p>&lt;em>The &lt;a href="https://op.europa.eu/en/publication-detail/-/publication/a756542a-249d-11eb-9d7e-01aa75ed71a1/language-en/format-PDF/source-171307257" target="_blank" rel="noopener">Feasibility study for the establishment of a European Music Observatory&lt;/a> was published on 13 November. Our private observatory, CEEMID was consulted in the creation of the Feasibility Study, and some of our recommendations found way into the consultant’s document. We created a Demo Music Observatory to provide a practical guidance on the decisions facing the European stakeholders, and to answer the questions that were left open in the Feasibility Study &amp;mdash; particularly on &lt;a href="https://dataandlyrics.com/project/music-observatory/#data-gaps" target="_blank" rel="noopener">data integration&lt;/a> and the &lt;a href="https://dataandlyrics.com/project/music-observatory/#organization" target="_blank" rel="noopener">institutional model&lt;/a>, where a wrong choice can lead to very long delivery time, &lt;a href="https://dataandlyrics.com/project/music-observatory/#quality" target="_blank" rel="noopener">quality control&lt;/a> and &lt;a href="#budget">budgeting&lt;/a>.&lt;/em>&lt;/p>
&lt;p>We have been developing our &lt;a href="https://dataandlyrics.com/project/music-observatory/" target="_blank" rel="noopener">Demo Music Observatory&lt;/a> in the world&amp;rsquo;s 2nd ranked university-backed incubator program, the &lt;a href="https://dataandlyrics.com/post/2020-09-25-yesdelft-validation/" target="_blank" rel="noopener">Yes!Delft AI Validation Lab&lt;/a> since &lt;a href="https://dataandlyrics.com/post/2020-09-15-music-observatory-launch/" target="_blank" rel="noopener">15 September 2020&lt;/a>. Our aim is to show a better organizational model, examples of &lt;a href="https://dataandlyrics.com/post/2020-09-11-creating-automated-observatory/" target="_blank" rel="noopener">research automation&lt;/a> and other data integration innovation that can reduce the budgetary needs of the European Music Observatory by 80-90% and provide far more timely, accurate, and relevant service than most data observatories in Europe.&lt;/p>
&lt;p>CEEMID has been creating a similar data observatory to the foreseen European Data Observatory, solely based on the contribution of about 60 European stakeholders. As the &lt;em>Feasibility Study&lt;/em> suggests, we would be happy to transfer much of CEEMID’s content to the European Data Observatory, which could potentially fill up about 50-70% of the envisioned observatory. We are building our Demo Music Observatory based on the 2000 pan-European indicators collected by CEEMID since 2014.&lt;/p>
&lt;blockquote>
&lt;p>&lt;code>Challenge Our Demo Observatory&lt;/code>: &lt;em>Check out the&lt;/em> &lt;a href="https://demoobservatory.dataobservatory.eu/music-diversity-circulation.html" target="_blank" rel="noopener">Music Diversity &amp;amp; Circulation Pillar&lt;/a> &lt;em>of our Demo Music Observatory. If you do not find what you are looking for,&lt;/em> &lt;a href="https://dataobservatory.eu/#contact" target="_blank" rel="noopener">contact us&lt;/a> &amp;mdash; &lt;em>we will try to put the data there from our repositories.&lt;/em>&lt;/p>
&lt;/blockquote>
&lt;figure id="figure-illusory-data-gap-active-and-music-participation-is-available-on-eu-level-both-for-gender-groups-or-four-ethnic-minorities--this-is-regularly-featured-in-various-european-cap-surveys-and-in-our-national-cap-surveys-too">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="comparative/music_activity_playing_an_instrument_by_gender.png" alt="Illusory data gap: active and music participation is available on EU level both for gender groups or four ethnic minorities – this is regularly featured in various European CAP surveys and in our national CAP surveys, too." loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
Illusory data gap: active and music participation is available on EU level both for gender groups or four ethnic minorities – this is regularly featured in various European CAP surveys and in our national CAP surveys, too.
&lt;/figcaption>&lt;/figure>
&lt;p>The Feasibility Study is based on perceived data gaps between data needs of the European stakeholders and data availability. We have shown earlier this year to the European stakeholders that much of these data gaps are &lt;a href="post/2020-01-30-ceereport/#invisibility">illusory&lt;/a>. We would like to give about 50 indicators with full documentation, automated, weekly, monthly, quarterly, or annual refreshment for free for all music industry users. We would like to challenge the stakeholders to formulate data requests to us and think together on the ways how could the European music industry build a better observatory faster and with less cost.&lt;/p>
&lt;blockquote>
&lt;p>&lt;code>Challenge Our Demo Observatory&lt;/code>: &lt;em>Check out the&lt;/em> &lt;a href="https://data.music.dataobservatory.eu/music-economy.html" target="_blank" rel="noopener">Music Economy Pillar&lt;/a> &lt;em>of our Demo Music Observatory. If you do not find what you are looking for,&lt;/em> &lt;a href="https://dataobservatory.eu/#contact" target="_blank" rel="noopener">contact us&lt;/a> &amp;mdash; &lt;em>we will try to put the data there from our repositories.&lt;/em>&lt;/p>
&lt;/blockquote>
&lt;p>The Feasibility Study concludes that a “European Music Observatory would require a very significant allocation of funds, beyond what could be currently expected from the possible budget of the future Creative Europe programme”. While the Feasibility Study provide cost options, or any cost-benefit analysis, we are certain that this is an exaggeration. Most European data observatories operate with an annual 20,000-200,000-euro subsidy. We want to show with our Demo Music Observatory what can be achieved with an annual budget of 20,000 euros, 50,000 euros, 100,000 euros or 200,000 euros.&lt;/p>
&lt;blockquote>
&lt;p>&lt;code>Challenge Our Demo Observatory&lt;/code>: &lt;em>Check out the&lt;/em> &lt;a href="https://data.music.dataobservatory.eu/music-society.html" target="_blank" rel="noopener">Music, Society and Citizenship Pillar&lt;/a> &lt;em>of our Demo Music Observatory. If you do not find what you are looking for,&lt;/em> &lt;a href="https://dataobservatory.eu/#contact" target="_blank" rel="noopener">contact us&lt;/a> &amp;mdash; &lt;em>we will try to put the data there from our repositories.&lt;/em>&lt;/p>
&lt;/blockquote></description></item><item><title>Product/Market Fit Validation in Yes!Delft</title><link>https://reprex-next.netlify.app/post/2020-09-25-yesdelft-validation/</link><pubDate>Fri, 25 Sep 2020 15:31:39 +0000</pubDate><guid>https://reprex-next.netlify.app/post/2020-09-25-yesdelft-validation/</guid><description>&lt;p>We would like to validate our product market/fit in two segments, business/policy research and scientific research, with a supporting role given to data journalism. Because we want to follow a bootstrapping strategy, we must focus on those clients where we find the highest value proposition, which is of course easier said than done. We see much interest in our offering from other continents, therefore we truly welcome the opportunity that we can do this on a truly global business canvas in one of the worlds’ &lt;a href="https://www.yesdelft.com/news/yesdelft-among-the-top-5-business-incubators-in-the-world/" target="_blank" rel="noopener">top five incubators&lt;/a>, the number 2 university-backed incubator in the world, second to none in Europe, in the &lt;a href="https://www.yesdelft.com/focus-areas/artificial-intelligence/" target="_blank" rel="noopener">Yes!Delft AI+Blockchain&lt;/a> Validation Lab.&lt;/p>
&lt;p>In Europe hundreds of thousands of microenterprises, such as record labels, video producers or book publishers are facing data and AI giants like Google’s YouTube, Apple Music, Spotify, Netflix or Amazon. If the recommendation engines of these giants do not recommend their songs, films or books, then their investments are doomed to fail, because about half of the global sales are driven by AI algorithms. When they make a claim for the missing money, they will immediately find themselves in a dispute with gigabytes of data that they can only handle with a data scientist, even though they do not even have an IT professional or an HR professional to make the hire.&lt;/p>
&lt;p>An awful lot of money, creativity and real values are at stake, and we want to be on the creator’s side, their technician’s side, their manager’s side when they want to get a fair share from the pie and they want to help these industry leader to make the pie grow.&lt;/p>
&lt;p>The &lt;a href="http://www.unesco.org/new/en/culture/themes/creativity/arts-education/research-cooperation/observatories/" target="_blank" rel="noopener">UNESCO&lt;/a> and the EU have been promoting as an organizational solution the fragmentation problem with the so-called data observatories that are pooling the business, policy, and scientific research needs of various domains, like music. This is an idea that we really like, and we believe that our research automation solutions can help these observatories to grow faster as ecosystems, create better quality and more timely data and research products and a far lower cost.&lt;/p>
&lt;p>We define ourselves as a reproducible research company inspired by the philosophy of open collaboration, based on open-source software and open data. We want to explore various revenue models around these ideas.&lt;/p>
&lt;ol>
&lt;li>
&lt;p>We are not committed to open source licensing if more permissive licensing policies provide us with better opportunities.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>We would like to explore various data-as-service models, because we do not want to be locked into the position of cheap open data vendors.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>We want to deploy AI applications that really help earning money in these sectors with playlisting, recommendation engines, forecasting applications, or royalty valuations, because our open collaboration approach brings up enough data sooner to than its alternatives, because it manages inherent conflicts of interests, fragmentation, and decentralization better than hierarchical solutions.&lt;/p>
&lt;/li>
&lt;/ol>
&lt;p>&lt;strong>Timeline&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>
&lt;p>In January CEEMID reached its peak: we introduced a 12-country &lt;a href="https://dataobservatory.eu/post/2020-01-30-ceereport/" target="_blank" rel="noopener">reproducible research project&lt;/a> made with only freelancers in Brussels, presented as best use case of evidence-based policy design.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>In February Daniel visited the &lt;a href="https://dataobservatory.eu/post/yes-delft-co-lab/" target="_blank" rel="noopener">Yes!Delft Co-Lab&lt;/a> to find out who would be the best co-founder to re-launch CEEMID as an enterprise.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>In April we started to &lt;a href="https://dataobservatory.eu/post/2020-04-16-regional-opendata-release/" target="_blank" rel="noopener">release our data&lt;/a> as open data for validation.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>One month ago we &lt;a href="https://dataobservatory.eu/post/2020-08-24-start-up/" target="_blank" rel="noopener">started-up&lt;/a>.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Then we launched the &lt;a href="https://music.dataobservatory.eu/" target="_blank" rel="noopener">music.dataobservatory.eu&lt;/a> project.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>A few other &lt;a href="https://music.dataobservatory.eu/annex.html#other-observatories" target="_blank" rel="noopener">data observatories&lt;/a>.&lt;/p>
&lt;/li>
&lt;/ul>
&lt;p>Bonus:&lt;/p>
&lt;ul>
&lt;li>&lt;a href="https://www.palato.nl/" target="_blank" rel="noopener">Palato&lt;/a> in the Hague, where we took our selfie and had an absolutely amazing dinner after the pitch. Check them out!&lt;/li>
&lt;/ul></description></item><item><title>Reproducible Survey Harmonization: retroharmonize Is Released</title><link>https://reprex-next.netlify.app/post/2020-09-21-retroharmonize_release/</link><pubDate>Mon, 21 Sep 2020 11:31:39 +0000</pubDate><guid>https://reprex-next.netlify.app/post/2020-09-21-retroharmonize_release/</guid><description>&lt;p>Our original intention was to make surveying more accessible for music and creative industry partners, by relying more on already existing survey data, and better designing complementary, smaller surveys, becasue surveying, opinion polling is becoming increasingly expensive in the develop world. People are less and less likely to sit down for an interview in their houses. We have tried to harmonize our custom surveys, particuarly with Kantar in Hungary and Focus in Slovakia with exisiting EU projects. But we ended up making a part of international survey harmonization across countries and throughout years easier to automate.&lt;/p>
&lt;p>
&lt;figure >
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="https://reprex-next.netlify.app/img/packages/ab_plot1.png" alt="Harmonized results from Afrobarometer" loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;/p>
&lt;p>Surveys are like sensors for natural sciences and industrial production. They are essential for almost any social and economic statistical indicator, for calculating the inflation, parts of the GDP, participation in education programs. Making surveys easier to harmonize and exploit more already existing survey data can bring down research cost, and can increase research value at the same time. (See our earlier blog post &lt;a href="https://dataobservatory.eu/post/2020-07-10-retroharmonize/" target="_blank" rel="noopener">Increase The Value Of Market Research With Open Data And Survey Harmonization&lt;/a>.)&lt;/p>
&lt;p>So, if you are an R user, you can use &lt;code>install.packages(“retroharmonize”)&lt;/code> to get the released 0.1.13 version and make tutorials with real Eurobarometer or Afrobarometer microdata. With &lt;code>devtools::install_github(&amp;quot;antaldaniel/retroharmonize&amp;quot;)&lt;/code> you can already install the current development version 0.1.14, which handles perl-like regex, which will be necessary for our next tutorial in the making for &lt;a href="https://www.arabbarometer.org/" target="_blank" rel="noopener">Arab Barometer&lt;/a>.&lt;/p>
&lt;p>&lt;strong>Related&lt;/strong>:&lt;/p>
&lt;ul>
&lt;li>
&lt;p>&lt;a href="https://retroharmonize.dataobservatory.eu/" target="_blank" rel="noopener">retroharmonize package website&lt;/a>&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;a href="https://github.com/antaldaniel/retroharmonize/" target="_blank" rel="noopener">retroharmonize on github&lt;/a>&lt;/p>
&lt;/li>
&lt;/ul></description></item><item><title>Launching Our Demo Music Observatory</title><link>https://reprex-next.netlify.app/post/2020-09-15-music-observatory-launch/</link><pubDate>Tue, 15 Sep 2020 08:00:39 +0000</pubDate><guid>https://reprex-next.netlify.app/post/2020-09-15-music-observatory-launch/</guid><description>&lt;p>Today, on 15 September 2020, we officially launched our &lt;code>minimal viable product&lt;/code> as we promised to partners back in February. This was a particularly difficult period for everybody. We aspired to deliver by September in a very different environment, our hopes for commissioned work went up in flames with the pandemic, and our targeted users, musicians and music entrepreneurs, talent managers, music venues lost most of their income. The organizations helping them, granting authorities, export offices and collective management societies are overwhelmed with the problem. During these troublesome times, our team expanded, attracted great new talent, and kept working.&lt;/p>
&lt;p>Our first product is the &lt;a href="https://music.dataobservatory.eu/" target="_blank" rel="noopener">Demo Music Observatory&lt;/a>, a collaborative, automated research-based &lt;a href="https://dataobservatory.eu/faq/observatories/" target="_blank" rel="noopener">observatory&lt;/a> for the music industry, one that is particularly hard hit by the COVID19 crisis. Not only great artists, composers, technicians, managers fell victim to the virus, but musicians lost about 50–90% of their income from live music. This translates to a 100% loss for the live music technicians and managers.&lt;/p>
&lt;p>
&lt;div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
&lt;iframe src="https://www.youtube.com/embed/fQJHflWPS34" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" allowfullscreen title="YouTube Video">&lt;/iframe>
&lt;/div>
See our &lt;a href="https://dataobservatory.eu/post/2020-09-11-creating-automated-observatory/" target="_blank" rel="noopener">earlier blogpost&lt;/a> on what you see on the video.&lt;/p>
&lt;p>The music industry was never a place for great job security. For putting up a show, you usually need a network of 10–200 artists, technicians and managers to work together as freelancers without all those social benefits that many people enjoy in other walks of life. We have been trying to figure out how to help this microenterprise and freelancer-network based industry with research for five years. Our aim is to make them competitive when they are talking with their buyers: Google, Apple, Spotify, who are really heavy-weight data and AI pros. Our better plan their tours, when they will be back on the road, to understand what sort of audiences and purchasing power waits for them in different European cities.&lt;/p>
&lt;p>We are launching at a time when the music industry is crying for help.Therefore, we have decided to make our demo observatory open and unfinished. Over the last 7 years, we have built up about 2000 music and creative sector indicators to be used for business KPIs, forecasting targets, grant evaluations, royalty valuations, concert demography target group analysis and other professional uses. We would like to open up, based on your needs, about 50 well-designed indicators, and pledge to keep it daily refreshed, corrected, documented, citaable, downloadable. Also, feel free to use our most valuable source code—use it for your own purposes, even modify it, as long as you keep it open.&lt;/p>
&lt;p>For our smaller partners, we follow what musicians do these days on Bandcamp: name your price. We make a pledge to our small partners: if you need reliable data to plan your next grant calls, calculate royalties, compensations, predict hit candidates, give us the job—and name your price. Post-corona, you can take for a dollar the best music from Bandcamp. You can take our research products, for a limited period, for any amount you name, as long as it is for a good cause and serves the industry, musicians, technicians or managers. In return, we ask for your feedback. Help us validate whether we are on the right track, tell us how we can cooperate after the pandemic, in better times.&lt;/p>
&lt;p>Our larger and better funded partners? We ask you to pay the price we name, because we believe that it is a well-justified, fair and competitive price, set by pricing experts.&lt;/p>
&lt;p>We appreciate it if you take a look at our offering, or if you pass this blogpost on to your colleagues in the industry. Our main target audience initially are music professional in broader Europe, but we are planning to cover all major global markets very soon, too. Feedback from the U.S., Australia, Canada, Colombia, Brazil &amp;amp; Argentina is particularly welcome as we have great plans over there!&lt;/p>
&lt;h2 id="who-we-are">Who we are?&lt;/h2>
&lt;p>We &lt;a href="https://dataobservatory.eu/post/2020-08-24-start-up/" target="_blank" rel="noopener">started&lt;/a> our operations on 1 September 2020 on the basis of &lt;a href="http://documentation.ceemid.eu/" target="_blank" rel="noopener">CEEMID&lt;/a>, a pan-European data observatory that created about 2000 music and creative industry indicators for its users. In the coming days, we are gradually opening up about 50 &lt;a href="https://music.dataobservatory.eu/" target="_blank" rel="noopener">music industry&lt;/a> and 50 broader creative industry indicators in a fully reproducible workflow, with daily re-freshed, re-processed, well-formatted and documented indicators for business and policy decisions.&lt;/p>
&lt;p>We would like to validate this approach in one of the world&amp;rsquo;s most prestigious university-backed incubator programs, in the &lt;a href="https://www.yesdelft.com/yes-programs/ai-blockchain-validation-lab/" target="_blank" rel="noopener">Yes!Delft AI/Blockchain Validation Lab&lt;/a>. We&amp;rsquo;re finalist on their selection, and all help before 23 September from our friends in the music industry is more than appreciated. If we get there, we can rely on probably the best pros in Europe to make our offering better tailored and financially sustainable.&lt;/p>
&lt;h2 id="get-in-touch">Get in touch!&lt;/h2>
&lt;p>We use the very simple and extremely secure &lt;strong>keybase.io&lt;/strong>, a kind of mix of Whatsapp, Skype, Google Drive, One Drive and zoom. You can get in touch on that platform with us in anytime &lt;a href="https://keybase.io/team/reprexcommunity" target="_blank" rel="noopener">here&lt;/a>.&lt;/p>
&lt;p>You can easily contact on LinkedIn &lt;a href="https://www.linkedin.com/in/antaldaniel/" target="_blank" rel="noopener">Daniel&lt;/a> or &lt;a href="https://www.linkedin.com/in/k%C3%A1tya-nagy-a9447730/" target="_blank" rel="noopener">Kátya&lt;/a> and of course, we have a usually working &lt;a href="https://dataobservatory.eu/#about" target="_blank" rel="noopener">email contact form&lt;/a>, too. Our email is name.surname at our main domain.&lt;/p>
&lt;h2 id="video-credits">Video credits&lt;/h2>
&lt;ul>
&lt;li>Data acquisition and processing: Daniel Antal, CFA and Marta Kołczyńska, PhD (&lt;a href="https://music.dataobservatory.eu/economy.html#demand" target="_blank" rel="noopener">survey data&lt;/a>).&lt;/li>
&lt;li>Documentation automation: Sandor Budai&lt;/li>
&lt;li>Video art: Line Matson&lt;/li>
&lt;li>Music: &lt;a href="https://www.youtube.com/moonmoonmoon" target="_blank" rel="noopener">Moon Moon Moon&lt;/a>.&lt;/li>
&lt;/ul></description></item><item><title>Creating An Automated Data Observatory</title><link>https://reprex-next.netlify.app/post/2020-09-11-creating-automated-observatory/</link><pubDate>Fri, 11 Sep 2020 16:00:39 +0000</pubDate><guid>https://reprex-next.netlify.app/post/2020-09-11-creating-automated-observatory/</guid><description>&lt;p>We are building data ecosystems, so called observatories, where scientific, business, policy and civic users can find factual information, data, evidence for their domain. Our open source, open data, open collaboration approach allows to connect various open and proprietary data sources, and our reproducible research workflows allow us to automate data collection, processing, publication, documentation and presentation.&lt;/p>
&lt;p>Our scripts are checking data sources, such as Eurostat&amp;rsquo;s Eurobase, Spotify&amp;rsquo;s API and other music industry sources every day for new information, and process any data corrections or new disclosure, interpolate, backcast or forecast missing values, make currency translations and unit conversions. This is shown illustrated with an &lt;a href="https://dataobservatory.eu/post/2020-07-25-reproducible_ingestion/" target="_blank" rel="noopener">earlier post&lt;/a>.&lt;/p>
&lt;div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
&lt;iframe src="https://www.youtube.com/embed/fQJHflWPS34" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" allowfullscreen title="YouTube Video">&lt;/iframe>
&lt;/div>
&lt;p>For direct access to the file visit &lt;a href="https://dataobservatory.eu/video/making-of-dmo.mp4" target="_blank" rel="noopener">this link&lt;/a>.&lt;/p>
&lt;p>In the video we show automated the creation of an observatory website with well-formatted, statistical data dissemination, a technical document in PDF and an ebook can be automated. In our view, our technology is particularly useful technology in business and scientific researech projects, where it is important that always the most timely and correct data is being analyzed, and remains automatically documented and cited. We are ready deploy public, collaborative, or private data observatories in short time.&lt;/p>
&lt;p>Data processing costs can be as high as 80% for any in-house AI deployment project. We work mainly with organization that do not have in house data science team, and acquire their data anyway from outside the organization. In their case, this rate can be as high as 95%, meaning that getting and processing the data for deploying AI can be 20x more expensive than the AI solution itself.&lt;/p>
&lt;p>AI solutions require a large amount of standardized, well processed data to learn from. We want to radically decrease the cost of data acquisition and processing for our users so that exploiting AI becomes in their reach. This is particularly important in one of our target industries, the music industries, where most of the global sales is algorithmic and AI-driven. Artists, bands, small labels, publishers, even small country national associations cannot remain competitive if they cannot participate in this technological revolution.&lt;/p>
&lt;p>We &lt;a href="https://dataobservatory.eu/post/2020-08-24-start-up/" target="_blank" rel="noopener">started&lt;/a> our operations on 1 September 2020 on the basis of &lt;a href="http://documentation.ceemid.eu/" target="_blank" rel="noopener">CEEMID&lt;/a>, a pan-European data observatory that created about 2000 music and creative industry indicators for its users. In the coming days, we are gradually opening up about 50 &lt;a href="https://music.dataobservatory.eu/" target="_blank" rel="noopener">music industry&lt;/a> and 50 broader creative industry indicators in a fully reproducible workflow, with daily re-freshed, re-processed, well-formatted and documented indicators for business and policy decisions.&lt;/p>
&lt;p>We would like to validate this approach in one of the world&amp;rsquo;s most prestigious university-backed incubator programs, in the &lt;a href="https://www.yesdelft.com/yes-programs/ai-blockchain-validation-lab/" target="_blank" rel="noopener">Yes!Delft AI/Blockchain Validation Lab&lt;/a>.&lt;/p>
&lt;h2 id="video-credits">Video credits&lt;/h2>
&lt;ul>
&lt;li>Data acquisition and processing: Daniel Antal, CFA and Marta Kołczyńska, PhD (&lt;a href="https://music.dataobservatory.eu/economy.html#demand" target="_blank" rel="noopener">survey data&lt;/a>).&lt;/li>
&lt;li>Documentation automation: Sandor Budai&lt;/li>
&lt;li>Video art: Line Matson&lt;/li>
&lt;li>Music: &lt;a href="https://www.youtube.com/moonmoonmoon" target="_blank" rel="noopener">Moon Moon Moon&lt;/a>.&lt;/li>
&lt;/ul></description></item><item><title>Starting-up</title><link>https://reprex-next.netlify.app/post/2020-08-24-start-up/</link><pubDate>Mon, 24 Aug 2020 10:15:00 +0000</pubDate><guid>https://reprex-next.netlify.app/post/2020-08-24-start-up/</guid><description>&lt;p>The big day has come: the co-founders singed off the documents at the public notary and started the registration of a reproducible research start-up in Leiden. We got a lot of support from our friends! Your encouragement gives us a lot of energy to accomplish our first milestones, and to get Reprex B.V. going!&lt;/p>
&lt;blockquote>
&lt;p>Reprex means &amp;lsquo;reproducible example&amp;rsquo; in data science. When you are stuck with a problem, creating a reproducible example allows other computer scientists, statisticians, programmers or data users to solve it. In 80% of the cases, you usually find the solution while creating a generalized example. In the 20% other cases, you can reach out for help easily.&lt;/p>
&lt;/blockquote>
&lt;p>In the coming days, we are launching demo versions of our headline products, data observatories. &lt;a href="https://music.dataobservatory.eu/index.html" target="_blank" rel="noopener">music.dataobservatory.eu&lt;/a> will be a fully automated online service that every day collects, processes, cleans, and publishes scientifically valid data about European music. Very soon after we will launch two other observatories.&lt;/p>
&lt;p>The creative and cultural sector, NGOs, most research institutions, data journalism teams are usually very small, and they do not have internal IT or data science capacities. We would like to provide them a transparent, high quality, and fully open source solution to acquire data, process it without errors, document it and make sense of it. We would like to embrace the idea of open collaboration among creative enterprises, scientific researchers, NGOs, data journalists and policymakers with our work.&lt;/p>
&lt;p>Our work will comply with the &lt;a href="https://www.bitss.org/opa/" target="_blank" rel="noopener">Open Policy Analysis&lt;/a> standards developed by the &lt;a href="https://www.bitss.org/" target="_blank" rel="noopener">Berkeley Initiative for Transparency in the Social Sciences&lt;/a> &amp;amp; &lt;a href="https://cega.berkeley.edu/" target="_blank" rel="noopener">Center for Effective Global Action&lt;/a> and the four principles of &lt;a href="http://dataobservatory.eu/reproducible/" target="_blank" rel="noopener">reproducible research&lt;/a>: reviewability, replicability, confirmability and auditability. We believe that these standards apply in reproducible finance, empirical evidence presentation in courts, or advocating sound policies and producing high-quality journalism.&lt;/p>
&lt;h2 id="help">Do you want to help our start?&lt;/h2>
&lt;p>We would like to enter into the Validation Lab of one of the best artificial intelligence incubators in early September. Talented team members, letters of intents and assignments from organizations will give a lot of credibility to our start &lt;a href="http://dataobservatory.eu/team/" target="_blank" rel="noopener">Meet our team »&lt;/a>.&lt;/p>
&lt;ul>
&lt;li>
&lt;p>Put as in contact with people who love to write code in R and interested in automating business and social science research and primary data collection such as surveying. &lt;a href="http://dataobservatory.eu/#featured" target="_blank" rel="noopener">Check out what sort of code we create »&lt;/a>&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Introduce us to people who need data and information to make better informed decision and analysis in music, film, book publishing, photography services or socially responsible finance.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Share contacts of data journalists who would like to develop stories from big survey programs like &lt;a href="https://ec.europa.eu/commfrontoffice/publicopinion/index.cfm" target="_blank" rel="noopener">Eurobarometer&lt;/a>, &lt;a href="https://www.afrobarometer.org/" target="_blank" rel="noopener">Afrobarometer&lt;/a> and &lt;a href="https://www.latinobarometro.org/lat.jsp" target="_blank" rel="noopener">Lationbarometro&lt;/a>, or base their storytelling on data and its visualizations. &lt;a href="http://retroharmonize.satellitereport.com/" target="_blank" rel="noopener">See our survey harmonization examples »&lt;/a>&lt;/p>
&lt;/li>
&lt;/ul>
&lt;p>Do you know such people? Send over this post or connect us in an email or social media message!&lt;/p>
&lt;p>&lt;em>Thanks again for your good wishes and encouragements, and hope to hear from you soon!&lt;/em>&lt;/p></description></item></channel></rss>