Alicia Tirelli

Alicia Marie Tirelli Walter (born 1 December 1985) is an American-born Puerto Rican retired footballer who has played as a forward. She has been a member of the Puerto Rico women's national team.

Alicia Tirelli
Personal information
Full name Alicia Marie Tirelli Walter
Date of birth (1985-12-01) 1 December 1985[1]
Place of birth United States
Height 1.70 m (5 ft 7 in)[1]
Playing position(s) Forward[2]
Youth career
1998–2001 Black Watch Stirling
2000–2001 Tampa Preparatory School
2002 Temple Terrace Spirit
2002–2003 Durant High School
2003 Hillsborough County United
College career
Years Team Apps (Gls)
2004–2007 Florida Atlantic Owls 77 (27)
Senior career*
Years Team Apps (Gls)
2013 North Jersey Valkyries
National team
2010 Puerto Rico 4 (3)
* Senior club appearances and goals counted for the domestic league only
‡ National team caps and goals correct as of 13 May 2010

Early life

Tirelli was raised in Brandon, Florida.[1] She was born to American parents. Her father is of Italian and Puerto Rican descent.

International career

Tirelli was eligible to play for Puerto Rico through her paternal grandmother, who was born in Río Grande.[3] She capped for Las Boricuas at senior level during the 2010 CONCACAF Women's World Cup Qualifying qualification.

International goals

Scores and results list Puerto Rico's goal tally first.

No.DateVenueOpponentScoreResultCompetition
1
19 April 2010Juan Ramón Loubriel Stadium, Bayamón, Puerto Rico Saint Kitts and Nevis
1–0
7–0
2010 CONCACAF Women's World Cup Qualifying qualification
2
11 May 2010Manny Ramjohn Stadium, Marabella, Trinidad and Tobago Cuba
1–4
3–4
3
2–4
gollark: Enterprise-level, fully deterministic execution of random code. Totally secure!
gollark: ```pythonimport itertoolsimport multiprocessing as mchars = [chr(x) for x in range(32, 126)]chars.extend(["\t", "\n"])def generate_for_length(length): return map(lambda chars: "".join(chars),itertools.combinations(chars, length))def generate(): for i in itertools.count(): for s in generate_for_length(i): yield sif __name__ == "__main__": def start(func): proc = m.Process(target=func) proc.start() io_queue = m.Queue(maxsize=128) def printer(): while True: print(io_queue.get()) code_queue = m.Queue(maxsize=128) def generator(): for x in generate(): code_queue.put(x) def executor(): while True: code = code_queue.get() result = None try: result = repr(exec(code)) except Exception as e: result = repr(e) if result != None: io_queue.put(code + ": " + result) start(generator) for _ in range(4): start(executor) printer()```
gollark: Which do you think is slower: the execution or generation of strings?
gollark: ```pythonimport itertoolschars = [chr(x) for x in range(32, 126)]chars.extend(["\t", "\n"])def generate_for_length(length): return map(lambda chars: "".join(chars),itertools.combinations(chars, length))def generate(): for i in itertools.count(): for s in generate_for_length(i): yield sfor x in generate(): try: print(exec(x)) except Exception as e: print(f"{e} from {x}")```
gollark: I should multithread this!

References

  1. "Alicia Tirelli - Women's Soccer". Florida Atlantic University Athletics. Retrieved 7 April 2020.
  2. Alicia Tirelli at Soccerway. Retrieved 7 April 2020.
  3. "MARIA TIRELLI Obituary - Brandon, FL". Dignity Memorial. Retrieved 12 April 2020.


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