From e274aee5fc54defe5af50edfeeb6724c19749fe4 Mon Sep 17 00:00:00 2001 From: Alexander Rind <1217527+alex-rind@users.noreply.github.com> Date: Tue, 18 Feb 2020 10:07:38 +0100 Subject: [PATCH 1/2] add recent Vornamen & Binnenwanderung Data Samples & older wikidata & zwr samples --- static/samples.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/static/samples.json b/static/samples.json index 36c4eba..6526623 100644 --- a/static/samples.json +++ b/static/samples.json @@ -25,12 +25,24 @@ "source": "https://www.parlament.gv.at/PAKT/STPROT/"}, { "title": "Interruptions in Parliament (by Interrupted Speaker)", "description": "The transcription of debates in the Austrian Parliament were analyzed by the VALiD team to quantify interruptions during speeches in plenary session. The dataset at hand shows different types of interruptions (Zwischenruf, Heiterkeit, Beifall, Richtung) by party of interruptor, interrupted speaker, and calendar year (coverage 28 Oct 2008 - 18 Apr 2018).", - "file": "https://dl.dropboxusercontent.com/s/yeqy2mjsa7n07fg/zwr_partei_to_person_year.csv?dl=0", + "file": "https://dl.dropboxusercontent.com/s/c3fqn6x3mvo8ph7/zwr_partei_to_person_year.csv?dl=0", "source": "https://www.parlament.gv.at/PAKT/STPROT/"}, { "title": "Interruptions in Parliament (by Member)", "description": "The transcription of debates in the Austrian Parliament were analyzed by the VALiD team to quantify interruptions during speeches in plenary session. The dataset at hand shows different types of interruptions (Zwischenruf, Heiterkeit, Beifall, Richtung) by member of parliament, interrupted speaker, and period of legislature (coverage 28 Oct 2008 - 18 Apr 2018).", - "file": "https://dl.dropboxusercontent.com/s/9l44stgudtrt9fz/zwr_person_to_person_per.csv?dl=0", + "file": "https://dl.dropboxusercontent.com/s/fq73pl6qe4ty1f0/zwr_person_to_person_per.csv?dl=0", "source": "https://www.parlament.gv.at/PAKT/STPROT/"}, + { "title": "Authors in WikiData", + "description": "accessed 12 Oov 2018", + "file": "https://dl.dropboxusercontent.com/s/1yft6dtcjn7tlae/wikidata-authors.csv?dl=0", + "source": "http://tinyurl.com/y7emu783"}, + { "title": "First Names in Lower Austria", + "description": "Baby's first names by district in Lower Austria; coverage 2010-2018; data source: Statistik Austria - data.statistik.gv.at", + "file": "https://dl.dropboxusercontent.com/s/b305yjk347zbz7j/baby_for_netflower_noe_2018.csv?dl=0", + "source": "https://data.statistik.gv.at/web/meta.jsp?dataset=OGDEXT_VORNAMEN_1"}, + { "title": "Migration inside Austria", + "description": "People moving between districts in Austria (excluding migration between communities in the same district); coverage 2011-2018; data source: Statistik Austria - data.statistik.gv.at", + "file": "https://dl.dropboxusercontent.com/s/hpyvrxxqmnv1n14/binnenmigration_bezirk-not-same-2011.csv?dl=0", + "source": "https://data.statistik.gv.at/web/meta.jsp?dataset=OGDEXT_BINNENWAND_1"}, { "title": "Simple Example", "description": "A simple example 'file' with only a few entries. Great as a template for your own data.", "file": "https://dl.dropboxusercontent.com/s/k4dhuh7hnmoclzf/Simple_Data.csv?dl=0", From c290ac30f39de82cb442ae5b2b4db1c035986781 Mon Sep 17 00:00:00 2001 From: Alexander Rind <1217527+alex-rind@users.noreply.github.com> Date: Tue, 31 Mar 2020 19:08:47 +0200 Subject: [PATCH 2/2] add Pendler dataset focusing on STP and 3 other cities --- static/samples.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/samples.json b/static/samples.json index 6526623..42120a9 100644 --- a/static/samples.json +++ b/static/samples.json @@ -43,6 +43,10 @@ "description": "People moving between districts in Austria (excluding migration between communities in the same district); coverage 2011-2018; data source: Statistik Austria - data.statistik.gv.at", "file": "https://dl.dropboxusercontent.com/s/hpyvrxxqmnv1n14/binnenmigration_bezirk-not-same-2011.csv?dl=0", "source": "https://data.statistik.gv.at/web/meta.jsp?dataset=OGDEXT_BINNENWAND_1"}, + { "title": "Commuters to St. Pölten", + "description": "People commuting to their work place in four cities in Lower Austria (St. Pölten, Wr. Neustadt, Krems/Donau, or Waidhofen/Ybbs) from their home by district in Austria or other federal state; coverage 2009-2017; data source: STATcube – Statistische Datenbank von STATISTIK AUSTRIA", + "file": "https://dl.dropboxusercontent.com/s/2n3tix3ikujd2rd/pendler-nach-noe-statutar-netflower.csv?dl=0", + "source": "http://www.statistik.at/web_de/statistiken/menschen_und_gesellschaft/bevoelkerung/volkszaehlungen_registerzaehlungen_abgestimmte_erwerbsstatistik/pendlerinnen_und_pendler/index.html"}, { "title": "Simple Example", "description": "A simple example 'file' with only a few entries. Great as a template for your own data.", "file": "https://dl.dropboxusercontent.com/s/k4dhuh7hnmoclzf/Simple_Data.csv?dl=0",