Toribio Ortega Ramírez
Toribio Ortega Ramirez (1870–1914) was a leading general in the Mexican Revolution. He was born on April 16, 1870, in Coyame, Iturbide district, in the State of Chihuahua.
Family
On November 14, 2011, New Mexico Governor Susana Martinez visited Cuchillo Parado, Mexico, for a celebration in honor of Ortega, her great-grandfather.
Mexican Revolution
Ortega held the rank of general in the Mexican Revolution.[1] Ortega was one of the first to revolt against Porfirio Díaz on November 14, 1910.[2]
Notes
Bibliography
- NARANJO, Francisco (1935). Diccionario biográfico Revolucionario (Imprenta Editorial "Cosmos" ed.).
gollark: ```pythonfrom typing import List# Sort a list of integersdef entry(data: List[str]): swap = False for i, (one, two) in enumerate(zip(data, data[1:])): if two > one: # Swaps items data[i], data[i + 1] = data[i + 1], data[i] swap = True # Checks if we need to recur if swap: return entry(data) else: return data.reverse() or data```
gollark: It was obviously #2, people!
gollark: Too bad.
gollark: Why do this? I get more time for plan #3.
gollark: Why what?
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.