Aslanbek Ediev

Aslambek Ediev (born 4 January 1970) is a former Russian weightlifter,[2] who competed in the 76 kg division from 1993-1998 until the International Weightlifting Federation changed the body weight categories[3], and then 85 kg after 1998.

Aslanbek Ediev
Personal information
Nationality Russia
Born (1970-01-04) 4 January 1970
Weight84.18 kg (185.6 lb)
Sport
Country Russia
SportWeightlifting
Event(s)–85 kg
Turned pro1993[1]
Retired2007

Career

Ediev participated in the men's -85 kg class at the 2006 World Weightlifting Championships and won the silver medal, finishing behind Andrei Rybakou. He snatched 172 kg and jerked an additional 201 kg for a total of 373 kg, 10 kg behind winner Rybakou.[4] in 2007 Ediev won silver medal with total of 372 kg behind Andrei Rybakou

Major results

Year Venue Weight Snatch (kg) Clean & Jerk (kg) Total Rank
1 2 3 Rank 1 2 3 Rank
World Championships
1993 Melbourne, Australia76 kg157.5162.5162.56187.5187.5
2001 Antalya, Turkey85 kg167.5172.5172.57195.0200.0200.08367.57
2002 Warsaw, Poland85 kg170.0175.0175.07202.5202.5202.5
2005 Doha, Qatar85 kg1701701708200207211381
2006 Santo Domingo, Dominican Rep85 kg168172174195195201373
2007 Chiang Mai, Thailand85 kg1681721722002052054372
gollark: Hold on, I can probably make a much nicer one.
gollark: It's kind of bad.
gollark: ```python#!/bin/env python3chars = [chr(n) for n in range(126)]firstchar = chars[0]lastchar = chars[len(chars) - 1]def increment_char(character): return chr(ord(character) + 1)def old_increment_string(string_to_increment): reversed_string = list(reversed(string_to_increment)) # Reverse the string for easier work. for rindex, char in enumerate(reversed_string): if char == lastchar: # If we can't increment this char further, try the next ones. reversed_string[rindex] = firstchar # Set the current char back to the first one. reversed_string[rindex + 1] = increment_char(reversed_string[rindex + 1]) # Increment the next one along. else: # We only want to increment ONE char, unless we need to "carry". reversed_string[rindex] = increment_char(reversed_string[rindex]) break return ''.join(list(reversed(reversed_string)))def increment_string(to_increment): reversed_string = list(to_increment) # Reverse the string for easier work. for rindex, char in enumerate(reversed_string): if char == lastchar: # If we can't increment this char further, try the next ones. reversed_string[rindex] = firstchar # Set the current char back to the first one. reversed_string[rindex + 1] = increment_char(reversed_string[rindex + 1]) # Increment the next one along. else: # We only want to increment ONE char, unless we need to "carry". reversed_string[rindex] = increment_char(reversed_string[rindex]) break return ''.join(list(reversed_string))def string_generator(): length = 0 while 1: length += 1 string = chars[0] * length while True: try: string = increment_string(string) except IndexError: # Incrementing has gone out of the char array, move onto next length break yield string```
gollark: Except it enumerates all possible ASCII strings instead.
gollark: I made that!

References

  1. "1993 European Championships Results". European Weightlifting Federation. Retrieved 12 March 2019.
  2. "IWF Profile". IWF.net. Retrieved 12 March 2019.
  3. "Weightlifting at the 1996 Atlanta Summer Games". Sports Reference. Archived from the original on 17 April 2020. Retrieved 12 March 2019.
  4. 75th MEN'S and 18th WOMEN'S WORLD CHAMPIONSHIPS -85 KG MEN, iwf.net


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