Bruce Morris

Bruce V. Morris is a six-term Democratic member of the Connecticut House of Representatives representing Norwalk, Connecticut in the 140th assembly district. He is deputy speaker house of representatives and serves`the following committees: finance revenue and bonding; judiciary; human services; legislative management. He was named assistant majority whip during his second term and served in that capacity until his promotion to deputy majority whip in 2012. Morris served as Chairman of the Connecticut General Assembly Black and Puerto Rican Caucus during the 2015-2016 session. He served the previous three sessions as vice-chairman. Morris serves as an assistant pastor at Macedonia Church in Norwalk. He served as Director of Human Relations for the Norwalk school system beginning November 5, 1998 until September 2016.He then became District School Climate Coordinator until June 30, 2017.[3] He was also an elected executive board member of the National Black Caucus of State Legislators.[4]

Bruce V. Morris
Member of the
Connecticut House of Representatives
from the 140th District
In office
2007  present
Preceded byJoseph Mann[1]
Personal details
BornNorwalk, Connecticut[2]
Political partyDemocratic
Spouse(s)Gail
ResidenceNorwalk, Connecticut

He defeated Republican Richard A. McQuaid in 2006. [5]

Awards

  • Connecticut League of Conservation Voters award for perfect support of environmental initiatives in 2011[4]
  • Dental Hygienists – 2011, 2010 Legislative Awards[4]
  • Omega Psi Phi - 2008 Citizen of the Year[4]
  • Parent Leadership Training Institute - 2008 Leadership Service Award[4]
  • United Way[4]
  • Connecticut Public Housing Network[4]
  • NAACP - 100 Most Influential Blacks in Connecticut[4]
gollark: `True`
gollark: ```pythonimport requestsimport randomimport fileinputdef weighted_choice(choices): total = sum(weight for choice, weight in choices) r = random.uniform(0, total) upto = 0 for choice, weight in choices: if upto + weight >= r: return choice upto += weight assert False, "Shouldn't get here"def get_rhymes(word, extra_params={}): default_params = { "rel_rhy": word, "max": 20, "md": "pf" } return requests.get("https://api.datamuse.com/words/", params={**default_params, **extra_params}).json()def get_frequency(word_object): for tag in word_object["tags"]: if tag.startswith("f:"): return float(tag[2:]) return 0def get_rhyme(word, params): options = get_rhymes(word, params) options = list(map(lambda word_object: (word_object["word"], get_frequency(word_object)), options)) if len(options) == 0: return word return weighted_choice(options)last = Nonefor line in fileinput.input(): line = line.replace("\n", "") if last != None: print(line + " " + get_rhyme(last, {})) last = None else: last = line.replace(".", "").split(" ")[-1] print(line)```
gollark: My automated rap generatorIs far superior to puny human rappers laterIt is backed by the entire resourcesOf this random online dictionary and word relation query API resource isTechnically it still relies on human interventionTo produce the input text to turn into rap intentionAnd due to the limitations of current natural language processingIt is unable to significantly transform the input text reprocessingThis is because spoken human languagesAre mostly not designed with machine-parseability language isor ease of understandingas major goals expandingand were we using better-designed languages, automated rapwould surely be much easier. app
gollark: Does that even rhyme?Um... BLIME!
gollark: This is totally a rapA rap is what it is chap

References

Preceded by
Joseph Mann
Member of the
Connecticut House of Representatives
from the 140th District

2007 – present
Succeeded by
incumbent
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.