Pierre Daubenton

Pierre Daubenton (10 April 1703 – 14 September 1776) was an 18th-century French lawyer, politician, author and Encyclopédiste.[1]

Pierre Daubenton
Born10 April 1703
Died14 September 1776(1776-09-14) (aged 73)
Montbard
OccupationLawyer
Writer
Spouse(s)Bernarde Amyot

Life

He was the son of Jean Daubenton (1669–1736) and Marie Pichenot (* ca. 1680).[2] The naturalist Louis Jean-Marie Daubenton (1716–1800) was his brother. In his hometown Montbard he was first a lawyer at the local court, and later mayor, garrison commander, Lieutenant of Police and officer of the local army.

Very interested in natural history subjects, Pierre daubenton contributed the Encyclopédie by Diderot many articles on topics related to botany and zoology and also on agricultural issues.

On 22 October 1737, he married Bernarde Amyot who gave birth to a son, Georges Louis Daubenton (1739–1785).

Bibliography

  • Louise Lyle; David McCallam (Edit.): Histoires de La Terre: Earth Sciences and French Culture 1740–1940. Rodopi 2008, ISBN 90-420-2477-1, (p. 59)
gollark: Also, idea for the binary HTML thing, increase efficiency like this:```rustenum CommonTag { P, H1, // all other common tags in existence}enum CommonAttr { Class, Id, // also all other common HTML attributes}enum Attribute { Common(CommonAttr), Other(String) }enum Tag { Common(CommonTag), Other(String) }struct Html { name: Tag, attributes: Map<Attribute, String>, children: Vec<Html>}```
gollark: Not sure if that corresponds to the URL, which is what you often want, but oh well.
gollark: Hmm, so looking at this you could probably binary-search the titles, at least.
gollark: They seem hard to construct incrementally, not ideal for random access, and FTS is hacked in by having the index stored as "articles" with a weird type code.
gollark: I still don't think they're that great for some of the intended uses.

References

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