Misurata University

Misurata University (also known as MU) is a public research university in Misurata, Libya. It was founded in 1984.[1] The campus of Misurata University spans approximately 1,500 acres and includes the Misurata Central Hospital (MCH), named one of the Libyan's best hospitals. Misurata University alumni network exceeds 60,000.[1] Misurata University is ranked as one of the top three universities in Libya.

Misurata University
TypePublic university
Established1984
Location,
Websitehttp://misuratau.edu.ly/eng/

History

Earlier this university known as "Misurata Chuttiyapa Institution University".

Colleges

Misurata University is organized into fifteen colleges offering more than 100 areas of study.[1]

  • College of Agriculture
  • College of Business and Political Science
  • College of Dentistry
  • College of Education
  • College of Engineering
  • College of Fine Arts
  • College of Information Technology
  • College of Islamic Studies
  • College of Law
  • College of Media and Arts
  • College of Medicine
  • College of Public Health and Nursing
  • College of Pharmacy
  • College of Science
  • College of Physical Education
  • College of Languages
  • College of Veterinary

Notes

http://misuratau.edu.ly/eng/

gollark: I personally think that while less complexity is good, switching to sugarless lisp would be bad.
gollark: ```haskelltype PasteCapture a = Capture "username" Text :> Capture "pasteName" Text :> atype GetPasteAPI = PasteCapture (Get '[JSON] SanitizedPaste) :<|> "raw" :> PasteCapture (Get '[PlainText] Text)type RequiresAuth a = BasicAuth "pastecan" (Entity User) :> atype UpdatePasteAPI = RequiresAuth ( PasteCapture (Delete '[PlainText] NoContent) :<|> PasteCapture (ReqBody '[JSON] SanitizedPaste :> Put '[PlainText] NoContent))type AccountsAPI = "account" :> ( ReqBody '[JSON] User :> Post '[JSON] Bool :<|> RequiresAuth (Delete '[JSON] NoContent))type API = UpdatePasteAPI :<|> GetPasteAPI :<|> AccountsAPI```I defined the API as types. It was nice.
gollark: https://osmarks.tk/git/osmarks/pastecan
gollark: We're on the Haskell Discussion discord, what did you *expect*?
gollark: I wrote a Pastebin clone (though only the backend) in Haskell, it was fine.

References

  1. "Misurata University | Official Website". misuratau.edu.ly. Retrieved 2016-10-12.

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.