<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Eviota | Reprex</title><link>https://reprex-next.netlify.app/tag/eviota/</link><atom:link href="https://reprex-next.netlify.app/tag/eviota/index.xml" rel="self" type="application/rss+xml"/><description>Eviota</description><generator>Wowchemy (https://wowchemy.com)</generator><language>en-us</language><lastBuildDate>Sat, 24 Sep 2022 08:13:55 +0200</lastBuildDate><image><url>https://reprex-next.netlify.app/media/icon_hub9491570ac57158c0eeecc95c95b13e5_20247_512x512_fill_lanczos_center_3.png</url><title>Eviota</title><link>https://reprex-next.netlify.app/tag/eviota/</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>Reprex</title><link>https://reprex-next.netlify.app/slides/reprex-esg-pitch/</link><pubDate>Wed, 21 Sep 2022 16:00:00 +0200</pubDate><guid>https://reprex-next.netlify.app/slides/reprex-esg-pitch/</guid><description>&lt;h1 id="big-data-creates-inequalities">Big Data Creates Inequalities&lt;/h1>
&lt;p>Only the largest corporations, best-endowed universities, and rich governments can afford data collection and processing capacities that are large enough to harness the advantages of AI.&lt;/p>
&lt;hr>
&lt;h2 id="slide-navigation">Slide navigation&lt;/h2>
&lt;p>Fullscreen: &lt;code>F&lt;/code>&lt;/p>
&lt;ul>
&lt;li>Next: &lt;code>️&amp;gt;&lt;/code> or &lt;code>Space&lt;/code> | Previous :️&lt;code>&amp;lt;&lt;/code>&lt;/li>
&lt;li>Start: &lt;code>Home&lt;/code> | Finish: &lt;code>End&lt;/code>&lt;/li>
&lt;li>Overview: &lt;code>Esc&lt;/code>| Speaker notes: &lt;code>S&lt;/code>&lt;/li>
&lt;li>Zoom: &lt;code>Alt + Click 🖱️&lt;/code>&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h1 id="big-data-that-works-for-all">Big data that works for all&lt;/h1>
&lt;p>Reprex: No matter how big is the problem or how small is your team, we fill your reports, dashboards, newsletters, books with data and its visualization.&lt;/p>
&lt;hr>
&lt;h2 id="connected-financial-and-sustainability-reporting-based-on-open-data">Connected financial and sustainability reporting based on open data&lt;/h2>
&lt;p>Eviota: We map your material impacts in your value chain and connect it with environmental or social data that is re-used from the public sector.&lt;/p>
&lt;hr>
&lt;h2 id="data-problems-reprex">Data problems: Reprex&lt;/h2>
&lt;ul>
&lt;li>
&lt;p style="font-size:95%">Most SMEs, and civil society organizations do not have a data scientist/engineer in their team, maybe not even an IT person or a HR professional to make such a hire.&lt;/p?
&lt;/li>
&lt;li>
&lt;p style="font-size:95%">When these organizations must solve novel problems, like connecting their financial accounts with environmental and social impact data or connecting to automated transaction systems (like in music), they need novel solutions that do not require managing a database within their organization.&lt;/p>
&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h2 id="data-problems-eviota">Data problems: Eviota&lt;/h2>
&lt;ul>
&lt;li>
&lt;p style="font-size:95%">Most SMEs, and civil society organizations do not have a data scientist/engineer in their team, maybe not even an IT person or a HR professional to make such a hire.&lt;/p?
&lt;/li>
&lt;li>
&lt;p style="font-size:95%">To access green bank loans, insurance products, subsidies, or investments, or to keep track of their sustainability goals in line with the Paris Accord or gender equality plan, organizations must connect their accounting system to external environmental data. We connect their accounts with impact estimates from reliable scientific sources.&lt;/p>
&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h2 id="data-problems-examples">Data problems (examples)&lt;/h2>
&lt;table>
&lt;thead>
&lt;tr>
&lt;th>&lt;div style="width:200px">&lt;/div>&lt;/th>
&lt;th style="text-align:left">&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>&lt;img src="difficulty_bills_levels.jpg" height="130">&lt;/td>
&lt;td style="text-align:left">&lt;p style="font-size:65%">The cost of questionnaire-based market research (survey) is increasing exponentially and offers mediocre results without an enormous question bank and harmonization with other surveys.(See &lt;a href="https://reprex.nl/data/surveys/" target="_blank" rel="noopener">🖱 blogpost&lt;/a>) &lt;/p>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;img src="photo-1490004047268-5259045aa2b4.jpg" height="130">&lt;/td>
&lt;td style="text-align:left">&lt;p style="font-size:65%">Manual data acquisition is an error-prone and boring task for humans that requires many working hours (often not credited in consultancies, law firms, or research institutes.)&lt;/p>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;img src="Sisyphus_Bodleian_Library.png" height="130">&lt;/td>
&lt;td style="text-align:left">&lt;p style="font-size:65%">Wrangling spreadsheet tables or word processor documents by people without data knowledge is the &lt;a href="https://reprex.nl/post/2021-07-08-data-sisyphus/" target="_blank" rel="noopener">🖱 data Sisyphus&lt;/a>.&lt;/p>&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;hr>
&lt;h2 id="our-solution-reprex">Our solution: Reprex&lt;/h2>
&lt;ul>
&lt;li>
&lt;p style="font-size:85%">We create data ecosystems with the modernization of the EU/OECD/UN-endorsed 'data observatory' concept. Our data observatory 3.0 uses the knowledge graphs of the web of data.&lt;/p>
&lt;/li>
&lt;li>
&lt;p style="font-size:85%">We acquire and process data on a scale in our data observatories. We acquire and process data on a scale in our data observatories. Our approach significantly reduces the cost of data acquisition and opens invisible, reliable governmental and scientific data sources. We are currently building five observatories, and one of them is already mature enough to be considered for official EU recognition (serving the music industry).&lt;/p>
&lt;/li>
&lt;li>
&lt;p style="font-size:85%">We provide applications, for example, our Eviota application, which connects financial accounts with environmental and social data, and crates reliable indicators and benchmarks for the requirements of the sustainable finance package. &lt;/p>
&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h2 id="our-solution-eviota-non-financial">Our solution: Eviota (Non-Financial)&lt;/h2>
&lt;ul>
&lt;li>
&lt;p style="font-size:80%">We create data ecosystems with the modernization of the EU/OECD/UN-endorsed 'data observatory' concept. Our Green Deal Data Observatory uses the knowledge graphs of the web of data and gives access to reliable, often unseen, hard-to-access ESG data sources.&lt;/p>
&lt;/li>
&lt;li>
&lt;p style="font-size:85%">We acquire and process data on a scale in our data observatories. Our approach significantly reduces the cost of data acquisition and opens invisible, reliable governmental and scientific data sources.&lt;/p>
&lt;/li>
&lt;li>
&lt;p style="font-size:85%">We provide applications, for example, our Eviota application, which connects financial accounts with environmental and social data, and crates reliable indicators and benchmarks for the requirements of the sustainable finance package. Unlike our competitors, we can serve SMEs, too, at a competitive cost.&lt;/p>
&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h2 id="our-solution-eviota-for-banks">Our solution: Eviota (For Banks)&lt;/h2>
&lt;ul>
&lt;li>
&lt;p style="font-size:70%">We create data ecosystems with the modernization of the EU/OECD/UN-endorsed 'data observatory' concept. Our Green Deal Data Observatory uses the knowledge graphs of the web of data and gives access to reliable, often unseen, hard-to-access ESG data sources.&lt;/p>
&lt;/li>
&lt;li>
&lt;p style="font-size:70%">We acquire and process data on a scale in our data observatories. Our approach significantly reduces the cost of data acquisition and opens invisible, reliable governmental and scientific data sources.&lt;/p>
&lt;/li>
&lt;li>
&lt;p style="font-size:70%">We provide applications, for example, our Eviota application, which connects financial accounts with environmental and social data, and crates reliable indicators and benchmarks for the requirements of the sustainable finance package. We are validating our product in the regulatory sandbox of a central bank to show that we provide a cost-effective solution to many regulatory problems opened by the new [sustainable finance package of the EU](https://finance.ec.europa.eu/publications/sustainable-finance-package_en).&lt;/p>
&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h2 id="uniiq">UNIIQ&lt;/h2>
&lt;ol start="5">
&lt;li>Objectives, including product roadmap (technology/time/money)&lt;/li>
&lt;li>Schematic overview of developments since inception&lt;/li>
&lt;/ol>
&lt;hr>
&lt;h2 id="market">Market&lt;/h2>
&lt;hr>
&lt;h2 id="competition">Competition&lt;/h2>
&lt;hr>
&lt;hr>
&lt;h2 id="know-how-and-integration-of-open-source-components">Know-how and integration of open source components&lt;/h2>
&lt;ul>
&lt;li>
&lt;p style="font-size:85%">Reprex has a special know-how to map and connect private datasets managing the boundaries of organizations that often have conflicting interests. Our know-how was developed over 10 years, and the data of about 60, often conflicting music industry actors in 12 countries.&lt;/p>
&lt;/li>
&lt;li>
&lt;p style="font-size:85%">Our team has many years of experience with working public sector information reuse, or 'open data', and have built reliable open source software to process legally open, not readily downloadable, and very valuable information that is not available for market vendors.&lt;/p>
&lt;/li>
&lt;li>
&lt;p style="font-size:85%">We use RDF (linked open data) and other technologies to link scattered small data to big data; we use our own R libraries to test and process various data into reliable statistical data or indicators.&lt;/p>
&lt;/li>
&lt;li>
&lt;p style="font-size:85%">Based on our unique data access and software we are developing the Eviota App to connect financial accounts and environmental, social and governance data.&lt;/p>
&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h2 id="team-rewrite-with-gdo">Team [rewrite with GDO]&lt;/h2>
&lt;table>
&lt;thead>
&lt;tr>
&lt;th>&lt;div style="width:200px">&lt;/div>&lt;/th>
&lt;th style="text-align:left">&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>&lt;img src="reprex_contributors_20220920_2_1.png" width="200">&lt;/td>
&lt;td style="text-align:left">&lt;p style="font-size:65%">The two co-founders, &lt;a href="https://reprex.nl/authors/daniel_antal/" target="_blank" rel="noopener">🖱 Daniel Antal, CFA&lt;/a> and &lt;a href="https://reprex.nl/authors/andres/" target="_blank" rel="noopener">🖱 Andrés García Molina, PhD&lt;/a>, and the core team manage the ecosystems&amp;rsquo; development, develop knowledge management, and direct the software development. &lt;a href="https://reprex.nl/#team" target="_blank" rel="noopener">🖱 Team on full screen&lt;/a>&lt;/p>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;img src="dmo_contributors_20220920_2_1.png" width="200">&lt;/td>
&lt;td style="text-align:left">&lt;p style="font-size:65%">Each observatory has a broader team of users, data and knowledge curators, and developers. The most developed &lt;a href="https://music.dataobservatory.eu/#contributors" target="_blank" rel="noopener">🖱️ Digital Music Observatory&lt;/a> has 16 institutional users and a team of about 20 music and data professionals. The newer observatories have a smaller, initial service development and data curatorial team.&lt;/p>&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;hr>
&lt;h2 id="timeline">Timeline&lt;/h2>
&lt;ul>
&lt;li>
&lt;p>Inception: Yes!Delft AI+Blockchain Product Market Fit Validation with the Digital Music Observatory&lt;/p>
&lt;/li>
&lt;li>
&lt;p>New observatory development started with computational antitrust, ESG reporting, and&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Several, peer reviewed software releases&lt;/p>
&lt;/li>
&lt;li>
&lt;p>DMO has more than 20 curators, 3 million euro budget for 3 years, increasing user base.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Eviota and the Green Deal&lt;/p>
&lt;/li>
&lt;/ul>
&lt;hr>
&lt;ul>
&lt;li>
&lt;p>We are part of rOpenGov and have access to very special knowledge working with national accounts data and ESG data used by governments to keep track with the Paris Accord. We can access data cheaper, faster, better than our competitors.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>We have a know-how to manage conflicts of interest and very complex data use rights.&lt;/p>
&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h2 id="data-observatories-30">Data observatories 3.0&lt;/h2>
&lt;p style="font-size:90%">Reprex is offering shared data ecosystems. Our observatories are great solutions for organizations without a data specialization:&lt;/p>
&lt;table>
&lt;thead>
&lt;tr>
&lt;th style="text-align:left">&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td style="text-align:left">&lt;p style="font-size:75%">🌳 Organizations that cannot afford to build a large enough data team to sustain consistent, extensive data collection and processing (many large institutions and companies)&lt;/p>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td style="text-align:left">&lt;p style="font-size:75%">🪴 Who cannot hire even a single data engineer or a data scientist (medium-sized companies, NGOs)&lt;/p>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td style="text-align:left">&lt;p style="font-size:75%">🌱 Who do not even have a permanent IT function (about 2 million European small enterprises and civil society organizations)&lt;/p>&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;hr>
&lt;table>
&lt;thead>
&lt;tr>
&lt;th>&lt;div style="width:200px">&lt;/div>&lt;/th>
&lt;th style="text-align:left">&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>&lt;img src="observatory_collage_3x2_800.png" height="140">&lt;/td>
&lt;td style="text-align:left">&lt;p style="font-size:60%">The European Union, the World Bank, OECD, and UN have facilitated the creation of more than 80 so-called &amp;lsquo;data observatories&amp;rsquo; to help companies, researchers, NGOs, and governments systematically collect data and knowledge.&lt;/p>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;img src="dmo_opening_page_20220920_16x9.png" height="140">&lt;/td>
&lt;td style="text-align:left">&lt;p style="font-size:60%">We are currently building one prototype for the European Music Observatory financed by the European Union and music industry players (cc 3-4 million euros.) We would like to take over existing or start new observatories in 2 years at least 5)&lt;/p>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;img src="gold_panning_slide_notitle.png" height="140">&lt;/td>
&lt;td style="text-align:left">&lt;p style="font-size:60%">Our observatories are competitive, because they use high-quality open source scientific software; they exploit the new Data Governance Act and Open Data Directive, deploy web 3.0 data synchronization, and offer great value-added research products.&lt;/p>&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;hr>
&lt;table>
&lt;thead>
&lt;tr>
&lt;th>Platform products&lt;/th>
&lt;th>Value added data applications&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>&lt;p style="font-size:65%">The European Union, the World Bank, OECD, and UN have facilitated the creation of more than 80 so-called &amp;lsquo;data observatories&amp;rsquo; to help companies, researchers, NGOs, and governments systematically collect data and knowledge.&lt;/p>&lt;/td>
&lt;td>&lt;p style="font-size:65%">The different observatories offer different types of knowledge products, such as statistical yearbooks, various apps, and database access.&lt;/p>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;p style="font-size:65%">Most of them use web 1.0 technologies, inefficient knowledge accumulation. Already 20 of them have been discontinued.&lt;/td>
&lt;td>&lt;p style="font-size:65%">We are developing software solutions that exploit our platforms: we harmonize surveys, statistical data, automate research reporting, elements of market monitoring or ESG reporting.&lt;/p>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;p style="font-size:65%"> We are currently building one prototype for the European Music Observatory financed by the European Union and music industry players (cc 3-4 million euros.) We would like to take over existing or start new observatories in 2 years at least 5) &lt;/p>&lt;/td>
&lt;td>&lt;p style="font-size:65%">Each observatory gives us intimidate customer access to 3-4 large universities, 1-2 large consultancies, and various specialist institutions. &lt;/p>&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;hr>
&lt;h2 id="marketing-strategy">Marketing strategy&lt;/h2>
&lt;table>
&lt;thead>
&lt;tr>
&lt;th>&lt;div style="width:160px">&lt;/div>&lt;/th>
&lt;th style="text-align:left">&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>&lt;img src="dmo_opening_page_20220920_16x9.png" width="160">&lt;/td>
&lt;td style="text-align:left">&lt;p style="font-size:55%">Buma/Stemra like copyright management agencies, music export offices, festivals and venues, University of Amsterdam, Sant’Anna, Economic University of Bratislava, ministries of culture, grant agencies.&lt;/p>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;img src="ccsi_opening_page_20220920_16x9.png" width="160">&lt;/td>
&lt;td style="text-align:left">&lt;p style="font-size:55%">University of Amsterdam, Europeana, Sant’Anna, Hungarian Film Fund&lt;/p>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;img src="gdo_opening_page_20220920_16x9.png" width="160">&lt;/td>
&lt;td style="text-align:left">&lt;p style="font-size:55%">Connected financial and sustainability reporting: bank consultancies, big four audit companies, large environmental NGOs.&lt;/p>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;img src="cdo_opening_page_20220920_16x9.png" width="160">&lt;/td>
&lt;td style="text-align:left">&lt;p style="font-size:55%">Antitrust agencies, law firms, economics consultancies working with mergers and other competition related issues.&lt;/p>&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;hr>
&lt;h2 id="target-market-size">Target market size&lt;/h2>
&lt;table>
&lt;thead>
&lt;tr>
&lt;th style="text-align:left">&lt;div style="width:400px">&lt;/div>&lt;/th>
&lt;th style="text-align:left">&lt;div style="width:400px">&lt;/div>&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td style="text-align:left">&lt;p style="font-size:55%">The observatory platforms usually have a build-up cost of about 3-5 million euros and an annual running costs of 0.1-3 million euros.&lt;/p>&lt;/td>
&lt;td style="text-align:left">&lt;p style="font-size:55%">We hope to gain at least 10% global market share on the observatory platform management market to pay our basic data science team and R&amp;amp;D. &lt;/p>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td style="text-align:left">&lt;p style="font-size:55%"> Our existing observatories give us access to the market and public surveying markets (cc € 30-40 bn in the developed nations), particularly to its software component (€ 10 billion euros). &lt;/p>&lt;/td>
&lt;td style="text-align:left">&lt;p style="font-size:55%">&lt;a href="https://retroharmonize.dataobservatory.eu/" target="_blank" rel="noopener">retroharmonize&lt;/a> integrates pre-existing questionnaire-based surveys and new surveys. We see interest from the biggest global players. &lt;/p>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td style="text-align:left">&lt;p style="font-size:55%">Our existing observatories gave us access to environmental impact assessment and currently we build an ESG reporting tool with a central bank, a value bank, and a big four company. &lt;/p>&lt;/td>
&lt;td style="text-align:left">&lt;p style="font-size:55%">Connected ESG reporting has a €4 bn market in the EU alone, and our &lt;a href="https://reprex.nl/apps/eviota/" target="_blank" rel="noopener">Eviota product&lt;/a> is very competitive. Due to regulatory pressure, we can harvest a decent share if we are able to attract venture capital. &lt;p/>&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;hr>
&lt;h2 id="team">Team&lt;/h2>
&lt;table>
&lt;thead>
&lt;tr>
&lt;th>&lt;div style="width:200px">&lt;/div>&lt;/th>
&lt;th style="text-align:left">&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>&lt;img src="reprex_contributors_20220920_2_1.png" width="200">&lt;/td>
&lt;td style="text-align:left">&lt;p style="font-size:65%">The two co-founders, &lt;a href="https://reprex.nl/authors/daniel_antal/" target="_blank" rel="noopener">🖱 Daniel Antal, CFA&lt;/a> and &lt;a href="https://reprex.nl/authors/andres/" target="_blank" rel="noopener">🖱 Andrés García Molina, PhD&lt;/a>, and the core team manage the ecosystems&amp;rsquo; development, develop knowledge management, and direct the software development. &lt;a href="https://reprex.nl/#team" target="_blank" rel="noopener">🖱 Team on full screen&lt;/a>&lt;/p>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;img src="dmo_contributors_20220920_2_1.png" width="200">&lt;/td>
&lt;td style="text-align:left">&lt;p style="font-size:65%">Each observatory has a broader team of users, data and knowledge curators, and developers. The most developed &lt;a href="https://music.dataobservatory.eu/#contributors" target="_blank" rel="noopener">🖱️ Digital Music Observatory&lt;/a> has 16 institutional users and a team of about 20 music and data professionals. The newer observatories have a smaller, initial service development and data curatorial team.&lt;/p>&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;hr>
&lt;h2 id="traction">Traction&lt;/h2>
&lt;table>
&lt;thead>
&lt;tr>
&lt;th style="text-align:left">&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td style="text-align:left">&lt;p style="font-size:75%">💻 Our free scientific software products have a steadily growing user base (several thousand users globally.) &lt;/p>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td style="text-align:left">&lt;p style="font-size:75%">📈 We are able to convert this to paying research automation services at a higher growth rate.&lt;/p>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td style="text-align:left">&lt;p style="font-size:75%">🚀 We won four competitive tenders this year, but we feel that the slow tendering/acquisition/cash cycle is hampering our growth, we see far more opportunities that we can serve. Therefore we are looking for investors.&lt;/p>&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;hr>
&lt;h2 id="funding">Funding&lt;/h2>
&lt;table>
&lt;thead>
&lt;tr>
&lt;th style="text-align:left">&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td style="text-align:left">&lt;p style="font-size:75%"> We have a good track record in EU tenders, but we would like to build up this reputation in the Netherlands, too, mainly for new platforms.&lt;/p>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td style="text-align:left">&lt;p style="font-size:75%">We help our non-profit users, such as cultural heritage organizations, music export offices, collective rights management agencies to get funding to use our platforms and services&lt;/p>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td style="text-align:left">&lt;p style="font-size:75%">Our for profit-users need a more polished, user-friendlier front-end. Some are interested in joint ventures (like exploiting our survey capabilities). Venture capital would be preferred, as demand outstrips growth.&lt;/p>&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;hr>
&lt;!---
## Pool and take over work where humans fail
- The cost of questionnaire-based market research (survey) is increasing exponentially and offers mediocre results without an enormous question bank and harmonization with other surveys.
- Manual data acquisition is an error-prone and boring task for humans that requires many working hours (often not credited in consultancies, law firms, or research institutes.)
- Wrangling spreadsheet tables or word processor documents by people without data knowledge is the data Sisyphus.
---
## Open source software and open platform
- Our survey harmonization tool offers hundreds of thousands of answers for your questionnaire item from dozens of countries and many years. We reduce the market research cost while exponentially increasing its value with data harmonization.
- We use automated statistical software or web 3.0 technology to synchronize data automatically with our client's database, dashboard, or spreadsheet.
- Our observatories automate repetitive processing tasks like re-formatting, currency translation, measurement units, documentation, bibliography, and hypertext link management with many computerized 'unit tests.' We let the computer do the work where humans often make errors or remain hopelessly slow.
---
## Shared evidence ecosystems: data observatories
- Organizations that cannot afford to build a large enough data team to sustain consistent, extensive data collection and processing (many large institutions and companies)
- Who cannot hire even a single data engineer or a data scientist
- Who do not even have a permanent IT function (about 2 million European small enterprises and civil organizations)
---
--->
&lt;section data-noprocess data-shortcode-slide
data-background-image="contest-hague-award-2022.webp"
>
&lt;hr>
&lt;!---
&lt;div class="r-stack">
&lt;img class="fragment fade-out" data-fragment-index="0" src="https://placekitten.com/450/300" width="450" height="300">
&lt;img class="fragment current-visible" data-fragment-index="0" src="https://placekitten.com/300/450" width="300" height="450">
&lt;img class="fragment" src="https://placekitten.com/400/400" width="400" height="400">
&lt;/div>
---
&lt;div class="r-stack">
&lt;img class="fragment" src="https://placekitten.com/450/300" width="450" height="300">
&lt;img class="fragment" src="https://placekitten.com/300/450" width="300" height="450">
&lt;img class="fragment" src="https://placekitten.com/400/400" width="400" height="400">
&lt;/div>
---
## What are data observatories?
- There are more than 60 functional, and about 20 already discontinued data observatories, i.e. long-term, usually triangular (business, academic, policy) data collection institutions recognized by the EU, OECD or UNESCO, including the [European Observatory on Infringements of Intellectual Property Rights](https://single-market-economy.ec.europa.eu/industry/strategy/intellectual-property/enforcement-intellectual-property-rights/european-observatory-infringements-intellectual-property-rights_en#:~:text=The%20European%20Observatory%20on%20Infringements,countries%2C%20businesses%20and%20civil%20society.) of the EU or the [European Audiovisual Observatory](https://www.obs.coe.int/en/web/observatoire) of the Council of Europe.
---
--->
&lt;h2 id="do-it-smarter">Do it Smarter&lt;/h2>
&lt;ul>
&lt;li>They usually do not exchange standard data with statistical agencies, they are not synchronized on knowledge graphs of the Europeana or national libraries, and their research output is usually not to be found on open science repositories.&lt;/li>
&lt;li>The Hague is the winner of the &lt;a href="https://thehague.com/businessagency/the-hague-the-winner-world-smart-city-award-2021" target="_blank" rel="noopener">World Smart City Award 2021&lt;/a>, and we would like to attract the planned European Music Observatory and other, EU/UNESCO recognized institutions into the town building on the innovations of Reprex and the ecosystem of the Hague.&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h1 id="questions">Questions?&lt;/h1>
&lt;p>&lt;a href="https://reprex.nl/#contact" target="_blank" rel="noopener">Email&lt;/a> | &lt;a href="https://keybase.io/team/reprexcommunity" target="_blank" rel="noopener">Keybase&lt;/a>&lt;/p>
&lt;p>LinkedIn: &lt;a href="https://www.linkedin.com/in/antaldaniel/" target="_blank" rel="noopener">Daniel Antal&lt;/a> - &lt;a href="https://www.linkedin.com/company/68855596" target="_blank" rel="noopener">Reprex&lt;/a>&lt;/p>
&lt;p>&lt;a href="https://reprex.nl/" target="_blank" rel="noopener">Home&lt;/a> - &lt;a href="https://reprex.nl/talk/impactcity-startup-support-xl/" target="_blank" rel="noopener">One Pager ImpactCity Startup Support XL&lt;/a>&lt;/p></description></item><item><title>Eviota</title><link>https://reprex-next.netlify.app/apps/eviota/</link><pubDate>Tue, 30 Aug 2022 13:52:00 +0200</pubDate><guid>https://reprex-next.netlify.app/apps/eviota/</guid><description>&lt;td style="text-align: center;">
&lt;figure id="figure-reporting-the-impacts-of-the-entire-value-chain">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Reporting the impacts of the entire value chain." srcset="
/media/img/eviota/Scope3_chart_16x9_hu81c1fe0b93fa6721ab158b4e6fbc6f21_139223_43b52122e0051695682d67c8269be519.webp 400w,
/media/img/eviota/Scope3_chart_16x9_hu81c1fe0b93fa6721ab158b4e6fbc6f21_139223_524ddda7e3e6b2c781616a7a29cb6296.webp 760w,
/media/img/eviota/Scope3_chart_16x9_hu81c1fe0b93fa6721ab158b4e6fbc6f21_139223_1200x1200_fit_q75_h2_lanczos.webp 1200w"
src="https://reprex-next.netlify.app/media/img/eviota/Scope3_chart_16x9_hu81c1fe0b93fa6721ab158b4e6fbc6f21_139223_43b52122e0051695682d67c8269be519.webp"
width="760"
height="428"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
Reporting the impacts of the entire value chain.
&lt;/figcaption>&lt;/figure>&lt;/td>
&lt;p>Our minimum viable product will create sustainability reports (or report components) for greenhouse gases and sustainable water use with applying the &lt;code>Global GHG Accounting &amp;amp; Reporting Standard for the Financial Industry&lt;/code> and EFRAG’s proposed concept on connecting European accounting standards and information with sustainability. We will help small music organizations in their sustainability reporting, where detail data and reporting standards are only available for greenhouse gas emissions. The &lt;code>Music Eviota&lt;/code> project is supported by the &lt;a href="#greenrecovery">MusicAIRE&lt;/a>.&lt;/p>
&lt;h2 id="open-collaboration">Open collaboration&lt;/h2>
&lt;p>Our project is based on open collaboration. Our proposal, if funded, will provide us with resources to supply further music businesses, music civil society organizations and researchers with high-quality data (during the duration of the project for free.) We are already looking for interested parties to put our data and research projects into use and validate their usability and quality in real-life policy or business development scenarios.&lt;/p>
&lt;h2 id="why-are-we-developing-this-service">Why are we developing this service?&lt;/h2>
&lt;p>The European Green Deal, which includes the proposed Corporate Sustainability Reporting Directive, and the sustainable finance package, aims to set the European economy on a permanent decarbonization and sustainability increasing path with adjusting the rules how economic activities are financed by bank loans, insurance, investments, and direct subsidies. From 2023, it will be cheaper to get loans, insurance, and other types of funding for organizations that can prove that they follow the environmental, social and
governance path set out in the Paris Agreement and other UN, OECD, and EU agreements.&lt;/p>
&lt;td style="text-align: center;">
&lt;figure id="figure-requirements-for-connecting-financial-and-sustainability-reporting">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Requirements for connecting financial and sustainability reporting." srcset="
/media/img/eviota/Eviota_EFRAG_requirements_hu3389cdfb13c4fd9efff0a2d75d3bc17d_231927_ba07bcb2cab6a041c8fa07a66f44c402.webp 400w,
/media/img/eviota/Eviota_EFRAG_requirements_hu3389cdfb13c4fd9efff0a2d75d3bc17d_231927_4a745162ba521fe0933b7f1e31de6032.webp 760w,
/media/img/eviota/Eviota_EFRAG_requirements_hu3389cdfb13c4fd9efff0a2d75d3bc17d_231927_1200x1200_fit_q75_h2_lanczos.webp 1200w"
src="https://reprex-next.netlify.app/media/img/eviota/Eviota_EFRAG_requirements_hu3389cdfb13c4fd9efff0a2d75d3bc17d_231927_ba07bcb2cab6a041c8fa07a66f44c402.webp"
width="760"
height="428"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
Requirements for connecting financial and sustainability reporting.
&lt;/figcaption>&lt;/figure>&lt;/td>
&lt;p>Correct and reliable sustainability management will come with many financial advantages and increased responsibility. The &lt;a href="https://www.efrag.org/" target="_blank" rel="noopener">European Financial Reporting Advisory Board&lt;/a> is currently preparing the new combined financial and sustainability reporting standard that will be used in banks, insurance, investment, granting, and the large companies of Europe in their entire supply and purchaser chain. The European Commission estimates that compliance costs until the end of 2023 will amount to 4 billion euros, with reporting and auditing costs mounting 10,000 euros per organization. While music small and medium sized organizations (MSMEs) and limited liability civil society organizations (CSOs) will be exempted from mandatory sustainability management and audited reporting, they can still comply in a non-audited and voluntary way.&lt;/p>
&lt;p>Our solution benefits the music MSMEs and CSOs in several ways:&lt;/p>
&lt;ul>
&lt;li>&lt;input checked="" disabled="" type="checkbox"> It provides them with a size adequate sustainability management and reporting tool that helps first the management of greenhouse gas emissions, and later sustainable water use, pollutions, biodiversity, and recycling in their entire value chain (for example, it flags environmental risks in the supply base of a festival including equipment rentals, transport, security firms, catering facilities, etc.) by connecting standard accounting documents of the MSME with SNA and EEA science based benchmarks.&lt;/li>
&lt;li>&lt;input checked="" disabled="" type="checkbox"> Our system will be extendible to management of social sustainability. Our previous research shows that particularly the live music industry that needs a large workforce, suffers from underuse of, and discrimination of female workers in various technical and even managerial roles. Our system will be able to flag risks of gender paygap and related issues in the entire value chain and of course, provide good benchmarks for internal activities.&lt;/li>
&lt;/ul>
&lt;p>Our review of the environmental, social and governance risk management (ESG sustainability management) suggests that complying with ESG standards is not only a pre-requisite to get cheaper loans (less important) and cheaper insurance (very important in live music), but also a requirement by corporate sponsors of events, and even a large part of the audience. While some music organizations already provide sustainability reporting, they are not standardized and are less factful as they are not connected to accounting information at every point. Our solution aims to give much credibility to both the sustainability
reports and non-financial disclosures of the financial reports (which are not mandatory for MSMEs but increase their trustworthiness on an elective basis if they are included.)&lt;/p>
&lt;td style="text-align: center;">
&lt;figure id="figure-growing-interest-for-esg-in-select-countries">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Growing interest for ESG in select countries." srcset="
/media/img/eviota/ESG_Google_Trends_16x9_huc3bd75ffb5daec299206cbea1c4b49e6_542409_0a59bfe887466112faad4bfbc9443a02.webp 400w,
/media/img/eviota/ESG_Google_Trends_16x9_huc3bd75ffb5daec299206cbea1c4b49e6_542409_a1272dfbaa30da4a4a48191780a56d5b.webp 760w,
/media/img/eviota/ESG_Google_Trends_16x9_huc3bd75ffb5daec299206cbea1c4b49e6_542409_1200x1200_fit_q75_h2_lanczos.webp 1200w"
src="https://reprex-next.netlify.app/media/img/eviota/ESG_Google_Trends_16x9_huc3bd75ffb5daec299206cbea1c4b49e6_542409_0a59bfe887466112faad4bfbc9443a02.webp"
width="760"
height="428"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
Growing interest for ESG in select countries.
&lt;/figcaption>&lt;/figure>&lt;/td></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></channel></rss>