Mary Antoinette Cannon

Mary Antoinette Cannon (1884 — March 17, 1962) was an American medical social worker and social work educator. She was a professor in the New York School of Social Work at Columbia University, and president (1922-1923) of the American Association of Hospital Social Workers.

Mary Antoinette Cannon
Mary Antoinette Cannon, from a 1922 publication.
Born1884
DiedMarch 17, 1962
NationalityAmerican
Occupationsocial worker, college professor
Years active1910-1946
Known formedical social work

Early life

Cannon was born in Deposit, New York, the daughter of Robert Miller Cannon and Antoinette Downs Wheeler Cannon. She graduated from Bryn Mawr College in 1907. She earned a master's degree at Columbia University in 1916.[1]

Career

After college, Cannon worked at Massachusetts General Hospital, one of the early practitioners of medical social work in a hospital setting. She worked at the Boston Consumptives Hospital from 1909 to 1910. From 1916 to 1921 she was Director of Social Work at University Hospital of Philadelphia. From 1921 to 1946 she was a professor in the Columbia University School of Social Work.[2][3] In the 1941-1942 academic year, she took a leave from Columbia to be director of the Department of Social Work at the University of Puerto Rico.[4]

Cannon was one of the founders of the American Association of Hospital Social Workers,[5] and president of the organization in 1922-1923.[6][7] She was co-editor of the textbook Social Case Work: An Outline for Teaching, which went through nine editions between 1933 and 1938,[8] and author of two other monographs: Health Problems of the Foreign Born (1920), and Outline for a Course in Planned Parenthood (1944).

Later life

After her retirement from Columbia in 1945, she was a consultant to Puerto Rico's Department of Labor, and taught at a social workers' workshop in Puerto Rico in 1953. She was director of the James Weldon Johnson Community Center in Harlem. Mary Antoinette Cannon died in 1962, aged 78 years, in New York.[9]

In 1950, Columbia University established the Mary Antoinette Cannon Fellowship, for social work students of Puerto Rican birth or parentage.[10]

Ida Maud Cannon

A fellow founder of the American Association of Hospital Social Workers, Ida Maud Cannon (1877-1960), was not a relative of Mary Antoinette Cannon, though they were colleagues and worked together on committees.[11]

gollark: My tape download program now supports downloading big files without splitting them, via range requests, assuming they're served from a server which supports it: https://pastebin.com/LW9RFpmY (do `web2tape https://url.whatever range`)
gollark: Here is a similar thing for JSON. Note that it delegates out to an external JSON library for string escaping.```luafunction safe_json_serialize(x, prev) local t = type(x) if t == "number" then if x ~= x or x <= -math.huge or x >= math.huge then return tostring(x) end return string.format("%.14g", x) elseif t == "string" then return json.encode(x) elseif t == "table" then prev = prev or {} local as_array = true local max = 0 for k in pairs(x) do if type(k) ~= "number" then as_array = false break end if k > max then max = k end end if as_array then for i = 1, max do if x[i] == nil then as_array = false break end end end if as_array then local res = {} for i, v in ipairs(x) do table.insert(res, safe_json_serialize(v)) end return "["..table.concat(res, ",").."]" else local res = {} for k, v in pairs(x) do table.insert(res, json.encode(tostring(k)) .. ":" .. safe_json_serialize(v)) end return "{"..table.concat(res, ",").."}" end elseif t == "boolean" then return tostring(x) elseif x == nil then return "null" else return json.encode(tostring(x)) endend```
gollark: My tape shuffler thing from a while ago got changed round a bit. Apparently there's some demand for it, so I've improved the metadata format and written some documentation for it, and made the encoder work better by using file metadata instead of filenames and running tasks in parallel so it's much faster. The slightly updated code and docs are here: https://pastebin.com/SPyr8jrh. There are also people working on alternative playback/encoding software for the format for some reason.
gollark: Are you less utilitarian with your names than <@125217743170568192> but don't really want to name your cool shiny robot with the sort of names used by *foolish organic lifeforms*? Care somewhat about storage space and have HTTP enabled to download name lists? Try OC Robot Name Thing! It uses the OpenComputers robot name list for your... CC computer? https://pastebin.com/PgqwZkn5
gollark: I wanted something to play varying music in my base, so I made this.https://pastebin.com/SPyr8jrh is the CC bit, which automatically loads random tapes from a connected chest into the connected tape drive and plays a random track. The "random track" bit works by using an 8KiB block of metadata at the start of the tape.Because I did not want to muck around with handling files bigger than CC could handle within CC, "tape images" are generated with this: https://pastebin.com/kX8k7xYZ. It requires `ffmpeg` to be available and `LionRay.jar` in the working directory, and takes one command line argument, the directory to load to tape. It expects a directory of tracks in any ffmpeg-compatible audio format with the filename `[artist] - [track].[filetype extension]` (this is editable if you particularly care), and outputs one file in the working directory, `tape.bin`. Please make sure this actually fits on your tape.I also wrote this really simple program to write a file from the internet™️ to tape: https://pastebin.com/LW9RFpmY. You can use this to write a tape image to tape.EDIT with today's updates: the internet→tape writer now actually checks if the tape is big enough, and the shuffling algorithm now actually takes into account tapes with different numbers of tracks properly, as well as reducing the frequency of a track after it's already been played recently.

References

  1. Columbia University, Catalogue (1940-1941): 29.
  2. Mary Antoinette Cannon, "Underlying Principles and Common Practices in Social Work" Families in Society (July 1928): 163.
  3. Martha Morrison Dore, "Clinical Practice", in Ronald A. Feldman, Sheila B. Kamerman, eds., The Columbia University School of Social Work: A Centennial Celebration (Columbia University Press 2001): 128. ISBN 9780231122825
  4. Elizabeth G. Meier, A history of the New York School of Social Work (Columbia University Press 1954): 109.
  5. "American Association of Hospital Social Workers" Transactions of the American Hospital Association (1920): 316.
  6. "Annual Meeting of the American Association of Hospital Social Workers" Hospital Social Service (1922): 111.
  7. "Hospital Social Workers will Assemble Semi-Annual Meeting" Modern Hospital (September 1922): 15.
  8. Mary Antoinette Cannon and Philip Klein, eds., Social Case Work: An Outline for Teaching (Columbia University Press 1933).
  9. "Mary Cannon, 78, a Social Worker" New York Times (March 18, 1962): 86. via ProQuest
  10. "New Fellowship Set Up" New York Times (November 13, 1950): 24. via ProQuest
  11. Harriett M. Bartlett, "Ida M. Cannon: Pioneer in Medical Social Work" Social Service Review 49(2)(June 1975): 208.


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