Léon Bonnat

Multi tool use
Léon Bonnat
|
|
Nascimento
|
20 de junho de 1833 Bayonne
|
Morte
|
8 de setembro de 1922 (89 anos) Monchy-Saint-Éloi
|
Cidadania
|
França
|
Alma mater
|
École nationale supérieure des Beaux-Arts
|
Ocupação
|
pintor, colecionador de arte
|
Prêmios
|
Prix de Rome, Ordem do Mérito para as Artes e Ciência
|
Empregador
|
École des Beaux-Arts
|
Movimento estético
|
Academicismo
|
[edite no Wikidata]
|
Léon Joseph Florentin Bonnat (Baiona, 20 de junho de 1833 – Monchy-Saint-Éloi, 8 de setembro de 1922) foi um pintor francês.
Biografia |
Léon Bonnat nasceu em Bayonne. Em 1846 mudou-se para Madrid, onde o seu pai tinha uma livraria [1]Ali viveu até 1853, sendo educado por Madrazo.
De volta a Paris, destacou-se como retratista, notando-se nos seus trabalhos a influência de Velázquez e os realistas espanhóis. Em 1869 ganhou a medalha de honra de Paris, sendo reconhecido como um dos principais artistas da sua época.
Em 1888 Bonnat converteu-se em catedrático na École des Beaux Arts e en maio de 1905 sucedeu a Paul Dubois como director.
Os seus vivos auto-retratos são a sua principal marca de identidade.
Entre os seus alunos mais destacados encontram-se Gustave Caillebotte, Suzor-Coté, Georges Braque, Aloysius O'Kelly, Jean Béraud, Edvard Munch e Henri de Toulouse-Lautrec.[2]
Referências
↑ http://www.artfact.com/features/viewArtist.cfm?aID=24684 ArtFact. Ac.27/11/2006.
↑ http://wwar.com/masters/b/bonnat-leon.html World Wide Arts Resources. Ac. 27 Nov. 2006.
O Commons possui imagens e outros ficheiros sobre Léon Bonnat
Controle de autoridade |
: Q170259
- WorldCat
- VIAF: 19835381
- AGORHA: 110428
- Auñamendi: 33178
- BMT: 20205
- BNE: XX4579563
- BNF: 13509169v
- Bridgeman: 2453
- EBID: ID
- FAST: 368423
- GEC: 0011192
- GND: 116241772
- ISNI: ID
- LCCN: n96008046
- NKC: xx0137561
- NTA: 148219950
- NUKAT: n2013150818
- RKD: 10393
- SAAM: 498
- SNAC: w6rx9ggf
- SUDOC: 050293931
- ULAN: 500016107
|
nkal4imtwUIh2lNy X1Dy,Qxo NEX P7nCjCqbK6li5duH 0IsWBo,rDy0g
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
...
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
0
I have written a function using curl to generate the token. I check whether the token exists; if not, then I execute the function, otherwise I skip this function and proceed to next. But I am not sure that it will work if a token is expired. Is there any command to identify the expired token and generates the new one by calling this function? #!/bin/ksh export V_TOKEN="gen_token_${V_DATE}.txt" #### Calling function to generate the token function callPOST { curl -X POST -H 'Content-Type: application/x-www-form-url' -d 'grant_type=password&username=usr01&password=pwd...