Sara Savatović
Sara Savatović (born 5 January 1993) is a Serbian track and field athlete who holds Serbian records in the women's hammer throw and indoor weight throw. She is a seven-time Serbian national champion in the hammer throw.
Personal information | ||||||||
---|---|---|---|---|---|---|---|---|
Born | 5 January 1993 | |||||||
Sport | ||||||||
Country | ![]() | |||||||
Event(s) | Hammer Throw | |||||||
College team | Kansas State Wildcats[1] | |||||||
Achievements and titles | ||||||||
Personal best(s) | Hammer Throw: 66.41 NR (2015) Weight Throw: 20.66 NR (2015) | |||||||
Medal record
|
Career
Savatović began her career in 2008. She competed in the 2009 World Youth Championships in Athletics in Brixen, Italy. In January 2013, she moved to Manhattan, Kansas to compete in track and field for Kansas State University.[1] She ended her athletic career as a three-time Big 12 Conference champion in the hammer throw and a two-time Big 12 Conference champion in the weight throw. She was the 2016 NCAA Division I Outdoor Track and Field Championships runner-up in the hammer throw.[2]
Personal bests
Outdoor | Indoor |
---|---|
Hammer Throw – 66.41 (2015) | Weight Throw – 20.66 (2015)[3] |
Hammer Throw Progression
Year | Mark | Date | Place |
---|---|---|---|
2009 | 46.63 | 19 September 2009 | ![]() |
2010 | 53.98 | 5 September 2010 | ![]() |
2011 | 54.96 | 19 June 2011 | ![]() |
2012 | 63.51 | 13 May 2012 | ![]() |
2013 | 64.11 | 3 May 2013 | ![]() |
2014 | 65.19 | 27 March 2014 | ![]() |
2015 | 66.41 | 15 May 2015 | ![]() |
2016 | 65.61 | 9 June 2016 | ![]() |
gollark: It's a rhyme in some senseBecause each line ends with something which has the same last syllables ense.
gollark: It didn't manage much.
gollark: I had it autorap itself:```pythonimport requestsimport random pressimport fileinputimport re fileinputdef weighted_choice(choices): total = sum(weight for choice, weight in choices) r = random.uniform(0, total) upto = 0 for choice, weight in choices: 0 if upto + weight >= r: return choice upto += weight state 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 0 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(): been line = line.replace("\n", "") if last != None: print(line + " " + get_rhyme(last, {})) last = None else: last = re.sub(r"[^A-Za-z0-9 ]", " ", line).split(" ")[-1] print(line)```
gollark: Drugs are UNLEGAL!
gollark: I tried that.
References
- "Sara Savatović". KSU. Retrieved 27 January 2018.
- "SARA SAVATOVIĆ". USTFCCCA. Retrieved 27 January 2018.
- "SARA SAVATOVIĆ ATHLETE PROFILE". IAAF. Retrieved 27 January 2018.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.