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
Candidate | Votes | % |
---|---|---|
Morris Flewwelling | 7,019 | 52.8% |
Jeffrey Dawson | 5,704 | 42.9% |
Matt Chapin | 559 | 4.2% |
Councillors
Candidate | Votes | % |
---|---|---|
Cindy Jefferies | 9,080 | 10.84% |
Tara Veer | 8,808 | 10.51% |
S.H. Buck Buchanan | 7,653 | 9.13% |
Lynne Mulder | 7,416 | 8.85% |
Gail Parks | 6,439 | 7.68% |
Larry V. Pimm | 6,432 | 7.68% |
Frank Wong | 6,280 | 7.49% |
Lorna Watkinson-Zimmer | 6,233 | 7.44% |
Bev A. Hughes | 6,210 | 7.41% |
Phil Hyde | 5,699 | 6.80% |
Garry I. Didrikson | 4,657 | 5.56% |
Dale Wood | 3,405 | 4.06% |
George Croome | 3,046 | 3.63% |
Stephen Laird | 2,441 | 2.91% |
Public School Trustees
Candidate | Votes | % |
---|---|---|
Bill Stuebing | 5,772 | 14.52% |
Bev Manning | 5,717 | 14.38% |
Gail Holland | 5,362 | 13.49% |
Dianne Macaulay | 4,927 | 12.39% |
Jim Watters | 4,890 | 12.30% |
Lawrence Lee | 4,441 | 11.17% |
Cathy Peacocke | 4,341 | 10.92% |
Dick Lemke | 4,309 | 10.84% |
Separate School Trustees
Ward Red Deer | Ward Sylvan Lake/Innisfail/Bowden/Olds | Ward Rocky Mountain House | ||||||
---|---|---|---|---|---|---|---|---|
Candidate | Votes | % | Candidate | Votes | % | Candidate | Votes | % |
Bev Heisler | 1,805 | 15.36% | Diane J. Mackay | 221 | 46.7% | Stephen Taylor | Acclaimed | |
Lloyd Baumgarten | 1,718 | 14.62% | Valerie Steckler | 130 | 27.5% | |||
Adriana Lagrange | 1,600 | 13.61% | Theresa Mcneil | 122 | 25.8% | |||
Elaine Halter | 1,571 | 13.36% | ||||||
Christine Moore | 1,491 | 12.68% | ||||||
Anne Marie Watson | 1,411 | 12.00% | ||||||
Steve McEachern | 1,169 | 9.94% | ||||||
Felix Gebbink | 990 | 8.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.