Sandro Ruotolo

Alessandro Ruotolo (born 9 July 1955) is an Italian journalist and politician. He was elected to the Chamber of Deputies in a by-election in 2020 as an Independent politician of the centre-left coalition.[1]

Sandro Ruotolo
Member of the Senate of the Republic for Naples–San Carlo all'Arena district
Assumed office
27 February 2020
Preceded byFranco Ortolani
ConstituencyCampania 7
Personal details
Born
Alessandro Ruotolo

(1955-07-09) 9 July 1955
Naples, Italy
Political partyIndependent
Other political
affiliations
Centre-left coalition
Alma materUniversity of Naples Federico II

Political career

In November 2019, Five Star Movement Senator Franco Ortolani died from cancer. A by-election was held in the Naples district in February 2020, in which Ruotolo stood as an independent candidate with support from the Centre-left coalition.[2] Ruotolo was elected with 48% of the votes.

Ruotolo has wrote about the COVID-19 pandemic in Italy.[3]

gollark: <@!330678593904443393> Serde is the de-facto Rust serialization library.
gollark: No, skynet as in my websocket messaging server for CC.
gollark: ```rustuse std::collections::HashMap;use serde_cbor::Value;use chrono;use std::collections::HashSet;use actix::prelude::*;#[derive(Serialize, Deserialize, Debug, PartialEq, Eq, Hash, Clone)]#[serde(untagged)]pub enum Channel { Numeric(i64), Named(String)}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct RawMsg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct Msg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value, pub timestamp: chrono::DateTime<chrono::Utc>}pub fn complete(raw: RawMsg) -> Msg { Msg { channel: raw.channel, meta: raw.meta, timestamp: chrono::Utc::now(), message: raw.message }}#[derive(Serialize, Deserialize, Debug)]#[serde(rename_all = "snake_case")]pub enum MessageFromClient { Open(Channel), Close(Channel), Message(RawMsg), Query}#[derive(Serialize)]#[serde(rename_all = "snake_case")]pub enum MessageToClient<'a> { Message(Msg), QueryResult { channels: &'a HashSet<Channel> }}```Skynet!
gollark: No, actually, HQ9+ is better.
gollark: And cratesio squatting.

References

  1. "results". dait.interno.gov.it. Retrieved 4 April 2020.
  2. "Suppletive Senate, Sandro Ruotolo wins in Naples but semi-deserted urns". www.tgcom24.mediaset.it. 24 February 2020.
  3. Ilardi, Arianna (9 May 2020). "Sandro Ruotolo: le mani della camorra sull'emergenza Coronavirus". Quotidianpost (in Italian). Retrieved 21 May 2020.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.