Massachusetts Senate's 2nd Middlesex district
Massachusetts Senate's 2nd Middlesex district in the United States is one of 40 legislative districts of the Massachusetts Senate.[1] It covers portions of Middlesex county.[2] Democrat Pat Jehlen of Somerville has represented the district since 2015.[3] She is running for re-election in 2020, and has been endorsed by the Massachusetts Women’s Political Caucus.[4]
Towns represented
The district includes the following localities:[2]
Senators
- J.M.S. Williams, circa 1859 [6]
- Thorndike Spalding
- William Eustis Russell
- George Carrick
- Charles Thomas Cavanagh, circa 1935 [7]
- Edward M. Rowe, circa 1945 [8]
- Daniel Francis O'Brien, circa 1953
- Francis X. McCann, circa 1957-1969 [9][10]
- Denis L. McKenna, circa 1979 [11]
- Salvatore R. "Sal" Albano, circa 1985 [12]
- Charles Edward Shannon, Jr., circa 1993-2002 [13][14]
- Patricia D. Jehlen, 2015-current[3]
Images
- Thorndike Spalding
- William Eustis Russell
- George Carrick
- Edward Rowe
- Daniel Francis O'Brien
- Francis McCann
- Denis McKenna
- Charles Edward Shannon
gollark: It simulates injuries to individual bodyparts.
gollark: Dwarf Fortress!
gollark: We need some sort of Rust-based RPG, because Rust is good, all Hail Rust Rust Rust, Rust Rust, Rust... Rust.
gollark: ```rustuse wasm_bindgen::prelude::*;#[derive(Default)]pub struct Counter { value: i32,}pub enum Message { Increment, Decrement, Reset,}impl draco::App for Counter { type Message = Message; fn update(&mut self, _: &draco::Mailbox<Message>, message: Self::Message) { use self::Message::*; match message { Increment => self.value += 1, Decrement => self.value -= 1, Reset => self.value = 0, } } fn render(&self) -> draco::Node<Self::Message> { use draco::html as h; h::div() .push(h::button().push("-").on("click", |_| Message::Decrement)) .push(self.value) .push(h::button().push("+").on("click", |_| Message::Increment)) .push(h::button().push("Reset").on("click", |_| Message::Reset)) .into() }}#[wasm_bindgen]pub fn start() { draco::start( Counter::default(), draco::select("main").expect("main").into(), );}pub fn main() {}```RUSTRUSTRUSTRUST
gollark: General ignorethisU Role Playing System.
See also
- List of Massachusetts Senate elections
- List of Massachusetts General Courts
- List of former districts of the Massachusetts Senate
- Other Middlesex County districts of the Massachusett Senate: 1st, 3rd, 4th, 5th; 1st Essex and Middlesex; 2nd Essex and Middlesex; 1st Middlesex and Norfolk, 2nd Middlesex and Norfolk; Middlesex and Suffolk; Middlesex and Worcester; Norfolk, Bristol and Middlesex; 1st Suffolk and Middlesex; 2nd Suffolk and Middlesex
- Middlesex County districts of the Massachusetts House of Representatives: 1st, 2nd, 3rd, 4th, 5th, 6th, 7th, 8th, 9th, 10th, 11th, 12th, 13th, 14th, 15th, 16th, 17th, 18th, 19th, 20th, 21st, 22nd, 23rd, 24th, 25th, 26th, 27th, 28th, 29th, 30th, 31st, 32nd, 33rd, 34th, 35th, 36th, 37th
References
- "Massachusetts Senatorial Districts". Sec.state.ma.us. Retrieved April 15, 2020.
- "An Act Establishing Executive Councillor and Senatorial Districts", Session Laws: Acts (2011), retrieved April 15, 2020
- Commonwealth of Massachusetts, Elections Division. "State Senate elections: 2nd Middlesex district". Sec.state.ma.us. Retrieved April 15, 2020.
- "Massachusetts Women's Political Caucus Political Action Committee Endorsed Candidates", Mwpc.org, retrieved August 5, 2020
- Massachusetts General Court, "1866 Chap. 0120. An Act To Divide The Commonwealth Into Forty Districts For The Choice Of Senators", Acts and Resolves – via State Library of Massachusetts
- Commonwealth of Massachusetts, Manual for the Use of the General Court. Boston. 1859 – via Google Books.
- Public Officials of Massachusetts. 1935.
- Public Officers of the Commonwealth of Massachusetts. 1945.
- Public Officers of the Commonwealth of Massachusetts. 1957.
- Public Officers of the Commonwealth of Massachusetts. 1969.
- Public Officers of the Commonwealth of Massachusetts. 1979.
- Public Officers of the Commonwealth of Massachusetts. 1985.
- Public Officers of the Commonwealth of Massachusetts. 1993.
- Commonwealth of Massachusetts, Elections Division. "State Senate elections: 2002". Sec.state.ma.us. Retrieved April 15, 2020.
External links
- Ballotpedia
- "Second Middlesex District, MA". Censusreporter.org. (State Senate district information based on U.S. Census Bureau's American Community Survey).
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.