Marco Róscio Célio

Multi tool use
Marco Róscio Célio
|
Cônsul do Império Romano
|
Consulado
|
81 d.C.
|
Marco Róscio Célio (em latim: Marcus Roscius Coelius ou Caelius) foi um senador e militar romano nomeado cônsul sufecto para o nundínio de março a abril de 81 com Caio Júlio Juvenal[1]. Existe uma incerteza em relação ao seu nome. Tácito o chama de Caelius, mas a Acta Fratrum Arvalium o chama de Coelius. Birley sugere que ele pode ter tido mais nomes, incluindo "Murena", e acrescenta que há vários Róscios Murenas no século II e que "podem ser seus descendentes"[2].
Carreira |
Célio foi legado da Legio XX Valeria Victrix, que ficava na Britânia, em 68. Depois de brigar com o governador da província, Marco Trebélio Máximo, Célio aproveitou a confusão do ano dos quatro imperadores para fomentar um motim contra ele. Trébelio perdeu o comando do exército e fugiu para a proteção de Vitélio na Germânia. Célio e seus colegas legados governaram a província por um curto período até que Vitélio, já imperador, enviou Marco Vécio Bolano para assumir o comando no final de 69[3].
Depois da guerra civil, Vespasiano convocou Célio, cujo comportamento traiçoeiro havia sido informado a ele e o substituiu como comandante da XX Valeria Victrix por Cneu Júlio Agrícola[4]. Célio foi nomeado cônsul sufecto em 81. Segundo Birley, "o fato de ele não alcançar o consulado até quatro anos depois de seu sucessor como legado sugere que sua carreira foi um pouco impactada por sua conduta em 69"[2].
Ver também |
Cônsul do Império Romano

|
Precedido por: 'Tito VIII
com Domiciano VII com Aulo Dídio Galo Fabrício Vejento II (suf.) com Lúcio Élio Pláucio Lamia Eliano (suf.) com Quinto Aurélio Patumeio Frontão (suf.) com Caio Mário Marcelo Otávio Públio Clúvio Rufo (suf.) com Marco Atílio Póstumo Brádua (suf.) com Quinto Pompeu Trião (suf.) com Sexto Nerânio Capitão (suf.) com Lúcio Acílio Estrabão (suf.) com Marco Tício Frúgio (suf.) com Tito Vinício Juliano (suf.)
|
Lúcio Flávio Silva 81
com Lúcio Asínio Polião Verrugoso
com Marco Róscio Célio (suf.)
com Caio Júlio Juvenal (suf.)
com Lúcio Vécio Paulo (suf.)
com Tito Júnio Montano (suf.)
com Caio Cédio Nata Pinário (suf.)
com Tito Tecieno Sereno (suf.)
com Lúcio Carmínio Lusitânico (suf.)
com Marco Petrônio Umbrino (suf.)
|
Sucedido por: 'Domiciano VIII
com Tito Flávio Sabino com Lúcio Sálvio Otão Coceiano (suf.) com Mânio Acílio Avíola (suf.) com Públio Valério Patruíno (suf.) com Lúcio Antônio Saturnino (suf.) com Marco Lárcio Magno Pompeu Silão (suf.) com Tito Aurélio Quieto (suf.)
|
Referências
↑ Paul Gallivan, "The Fasti for A. D. 70-96", Classical Quarterly, 31 (1981), pp. 189, 215
↑ ab Anthony Birley, The Fasti of Roman Britain, (Oxford: Clarendon Press, 1981) p. 232
↑ Tácito, Histórias II.65
↑ Tácito, Histórias VII
5hX55KJY0o V,jTlYB n7eueA6x593 mSnQIyAPi5elPKS B,3tOercU7gUPOix Cqv51A040TInHg48QwvH i3uy9ElUPUC
Popular posts from this blog
1
This question is a follow up of this one. I am trying to run a command through the command line on a remote machine running Windows 7 from a workstation running Debian in an SSH session on that machine. The setup is basically as follows: debian box 1 === (SSH) ===> debian box 2 === (RDP) ===> Windows 7 I have tried running rdesktop from debian box 2 : rdesktop <Windows 7 box network address> -u username -p password -r disk:local="./TestRDP" -s "cmd.exe /K net use C: \\tsclientlocal & C:\test.bat & logoff" but cmd.exe is not launched on the remote device. I have also tried to open up cmd.exe on its own: rdesktop <Windows 7 box network address> -u username -p password -s "cmd.exe" but the terminal is not launched upon login ( rdesktop successf...
3
Assumed I want to draw three simple graphs based on the following illustration: How can I plot those three graphs? I've tried to create something like this: Minimum Working Example (MWE): documentclass{standalone} usepackage{pgfplots} begin{document} begin{tikzpicture} begin{axis}[domain=0:1] addplot+[no marks, samples=100] {exp(3*x)}; addplot+[no marks, samples=100] {(-exp(3*x)+20)}; end{axis} end{tikzpicture} end{document} Screenshot of the current state: Description of the issue: However, I don't get the point on how to figure out the function of the third graph as well as how to clip the graphs in x and y direction to align them centered in the plot. It is not necessary to be completely precise, the accuracy of my upper template w...
up vote
0
down vote
favorite
So, my friend has been trying to install Matlab 2018b and he has encountered the following message just after the installation reaches 100%. Matlab installation additional configuration steps message I did some digging around in the Matlab forums and found out that to use the additional components, one should install a compiler and then use the following commands: mex -setup C mex -setup C++ Can anyone help me regarding this error? If this is indeed the solution then how can I execute those steps? Also, he says that even if he presses next, he cannot use matlab. The OS in use is Windows 10.
installation matlab
share | improve this question
...