Sisebuto

Multi tool use
|
Esta página ou secção cita fontes confiáveis e independentes, mas que não cobrem todo o conteúdo, o que compromete a verificabilidade (desde Outubro de 2011). Por favor, insira mais referências no texto. Material sem fontes poderá ser removido. —Encontre fontes: Google (notícias, livros e acadêmico)
|
|
Sisebuto
|
|
Nascimento
|
565
|
Morte
|
fevereiro de 621 (56 anos) Toledo
|
Filho(s)
|
Recaredo II
|
Ocupação
|
soberano
|
[edite no Wikidata]
|
Sisebuto foi o vigésimo terceiro rei visIgodo. Sucedeu a Gundemaro e reinou desde a primavera de 612 até fevereiro de 621. Provavelmente tinha a mesma origem nobre de seu antecessor. A Sisebuto deve-se que atribuir a construção da Igreja de Santa Leocádia em Toledo, que mais tarde foi sede de quatro concílios.
De acordo com Edward Gibbon, Sisebuto, atraído pela riqueza acumulada pelos judeus que viviam na Espanha desde a época do imperador Adriano, fez a perseguição aos judeus atingir o seu máximo, forçando 90.000 judeus a receberem o batismo, os que se recusaram tiveram suas fortunas confiscadas e seus corpos torturados.[1]
Sisebuto morreu em fevereiro de 621 em Toledo em circunstâncias estranhas e foi sucedido por seu filho Recaredo II.
Referências
↑ Edward Gibbon, Decline and Fall of the Roman Empire, Volume III, Capítulo XXXVII, A conversão dos bárbaros ao cristianismo, Parte V [em linha]
Precedido por Gundemaro
|
Rei Visigodo de Toledo 612 — 621
|
Sucedido por Recaredo II
|
Controle de autoridade
|
: Q350656
- VIAF: 315946620
- BNF: 124027685
- CERL: cnp00167007
- FAST: 1847761
- GND: 100960995
- ISNI: 0004 4511 9830 0000 0004 4511 9830
- LCCN: nr96041860
- NTA: 071412093
- SUDOC: 083829032
|
3,NDqN wBv,6o S9,MRAEllqtcvOAzUPG0wcV2SdMpCRYY,zIJTJgqCimxUq a1CCfhCkhImwKHJRJlmlG92kTV d9 eYBGgg
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"> ...