Shamil Asgarov

Shamil Asgarov or Shamil Askerov[1] (Azerbaijani: Şamil Səlim oğlu Əsgərov, 1929,[2] Aghjakand – 20 May 2005, Baku) was a Kurdish scholar, poet, and researcher on the history of the Kurds in Azerbaijan. He was the leader of Kalbajar's large Kurdish community,[3] founder and former director of the Kurdish Museum in Kelbajar, [4] and editor of the Kurdish newspaper Denge Kurd published from 1991 to 2004 in Baku, Azerbaijan.[5] Shamil Asgarov translated the classic Kurdish love story Mem and Zin into Azerbaijani and was the author of 17 books[6] among them one, Ferhenge, the Kurdish-Azerbaijani dictionary, was published in 1999 by the support of the Soros Foundation.[4]

Shamil Asgarov
Şamil Əsgərov
Born1929
Aghjakand, Kalbajar
Died(2005-04-20)20 April 2005
CitizenshipAzerbaijan
Scientific career
FieldsPoet, historian

Bibliography

  1. Goltz, Thomas (1999). Azerbaijan Diary, p.322. M.E. Sharpe. ISBN 978-0-7656-0244-2.
  2. Mürvət, Qədimoğlu (2000). Hər Çeşmədən Bir Damla,Şamil Əsgərov-70, p. 3. Baku: ARAZ, Index 4228190013/05200.
  3. de Waal, Thomas (2003). Black Garden: Armenia and Azerbaijan Through Peace and War, p. 212. New York: New York University Press. ISBN 0-8147-1945-7.
  4. "I CARE - Internet Centre Anti Racism Europe, NEWS - Archive for April 2003". Retrieved 2008-06-30.
  5. "Central Asia and the Caucasus - Journal of Social and Political Studies". Retrieved 2008-06-30.
  6. Mürvət, Qədimoğlu (2000). Hər Çeşmədən Bir Damla,Şamil Əsgərov-70, p. 11. Baku: ARAZ, Index 4228190013/05200.


gollark: It compiles in reasonable time *and* makes a 600KB binary in debug mode which is much nicer than equivalent Rust.
gollark: I only need something like two routes so a full web framework is overkill.
gollark: ```nimimport optionsimport asyncdispatchimport httpximport tiny_sqliteimport macrosimport karax/[karaxdsl, vdom]import ./dbmacro includeFile(x: string): string = newStrLitNode(readFile(x.strVal))const css = includeFile("./src/style.css")let database = openDatabase("./monitoring.sqlite3")migrate(database)var threadDB {.threadvar.}: Option[DbConn]proc openDB(): DbConn = if isNone threadDB: threadDB = some openDatabase("./monitoring.sqlite3") get threadDBproc mainPage(): string = let vnode = buildHtml(html()): head: style: text css text "Bee deployed" $vnodeproc onRequest(req: Request) {.async.} = if req.httpMethod == some(HttpGet): case req.path.get() of "/": req.send(body=mainPage(), code=Http200, headers="Content-Type: text/html") else: req.send(Http404) else: req.send(Http404)echo "Starting up"run(onRequest, initSettings(Port(7800), "", 0))```This is what I have so far.
gollark: One per thread is likely sort of better ish slightly anyway.
gollark: Nope, this is probably fine.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.