« Mairie de Los Santos County » : différence entre les versions
De 21Wiki
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 312 : | Ligne 312 : | ||
"height": {"field": {"group": "height"},"offset": 20}, | "height": {"field": {"group": "height"},"offset": 20}, | ||
"fill": {"value": "#0090FF"} | "fill": {"value": "#0090FF"} | ||
}< | } | ||
} | |||
}<graph> | |||
[[Catégorie:Service publique]] | [[Catégorie:Service publique]] | ||
[[Catégorie:Mairie de Los Santos]] | [[Catégorie:Mairie de Los Santos]] | ||
Version du 26 mai 2022 à 15:20
Organisation
Maire
Maire adjointe
Autres membres de la mairie
- Carmen Cortés (Conseillère services publics)
- John Lodd
- Clancy Parker
Historique
| Dates | Maire | Maire adjointe | Conseillers |
|---|---|---|---|
| 24/05/2022 - 16/08/2022 | Lohàn Neo | Elisabeth DePrince | Carmen Cortés (Conseillère services publics) |
| 01/03/2022 - 24/05/2022 | Lohàn Neo | Erin Marshall (d) | Carmen Cortés (Conseillère services publics)
Janek Stanieski (d) Thomas Levenson (d) Laurent de Baatz (d) Silas Toman (d) |
Chronologie
<graph>{
"width": 1000,
"height": 300,
"data": [
{
"name": "events",
"format": {
"type": "json",
"parse": {"date": "date:\"%Y-%m-%d\""}
},
"values": [
{
"name": "01/03 - Création des mairies",
"date": "2022-03-01",
"y": -20
},
{
"name": "24/05 - élection",
"date": "2022-05-24",
"y": -20
}
]
},
{
"name": "membres",
"transform": [
{
"type": "formula",
"field": "fin",
"expr": "datum.fin ? datum.fin : datetime(year(now()) + '/' + (month(now())+1) + '/' + date(now()))"
}
],
"format": {
"type": "json",
"parse": {
"debut": "date:\"%Y-%m-%d\"",
"fin": "date:\"%Y-%m-%d\""
}
},
"values": [
{
"label": "neo",
"nom": "Lohàn Neo",
"color": "#822",
"debut": "2022-03-01",
"fin": null,
"status":null
},
{
"label": "marshall",
"nom": "Erin Marshall]",
"color": "#822",
"debut": "2022-03-01",
"fin": "2022-04-26",
"status": "🚪"
},
{
"label": "stanieski",
"nom": "Janek Stanieski",
"color": "#0867B0",
"debut": "2022-03-02",
"fin": "2022-04-15",
"status": "🚪"
},
{
"label": "deprince",
"nom": "Elisabeth DePrince",
"color": "#0867B0",
"debut": "2022-03-02",
"fin": "2022-04-26",
"status": null
},
{
"label": "cortés",
"nom": "Carmen Cortés",
"color": "#0867B0",
"debut": "2022-03-02",
"fin": null,
"status": null
},
{
"label": "deprince",
"nom": "Elisabeth DePrince",
"color": "#822",
"debut": "2022-04-26",
"fin": null,
"status": null
},
{
"label": "levenson",
"nom": "Thomas Levenson",
"color": "#0867B0",
"debut": "2022-04-26",
"fin": "2022-05-14",
"status": "🚪"
},
{
"label": "baatz",
"nom": "Laurent de Baatz",
"color": "#0867B0",
"debut": "2022-04-20",
"fin": "2022-04-29",
"status": "🚪"
},
{
"label": "lodd",
"nom": "John Lodd",
"color": "#0867B0",
"debut": "2022-05-03",
"fin": null,
"status": null
},
{
"label": "toman",
"nom": "Silas Toman",
"color": "#0867B0",
"debut": "2022-05-03",
"fin": "2022-05-08",
"status": null
},
{
"label": "parker",
"nom": "Clancy Parker",
"color": "#0867B0",
"debut": "2022-05-22",
"fin": null,
"status": null
}
]
},
{
"name": "maire",
"transform": [
{
"type": "formula",
"field": "fin",
"expr": "datum.fin ? datum.fin : datetime(year(now()) + '/' + (month(now())+1) + '/' + date(now()))"
}
],
"format": {
"type": "json",
"parse": {
"debut": "date:\"%Y-%m-%d\"",
"fin": "date:\"%Y-%m-%d\""
}
},
"values": [
{
"label": "neo",
"debut": "2022-03-01",
"fin": null
}
]
}
],
"scales": [
{
"name": "y",
"type": "ordinal",
"range": "height",
"domain": {"data": "membres","field": "label"}
},
{
"name": "x",
"type": "time",
"range": "width",
"nice": "month",
"domain": {"data": "membres","field": ["debut","fin"]}
}
],
"axes": [
{
"type": "x",
"scale": "x",
"grid": true,
"format": "%m/%y",
"title": "✈️ Départ de l'île / ⚰️Décès / 🚪 fin de mandat ou démission / 👮 Destitution / 📢 Renvoi "
}
],
"marks": [
{
"type": "text",
"from": {"data": "membres"},
"properties": {
"enter": {
"x": {"scale": "x","field": "debut"},
"y": {"scale": "y","field": "label","offset": -7},
"fill": {"value": "#000"},
"text": {"field": "nom"},
"fontSize": {"value": 14}
}
}
},
{
"type": "text",
"from": {"data": "membres"},
"properties": {
"enter": {
"x": {"scale": "x","field": "fin","offset": -2},
"y": {"scale": "y","field": "label","offset": 6},
"fill": {"value": "#000"},
"text": {"field": "status"},
"fontSize": {"value": 14}
}
}
},
{
"type": "rect",
"from": {"data": "maire"},
"properties": {
"enter": {
"x": {"scale": "x","field": "debut"},
"x2": {"scale": "x","field": "fin"},
"y": {"scale": "y","field": "label","offset": -4},
"height": {"value": 12},
"fill": {"value": "#C66"}
}
}
},
{
"type": "rect",
"from": {"data": "membres"},
"properties": {
"enter": {
"x": {"scale": "x","field": "debut"},
"x2": {"scale": "x","field": "fin"},
"y": {"scale": "y","field": "label"},
"height": {"value": 4},
"fill": {"field": "color"}
}
}
},
{
"type": "text",
"from": {"data": "events"},
"properties": {
"enter": {
"x": {"scale": "x","field": "date"},
"y": {"field": "y"},
"angle": {"value": -30},
"fill": {"value": "#000"},
"text": {"field": "name"},
"fontSize": {"value": 14}
}
}
},
{
"type": "rect",
"from": {"data": "events"},
"properties": {
"enter": {
"x": {"scale": "x","field": "date"},
"y": {"field": "y"},
"width": {"value": 0.5},
"height": {"field": {"group": "height"},"offset": 20},
"fill": {"value": "#0090FF"}
}
}
}<graph>
