Image of Chile Foundation

The Image of Chile Foundation, or Fundación Imagen de Chile in Spanish, is an organization that coordinates work carried out to promote Chile abroad.

Image of Chile Foundation
Fundación Imagen de Chile
FICh
Private organization with public funding overview
FormedMay 8, 2009 (2009-05-08)
Superseding agency
TypeNation Branding
JurisdictionNational
HeadquartersMonjitas Nº 392, piso 15 Santiago, Chile
Minister responsible
Websitewww.imagendechile.cl

Organization[1]

The Foundation is a private nonprofit organization created on 8 May 2009. It is governed by a Board of Directors, which defines its overall policies and courses of action. The board consists of 19 members: the Minister of Foreign Affairs (who presides), the Minister of the Economy, the President of the National Council of Culture and the Arts ("Consejo Nacional de la Cultura y las Artes"), and 16 other members elected by the Minister of Foreign Affairs.

Although the Foundation is a private organization, its board of directors is formed and presided over by government ministers, applies and complies with state policies, and is funded by public resources.

Its mission is to “promote the country internationally" and it carries out this mission by guiding, advising and supporting public and private organizations and individuals whose initiatives aim to enhance and promote the image and reputation of Chile, in an increasingly competitive international context.[2]

Role and main goal

The role of the Foundation is to manage the nation’s brand ("marca país"), organizing the work of the main entities that contribute to the country's image, such as culture, sports, exports, investment, tourism and international relations, among others.

It develops alliances with stakeholders in the public and private sectors, in order to create one unified message about Chile and promote the distinctive attributes of Chile's identity.[3]

Primary goal

The main task of the Foundation is to manage the country’s brand, increasing the positive impression Chile makes with other nations. To achieve this, it implements activities designed to strengthen the country’s reputation, highlighting Chile’s distinctive qualities, and speaks on behalf of the public and private sectors to position Chile on the highly competitive global stage. In doing so, the Foundation aims to expand and consolidate opportunities to attract talent, exports, foreign investment, tourism, international relations, social and cultural links, and much more.[4]

gollark: My "fix" is this:```lua--[["Fix" for bug PS#E9DCC81BSummary: `pcall(getfenv, -1)` seemingly returned the environment outside the sandbox.Based on some testing, this seems like some bizarre optimization-type feature gone wrong.It seems that something is simplifying `pcall(getfenv)` to just directly calling `getfenv` and ignoring the environment... as well as, *somehow*, `function() return getfenv() end` and such.The initial attempt at making this work did `return (fn(...))` instead of `return fn(...)` in an attempt to make it not do this, but of course that somehow broke horribly. I don't know what's going on at this point.This is probably a bit of a performance hit, and more problematically liable to go away if this is actually some bizarre interpreter feature and the fix gets optimized away.Unfortunately I don't have any better ideas. Also, I haven't tried this with xpcall, but it's probably possible, so I'm attempting to fix that too.]]local real_pcall = pcallfunction _G.pcall(fn, ...) return real_pcall(function(...) local ret = {fn(...)} return unpack(ret) end, ...)end local real_xpcall = xpcallfunction _G.xpcall(fn, handler) return real_xpcall(function() local ret = {fn()} return unpack(ret) end, handler)end```which appears to work at least?
gollark: Fixed, but I don't really know how or why.
gollark: ... should I create a bug report?
gollark: It returns two, actually. The second one. I don't know *what* the first one is doing.
gollark: Is this some weird implementation thing or is Lua actually defined/specified to work like this?!

See also

References

  1. Estructura de la Fundación imagendechile.cl retrieved on July 1, 2015
  2. ESTATUTOS, “FUNDACIÓN IMAGEN DE CHILE” ESTATUTOS, “FUNDACIÓN IMAGEN DE CHILE” consultado en Julio 1, 2015
  3. Quienes somos (Who are we) imagendechile.cl retrieved on July 1, 2015
  4. Estrategia (Strategy) imagendechile.cl retrieved on July 1, 2015
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.