Teahna Daniels

Teahna Daniels (born March 25, 1997) is an American athlete competing in sprinting events.[1] Representing the United States at the 2019 World Athletics Championships, she placed seventh in the women's 100 metres.[2]

Teahna Daniels
Personal information
NationalityAmerican
Born (1997-03-25) March 25, 1997
Sport
CountryUnited States
SportTrack and field
Event(s)Sprinting
College teamTexas Longhorns (2016-2019)
Turned pro2019

She led off the American 4 × 100 meters relay team at the 2014 World Junior Championships in Athletics and 2015 Pan American Junior Athletics Championships to win gold medals and also won an individual 100 m bronze medal at the Pan American Junior Championships.

Collegiately, she ran track for the Texas Longhorns and placed third in the 100 m at the 2017 NCAA Outdoor Championships and was a 100 m and 200 m finalist at the 2019 NCAA Outdoor Championships. She won the 100 m title at the 2019 NACAC U18 and U23 Championships in Athletics in July.

Daniels made her first national podium at the 2018 USA Track & Field Indoor Championships, taking third place in the 60-meter dash. She won her first national title at the 2019 USA Outdoor Track and Field Championships with a surprise victory in the 100 m over Olympic gold medallists English Gardner and Morolake Akinosun. She

National titles

gollark: ... was? is.
gollark: Well, this was for ND research, and I didn't want to refresh random eggs constantly.
gollark: ```javascript// ==UserScript==// @name DC Egg Time Getter// @namespace http://tampermonkey.net/// @match https://dragcave.net/view/*// @grant none// ==/UserScript==function getCapture(text, regex, def) { const result = text.match(regex); if (result === null || result === undefined) { if (def === undefined) { throw new Error("Text did not match regex."); } else { return def; } } else { return result[1]; }}const text = document.body.textContent;const days = parseInt(getCapture(text, /in: (\d+) day/, 0));const hours = parseInt(getCapture(text, /and (\d+) hour/, 0));const allHours = (days * 24) + hours;const storage = window.localStorage;const lastTime = storage.remainingTime;console.log("Time Remaining:", allHours);// check for low-ER timesif (allHours < 72) { console.log("Egg/Hatchling in low ER!"); if (lastTime !== allHours.toString()) { const d = new Date(); localStorage.changeTime = d.getTime().toString(); console.log("WAS", lastTime, "NOW", allHours) console.log("Hour Change Time FOUND!"); } else { storage.remainingTime = allHours; setTimeout(() => window.location.reload(), 2000); }}```Probably suboptimal, but I was in a hurry.
gollark: It worked quite well, though I did have to manually narrow them down a bit.
gollark: To get around all the work of refreshing for an hour, I made a userscript to refresh every few seconds and check if the time changes.

See also

References

  1. "Teahna Daniels Athlete Profile". iaaf.org. Retrieved September 29, 2019.
  2. "100 Metres Women – Final" (PDF). IAAF. September 29, 2019. Retrieved September 29, 2019.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.