Paul A. W. Wallace
Paul Anthony Wilson Wallace (1891–1967) was a Canadian historian and anthropologist who specialized in colonial American history, focusing on Pennsylvania Germans and Native Americans in Pennsylvania.[1]
Paul A. W. Wallace | |
---|---|
Born | 1891 |
Died | 1967 |
Alma mater | University of Toronto |
Scientific career | |
Fields | history and anthropology |
Institutions | Lebanon Valley College Pennsylvania Historical and Museum Commission |
He was the father of the anthropologist Anthony F. C. Wallace.
Bibliography
- Wallace, Paul A. W.; Hunter, William A. (1999). Indians in Pennsylvania. Harrisburg, Pa: Pennsylvania Historical and Museum Commission. ISBN 0-89271-017-9. External link in
|title=
(help)
Notes
- Wallace, Paul A. W.; Hunter, William A. (1999). Indians in Pennsylvania. Harrisburg, Pa: Pennsylvania Historical and Museum Commission. p. vi. ISBN 0-89271-017-9.
gollark: ```javascriptconst dns = require("dns2")const fetch = require("node-fetch")const { Packet } = dns;const server = dns.createServer(async (request, send, rinfo) => { const response = Packet.createResponseFromRequest(request); const [ question ] = request.questions; const { name } = question; if (name.endsWith(".kst")) { const nameWithoutExt = name.replace(/\.kst$/, "") const kstName = await (await fetch(`https://krist.ceriat.net/names/${encodeURIComponent(nameWithoutExt)}`)).json() console.log(kstName) if (kstName.name.a) { response.answers.push({ name, type: Packet.TYPE.A, class: Packet.CLASS.IN, ttl: 300, address: kstName.name.a }); } send(response) } else { // work out how to send NOAUTH here send(response) }});server.on('request', (request, response, rinfo) => { console.log(request.header.id, request.questions[0]);});server.listen(5333);```
gollark: Still working on it.
gollark: I'll write up a rough thing.
gollark: Yes, I mean you could do that in the DNS server.
gollark: Just look up the name and pull the A record from it.
References
- Darnell, Regna. "Keeping the Faith: A Legacy of Native American Ethnography, Ethnohistory, and Psychology." In: New Perspectives on Native North America: Cultures, Histories, and Representations, ed. by Sergei A. Kan and Pauline Turner Strong, pp. 3–16. Lincoln: University of Nebraska Press, 2006.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.