Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing references to next.openspending.org #57

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/views/partials/modals/resources.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h4>Methodology</h4>
<li>Finding the raw data: searching on the respective member states’ websites for the datasets. If not available online, we contacted the bureaus directly. </li>
<li>Cleaning the data: the data we found often was not in an open data format - it came in different formats such as PDFs, webapps or Excel sheets and had to be scraped to a machine-readable format. Scraping was done either with scripts or using Tabula, while OpenRefine was used for cleaning. </li>
<li>Standardising the data: for the different datasets to be merged, all single datasets needed to be mapped to one overall schema. This was based on the <a href="http://specs.frictionlessdata.io/fiscal-data-package/">Open Fiscal Data Package</a>. </li>
<li>The datasets are hosted on <a href="http://next.openspending.org/">OpenSpending</a>, a fiscal transparency platform developed by Open Knowledge International. It provides an extensive and ever-growing fiscal database with visualization and analyzation tools.</li>
<li>The datasets are hosted on <a href="https://openspending.org/">OpenSpending</a>, a fiscal transparency platform developed by Open Knowledge International. It provides an extensive and ever-growing fiscal database with visualization and analyzation tools.</li>
<li>Further information including all the code, raw data, models and schemas can be found on <a href="https://github.com/os-data/eu-structural-funds">Github</a></li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/views/partials/modals/teams.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<h4 class="modal-title" id="teamLabel">The Teams Behind this Project</h4>
</div>
<div class="modal-body">
<p>This is a joint collaboration between the teams of <a href="https://okfn.de/en/">Open Knowledge Germany</a> and <a href="https://okfn.org">Open Knowledge International</a> (OKI). The technological architecture is provided by <a href="http://next.openspending.org">OpenSpending</a>, which is an OKI project. The project would not have been possible without the tireless efforts from our volunteers:</p>
<p>This is a joint collaboration between the teams of <a href="https://okfn.de/en/">Open Knowledge Germany</a> and <a href="https://okfn.org">Open Knowledge International</a> (OKI). The technological architecture is provided by <a href="https://openspending.org">OpenSpending</a>, which is an OKI project. The project would not have been possible without the tireless efforts from our volunteers:</p>
<p>Luigi Reggi, Sem vd Brink, Rui Barros, Zoltan Sipos, Mathias Huter, Bertrand Delvaux, Maria Manolova, Olaya Argueso, Adrian Ortiz, Marta Rey, Delphine Reuter, Fernando Blat, Friedrich Lindenberg, Benjamin Knoedler, Veronika Voelinger, Christian Joergensen, Monisha Martins, Eliseo Antonini, Xavier Seingard, Alain Jenotte, Balazs Krich.</p>
</div>
<div class="modal-footer">
Expand Down
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"api": {
"datastore": "http://datastore.openspending.org",
"endpoint": "http://next.openspending.org/api/3",
"endpoint": "http://openspending.org/api/3",
"dataset": "6018ab87076187018fc29c94a68a3cd2:eu-esif-funds-beneficiaries-2000-2020-full",
"measure": "amount.sum",
"dimension": "recipient_beneficiary_id.beneficiary_id",
Expand All @@ -10,7 +10,7 @@
"totalSubsidiesDimension": "fin_source_funding_period.funding_period",
"topBeneficiariesDimension": "recipient_beneficiary_id.beneficiary_id"
},
"osViewerUrl": "http://next.openspending.org/viewer",
"osViewerUrl": "http://openspending.org/viewer",
"visualizations": [
{
"type": "treemap",
Expand Down