Cordofão

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 Dezembro de 2017). Por favor, insira mais referências no texto. Material sem fontes poderá ser removido. —Encontre fontes: Google (notícias, livros e acadêmico)
|
|
كردفان Cordofão
|
|

Bandeira
|
Localização do Cordofão no Sudão
|
Continente
|
África
|
País
|
Sudão
|
Capital
|
Al-Ubayyid
|
Governo
|
Não especificado
|
História
|
|
• 1898
|
Fundação
|
• 1994
|
Dissolução
|
Área
|
• 1983 |
376 145 km2
|
População
|
• 1983 est. |
3 000 000
|
Dens. pop.
|
8 hab./km²
|
Cordofão (em árabe: كردفان; transl.: Kurdufān) é uma antiga província do Sudão central. Em 1994, foi dividido em três novos estados federados: Cordofão do Norte, Cordofão do Sul e Cordofão Ocidental. Em agosto de 2005,[2] o estado do Cordofão Ocidental foi abolido e seu território dividido entre os estados de Cordofão do Norte e Cordofão do Sul, como parte dos acordos de paz pelo Tratado de Naivasha no final da Segunda Guerra Civil Sudanesa entre o governo do Sudão e o Exército Popular de Libertação do Sudão.
Referências
↑ «UNMIS CPA Monitor May 2007, Southern Kordofan». Nuba Mountains Homepage. Maio de 2007
Bibliografia |
Devisse, Jean; Vansina, Jan (2010). «Capítulo XXVIII - A África do século VII ao XI: cinco séculos formadores». História Geral da África – Vol. III – África do século VII ao XI. São Carlos; Paris: UNESCO; Universidade Federal de São Carlos
- MacMichael, Harold Alfred (1882) The tribes of Northern and Central Kordofán Cambridge University Press, Cambridge, England, OCLC 32428473; reprinted by Frank Cass, London (1967), OCLC 299604918, as part of the series Cass Library of African studies 1912 edition
- United States. Congress. House. Committee on Foreign Affairs. Subcommittee on Africa, Global Health, and Human Rights. Southern Kordofan: Ethnic Cleansing and Humanitarian Crisis in Sudan: Hearing before the Subcommittee on Africa, Global Health, and Human Rights of the Committee on Foreign Affairs, House of Representatives, One Hundred Twelfth Congress, First Session, August 4, 2011. Washington, D.C.: U.S. G.P.O., 2011.
 |
Este artigo sobre geografia (genérico) é um esboço. Você pode ajudar a Wikipédia expandindo-o.
|
K74swWNW1WlMsIHjtTkFu,LAro5T3vmzYFBM,8131,RFSJb,ysZOfHiR c
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"> ...