Arthur Andrew Hamilton
Arthur Andrew Hamilton, (1855-1929) was an Australian botanist.[1]
Arthur Andrew Hamilton | |
---|---|
Born | 1855 |
Died | 1929 |
Nationality | Australian |
Scientific career | |
Fields | Botany, spermatophytes |
Author abbrev. (botany) | A.A.Ham. |
The standard author abbreviation A.A.Ham. is used to indicate this person as the author when citing a botanical name.[2]
Names published
- Ancistrachne maidenii (A.A.Ham.) Vickery (basionym: Eriochloa maidenii A.A.Ham.: Hamilton, A.A. (1913) A new Species of Eriochloa from the Hawkesbury River. Proceedings of the Linnean Society of New South Wales 37(4): 709.)
- Lepidosperma forsythii A.A.Ham.: Hamilton, A.A. (1910) A new species of Lepidosperma [N.O. Cyperaceae] from the Port Jackson district; with some miscellaneous botanical notes. Proceedings of the Linnean Society of New South Wales 35(2): 411.
- Lepidosperma quadrangulatum A.A.Ham.:Hamilton, A.A. (1920) Notes from the Botanic Gardens, Sydney. Proceedings of the Linnean Society of New South Wales 45(2): 261.
- Prostanthera densa A.A.Ham.: Hamilton, A.A. (1920) Notes from the Botanic Gardens, Sydney. Proceedings of the Linnean Society of New South Wales 45(2): 263.
- Prostanthera saxicola var. montana A.A.Ham.: Hamilton, A.A. (1920) Notes from the Botanic Gardens, Sydney. Proceedings of the Linnean Society of New South Wales 45(2): 263.
- Hakea salicifolia subsp. angustifolia (A.A.Ham.) W.R.Barker (basionym: Hakea saligna var. angustifolia A.A.Ham.:Hamilton, A.A. (1920) Notes from the Botanic Gardens, Sydney. Proceedings of the Linnean Society of New South Wales 45(2): 261)
- Grevillea punicea var. crassifolia A.A.Ham.: Hamilton, A.A. (1920) Notes from the Botanic Gardens, Sydney. Proceedings of the Linnean Society of New South Wales 45(2): 261
For further names see the International Plant Name Index.[3]
Publications
- (1918) Topographical, ecological, and taxonomic notes on the ocean shoreline vegetation of the Port Jackson district
- (1912) A new Species of Eriochloa from the Hawkesbury River. Proceedings of the Linnean Society of New South Wales 37(4): 709.
- (1910) A new species of Lepidosperma (N.O. Cyperaceae) from the Port Jackson district; with some miscellaneous botanical notes. Proceedings of the Linnean Society of New South Wales 35(2): 411.
- (1920) Notes from the Botanic Gardens, Sydney. Proceedings of the Linnean Society of New South Wales 45(2): 260-264.
gollark: It simulates injuries to individual bodyparts.
gollark: Dwarf Fortress!
gollark: We need some sort of Rust-based RPG, because Rust is good, all Hail Rust Rust Rust, Rust Rust, Rust... Rust.
gollark: ```rustuse wasm_bindgen::prelude::*;#[derive(Default)]pub struct Counter { value: i32,}pub enum Message { Increment, Decrement, Reset,}impl draco::App for Counter { type Message = Message; fn update(&mut self, _: &draco::Mailbox<Message>, message: Self::Message) { use self::Message::*; match message { Increment => self.value += 1, Decrement => self.value -= 1, Reset => self.value = 0, } } fn render(&self) -> draco::Node<Self::Message> { use draco::html as h; h::div() .push(h::button().push("-").on("click", |_| Message::Decrement)) .push(self.value) .push(h::button().push("+").on("click", |_| Message::Increment)) .push(h::button().push("Reset").on("click", |_| Message::Reset)) .into() }}#[wasm_bindgen]pub fn start() { draco::start( Counter::default(), draco::select("main").expect("main").into(), );}pub fn main() {}```RUSTRUSTRUSTRUST
gollark: General ignorethisU Role Playing System.
References
- "Author Details: Arthur Andrew Hamilton (1855-1929)". The International Plant Name Index. Retrieved 10 May 2019.
- IPNI. A.A.Ham.
- "Plants authored by A.A.Ham". The International Plant Name Index. Retrieved 10 May 2019.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.