Margaret Tennant

Margaret Anne Tennant is a New Zealand historian, currently Professor Emeritus at Massey University.[1]

Margaret Anne Tennant
Alma materMassey University
Scientific career
FieldsNew Zealand history
ThesisIndigence and charitable aid in New Zealand 1885-1920 (1981)

Tennant has written for Te Ara: The Encyclopedia of New Zealand.[2][3][4]

Tennant was elected a Fellow of the Royal Society of New Zealand in 2009 and is currently on the Council.[5]

Selected works

  • Past Judgement: Social Policy in New Zealand History Bronwyn Dalley and Margaret Tennant, Otago University Press. ISBN [6]
  • Paupers & providers : charitable aid in New Zealand Allen & Unwin, 1989. ISBN 0046140204
  • Children's health, the nation's wealth : a history of children's health camps Bridget Williams Books, 1994. ISBN 0908912684
  • Through the prison gate : 125 years of prisoners' aid and rehabilitation New Zealand Prisoners' Aid & Rehabilitation Society, 2002. ISBN 0473089890
  • Matrons with a mission : women's organisations in New Zealand, 1893-1915 MA Thesis, Massey University, 1976 http://hdl.handle.net/10179/5755
gollark: There seems to be an `internet_ready` signal, I'll check if that's relevant to HTTP.
gollark: I have some code doing this```lualocal function fetch(url, data) local res, err = net.request(url, json.encode(data), { ["Content-Type"] = "application/json" }) if not res then error(url .. " error: " .. err) end local out = {} while true do local chunk, err = res.read() if err then error(url .. " error: " .. err) end if chunk then table.insert(out, chunk) else return table.concat(out) end endend```but it never appears to `computer.pullSignal` at all, so my accursed bare-metal multithreading thing™ doesn't work.
gollark: Is there a way to do `internet.request` (with an internet card) and anything else whatsoever concurrently?
gollark: OC2 should have hard disk firmware so people can write rootkits for it.
gollark: So GHC?

References


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