Jeffrey Mass

Jeffrey Paul Mass (June 29, 1940 – March 30, 2001) was an American academic, historian, author and Japanologist. He was Yamato Ichihashi Professor of Japanese History at Stanford University.[1]

Early life

Mass was born in New York City in 1940. He earned a bachelor's degree in history from Hamilton College in 1961, a master's degree in history from New York University in 1965, and he received his doctorate in history from Yale in 1971.[2]

Career

Mass joined the Stanford University faculty in 1973. He was made a full professor in 1981.[2]

After 1987, he spent the late spring and summer of each year teaching at Oxford University.[1]

During many years, his research was supported by a Fulbright Research Fellowship, a Mellon Fellowship and a Guggenheim Fellowship, and other grants.[1]

Selected works

In an overview of writings by and about Mass, OCLC/WorldCat lists roughly 30+ works in 110+ publications in 3 languages and 5,000+ library holdings.[3]

This list is not finished; you can help Wikipedia by adding to it.
  • Warrior government in early medieval Japan: a study of the Kamakura Bakufu, shugo and jitō, 1974
  • The Kamakura bakufu: a study in documents, 1976
  • The development of Kamakura rule, 1180-1250: a history with documents, 1979
  • Court and Bakufu in Japan: essays in Kamakura history, 1982
  • The Bakufu in Japanese history, 1985
  • Lordship and inheritance in Early Medieval Japan: a study of the Kamakura Soryō system, 1989
  • Antiquity and anachronism in Japanese history, 1992
  • The origins of Japan's medieval world: courtiers, clerics, warriors, and peasants in the fourteenth century, 1997
  • Yoritomo and the founding of the first Bakufu: the origins of dual government in Japan, 1999
gollark: It's a good compiler!
gollark: <@!341618941317349376> Observe, a compiler which produces slow code.
gollark: Now with optimization settings!
gollark: ```python#!/usr/bin/env python3import argparseimport subprocessparser = argparse.ArgumentParser(description='Compile a WHY program')parser.add_argument("input", help="File containing WHY source code")parser.add_argument("-o", "--output", help="Filename of the output executable to make", default="./a.why")parser.add_argument("-O", "--optimize", help="Optimization level", type=int, default="0")args = parser.parse_args()def build_C(args): template = """#define QUITELONG long long intconst QUITELONG max = @max@;int main() { QUITELONG i = 0; while (i < max) { i++; } @code@} """ for k, v in args.items(): template = template.replace(f"@{k}@", str(v)) return templateinput = args.inputoutput = args.outputtemp = "ignore-this-please"with open(input, "r") as f: contents = f.read() looplen = max(1000, (2 ** -args.optimize) * 1000000000) code = build_C({ "code": contents, "max": looplen }) with open(temp, "w") as out: out.write(code)subprocess.run(["gcc", "-x", "c", "-o", output, temp])```
gollark: ^

References

  1. Sanford, John. "Jeffrey Mass, a leading authority on Japanese medieval history, dead at 60," Stanford News Service. April 9, 2001; retrieved 2012-11-9.
  2. Hamilton College, "Hamilton College Honorary Degree Presented in memoriam to Jeffrey P. Mass ’62"; retrieved 2012-11-9.
  3. WorldCat Identities Archived 2010-12-30 at the Wayback Machine: Mass, Jeffrey P.; retrieved 2012-11-9.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.