[openspending,stories][xs]: update file references to point to storage and add authors

This commit is contained in:
João Demenech
2023-06-12 14:34:40 -03:00
parent 053005d784
commit f1aee6a93e

View File

@@ -1,6 +1,7 @@
--- ---
title: Frankfurt is Investing in Education, and Your City Should Too title: Frankfurt is Investing in Education, and Your City Should Too
date: 06/12/2023 date: 06/12/2023
authors: ['Michael Polidori']
--- ---
_Note: The currency in this post has been converted to USD using an average exchange rate of 1 EUR = 1.20 USD._ _Note: The currency in this post has been converted to USD using an average exchange rate of 1 EUR = 1.20 USD._
@@ -18,7 +19,7 @@ The city's commitment to education is abundantly clear.
spec={{ spec={{
$schema: 'https://vega.github.io/schema/vega-lite/v5.json', $schema: 'https://vega.github.io/schema/vega-lite/v5.json',
data: { data: {
url: 'https://gist.githubusercontent.com/mpolidori/59ba986bc82379191fe48faa446f5110/raw/d3863c5c958d99db43207b13abf8896d88b2e879/frankfurt-sums.csv', url: 'https://storage.openspending.org/city-of-frankfurt-expenditure/frankfurt-sums.csv',
}, },
transform: [ transform: [
{ {
@@ -120,7 +121,7 @@ the key to a prosperous future.
$schema: 'https://vega.github.io/schema/vega-lite/v5.json', $schema: 'https://vega.github.io/schema/vega-lite/v5.json',
description: 'Frankfurt Education Spending.', description: 'Frankfurt Education Spending.',
data: { data: {
url: 'https://gist.githubusercontent.com/mpolidori/59ba986bc82379191fe48faa446f5110/raw/d3863c5c958d99db43207b13abf8896d88b2e879/frankfurt-sums.csv', url: 'https://storage.openspending.org/city-of-frankfurt-expenditure/frankfurt-sums.csv',
}, },
transform: [ transform: [
{ filter: "datum.label==='Education'" }, { filter: "datum.label==='Education'" },