Aktionen

Benutzer

Felix Englisch: Unterschied zwischen den Versionen

Aus Lünepedia

 
 
(16 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 4: Zeile 4:
{{#seo:|description=Benutzer*innenseite von Felix Englisch auf Lünepedia. Student, Aktivist, Initiator und Entwickler des Stadtwikis.}}
{{#seo:|description=Benutzer*innenseite von Felix Englisch auf Lünepedia. Student, Aktivist, Initiator und Entwickler des Stadtwikis.}}


== Sandkasten ==
== Spielplatz ==
Schau dir auf dieser Seite die Iframe-Codes an um zu verstehen, wie man die Karte von morgen hier im Wiki per Iframe einbinden kann. (Weiteres Beispiel ist [[Unverpackt Einkaufen]])
<div class="map" style="float: unset; text-align: center;">
<iframe key="kvm" path="?center=53.243,10.380&zoom=13.00" width="100%"></iframe>
'''Überschrift'''
<graph>
{
  "width": 600,
  "height": 200,
  "padding": {"top": 10,"left": 30,"bottom": 30,"right": 10},
 
    "signals": [
    {
      "name": "tooltip",
      "init": {},
      "streams": [
        {"type": "rect:mouseover", "expr": "datum"},
        {"type": "rect:mouseout", "expr": "{}"}
      ]
    }
  ],
 
  "data": [
    {
      "name": "table",
      "values": [
        {"x": "Grüne","y": 34.9,"c": 0},
        {"x": "SPD","y": 24.9,"c": 1},
        {"x": "CDU","y": 19,"c":2},
        {"x": "FDP","y": 6.4,"c":3},
        {"x": "Linke","y": 6.2,"c":4},
        {"x": "AfD","y": 3.5,"c":5},
        {"x": "PARTEI","y": 2.4,"c":6},
        {"x": "dieBasis","y": 1.8,"c":7},
        {"x": "Sonstige","y": 1,"c":8}
      ]
    }
  ],
  "scales": [
    {
      "name": "x",
      "type": "ordinal",
      "range": "width",
      "domain": {"data": "table","field": "x"}
    },
    {
      "name": "y",
      "type": "linear",
      "range": "height",
      "domain": {"data": "table","field": "y"},
      "nice": true
    },
    {
      "name": "color",
      "type": "ordinal",
      "range": ["#71be43", "#000000", "#ec1b23", "#fff203", "#ff08c1", "#08c1ff", "#cf0034", "#ff5100", "#787878"],
      "domain": {"data": "table", "field": "c"}
    }
  ],
  "axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}],
  "marks": [
    {
      "type": "rect",
      "from": {"data": "table"},
      "properties": {
        "enter": {
          "x": {"scale": "x","field": "x"},
          "width": {"scale": "x","band": true,"offset": -1},
          "y": {"scale": "y","field": "y"},
          "y2": {"scale": "y","value": 0},
          "fill": {"scale": "color", "field": "c"}
        }
      }
    },
    {
      "type": "text",
      "properties": {
        "enter": {
          "align": {"value": "center"},
          "fill": {"value": "#333"}
        }
      }
    }
  ]
}
</graph>
Wahl zum Stadtrat der Hansestadt Lüneburg 2021 (Wahlbeteiligung 56,2 %)</div>


== noch eins ==


<iframe key="we" path="?search_result_limit=100&q=&people=false&events=false&projects=true&groups=true&ideas=true&ne_lat=53.26193&ne_lon=10.43289&sw_lat=53.23276&sw_lon=10.37796" width="100%"></iframe>
<graph>{
  "$schema": "https://vega.github.io/schema/vega-lite/v5.json",
  "description": "A simple pie chart with labels.",
  "data": {
    "values": [
      {"category": "a", "value": 4},
      {"category": "b", "value": 6},
      {"category": "c", "value": 10},
      {"category": "d", "value": 3},
      {"category": "e", "value": 7},
      {"category": "f", "value": 8}
    ]
  },
  "encoding": {
    "theta": {"field": "value", "type": "quantitative", "stack": true},
    "color": {"field": "category", "type": "nominal", "legend": null}
  },
  "layer": [{
    "mark": {"type": "arc", "outerRadius": 80}
  }, {
    "mark": {"type": "text", "radius": 90},
    "encoding": {
      "text": {"field": "category", "type": "nominal"}
    }
  }]
}
</graph>


== Zweites Diagramm ==


<iframe key="mr" path="#z=13&lat=53.25206880589414&lng=10.397701263427736" width="100%"></iframe>
<graph>
{
  "width": 600,
  "height": 200,
  "padding": {"top": 10,"left": 30,"bottom": 30,"right": 10},
 
    "signals": [
    {
      "name": "tooltip",
      "init": {},
      "streams": [
        {"type": "rect:mouseover", "expr": "datum"},
        {"type": "rect:mouseout", "expr": "{}"}
      ]
    }
  ],
 
  "data": [
    {
      "name": "table",
      "values": [
        {"x": "Grüne","y": 34.9,"c": 0},
        {"x": "SPD","y": 24.9,"c": 1},
        {"x": "CDU","y": 19,"c":2},
        {"x": "FDP","y": 6.4,"c":3},
        {"x": "Linke","y": 6.2,"c":4},
        {"x": "AfD","y": 3.5,"c":5},
        {"x": "PARTEI","y": 2.4,"c":6},
        {"x": "dieBasis","y": 1.8,"c":7},
        {"x": "Sonstige","y": 1,"c":8},
        {"x": " ","y": 40,"c":9}
      ]
    }
  ],
  "scales": [
    {
      "name": "x",
      "type": "ordinal",
      "range": "width",
      "domain": {"data": "table","field": "x"}
    },
    {
      "name": "y",
      "type": "linear",
      "range": "height",
      "domain": {"data": "table","field": "y"},
      "nice": true
    },
    {
      "name": "color",
      "type": "ordinal",
      "range": ["#71be43", "#000000", "#ec1b23", "#fff203", "#ff08c1", "#08c1ff", "#cf0034", "#ff5100", "#787878", "#ffffff"],
      "domain": {"data": "table", "field": "c"}
    }
  ],
  "axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}],
  "marks": [
    {
      "type": "rect",
      "from": {"data": "table"},
      "properties": {
        "enter": {
          "x": {"scale": "x","field": "x"},
          "width": {"scale": "x","band": true,"offset": -1},
          "y": {"scale": "y","field": "y"},
          "y2": {"scale": "y","value": 0},
          "fill": {"scale": "color", "field": "c"}
        }
      }
    },
    {
      "type": "text",
      "properties": {
        "enter": {
          "align": {"value": "center"},
          "fill": {"value": "#333"}
        },
        "update": {
          "x": {"scale": "x", "signal": "tooltip.x"},
          "dx": {"scale": "x", "band": true, "mult": 0.5},
          "y": {"scale": "y", "signal": "tooltip.y", "offset": -5},
          "text": {"signal": "tooltip.y"},
          "fillOpacity": [
            { "test": "!tooltip._id",
              "value": 0
            },
            {"value": 1}
          ]
        }
      }
    }
  ]
}
</graph>
 
== Weiteres Diagramm ==
<graph>{
"version": 2,
"width": 400,
"height": 200,
"data": [
{
"name": "table",
"values": [
{
"x": 0,
"y": 1
},
{
"x": 1,
"y": 3
},
{
"x": 2,
"y": 4
},
{
"x": 3,
"y": 24
},
{
"x": 4,
"y": 21
},
{
"x": 5,
"y": 22
}
]
}
],
"scales": [
{
"name": "x",
"type": "linear",
"range": "width",
"zero": false,
"domain": {
"data": "table",
"field": "x"
}
},
{
"name": "y",
"type": "linear",
"range": "height",
"nice": true,
"domain": {
"data": "table",
"field": "y"
}
}
],
"axes": [
{
"type": "x",
"scale": "x"
},
{
"type": "y",
"scale": "y"
}
],
"marks": [
{
"type": "line",
"from": {
"data": "table"
},
"properties": {
"enter": {
"x": {
"scale": "x",
"field": "x"
},
"y": {
"scale": "y",
"field": "y"
},
"y2": {
"scale": "y",
"value": 0
},
"interpolate": {
"value": "monotone"
},
"stroke": {
"value": "steelblue"
},
"strokeWidth": {
"value": 3
}
}
}
}
]
}</graph>
 
== Testgelände ==
<graph>{
"version": 2,
"width": 400,
"height": 200,
"data": [
{
"name": "table",
"values": [
{
"x": 0,
"y": 1
},
{
"x": 1,
"y": 3
},
{
"x": 2,
"y": 2
},
{
"x": 3,
"y": 4
}
]
}
],
"scales": [
{
"name": "x",
"type": "linear",
"range": "width",
"zero": false,
"domain": {
"data": "table",
"field": "x"
}
},
{
"name": "y",
"type": "linear",
"range": "height",
"nice": true,
"domain": {
"data": "table",
"field": "y"
}
}
],
"axes": [
{
"type": "x",
"scale": "x"
},
{
"type": "y",
"scale": "y"
}
],
"marks": [
{
"type": "area",
"from": {
"data": "table"
},
"properties": {
"enter": {
"x": {
"scale": "x",
"field": "x"
},
"y": {
"scale": "y",
"field": "y"
},
"y2": {
"scale": "y",
"value": 0
},
"fill": {
"value": "steelblue"
},
"interpolate": {
"value": "monotone"
}
}
}
}
]
}</graph>
 
== Tortendiagramm ==
<graph>
 
{
  "version": 2,
  "width": 100,
  "height": 100,
  "data": [
    {
      "name": "table",
      "values": [12,23,47,6,52,19],
      "transform": [{"type": "pie","field": "data"}]
    }
  ],
  "scales": [
    {
      "name": "r",
      "type": "sqrt",
      "domain": {"data": "table","field": "data"},
      "range": [100,100]
    }
  ],
  "marks": [
    {
      "type": "arc",
      "from": {"data": "table"},
      "properties": {
        "enter": {
          "x": {"field": {"group": "width"},"mult": 0.5},
          "y": {"field": {"group": "height"},"mult": 0.5},
          "startAngle": {"field": "layout_start"},
          "endAngle": {"field": "layout_end"},
          "innerRadius": {"value": 20},
          "outerRadius": {"scale": "r","field": "data"},
          "stroke": {"value": "#fff"}
        },
        "update": {"fill": {"value": "#ccc"} },
        "hover": {"fill": {"value": "pink"} }
      }
    },
    {
      "type": "text",
      "from": {"data": "table"},
      "properties": {
        "enter": {
          "x": {"field": {"group": "width"},"mult": 0.5},
          "y": {"field": {"group": "height"},"mult": 0.5},
          "radius": {"scale": "r","field": "data","offset": 8},
          "theta": {"field": "layout_mid"},
          "fill": {"value": "#000"},
          "align": {"value": "center"},
          "baseline": {"value": "middle"},
          "text": {"field": "data"}
        }
      }
    }
  ]
}
 
</graph>

Aktuelle Version vom 29. November 2021, 23:59 Uhr

Willkommen auf meiner Benutzer*innenseite. Ich bin Felix, der dieses Stadtwiki von technischer Seite her konfiguriert hat. Gemeinsam mit Benutzer:Klarambolage und Benutzer:Mira haben wir Lünepedia initiiert und sind sehr gespannt, wie es sich entwickelt.

Kurz über mich: Ich studiere an der Leuphana einen Mix aus Nachhaltigkeitswissenschaften, Ökonomik und Politikwissenschaften im Rahmen des Studium Individuale. Inzwischen bin ich bereits im 6. Semester meines Bachelor-Studiums, aber habe nicht vor, Lüneburg danach einfach zu verlassen. Den Großteil meiner Zeit stecke ich in die Initiative Lebendiges Lüneburg und bin auch anderweitig politisch und klimaaktivistisch aktiv.

Spielplatz

Überschrift

Wahl zum Stadtrat der Hansestadt Lüneburg 2021 (Wahlbeteiligung 56,2 %)

noch eins

Zweites Diagramm

Weiteres Diagramm

Testgelände

Tortendiagramm

Cookies helfen uns bei der Bereitstellung von Lünepedia. Durch die Nutzung von Lünepedia erklärst du dich damit einverstanden, dass wir Cookies speichern.