2007 Red Deer municipal election

The 2007 Red Deer municipal election was held Monday, October 15, 2007. Since 1968, provincial legislation has required every municipality to hold triennial elections. The citizens of Red Deer, Alberta, elected one mayor, eight councillors (all at large) to the Red Deer City Council, the seven Red Deer School District No. 104 trustees (at large), and five of the Red Deer Catholic Regional Division No. 39's seven trustees (as Ward Red Deer). Of the 61,445 eligible voters, only 13,282 turned in a ballot, a voter turnout of 21.6%, and an average of 6.3 aldermen per ballot.

Results

Bold indicates elected, and incumbents are italicized.

Mayor

Mayor[1]
CandidateVotes%
Morris Flewwelling7,01952.8%
Jeffrey Dawson5,70442.9%
Matt Chapin5594.2%

Councillors

Councillors[1]
CandidateVotes%
Cindy Jefferies9,08010.84%
Tara Veer8,80810.51%
S.H. Buck Buchanan7,6539.13%
Lynne Mulder7,4168.85%
Gail Parks6,4397.68%
Larry V. Pimm6,4327.68%
Frank Wong6,2807.49%
Lorna Watkinson-Zimmer6,2337.44%
Bev A. Hughes6,2107.41%
Phil Hyde5,6996.80%
Garry I. Didrikson4,6575.56%
Dale Wood3,4054.06%
George Croome3,0463.63%
Stephen Laird2,4412.91%

Public School Trustees

Red Deer School District No. 104[1]
CandidateVotes%
Bill Stuebing5,77214.52%
Bev Manning5,71714.38%
Gail Holland5,36213.49%
Dianne Macaulay4,92712.39%
Jim Watters4,89012.30%
Lawrence Lee4,44111.17%
Cathy Peacocke4,34110.92%
Dick Lemke4,30910.84%

Separate School Trustees

Red Deer Catholic Regional Division No. 39[1]
Ward Red DeerWard Sylvan Lake/Innisfail/Bowden/OldsWard Rocky Mountain House
CandidateVotes%CandidateVotes%CandidateVotes%
Bev Heisler1,80515.36%Diane J. Mackay22146.7%Stephen TaylorAcclaimed
Lloyd Baumgarten1,71814.62%Valerie Steckler13027.5%
Adriana Lagrange1,60013.61%Theresa Mcneil12225.8%
Elaine Halter1,57113.36%
Christine Moore1,49112.68%
Anne Marie Watson1,41112.00%
Steve McEachern1,1699.94%
Felix Gebbink9908.42%
gollark: ```pythonfrom requests_futures.sessions import FuturesSessionimport concurrent.futures as futuresimport randomtry: import cPickle as pickleexcept ImportError: import pickletry: words_to_synonyms = pickle.load(open(".wtscache")) synonyms_to_words = pickle.load(open(".stwcache"))except: words_to_synonyms = {} synonyms_to_words = {}def add_to_key(d, k, v): d[k] = d.get(k, set()).union(set(v))def add_synonyms(syns, word): for syn in syns: add_to_key(synonyms_to_words, syn, [word]) add_to_key(words_to_synonyms, word, syns)def concat(list_of_lists): return sum(list_of_lists, [])def add_words(words): s = FuturesSession(max_workers=100) future_to_word = {s.get("https://api.datamuse.com/words", params={"ml": word}): word for word in words} future_to_word.update({s.get("https://api.datamuse.com/words", params={"ml": word, "v": "enwiki"}): word for word in words}) for future in futures.as_completed(future_to_word): word = future_to_word[future] try: data = future.result().json() except Exception as exc: print(f"{exc} fetching {word}") else: add_synonyms([w["word"] for w in data], word)def getattr_hook(obj, key): results = list(synonyms_to_words.get(key, set()).union(words_to_synonyms.get(key, set()))) if len(results) > 0: return obj.__getattribute__(random.choice(results)) else: raise AttributeError(f"Attribute {key} not found.")def wrap(obj): add_words(dir(obj)) obj.__getattr__ = lambda key: getattr_hook(obj, key)wrap(__builtins__)raise __builtins__.quibble()```
gollark: table.deepcopy, table.shallowcopy, table.slice, table.filter, table.map
gollark: Same with many other utility thingies.
gollark: Not really. They could have table.copy but they don't.
gollark: Besides, passing by reference? Evil.

References

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