Samantha Edwards

Samantha Edwards (born 14 January 1990) is an Antigua and Barbuda sprinter.[2] She competed at the 2014 and 2016 IAAF World Indoor Championships.

Samantha Edwards
Personal information
Born (1990-01-14) 14 January 1990
Elmont, New York, United States
EducationVirginia State University
Sport
SportAthletics
Event(s)400 m
College teamVirginia State Trojans[1]

She was born in the United States and initially represented that country, but after failing to qualify for the 2012 Summer Olympics she decided to switch her allegiance to the Antigua and Barbuda, her grandfather's country of origin.[3]

Her personal bests in the event are 52.15 seconds outdoors (Petersburg 2012) and 53.01 seconds indoors (Boston 2016).

Competition record

Year Competition Venue Position Event Notes
Representing  Antigua and Barbuda
2013 Central American and Caribbean Championships Morelia, Mexico 13th (h) 400 m 54.44
2014 World Indoor Championships Sopot, Poland 18th (h) 400 m 54.74
Commonwealth Games Glasgow, United Kingdom 32nd (h) 400 m 55.57
2015 NACAC Championships San José, Costa Rica 17th (h) 200 m 24.20
12th (h) 400 m 53.55
2016 World Indoor Championships Portland, United States 12th (sf) 400 m 54.67
gollark: getItemMeta returns a thing with stackSize, right?
gollark: Also, in that version there, patterns got fed in as a table with numeric indices from 1-9 representing each slot of the crafting table plus an optional qty key for how much the recipe produces.
gollark: Ridiculous. We *need* to be able to break maths in a snippet of code.
gollark: Here is a copy of the code I don't understand from the old version:```lualocal function descend(intermediateFn, terminalFn, i) local pattern = patterns[i] if pattern then intermediateFn(pattern) local pqty = pattern.qty -- Qty keys must be removed from the pattern for collation -- Otherwise, it shows up as a number stuck in the items needed table, which is bad. pattern.qty = nil local needs = util.collate(pattern) pattern.qty = pqty local has = {} for slot, item in pairs(pattern) do if util.satisfied(needs, has) then break end if patterns[item] then descend(intermediateFn, terminalFn, item) has[item] = (has[item] or 0) + (patterns[item].count or 1) end end else terminalFn(i) endendlocal function cost(i) local items = {} descend(function() end, function(i) table.insert(items, i) end, i) return util.collate(items)endlocal function tasks(i) local t = {} descend(function(pat) table.insert(t, pat) end, function() end, i) return tend```
gollark: Also, implementing whatever is done internally for finding free space to transfer to is hard!

References

  1. College team bio
  2. "Samantha Edwards". IAAF. Retrieved 9 March 2014.
  3. 2014 CWG bio
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.