Gonzalo Nin Novoa

Gonzalo Nin Novoa is a Uruguayan administrator, serving as chief of staff to the Vice President of Uruguay, Rodolfo Nin Novoa, serving in that office from 2005 to 2010.

Role and publicity

Although not overtly a political figure, Gonzalo Nin Novoa has attracted wide media exposure regarding a number of issues. These issues include defence procurement and expense claims.[1][2] Ostensible colleagues in the ruling government coalition, including Juan Domínguez, and others, became involved in hostile, public discussion of various activities of the Nin brothers, exemplifying some of the diversity and strains which existed within that coalition.

Defence procurement issues

Gonzalo Nin Novoa's close identification with defence procurement issues, in a manner with which Leftist deputies in the ruling government coalition had reservations, left the Defence Ministry, led until March 2008 by Minister Azucena Berruti, with dilemmas and challenges. These included those of loyalty to President of Uruguay Tabaré Vázquez while being aware than many on the Uruguayan Left harboured little empathy with business issues relating to defence procurement.[1]

gollark: The `ipairs` iterator gives us `key, value` for each item of the table (in order). The key is unnecessary here, so it's just bound to `_`, the convention I've seen a lot for variables you're discarding.
gollark: As you can see, you don't actually need to explicitly compute the length anywhere.
gollark: Here's how I would do it:```lualocal function divisible_by_any(n, factors) for _, factor in ipairs(factors) do if n % factor == 0 then return true end end return falseendlocal primes = { 2, 3 }for i = 2, 100 do if not divisible_by_any(i, primes) then table.insert(primes, i) endendfor _, prime in ipairs(primes) do print(prime) end```
gollark: I can't actually read that because ææææ my eyes but it looks like the same thing with less whitespace.
gollark: I mean, it *sort of* is, but instead of actually marking the things it just checks against each factor.

See also

References

  1. "Archived copy". Archived from the original on 2011-07-17. Retrieved 2008-09-05.CS1 maint: archived copy as title (link)


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