Antxon Olarrea

Antxon Olarrea is a Spanish syntactician and a professor of linguistics within the Department of Spanish and Portuguese at the University of Arizona. He is the author of several books and articles on theoretical linguistics and Spanish morphology and syntax. He also has a solid career as an educator and is the recipient of numerous national teaching awards in Linguistics.

Career

Olarrea holds a PhD in Linguistics from the University of Washington. Currently, he holds the title of Professor in the Department of Spanish and Portuguese at the University of Arizona and is also a member of the faculty of the Department of Linguistics, the Second Language Acquisition and Teaching (SLAT) Program, and the Center for Latin American Studies. His research interests include formal studies of Spanish syntax, and the biological origins of language.

Prior to joining the faculty at the University of Arizona, Olarrea taught at the University of North Carolina at Charlotte.[1]

Books

  • Hualde, José Ignacio; Antxon Olarrea; Anna María Escobar (2001). Introducción a la lingüística hispánica. Cambridge: Cambridge University Press. ISBN 978-0-521-80314-4.
  • Olarrea, Antxon (2004). Orígenes del lenguaje y selección natural. Madrid: Editorial Sirius. ISBN 978-84-95495-57-0.
  • Colina, Sonia; Antxon Olarrea; Ana M. Carvalho (2009). Romance Linguistics. Cambridge: John Benjamins. ISBN 978-90-272-4833-6.
  • Hualde, José Ignacio; Antxon Olarrea; Anna María Escobar; Catherine Travis (2010). Introducción a la lingüística hispánica, 2nd edition. Cambridge: Cambridge University Press. ISBN 978-0-521-51398-2.
  • Hualde, José Ignacio; Antxon Olarrea; Erin O'Rourke (2012). The Handbook of Hispanic Linguistics. Wiley-Blackwell. ISBN 978-1-4051-9882-0.
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!
gollark: I'm unlikely to have stupidly large autocrafting trees.

References

  1. "Faculty Detail Page : Spanish and Portuguese". The University of Arizona. Archived from the original on 16 July 2011. Retrieved 22 May 2009.


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