Óscar Javier Morales
Óscar Javier "Ó.J." Morales Albornoz (born 29 March 1975 in Montevideo) is an Uruguayan former footballer who played as a defensive midfielder.
Personal information | |||
---|---|---|---|
Full name | Óscar Javier Morales Albornoz | ||
Date of birth | March 29, 1975 | ||
Place of birth | Montevideo, Uruguay | ||
Height | 1.69 m (5 ft 6 1⁄2 in) | ||
Playing position(s) | Defensive midfielder | ||
Senior career* | |||
Years | Team | Apps | (Gls) |
1996–1998 | Cerro | 43 | (1) |
1999–2010 | Nacional Montevideo | 269 | (10) |
2005–2006 | → Valladolid (loan) | 30 | (0) |
2006–2007 | → Málaga (loan) | 11 | (0) |
2010 | Quilmes | 4 | (0) |
2011–2012 | Cerro | 43 | (2) |
2013 | Miramar Misiones | 0 | (0) |
2013–2014 | Villa Teresa | 13 | (0) |
National team | |||
2002–2005 | Uruguay | 2 | (0) |
* Senior club appearances and goals counted for the domestic league only and correct as of 31 December 2013 (UTC) |
Football career
After playing in his native country with C.A. Cerro and Club Nacional de Football, Morales had two Spanish second division loan stints with Real Valladolid and Málaga CF, subsequently returning in July 2007 to Nacional.
In 2010, after more than 300 official games for his main club, the 35-year-old joined Quilmes Atlético Club, recently promoted to the top flight in Argentina.[1] The following year, he returned to his first professional team Cerro.
Honours
Honour | Club | Country | Year |
---|---|---|---|
Uruguayan League | Nacional | Uruguay | 2000 |
Uruguayan League | Nacional | Uruguay | 2001 |
Uruguayan League | Nacional | Uruguay | 2002 |
Uruguayan League | Nacional | Uruguay | 2005 |
Uruguayan League | Nacional | Uruguay | 2008–09 |
gollark: `False`
gollark: `True`
gollark: ```pythonimport requestsimport randomimport fileinputdef weighted_choice(choices): total = sum(weight for choice, weight in choices) r = random.uniform(0, total) upto = 0 for choice, weight in choices: if upto + weight >= r: return choice upto += weight 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 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(): line = line.replace("\n", "") if last != None: print(line + " " + get_rhyme(last, {})) last = None else: last = line.replace(".", "").split(" ")[-1] print(line)```
gollark: My automated rap generatorIs far superior to puny human rappers laterIt is backed by the entire resourcesOf this random online dictionary and word relation query API resource isTechnically it still relies on human interventionTo produce the input text to turn into rap intentionAnd due to the limitations of current natural language processingIt is unable to significantly transform the input text reprocessingThis is because spoken human languagesAre mostly not designed with machine-parseability language isor ease of understandingas major goals expandingand were we using better-designed languages, automated rapwould surely be much easier. app
gollark: Does that even rhyme?Um... BLIME!
References
- "Morales y Varela llegan a Quilmes" [Morales and Varela arrive at Quilmes] (in Spanish). ESPN Deportes. 18 June 2010. Retrieved 10 July 2010.
External links
- Óscar Javier Morales at BDFutbol
- Óscar Javier Morales at National-Football-Teams.com
- Óscar Javier Morales at ESPN FC
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.