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.

Sara Savatović
Personal information
Born (1993-01-05) 5 January 1993
Sport
Country Serbia
Event(s)Hammer Throw
College teamKansas State Wildcats[1]
Achievements and titles
Personal best(s)Hammer Throw: 66.41 NR (2015)
Weight Throw: 20.66 NR (2015)

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 Moscow, Russia
2010 53.98 5 September 2010 Sremska Mitrovica, Serbia
2011 54.96 19 June 2011 Novi Sad, Serbia
2012 63.51 13 May 2012 Sremska Mitrovica, Serbia
2013 64.11 3 May 2013 Waco, Texas, USA
2014 65.19 27 March 2014 Austin, Texas, USA
2015 66.41 15 May 2015 Ames, Iowa, USA
2016 65.61 9 June 2016 Eugene, Oregon, USA [3]
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

  1. "Sara Savatović". KSU. Retrieved 27 January 2018.
  2. "SARA SAVATOVIĆ". USTFCCCA. Retrieved 27 January 2018.
  3. "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.