John M. Sheets

John Marion Sheets was a Republican politician from the U.S. state of Ohio. He was Ohio Attorney General from 1900-1904.

John M. Sheets
22nd Ohio Attorney General
In office
January 8, 1900  January 11, 1904
GovernorGeorge K. Nash
Preceded byFrank S. Monnette
Succeeded byWade H. Ellis
Personal details
Born(1854-05-26)May 26, 1854
Columbus Grove, Ohio
DiedDecember 29, 1940(1940-12-29) (aged 86)
Palo Alto, California
Political partyRepublican
Spouse(s)Mary E. Scott
Childrenfive
Alma mater

Biography

Sheets was born May 26, 1854 at Columbus Grove, Putnam County, Ohio, was educated at public schools, and at age twenty began teaching. He entered Baldwin College in Berea in fall of 1876, and graduated in three years.[1]

Sheets entered the University of Michigan Law School in 1879, and graduated in 1881. April 5, 1881 he was admitted to the bar, and opened an office in Ottawa. In 1893, he was elected as a Republican to judge of the Court of Common Pleas for the district composing Fulton, Henry, and Putnam counties. He was re-nominated in 1898, but fell 30 votes short of election.[1]

The Republicans nominated Sheets for Attorney General in the summer of 1899, and he won election that autumn. He served four years.[1]

Sheets married Mary E. Scott March 22, 1882. They were both students at the University of Michigan. They had a family of five daughters.[1]

He died at Palo Alto Hospital in Palo Alto, California in 1940. He was survived by his wife and five daughters.[2]

Notes

  1. Gilkey 1901 : 342-343
  2. "Former Ottawa Lawyer Expires", Findlay Republican Courier, Tuesday, December 31, 1940, Findlay, Ohio, United States Of America
gollark: ``` My printer isn't working #393Openwizzwizz4 opened this Issue 11 days ago · 0 commentsCommentsAssigneesNo one assignedLabelsNone yetProjectsNone yetMilestoneNo milestoneNotificationsYou’re not receiving notifications from this thread.1 participant@wizzwizz4@wizzwizz4wizzwizz4 commented 11 days agoI used to be able to use my printer, but after coming back from holiday it doesn't work. Every time I try to print, a box comes up and even after I close it it still doesn't work.```
gollark: It is truly glorious.
gollark: ```javapackage com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.math.arithmetics;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.ApplicationContextHolder;import javax.annotation.PostConstruct;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.context.ApplicationContext;import org.springframework.stereotype.Service;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.strategies.comparators.integercomparator.IntegerForEqualityComparator;@Servicepublic class NumberIsMultipleOfAnotherNumberVerifier { private static IntegerDivider integerDivider; @Autowired private ApplicationContextHolder applicationContextHolder; @PostConstruct public void init() { final ApplicationContext applicationContext = applicationContextHolder.getApplicationContext(); this.integerDivider = applicationContext.getBean(IntegerDivider.class); } public static boolean numberIsMultipleOfAnotherNumber(final int nFirstNumber, final int nSecondNumber) { try { final int nDivideFirstIntegerBySecondIntegerResult = (NumberIsMultipleOfAnotherNumberVerifier.integerDivider.divide(nFirstNumber, nSecondNumber)); final int nMultiplyDivisionResultBySecondIntegerResult = nDivideFirstIntegerBySecondIntegerResult * nSecondNumber; if (IntegerForEqualityComparator.areTwoIntegersEqual(nMultiplyDivisionResultBySecondIntegerResult, nFirstNumber)) { return true; } else { return false; } } catch (final ArithmeticException ae) { return false; } }}```
gollark: `https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpriseEdition
gollark: Not enterprise enough. Try again.

References

  • Gilkey, Elliott Howard, ed. (1901). The Ohio Hundred Year Book: a Handbook of the Public Men and Public Institutions of Ohio ... State of Ohio.
Legal offices
Preceded by
Frank S. Monnette
Attorney General of Ohio
19001904
Succeeded by
Wade H. Ellis
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.