Giovanni Biliverti

Multi tool use
Giovanni Biliverti
|
|
Nascimento
|
25 de agosto de 1585 Florença
|
Morte
|
16 de julho de 1644 (58 anos) Florença
|
Ocupação
|
pintor
|
Magnum opus
|
Isabel de Aragão implora a Carlos VIII em favor de seu Pai Afonso, Rei de Nápoles, A Tentação de Carlos e Ubaldo
|
[edite no Wikidata]
|
Giovanni Biliverti (sobrenome também escrito como Bilivelt e Bilivert ou outras variantes) (Florença, 25 de agosto de 1585 - Florença, 16 de julho de 1644) foi um pintor italiano dos estilos Maneirismo e Barroco cujo trabalho foi desenvolvido em grande parte em sua cidade adotiva, Florença e, posteriormente, Roma.
Era filho do pintor holandês Giacomo Giovanni Biliverti (nascido Jacob Janszoon Bijlevelt) (1550-1603). Este nasceu em Delft, mas exerceu a sua atividade artística em Florença.
Giovanni começou a sua aprendizagem com Alessandro Casolani em Siena. Após a morte de seu pai, em 1603, trabalhou no ateliê de Ludovico Cardi, que o acompanhou em Roma a partir de abril 1604 até 1607. Lá ele trabalhou em projetos aprovados pelo Papa Clemente VIII.
Em 1609, Biliverti ingressa na Galeria da Academia de Belas Artes de Florença, financiada pela Família Médici. De 1611 até 1621, ele foi contratado por Cosme II de Médici para trabalhos em pietra dura.
Na Basílica de Santa Cruz, em Florença, é possível ver o seu retábulo de Santa Helena.
Em seus últimos anos, Giovanni Biliverti ficou cego.[1]
Entre seus alunos estavam Cecco Bravo, Agostino Melissi, Baccio del Bianco e Orazio Fidani.
 |
Este artigo sobre um(a) pintor(a) é um esboço. Você pode ajudar a Wikipédia expandindo-o. |
O Commons possui uma categoria contendo imagens e outros ficheiros sobre Giovanni Biliverti
Referências
- Bryan,Michael (1886). Dictionary of Painters and Engravers, Biographical and Critical (Volume I: A-K). York St. #4, Covent Garden, London; Original from Fogg Library, Digitized May 18, 2007: George Bell and Sons
Ticozzi, Stefano (1830). Dizionario degli architetti, scultori, pittori, intagliatori in rame ed in pietra, coniatori di medaglie, musaicisti, niellatori, intarsiatori d’ogni etá e d’ogni nazione' (Volume 1). [S.l.]: Gaetano Schiepatti; Digitized by Googlebooks, Jan 24, 2007. p. 101
Controle de autoridade
|
: Q1525968
- VIAF: 40444719
- AGORHA: 1093
- BMT: 19618
- BNE: XX894856
- BPN: 18522088
- CERL: cnp00524775
- FAST: 183289
- GND: 129036293
- Isidore: bilivert_giovanni
- ISNI: 0000 6639 113X 0000 0000 6639 113X
- LCCN: n86098107
- NTA: 132252821
- openMLOL: 133150
- Pinakothek: giovanni-biliverti
- RKD: 8419
- ULAN: 500029292
|
pp,kkLhFBR7bHZo v 10CIDA939vK7Z cAiJNTHKuBpMy3
Popular posts from this blog
0
I found a lot of questions abount appendices and ToC. Many users want appendices to be grouped in an Appendix part, however some problems arise with ToC, hyperref, PDF viewer bookmarks, and so on. There are different solutions which require extra packages, command patching and other extra code, however none of them satisfies me. I almost found an easy way to accomplish a good result, where appendices are added to bookmarks in the right way and hyperref links point to the right page. However, the number of the "Appendix" part page is wrong (it's the number of appendix A). Is there any EASY way to fix that? This is a MWE: documentclass{book} usepackage[nottoc,notlot,notlof]{tocbibind} usepackage{hyperref} begin{document} frontmatter tableofcontents mainmatter part{First} chapter{...
1
In the sklearn.model_selection.cross_val_predict page it is stated: Generate cross-validated estimates for each input data point. It is not appropriate to pass these predictions into an evaluation metric. Can someone explain what does it mean? If this gives estimate of Y (y prediction) for every Y (true Y), why can't I calculate metrics such as RMSE or coefficient of determination using these results?
python scikit-learn cross-validation
share | improve this question
edited Nov 28 '18 at 17:52
desertnaut
20.3k 7 43 79
...
0
I have problem with inserting data to MySQL from modal. My modal: <a href="#" class="badge badge-pill badge-success">6 komentarzy</a> <a href="#" class="badge badge-pill badge-danger">brak komentarzy</a> <a data-toggle="modal" href="#add_desk_comm_{$desk_['desk_id']}" data-target="#add_desk_comm_{$desk_['desk_id']}" class="ediiit">(dodaj)</a> <div class="modal fade" id="add_desk_comm_{$desk_['desk_id']}" tabindex="-1" role="dialog" aria-labelledby="edit_printer" aria-hidden="true"> <div class="modal-dialog" role="document"> ...