Yifa Yulüdi

Yifa Yulüdi (Chinese: 伊伐於慮鞮), born Han (汗), was the brother and successor of Qiufu Youdi. He ruled from 57 to 59 AD and was succeeded by his nephew, Xitong Shizhu Houdi.[1]

Han
Yifa Yulüdi Chanyu
Reignc.57-59 AD
PredecessorQiufu Youdi
SuccessorXitong Shizhu Houdi
DynastyModu Chanyu
FatherWuzhuliu Chanyu

Footnotes

  1. Crespigny 2007, p. 294.
gollark: ```python#!/usr/bin/env python3import os, os.path, json, csv, reOUT = "/tmp/messages.csv"with open(OUT, "w") as g: outwriter = csv.writer(g) DATA_ROOT = "/tmp/messages" for x in os.listdir(DATA_ROOT): dir = os.path.join(DATA_ROOT, x) if os.path.isdir(dir): with open(os.path.join(dir, "channel.json")) as f: meta = json.load(f) if meta["type"] == 0 and ("guild" not in meta or meta["guild"]["id"] != "771081279403065344"): print(x, meta.get("name", "???"), meta.get("guild", "???")) with open(os.path.join(dir, "messages.csv")) as f: r = csv.reader(f) for row in r: channel, timestamp, message, _ = row message = re.sub("<@[0-9]+>", "", message) outwriter.writerow((message, ))```
gollark: And the messages folder → CSV dumper is something like 20 lines of python.
gollark: Why the free time thing though? It's not like looking up how to do this is particularly time consuming.
gollark: Oh, well, this is faster.
gollark: Anyway, I can just leave it running in the background for 90 minutes or so.

References

  • Barfield, Thomas (1989), The Perilous Frontier: Nomadic Empires and China, Basil Blackwell
  • Bichurin N.Ya., "Collection of information on peoples in Central Asia in ancient times", vol. 1, Sankt Petersburg, 1851, reprint Moscow-Leningrad, 1950
  • Chang, Chun-shu (2007), The Rise of the Chinese Empire 1, The University of Michigan Press
  • Cosmo, Nicola Di (2002), Ancient China and Its Enemies, Cambridge University Press
  • Cosmo, Nicola di (2009), Military Culture in Imperial China, Harvard University Press
  • Crespigny, Rafe de (2007), A Biographical Dictionary of Later Han to the Three Kingdoms, Brill
  • Loewe, Michael (2000), A Biographical Dictionary of the Qin, Former Han, and Xin Periods, Brill
  • Taskin B.S., "Materials on Sünnu history", Science, Moscow, 1968, p. 31 (In Russian)
  • Whiting, Marvin C. (2002), Imperial Chinese Military History, Writers Club Press
Preceded by
Qiufu Youdi
Chanyu of the Southern Xiongnu
57-59 AD
Succeeded by
Xitong Shizhu Houdi
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.