Pietro Arduino
Pietro Arduino (18 July 1728, in Caprino Veronese – 13 April 1805, in Padua) was an Italian botanist. The standard author abbreviation Ard. is used to indicate this person as the author when citing a botanical name.[1]
The geologist Giovanni Arduino (1714–1795) was his brother, and the agriculturalist Luigi Arduino (1750–1833) was his son.
Selected works
- Animadversionum botanicarum specimen; 1759 and 1764
- Memorie di osservazioni e di sperienze sopra la cultura e gli usi di varie plante; 1766
Sources
- Fritz Encke, Günther Buchheim, Siegmund Seybold, eds. Zander Handwörterbuch der Pflanzennamen; 13th ed. Ulmer Verlag, Stuttgart, 1984 ISBN 3-8001-5042-5
gollark: What?
gollark: ***gaaah***
gollark: Make sure that the first function yields enough.
gollark: It... shouldn't.
gollark: ```python#!/usr/bin/env python3from PIL import Imageimport mathimport sysdef chunks(l, n): for i in range(0, len(l), n): yield l[i:i + n]def from_bit_list(bl): i = 0 for ix, v in enumerate(bl): i |= v * (2 ** (7 - ix)) return iim = Image.open("out.png")id = im.load()(w, h) = im.sizebits = []for x in range(w): for y in range(h): bits.append(id[x, y])bits = [1 if x >= 1 else 0 for x in bits]byts = [from_bit_list(bytegroup) for bytegroup in chunks(bits, 8)]sys.stdout.buffer.write(bytes(byts))```Here it is. It's really rather awful.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.