Skip to content

Commit

Permalink
kneb - 0.209
Browse files Browse the repository at this point in the history
  • Loading branch information
pbberlin committed Jan 6, 2024
1 parent fd49aa7 commit 5ee808b
Show file tree
Hide file tree
Showing 32 changed files with 3,449 additions and 8,728 deletions.
42 changes: 26 additions & 16 deletions app-bucket/content/kneb1/echart/inner-0.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
<div class="panel panel1">

<p>
Größe der Anbaufläche
Anzahl der Bäume
</p>

<p style="padding-left:1.2rem">
Expand All @@ -222,7 +222,7 @@
color: var(--clr-pri);
border: 1px solid var(--clr-pri);
"
> Hektar
>

&nbsp;
<a tabindex="-1" href="#" class="spinner" id="elUp">+ &nbsp;&nbsp;&nbsp;</a>
Expand All @@ -232,7 +232,7 @@


<p style="margin-top: 0.8rem;">
Anteil der zweiten Getreidesorte
Anteil der zweiten Baumart
</p>
<div class="knob-container" >
<div tabindex="2" href=# class="knob" style="min-width: 2.7rem">0&nbsp;% </div>
Expand Down Expand Up @@ -267,21 +267,21 @@
<div class="panel panel3">

<p>
In den <i>besten 5 von 100 Fällen</i> liegt die Ernte <i>über</i>
In den <i>besten 5 von 100 Fällen</i> liegt der Ertrag nach 20 Jahren <i>über</i>
</p>
<p class="num" style="color: #0a0;">
<strong><span id="elFV95">-</span></strong>
</p>

<p>
<i>Im Durchschnitt</i> liegt die Ernte bei
<i>Im Durchschnitt</i> liegt der Ertrag bei
</p>
<p class="num" style="color: rgb( 0, 105, 180);">
<strong><span id="elFV">-</span></strong>
</p>

<p>
In den <i>schlechtesten 5 von 100 Fällen</i> liegt die Ernte <i>unter</i>
In den <i>schlechtesten 5 von 100 Fällen</i> liegt der Ertrag nach 20 Jahren <i>unter</i>
</p>
<p class="num" style="color: #a00;">
<strong><span id="elFV05">-</span></strong>
Expand Down Expand Up @@ -321,8 +321,8 @@
<script>

function getChartTitle(yr, azV) {
return `Prognostizierte Entwicklung der Ernte über das Jahr`;
// return `Prognostizierte Entwicklung bis ${yr+azV}`;
return `Prognostizierte Entwicklung bis ${yr+azV}`;
// return `Prognostizierte Entwicklung der Ernte über das Jahr`;
}

function getXAxisType() {
Expand All @@ -337,7 +337,12 @@
return yr+az;
// return 'Juli';
}

function getXAxisFormatter(vl,yr,az) {
return vl + ' ';
}

function XXgetXAxisFormatter(vl,yr,az) {
let mapper = [
'Okt.' ,
'Nov.' ,
Expand Down Expand Up @@ -368,17 +373,18 @@
// return vl + ' ';
}
function getXInteerval(){
return 2.285;
// return 2;
// return 2.285;
return 2;
}



function getYAxisTitle() {
return `Ernte in Tonnen`;
return `Ertrag in Euro`;
}
function getVerticalMarkerTitle() {
return `Ernte`;
// return `Ernte`;
return `Bäume werden\n gefällt`;
}


Expand All @@ -392,9 +398,9 @@
dbl = `${dbl}` // to string
dbl = `${dbl.substring(0,dbl.length-3)}.${dbl.substring(dbl.length-3)}`
if(nbsp){
dbl = `${dbl}&nbsp;T`
dbl = `${dbl}&nbsp;`
} else {
dbl = `${dbl}T`
dbl = `${dbl}`
}
return dbl
}
Expand All @@ -410,13 +416,17 @@
const nameInstance0 = `${core}_0`;
const el0 = document.getElementById(nameInstance0);
if (el0) {
toolHeadline.innerHTML = `Probieren Sie gerne das Tool selbst aus. Welche Werte würden Sie für sich selbst wählen?`;
toolHeadline.innerHTML = `
Probieren Sie gerne das Tool selbst aus.
`;
return el0
}
const nameInstance1 = `${core}_1`;
const el1 = document.getElementById(nameInstance1);
if (el1) {
toolHeadline.innerHTML = `Welche Werte würden Sie für dem Landwirt wählen?`;
toolHeadline.innerHTML = `
Welche Werte würden Sie in der interaktiven Graphik für den Forstwirt wählen?
`;
return el1
}

Expand Down
9 changes: 7 additions & 2 deletions app-bucket/content/kneb1/echart/inner-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -376,13 +376,18 @@
const nameInstance0 = `${core}_0`;
const el0 = document.getElementById(nameInstance0);
if (el0) {
toolHeadline.innerHTML = `Probieren Sie gerne das Tool selbst aus. Welche Werte würden Sie für sich selbst wählen?`;
toolHeadline.innerHTML = `
Probieren Sie gerne das Tool selbst aus.
Welche Werte würden Sie für sich selbst wählen?
`;
return el0
}
const nameInstance1 = `${core}_1`;
const el1 = document.getElementById(nameInstance1);
if (el1) {
toolHeadline.innerHTML = `Welche Werte würden Sie für sich selbst wählen?`;
toolHeadline.innerHTML = `
Welche Werte würden Sie für sich selbst in der interaktiven Graphik wählen?
`;
return el1
}

Expand Down
Binary file removed app-bucket/content/kneb1/slide-show/a01.png
Binary file not shown.
Binary file removed app-bucket/content/kneb1/slide-show/a02.png
Binary file not shown.
Binary file removed app-bucket/content/kneb1/slide-show/a03.png
Binary file not shown.
Binary file removed app-bucket/content/kneb1/slide-show/a04.png
Binary file not shown.
Binary file removed app-bucket/content/kneb1/slide-show/a05.png
Binary file not shown.
Binary file removed app-bucket/content/kneb1/slide-show/a06.png
Binary file not shown.
Binary file removed app-bucket/content/kneb1/slide-show/a07.png
Binary file not shown.
Binary file removed app-bucket/content/kneb1/slide-show/b01.png
Binary file not shown.
Binary file removed app-bucket/content/kneb1/slide-show/b02.png
Binary file not shown.
Binary file removed app-bucket/content/kneb1/slide-show/b03.png
Binary file not shown.
Binary file removed app-bucket/content/kneb1/slide-show/b04.png
Binary file not shown.
Binary file removed app-bucket/content/kneb1/slide-show/b05.png
Binary file not shown.
14 changes: 7 additions & 7 deletions app-bucket/content/kneb1/slide-show/index-0.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<div class="slides">

<section
xx-data-autoslide="1200"
xx-data-autoslide="2900"
data-auto-animate
>
<!--
Expand All @@ -50,7 +50,7 @@
</section>

<section
data-autoslide="1200"
data-autoslide="2900"
data-auto-animate
>
<img src="/{{AppPrefix}}/doc/kneb1/slide-show/out/ntrl/01.png" alt="" data-id="box">
Expand All @@ -59,39 +59,39 @@


<section
data-autoslide="1200"
data-autoslide="2900"
data-auto-animate
>
<img src="/{{AppPrefix}}/doc/kneb1/slide-show/out/ntrl/02.png" alt="" data-id="box">

</section>

<section
data-autoslide="1200"
data-autoslide="2900"
data-auto-animate
>
<img src="/{{AppPrefix}}/doc/kneb1/slide-show/out/ntrl/03.png" alt="" data-id="box">

</section>

<section
data-autoslide="1200"
data-autoslide="2900"
data-auto-animate
>
<img src="/{{AppPrefix}}/doc/kneb1/slide-show/out/ntrl/04.png" alt="" data-id="box">

</section>

<section
data-autoslide="1200"
data-autoslide="2900"
data-auto-animate
>
<img src="/{{AppPrefix}}/doc/kneb1/slide-show/out/ntrl/05.png" alt="" data-id="box">

</section>

<section
data-autoslide="1200"
data-autoslide="2900"
data-auto-animate
>
<img src="/{{AppPrefix}}/doc/kneb1/slide-show/out/ntrl/06.png" alt="" data-id="box">
Expand Down
14 changes: 7 additions & 7 deletions app-bucket/content/kneb1/slide-show/index-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<div class="slides">

<section
xx-data-autoslide="1200"
xx-data-autoslide="2900"
data-auto-animate
>
<!--
Expand All @@ -50,7 +50,7 @@
</section>

<section
data-autoslide="1200"
data-autoslide="2900"
data-auto-animate
>
<img src="/{{AppPrefix}}/doc/kneb1/slide-show/out/fin/01.png" alt="" data-id="box">
Expand All @@ -59,39 +59,39 @@


<section
data-autoslide="1200"
data-autoslide="2900"
data-auto-animate
>
<img src="/{{AppPrefix}}/doc/kneb1/slide-show/out/fin/02.png" alt="" data-id="box">

</section>

<section
data-autoslide="1200"
data-autoslide="2900"
data-auto-animate
>
<img src="/{{AppPrefix}}/doc/kneb1/slide-show/out/fin/03.png" alt="" data-id="box">

</section>

<section
data-autoslide="1200"
data-autoslide="2900"
data-auto-animate
>
<img src="/{{AppPrefix}}/doc/kneb1/slide-show/out/fin/04.png" alt="" data-id="box">

</section>

<section
data-autoslide="1200"
data-autoslide="2900"
data-auto-animate
>
<img src="/{{AppPrefix}}/doc/kneb1/slide-show/out/fin/05.png" alt="" data-id="box">

</section>

<section
data-autoslide="1200"
data-autoslide="2900"
data-auto-animate
>
<img src="/{{AppPrefix}}/doc/kneb1/slide-show/out/fin/06.png" alt="" data-id="box">
Expand Down
Empty file.
6 changes: 3 additions & 3 deletions app-bucket/responses/fmt-2024-01.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
]
},
"closing_time": "0001-01-01T00:00:00Z",
"md_5": "988c3466e414298f5d5f6d135e0e43ff3d76d1d4e92e587d3886f798f996fff8",
"md_5": "982a48a88beeb96208bb1fa39123219cdb896986baf5f88719f2f0129f5d9c2b",
"lang_codes": [
"de",
"en"
Expand Down Expand Up @@ -6261,8 +6261,8 @@
{
"type": "textblock",
"label": {
"de": "\n\t\t\t\tSeit 2009 hat Deutsch\u0026shy;land die so genannte \u003ci\u003e„Schul\u0026shy;den\u0026shy;brem\u0026shy;se“\u003c/i\u003e im Grundgesetz. \n\t\t\t\tSie erlaubt dem Bund eine maximale jährliche Neuverschuldung \n\t\t\t\tim Umfang von 3,5\u0026nbsp;Pro\u0026shy;zent des BIP. \n\t\t\t\t\n\t\t\t\tDie Länder müssen seit 2020 stets einen ausgeglichenen Haushalt vorlegen. \n\t\t\t\tAllerdings blei\u0026shy;ben Defizite im Falle einer Rezession oder außergewöhnlicher Ereignisse erlaubt. \n\t\t\t\tAktuell wird eine Reform der Schul\u0026shy;den\u0026shy;brem\u0026shy;se diskutiert. \n\t\t\t\tEin Argument der Reform-Befürworter ist, \n\t\t\t\tdass die Schul\u0026shy;den\u0026shy;brem\u0026shy;se in ihrer heutigen Gestalt ein Hindernis für Investitionen darstelle. \n\t\t\t\t\n\t\t\t\tWie ist Ihre Einschätzung? \n\t\t\t\t",
"en": " \n\t\t\t\tSince 2009, Ger\u0026shy;ma\u0026shy;ny has added the so-called \u003ci\u003e„Schul\u0026shy;den\u0026shy;brem\u0026shy;se“\u003c/i\u003e (debt brake) \n\t\t\t\tto its constitution. \n\t\t\t\tIt allows the government to accumulate additional annual debt of at most 3.5\u0026nbsp;per\u0026shy;cent of GDP. \n\t\t\t\tSince 2020, the federal states are required to always maintain a balanced budget. \n\t\t\t\tHowever, deficits are allowed in case of a recession or other extraordinary events. \n\t\t\t\tA reformed version of the debt brake is currently being discussed. \n\t\t\t\tAn argument by the proponents of the reform is that the current version \n\t\t\t\tof the debt brake might be an obstacle to in\u0026shy;vest\u0026shy;ment. What is your assessment?\n\t\t\t\t\n\t\t\t\t"
"de": "\n\t\t\t\tSeit 2009 hat Deutsch\u0026shy;land die so genannte \u003ci\u003e„Schul\u0026shy;den\u0026shy;brem\u0026shy;se“\u003c/i\u003e im Grundgesetz. \n\t\t\t\tSie erlaubt dem Bund eine maximale jährliche Neuverschuldung \n\t\t\t\tim Umfang von 0,35\u0026nbsp;Pro\u0026shy;zent des BIP. \n\t\t\t\t\n\t\t\t\tDie Länder müssen seit 2020 stets einen ausgeglichenen Haushalt vorlegen. \n\t\t\t\tAllerdings blei\u0026shy;ben Defizite im Falle einer Rezession oder außergewöhnlicher Ereignisse erlaubt. \n\t\t\t\tAktuell wird eine Reform der Schul\u0026shy;den\u0026shy;brem\u0026shy;se diskutiert. \n\t\t\t\tEin Argument der Reform-Befürworter ist, \n\t\t\t\tdass die Schul\u0026shy;den\u0026shy;brem\u0026shy;se in ihrer heutigen Gestalt ein Hindernis für Investitionen darstelle. \n\t\t\t\t\n\t\t\t\tWie ist Ihre Einschätzung? \n\t\t\t\t",
"en": " \n\t\t\t\tSince 2009, Ger\u0026shy;ma\u0026shy;ny has added the so-called \u003ci\u003e„Schul\u0026shy;den\u0026shy;brem\u0026shy;se“\u003c/i\u003e (debt brake) \n\t\t\t\tto its constitution. \n\t\t\t\tIt allows the government to accumulate additional annual debt of at most 0.35\u0026nbsp;per\u0026shy;cent of GDP. \n\t\t\t\tSince 2020, the federal states are required to always maintain a balanced budget. \n\t\t\t\tHowever, deficits are allowed in case of a recession or other extraordinary events. \n\t\t\t\tA reformed version of the debt brake is currently being discussed. \n\t\t\t\tAn argument by the proponents of the reform is that the current version \n\t\t\t\tof the debt brake might be an obstacle to in\u0026shy;vest\u0026shy;ment. What is your assessment?\n\t\t\t\t\n\t\t\t\t"
},
"col_span": 1,
"col_span_label": 1
Expand Down
Loading

0 comments on commit 5ee808b

Please sign in to comment.