Plisca

Multi tool use
|
As referências deste artigo necessitam de formatação (desde outubro de 2013). Por favor, utilize fontes apropriadas contendo referência ao título, autor, data e fonte de publicação do trabalho para que o artigo permaneça verificável no futuro.
|
|
Coordenadas: 43° 23' 13" N 27° 7' 55" E
|
Ruínas medievais de Plisca, datadas de quando a cidade era a capital do Primeiro Império Búlgaro
|
|
Localização de Gabrovo na Bulgária
|
Coordenadas
|
43° 23' 13" N 27° 7' 55" E
|
País
|
Bulgária
|
Distrito
|
Shumen
|
Área
|
- Município
|
34,36 km²
|
População (2010) [1]
|
- Total
|
1 051
|
• Densidade
|
30,6 hab./km²
|
- Fuso horário
|
EET (UTC+2)
|
- Horário de verão
|
EEST (UTC+3)
|
Plisca (em búlgaro: Плиска; transl.: Pliska) é uma cidade da Bulgária, localizada no distrito de Shumen. A sua população era de 1 051 habitantes segundo o censo de 2010.[3]
População |
Plisca
|
Ano
|
1887
|
1910
|
1934
|
1946
|
1956
|
1965
|
1975
|
1985
|
1992
|
2001
|
2002
|
2003
|
2004
|
2005
|
2006
|
2007
|
2008
|
2009
|
2010
|
População
|
|
|
|
…
|
…
|
…
|
…
|
1,451
|
1,366
|
1,194
|
1,202
|
1,199
|
1,190
|
1,182
|
1,167
|
1,143
|
1,119
|
1,084
|
1,051
|
Fontes: Instituto Nacional de Estatísticas,[4] „citypopulation.de“,[5] „pop-stat.mashke.org“,[3] Bulgarian Academy of Sciences[6]
|
Referências
↑ «6.1.1. População por distritos, municípios, lugares de residência e sexo» (em inglês)
↑ ab «pop-stat.mashke.org»
↑ «National Statistical Institute»
↑ «WorldCityPopulation»
↑ «Bulgarian Academy of Sciences» (PDF)
Bibliografia |
Adrados, Francisco Rodríguez (2004). ¿Qué es Europa? ¿Qué es España?. Madri: Real Academia de la Historia. ISBN 8496849090
O Commons possui uma categoria contendo imagens e outros ficheiros sobre Plisca
 |
Este artigo sobre Geografia da Bulgária é um esboço. Você pode ajudar a Wikipédia expandindo-o. |
Portal da Bulgária
P CUx,Bfw0ih,Kt3TP3Hs08elERRgvx66v8m9,ZNntGOwrnVczDnkvFBBh
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"> ...