1527 in art
The year 1527 in art involved some significant events and new works.
| |||
---|---|---|---|
|
Events
- c. May 6 - The engraver Jacopo Caraglio flees to Venice from the Sack of Rome
- Marcantonio Raimondi publishes the second edition of his erotic engravings I Modi in Rome (accompanied by Aretino's Sonetti lussuriosi); like the first they are suppressed by Pope Clement VII
- Pieter Coecke van Aelst enters the Antwerp Guild of painters
- John Browne becomes the first Serjeant Painter at the English Court
Works

Lotto – Man with a Golden Paw, Kunsthistorisches Museum
- Hans Holbein the Younger – Sir Thomas More
- Lorenzo Lotto – Man with a Golden Paw
- Stanisław Samostrzelnik – Book of hours of Queen Bona Sforza and Prayer book of Krzysztof Szydłowiecki (approximate date decorations completed)
- Lucas van Leyden – The Last Judgement (triptych, Museum De Lakenhal, Leiden, 1526 or 1527)
Births
- November 18 - Luca Cambiasi, Italian painter (died 1585)[1]
- date unknown
- Michelangelo Aliprandi, Italian painter, pupil of Veronese (died 1595)
- Giuseppe Arcimboldo, Italian painter (died 1593)[2]
- probable
Deaths
- May - Cristoforo Solari, Italian sculptor and architect (born 1460)
- June 28 - Bernardo de' Rossi, Italian bishop and patron of the arts (born 1468)
- date unknown
- Lorenzo Allegri, Italian painter (born unknown)
- Raffaellino del Garbo, Florentine painter of the early-Renaissance (born c. 1466)
- Cornelis Engebrechtsz., Dutch painter, the first notable painter from Leiden (born 1462)
- Cristoforo Foppa, Italian goldsmith, sculptor, and die sinker (born 1445)
- Jan Mertens the Younger, South Netherlandish painter (born unknown)
- Domenico Puligo, painter from Florence (born 1492)
- Jan van Dornicke, South Netherlandish painter (born 1470)
- Jan Wellens de Cock, Flemish painter and draughtsman of the Northern Renaissance (born 1480)[4]
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!
gollark: This is totally a rapA rap is what it is chap
References
- "Luca Cambiasi - Historical Italian Artist From Art History". Retrieved 30 June 2010.
- "Giuseppe Arcimboldo Biography". Archived from the original on 25 June 2010. Retrieved 30 June 2010.
- "Pellegrino Tibaldi Biography". Retrieved 30 June 2010.
- Hickley, Catherine (10 December 2008). "Max Stern Estate Pursues Nazi-Seized Art in German Collections". Bloomberg. Retrieved 1 July 2010.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.