Miguelanxo Prado

Miguelanxo Prado (Galician pronunciation: [miɣeˈlanʃʊ ˈpɾaðʊ]) is a Galician comic book creator. He was born in A Coruña, Spain in 1958.

Miguelanxo Prado
Miguelanxo Prado with Trazo de XIZ
Born1958
A Coruña, Galicia
NationalitySpanish
Area(s)artist, writer
Notable works
Trazo de Tiza
Awardsfull list

Biography

Trait de Craie, 1994

Prado studied architecture, wrote novels and painted before his career in comics.

He worked for several magazines and wrote delirious and fierce life-chronicles. He published his first albums at Les Humanoïdes Associés: Chienne de Vie (1988), C'est du Sport (1989) and Y'a Plus de Justice (1991).

His best-known comic book is Trazo de Tiza or Trait de craie (Streak of Chalk, 1992). This is a dream-like, experimental "impossible" story about a man on an island, unable to distinguish dream from reality, or present from past. For this album, Prado won several awards, among others the Alph'Art for the Best Foreign Album at the Angoulême International Comics Festival, receiving this award for the second time; the first time was in 1991 for Manuel Montano. In April 2007 he was awarded the Grand Prize at the Salón del Cómic of Barcelona.[1]

Prado's animated feature film, De Profundis (film) was released in 2007.[2]

Bibliography

  • Chienne de vie, 1988, absurd chronicles of the day-to-day life
  • Demain les dauphins, 1988, ISBN 2-7316-0598-7
  • Manuel Montano, 1989, ISBN 2-203-33831-8
  • C'est du sport, 1989, absurd chronicles of the day-to-day life
  • Stratos, 1990
  • Y a plus de justice, 1990
  • Trait de craie, 1993, ISBN 2-203-33855-5
  • Pierre et le loup (Peter And the Wolf), 1995, adaptation of Prokofievs story, ISBN 2-203-18218-0
  • Chroniques absurdes, Tome 1 : Un monde délirant ("Quotidien délirant"), 1996, absurd chronicles of the day-to-day life, ISBN 2-8001-3580-8
  • Chroniques absurdes, Tome 2 : Un monde de brutes, ISBN 2-8001-3606-5
  • Chroniques absurdes, Tome 3 : Un monde barbare, ISBN 2-8001-3680-4
  • Venins de femmes (Tangents), ISBN 1-56163-148-5
  • The Sandman: Endless Nights -Dream: The Heart of a Star Neil Gaiman, 2003 ISBN 1-4012-0089-3
  • Nostalgies de Belo Horizonte quand j'étais un autre, 2005, ISBN 2-203-35923-4
  • Papeles dispersos (2009) ISBN 978-84-9847-943-0 (Norma Editorial)
  • Ardalén (2012) ISBN 978-84-679-0998-2 (Norma Editorial)
  • Papeles dispersos II (2015) ISBN 978-84-679-1940-0 (Norma Editorial)
  • Presas fáciles (2016) ISBN 978-84-679-2360-5 (Norma Editorial)

Awards

  • 1991: Best Foreign Comic Book at the Angoulême International Comics Festival, France
  • 1994: Best Foreign Comic Book at the Angoulême International Comics Festival
  • 1998: Best German-language Comic for Children and Young People at the Max & Moritz Prizes, Germany
  • 2004: Eisner Award for Best Anthology, U.S.
  • 2007: Grand Prize, Salón del Comic, Barcelona, Spain

Sources

Footnotes
  1. El Pais (April 20, 2007). "Miguelanxo Prado gana el Gran Premio del Salón del Cómic de Barcelona" (in Spanish).
  2. Holland, Jonathan (January 28, 2007). "De Profundis". Variety.
gollark: Heavpoot is to be declared SCP-3125-A with immediate effect.
gollark: My tape download program now supports downloading big files without splitting them, via range requests, assuming they're served from a server which supports it: https://pastebin.com/LW9RFpmY (do `web2tape https://url.whatever range`)
gollark: Here is a similar thing for JSON. Note that it delegates out to an external JSON library for string escaping.```luafunction safe_json_serialize(x, prev) local t = type(x) if t == "number" then if x ~= x or x <= -math.huge or x >= math.huge then return tostring(x) end return string.format("%.14g", x) elseif t == "string" then return json.encode(x) elseif t == "table" then prev = prev or {} local as_array = true local max = 0 for k in pairs(x) do if type(k) ~= "number" then as_array = false break end if k > max then max = k end end if as_array then for i = 1, max do if x[i] == nil then as_array = false break end end end if as_array then local res = {} for i, v in ipairs(x) do table.insert(res, safe_json_serialize(v)) end return "["..table.concat(res, ",").."]" else local res = {} for k, v in pairs(x) do table.insert(res, json.encode(tostring(k)) .. ":" .. safe_json_serialize(v)) end return "{"..table.concat(res, ",").."}" end elseif t == "boolean" then return tostring(x) elseif x == nil then return "null" else return json.encode(tostring(x)) endend```
gollark: My tape shuffler thing from a while ago got changed round a bit. Apparently there's some demand for it, so I've improved the metadata format and written some documentation for it, and made the encoder work better by using file metadata instead of filenames and running tasks in parallel so it's much faster. The slightly updated code and docs are here: https://pastebin.com/SPyr8jrh. There are also people working on alternative playback/encoding software for the format for some reason.
gollark: Are you less utilitarian with your names than <@125217743170568192> but don't really want to name your cool shiny robot with the sort of names used by *foolish organic lifeforms*? Care somewhat about storage space and have HTTP enabled to download name lists? Try OC Robot Name Thing! It uses the OpenComputers robot name list for your... CC computer? https://pastebin.com/PgqwZkn5
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.