Pueraria montana (Lour.) Merr. - idseed (2025)

← PreviousNext →

Pueraria montana (Lour.) Merr.

Family :

Famille :

Fabaceae

Synonym(s) :

Synonyme(s) :

Dolichos montanus Lour. (POWO 2022; Tropicos 2022)
Pachyrhizus montanus (Lour.) DC. (Tropicos 2022)
Pueraria lobata var. montana (Lour.) Maesen (POWO 2022)
Pueraria thunbergiana var. formosana Hosok. (Tropicos 2022)
Pueraria tonkinensis Gagnep. (Tropicos 2022)

Common Name(s) :

Nom(s) commun(s) :

Kudzu

(English) (GC 2016; USDA-ARS 2022)
Kudzu (French) (GC 2016)

"); $('.bulk-image img').click(function(){ console.log('ss'); $('.bulk-image>img.black-border').removeClass('black-border'); let src = ($(this).attr('src')) let img_title = ($(this).attr('img-title')) let img_family = ($(this).attr('img-family'))//let img_camption = ($(this).attr('img-capation'))let img_camption = ($(this).parent('li').find('.imgcaption').html()) $('.preview-image img').attr('src',src) $('.preview-image img').attr('img-title',img_title) $('.preview-image img').attr('img-family',img_family)$('.preview-image img').attr('img-capation',img_camption); $('.preview-image .gallery-caption-identification').html(img_camption); $(this).addClass('black-border'); }) $('#myBtn, #myBtn2, #myBtn3, #myBtn4, #myBtn5, #myBtn6').click(function(){ // alert('ss') let src = $(this).prev().attr('src'); $('#myModal img').attr('src', src); }) // Get the modal var modal = document.getElementById("myModal"); // Get the button that opens the modal var btn = document.getElementById("myBtn"); var btn2 = document.getElementById("myBtn2"); var btn3 = document.getElementById("myBtn3"); var btn4 = document.getElementById("myBtn4"); var btn5 = document.getElementById("myBtn5"); var btn6 = document.getElementById("myBtn6"); // Get the element that closes the modal var span = document.getElementsByClassName("close")[0]; // When the user clicks the button, open the modal // btn.onclick = function() { // modal.style.display = "block"; // } // btn2.onclick = function() { // modal.style.display = "block"; // } // btn3.onclick = function() { // modal.style.display = "block"; // } // btn4.onclick = function() { // modal.style.display = "block"; // } // btn5.onclick = function() { // modal.style.display = "block"; // } // btn6.onclick = function() { // modal.style.display = "block"; // } // // When the user clicks on (x), close the modal // span.onclick = function() { // modal.style.display = "none"; // } // // When the user clicks anywhere outside of the modal, close it // window.onclick = function(event) { // if (event.target == modal) { // modal.style.display = "none"; // } // } }); jQuery(function($){ var defaultLeft = 344; var defaultLeftWithMar = 354; $('.link').click(function(){ //alert('ss2') var imag_src= $(this).parents('div').children('img').attr('src'); var imag_title= $(this).parents('div').children('img').attr('img-title'); var imag_family= $(this).parents('div').children('img').attr('img-family');var imag_caption= $(this).parents('div').children('img').attr('img-capation'); var random =Math.floor(Math.random() * 10) + 1; console.log(random); // var html = "

Pueraria montana (Lour.) Merr. - idseed (1)

"+imag_title+"

"+imag_family+"

"+;//var html = "

Pueraria montana (Lour.) Merr. - idseed (2)"+imag_caption+"

"+imag_title+"

"+imag_family+"

"; var html = '

Pueraria montana (Lour.) Merr. - idseed (3)'+imag_caption+'

'+imag_title+'

'+imag_family+'

'; var widowidth = $(window).width(); var totalDivOpen = $('.mydiv').length; var toatlCol = Math.round(widowidth/defaultLeftWithMar); var leftPos = defaultLeft*(totalDivOpen)+10; var leftCal = leftPos+defaultLeft; var topPos = $(document).scrollTop(); if( totalDivOpen >= toatlCol ){leftPos = defaultLeft*(totalDivOpen - toatlCol)+10;topPos = topPos+470;} var checkLang = $('#chk-language-galery').val(); var popupMove = ''; if(checkLang == 'en'){ popupMove = 'Click here to move'; }else{ popupMove = 'Cliquez ici pour déplacer'; } $('body').after('

Close

'+popupMove+'

Zoom InZoom In

'+html+'

'); }); $(document).on('mousedown','.mydiv',function(){//alert( "Handler for .mousedown() called." );var idName = $(this).attr('id');// alert(idName)//dragMouseDown()customed(idName); }) $(document).on('click', '.subpop-colse',function(){ $(this).parent('.mydiv').remove(); }) $(document).on('click', '.zoom-plus',function(){ var dagConWidth = $('.dragcontent').width(); var imgWidth = $(this).parent('.zoom-section').parent('.dragcontent').children('.fancyBoxImg').children('img').width(); var updateWidth = imgWidth+100; $(this).parent('.zoom-section').parent('.dragcontent').children('.fancyBoxImg').children('img').width(updateWidth); }) $(document).on('click', '.zoom-minus',function(){ var dagConWidth = $('.dragcontent').width(); var imgWidth = $(this).parent('.zoom-section').parent('.dragcontent').children('.fancyBoxImg').children('img').width(); var updateWidth = imgWidth-100; $(this).parent('.zoom-section').parent('.dragcontent').children('.fancyBoxImg').children('img').width(updateWidth); })});/* dragebale section start */var pos1 = 0, pos2 = 0, pos3 = 0, pos4 = 0;function customed(indexId){ var pos1 = 0, pos2 = 0, pos3 = 0, pos4 = 0; //alert(indexId) dragMouseDown()function dragMouseDown(e) { e = e || window.event; e.preventDefault(); // get the mouse cursor position at startup:pos3 = e.clientX;pos4 = e.clientY; //alert(pos3) document.onmouseup = closeDragElement; // call a function whenever the cursor moves: document.onmousemove = elementDrag; // call a function whenever the cursor moves: //$('document').mousemove = elementDrag;}function elementDrag(e) { //alert('mouse move') e = e || window.event; e.preventDefault(); // calculate the new cursor position: pos1 = pos3 - e.clientX; pos2 = pos4 - e.clientY; pos3 = e.clientX; pos4 = e.clientY; //var position = ('#mydiv').position(); var getIdVal = '#'+indexId; //alert(getIdVal) var leftVal = jQuery(getIdVal).offset().left - pos1; var topVal = jQuery(getIdVal).offset().top - pos2; //alert(topVal) jQuery(getIdVal).css('left', leftVal); jQuery(getIdVal).css('top', topVal); //$('#mydiv').css('left',) // set the element's new position: //elmnt.style.top = (elmnt.offsetTop - pos2) + "px"; //elmnt.style.left = (elmnt.offsetLeft - pos1) + "px"; } function closeDragElement(e) { document.onmousemove = null; } } /* dragebale section end */

Pueraria montana (Lour.) Merr. - idseed (4)

Kudzu (Pueraria montana) seeds

  • Kudzu (Pueraria montana) seeds

    Pueraria montana (Lour.) Merr. - idseed (5)
  • Kudzu (Pueraria montana) seeds

    Pueraria montana (Lour.) Merr. - idseed (6)
  • Kudzu (Pueraria montana) seed, hilum view

    Pueraria montana (Lour.) Merr. - idseed (7)
  • Kudzu (Pueraria montana) seed

    Pueraria montana (Lour.) Merr. - idseed (8)
  • Pueraria montana subsp. lobata

    Pueraria montana (Lour.) Merr. - idseed (9)
  • Pueraria montana subsp. lobata

    Pueraria montana (Lour.) Merr. - idseed (10)
  • Pueraria montana subsp. lobata

    Pueraria montana (Lour.) Merr. - idseed (11)

Explore More :

Explore plus :

Overview

Aperçu

Regulation :

Remarques Réglementation:

  • CFIA Weed Seeds Order - Class 1: Prohibited Noxious Weed Seeds
  • List of Pests Regulated by Canada
  • USA Federal Noxious Weed Seed List

Regulation Notes:

Prohibited Noxious, Class 1 in the Canadian Weed Seeds Order (2016) under the Seeds Act. All imported and domestic seed must be free of Prohibited Noxious weed seeds.

Distribution :

Répartition :

Native to eastern and southeastern Asia and introduced to southern Australia, South America, South Africa, New Zealand, central and eastern Europe and the United States (Lindgren et al. 2013). There are severe infestations in the southeastern United States (Forseth and Innis 2004; Lindgren et al. 2013). In Canada, there is one known population in southern Ontario that is under official control (Lindgren et al. 2013).

Habitat and Crop Association :

Habitat et Cultures Associées :

Abandoned fields and field edges, grasslands, pastures, natural forests, plantations, fencerows, roadsides, riverbanks and urban areas with fertile, well-drained soil (Lindgren et al. 2013).

Economic Use, cultivation area, and Weed Association :

Utilisation économique, zone de culture et association de mauvaises herbes :

Duration of Life Cycle :

Durée du cycle vital:

Perennial

Dispersal Unit Type :

Type d’unité de dispersion :

Seed

Pueraria montana (Lour.) Merr. - idseed (12)

Distribution of Pueraria montana (Lour.) Merr. in Canada and the United States (source: USDA-NRCS 2022)

Pueraria montana (Lour.) Merr. - idseed (13)

Global distribution of Pueraria montana (Lour.) Merr. (source: GBIF 2022)

General Information

RENSEIGNEMENTS GÉNÉRAUX

Pueraria montana was planted as a soil stabilizer and for soil nutrition in the 1930s to the 1950s in the southeastern United States, where it persists today (Lindgren et al. 2013). In China and Japan, it is cultivated for forage, starch, food and medicine (Forseth and Innis 2004; Lindgren et al. 2013).

In recent years it has also been considered for biofuel use (Sage et al. 2009). In its native range, P. montana grows best in areas with mild winters, hot summers and at least 100 cm of annual precipitation (Lindgren et al. 2013). It is known for its rapid vegetative growth and for altering forest canopy structure, quickly overwhelming native species and changing soil microbes and other important ecosystem functions (Forseth and Innis 2004; Lindgren et al. 2013).

.

Pueraria montana (Lour.) Merr. - idseed (14)

Pueraria montana infestation (Kerry Britton, USDA Forest Service, Bugwood.org)

Identification

Identification

<

>

  • Legume

    Size

    • Legume length: 40.0 – 140.0 mm long; width: 6.0 – 13.0 mm (eFloras 2017)

    Shape

    • Legume is long, oblong or oval shaped, flattened

    Surface Texture

    • Legume surface is densely hairy

    Colour

    • Legume is dull green with brown hairs, legume turns brown with age

    Other Features

    • The densely hairy calyx is 8.0 – 18.0 mm long and persistent at the end of the legume with pointed lobes (Lindgren et al. 2013)

    Pueraria montana (Lour.) Merr. - idseed (15)

    Pueraria montana subsp. lobata

    Pueraria montana (Lour.) Merr. - idseed (16)

    Pueraria montana (Lour.) Merr. - idseed (17)

    Pueraria montana (Lour.) Merr. - idseed (18)

    Pueraria montana (Lour.) Merr. - idseed (19)

"+imag_title+"

"; var html = '

Pueraria montana (Lour.) Merr. - idseed (20)

'+imag_title+'

'; var widowidth = $(window).width(); var totalDivOpen = $('.mydiv').length; var toatlCol = Math.round(widowidth/defaultLeftWithMar); var leftPos = defaultLeft*(totalDivOpen)+10; var leftCal = leftPos+defaultLeft; var topPos = $(document).scrollTop(); if( totalDivOpen >= toatlCol ){leftPos = defaultLeft*(totalDivOpen - toatlCol)+10;topPos = topPos+470;} var checkLang = $('#chk-language-galery').val(); var popupMove = ''; if(checkLang == 'en'){ popupMove = 'Click here to move'; }else{ popupMove = 'Cliquez ici pour déplacer'; } $('body').after('

Close

'+ popupMove+'

Zoom InZoom In

'+html+'

'); }); $(document).on('mousedown','.mydiv',function(){//alert( "Handler for .mousedown() called." );var idName = $(this).attr('id');// alert(idName)//dragMouseDown()customed(idName); }) $(document).on('click', '.subpop-colse',function(){ $(this).parent('.mydiv').remove(); }) $(document).on('click', '.zoom-plus',function(){ var dagConWidth = $('.dragcontent').width(); var imgWidth = $(this).parent('.zoom-section').parent('.dragcontent').children('.fancyBoxImg').children('img').width(); var updateWidth = imgWidth+100; $(this).parent('.zoom-section').parent('.dragcontent').children('.fancyBoxImg').children('img').width(updateWidth); }) $(document).on('click', '.zoom-minus',function(){ var dagConWidth = $('.dragcontent').width(); var imgWidth = $(this).parent('.zoom-section').parent('.dragcontent').children('.fancyBoxImg').children('img').width(); var updateWidth = imgWidth-100; $(this).parent('.zoom-section').parent('.dragcontent').children('.fancyBoxImg').children('img').width(updateWidth); })});/* dragebale section start */var pos1 = 0, pos2 = 0, pos3 = 0, pos4 = 0;function customed(indexId){ var pos1 = 0, pos2 = 0, pos3 = 0, pos4 = 0; //alert(indexId) dragMouseDown()function dragMouseDown(e) { e = e || window.event; e.preventDefault(); // get the mouse cursor position at startup:pos3 = e.clientX;pos4 = e.clientY; //alert(pos3) document.onmouseup = closeDragElement; // call a function whenever the cursor moves: document.onmousemove = elementDrag; // call a function whenever the cursor moves: //$('document').mousemove = elementDrag;}function elementDrag(e) { //alert('mouse move') e = e || window.event; e.preventDefault(); // calculate the new cursor position: pos1 = pos3 - e.clientX; pos2 = pos4 - e.clientY; pos3 = e.clientX; pos4 = e.clientY; //var position = ('#mydiv').position(); var getIdVal = '#'+indexId; //alert(getIdVal) var leftVal = jQuery(getIdVal).offset().left - pos1; var topVal = jQuery(getIdVal).offset().top - pos2; //alert(topVal) jQuery(getIdVal).css('left', leftVal); jQuery(getIdVal).css('top', topVal); //$('#mydiv').css('left',) // set the element's new position: //elmnt.style.top = (elmnt.offsetTop - pos2) + "px"; //elmnt.style.left = (elmnt.offsetLeft - pos1) + "px"; } function closeDragElement(e) { document.onmousemove = null; } } /* dragebale section end */

<

>

  • Seed

    Size

    • Seed length*: 3.1 – 5.0 mm; width: 2.5 – 3.3 mm
    *Note: minimum and maximum of 20 seeds in a normal range of this species using image measurement (ISMA 2020)

    Shape

    • Oval, D-shaped or kidney-shaped seed, compressed in edge view

    Surface Texture

    • Surface texture is smooth

    Colour

    • Seed generally shiny reddish-brown (some with black mottles or strips) or brown with black mottles

    Other Features

    Hilum and hilum area

    • The hilum is located in the middle of the long edge of the seed
    • A ring of light yellow aril tissue surrounds the hilum

    Pueraria montana (Lour.) Merr. - idseed (21)

    Kudzu (Pueraria montana) seeds

    Pueraria montana (Lour.) Merr. - idseed (22)

    Pueraria montana (Lour.) Merr. - idseed (23)

    Pueraria montana (Lour.) Merr. - idseed (24)

    Pueraria montana (Lour.) Merr. - idseed (25)

"+imag_title+"

"; var html = '

Pueraria montana (Lour.) Merr. - idseed (26)

'+imag_title+'

'; var widowidth = $(window).width(); var totalDivOpen = $('.mydiv').length; var toatlCol = Math.round(widowidth/defaultLeftWithMar); var leftPos = defaultLeft*(totalDivOpen)+10; var leftCal = leftPos+defaultLeft; var topPos = $(document).scrollTop(); if( totalDivOpen >= toatlCol ){leftPos = defaultLeft*(totalDivOpen - toatlCol)+10;topPos = topPos+470;} var checkLang = $('#chk-language-galery').val(); var popupMove = ''; if(checkLang == 'en'){ popupMove = 'Click here to move'; }else{ popupMove = 'Cliquez ici pour déplacer'; } $('body').after('

Close

'+ popupMove+'

Zoom InZoom In

'+html+'

'); }); $(document).on('mousedown','.mydiv',function(){//alert( "Handler for .mousedown() called." );var idName = $(this).attr('id');// alert(idName)//dragMouseDown()customed(idName); }) $(document).on('click', '.subpop-colse',function(){ $(this).parent('.mydiv').remove(); }) $(document).on('click', '.zoom-plus',function(){ var dagConWidth = $('.dragcontent').width(); var imgWidth = $(this).parent('.zoom-section').parent('.dragcontent').children('.fancyBoxImg').children('img').width(); var updateWidth = imgWidth+100; $(this).parent('.zoom-section').parent('.dragcontent').children('.fancyBoxImg').children('img').width(updateWidth); }) $(document).on('click', '.zoom-minus',function(){ var dagConWidth = $('.dragcontent').width(); var imgWidth = $(this).parent('.zoom-section').parent('.dragcontent').children('.fancyBoxImg').children('img').width(); var updateWidth = imgWidth-100; $(this).parent('.zoom-section').parent('.dragcontent').children('.fancyBoxImg').children('img').width(updateWidth); })});/* dragebale section start */var pos1 = 0, pos2 = 0, pos3 = 0, pos4 = 0;function customed(indexId){ var pos1 = 0, pos2 = 0, pos3 = 0, pos4 = 0; //alert(indexId) dragMouseDown()function dragMouseDown(e) { e = e || window.event; e.preventDefault(); // get the mouse cursor position at startup:pos3 = e.clientX;pos4 = e.clientY; //alert(pos3) document.onmouseup = closeDragElement; // call a function whenever the cursor moves: document.onmousemove = elementDrag; // call a function whenever the cursor moves: //$('document').mousemove = elementDrag;}function elementDrag(e) { //alert('mouse move') e = e || window.event; e.preventDefault(); // calculate the new cursor position: pos1 = pos3 - e.clientX; pos2 = pos4 - e.clientY; pos3 = e.clientX; pos4 = e.clientY; //var position = ('#mydiv').position(); var getIdVal = '#'+indexId; //alert(getIdVal) var leftVal = jQuery(getIdVal).offset().left - pos1; var topVal = jQuery(getIdVal).offset().top - pos2; //alert(topVal) jQuery(getIdVal).css('left', leftVal); jQuery(getIdVal).css('top', topVal); //$('#mydiv').css('left',) // set the element's new position: //elmnt.style.top = (elmnt.offsetTop - pos2) + "px"; //elmnt.style.left = (elmnt.offsetLeft - pos1) + "px"; } function closeDragElement(e) { document.onmousemove = null; } } /* dragebale section end */

<

>

  • Embryo

    Size

    • Embryo fills the seed

    Shape

    • Embryo bent, with oval or D-shaped cotyledons

    Endosperm

    • Endosperm absent, nutritive tissue stored in the cotyledons

    Other Features

    • Cotyledons are fleshy and soft-textured

"+imag_title+"

"; var html = '

Pueraria montana (Lour.) Merr. - idseed (27)

'+imag_title+'

'; var widowidth = $(window).width(); var totalDivOpen = $('.mydiv').length; var toatlCol = Math.round(widowidth/defaultLeftWithMar); var leftPos = defaultLeft*(totalDivOpen)+10; var leftCal = leftPos+defaultLeft; var topPos = $(document).scrollTop(); if( totalDivOpen >= toatlCol ){leftPos = defaultLeft*(totalDivOpen - toatlCol)+10;topPos = topPos+470;} var checkLang = $('#chk-language-galery').val(); var popupMove = ''; if(checkLang == 'en'){ popupMove = 'Click here to move'; }else{ popupMove = 'Cliquez ici pour déplacer'; } $('body').after('

Close

'+ popupMove+'

Zoom InZoom In

'+html+'

'); }); $(document).on('mousedown','.mydiv',function(){//alert( "Handler for .mousedown() called." );var idName = $(this).attr('id');// alert(idName)//dragMouseDown()customed(idName); }) $(document).on('click', '.subpop-colse',function(){ $(this).parent('.mydiv').remove(); }) $(document).on('click', '.zoom-plus',function(){ var dagConWidth = $('.dragcontent').width(); var imgWidth = $(this).parent('.zoom-section').parent('.dragcontent').children('.fancyBoxImg').children('img').width(); var updateWidth = imgWidth+100; $(this).parent('.zoom-section').parent('.dragcontent').children('.fancyBoxImg').children('img').width(updateWidth); }) $(document).on('click', '.zoom-minus',function(){ var dagConWidth = $('.dragcontent').width(); var imgWidth = $(this).parent('.zoom-section').parent('.dragcontent').children('.fancyBoxImg').children('img').width(); var updateWidth = imgWidth-100; $(this).parent('.zoom-section').parent('.dragcontent').children('.fancyBoxImg').children('img').width(updateWidth); })});/* dragebale section start */var pos1 = 0, pos2 = 0, pos3 = 0, pos4 = 0;function customed(indexId){ var pos1 = 0, pos2 = 0, pos3 = 0, pos4 = 0; //alert(indexId) dragMouseDown()function dragMouseDown(e) { e = e || window.event; e.preventDefault(); // get the mouse cursor position at startup:pos3 = e.clientX;pos4 = e.clientY; //alert(pos3) document.onmouseup = closeDragElement; // call a function whenever the cursor moves: document.onmousemove = elementDrag; // call a function whenever the cursor moves: //$('document').mousemove = elementDrag;}function elementDrag(e) { //alert('mouse move') e = e || window.event; e.preventDefault(); // calculate the new cursor position: pos1 = pos3 - e.clientX; pos2 = pos4 - e.clientY; pos3 = e.clientX; pos4 = e.clientY; //var position = ('#mydiv').position(); var getIdVal = '#'+indexId; //alert(getIdVal) var leftVal = jQuery(getIdVal).offset().left - pos1; var topVal = jQuery(getIdVal).offset().top - pos2; //alert(topVal) jQuery(getIdVal).css('left', leftVal); jQuery(getIdVal).css('top', topVal); //$('#mydiv').css('left',) // set the element's new position: //elmnt.style.top = (elmnt.offsetTop - pos2) + "px"; //elmnt.style.left = (elmnt.offsetLeft - pos1) + "px"; } function closeDragElement(e) { document.onmousemove = null; } } /* dragebale section end */

Identification Tips

CONSEILS POUR L’IDENTIFICATION

Seeds of Pueraria montana are generally larger-seeded among commonly encountered Fabaceae species, excepting genera such as Phaselosus. Another distinguishing feature is the thick, ring shaped aril tissue around the hilum and the black mottled seed pattern.

Pueraria montana (Lour.) Merr. - idseed (28)

Kudzu (Pueraria montana) seed, hilum view

Pueraria montana (Lour.) Merr. - idseed (29)

Pueraria montana (Lour.) Merr. - idseed (30)

Pueraria montana (Lour.) Merr. - idseed (31)

Pueraria montana (Lour.) Merr. - idseed (32)

Additional Botany Information

AUTRES RENSEIGNEMENTS BOTANIQUES

Flowers/Inflorescence

  • Flowers are clustered together along the flowering stem and have mixed light and dark purple or reddish purple petals with a yellow base (Lindgren et al. 2013)

Vegetative Features

  • Plants are vines, woody at the base, and can grow up to 30 meters long, the stems and pods are densely hairy (Lindgren et al. 2013)

Pueraria montana (Lour.) Merr. - idseed (33)

Pueraria montana flowers (Rebekah D. Wallace, University of Georgia, Bugwood.org)

Pueraria montana (Lour.) Merr. - idseed (34)

Pueraria montana (Lour.) Merr. - idseed (35)

Pueraria montana (Lour.) Merr. - idseed (36)

Pueraria montana (Lour.) Merr. - idseed (37)

Pueraria montana (Lour.) Merr. - idseed (38)

Pueraria montana (Lour.) Merr. - idseed (39)

Pueraria montana (Lour.) Merr. - idseed (40)

Pueraria montana (Lour.) Merr. - idseed (41)

Similar Species

ESPÈCES SEMBLABLES

Similar species are based on a study of seed morphology of various species, and those with similar dispersal units are identified. The study is limited by physical specimen and literature availability at the time of examination, and possibly impacted by the subjectivity of the authors based on their knowledge and experience. Providing similar species information for seed identification is to make users aware of similarities that could possibly result in misidentification.

Onobrychis viciifolia Scop. (sainfoin)

O. viciifolia seeds are generally smaller (length*: 2.6 – 4.4 mm; width: 2.1-3.3mm) do not have coloured mottles and the ring of tissue around the hilum is thinner than P. montana. The single-seeded legume is smaller than P. montana (length*: 5.5-8.4; width: 4.2 – 7.0 mm) does not open at maturity and shed with the seed inside, while P. montana legumes are many-seeded and split open at maturity to shed the seeds.

*Note: minimum and maximum of 10 seeds and pods in a normal range of this species using image measurement (ISMA 2020)

Click to select species

Cliquez pour sélectionner les espèces

Pueraria montana (Lour.) Merr. - idseed (42)

Onobrychis viciifolia

Comparison Window

Fenêtre de comparaison

MAIN SPECIES

ESPÈCES PRINCIPALES

Pueraria montana (Lour.) Merr.

Pueraria montana (Lour.) Merr. - idseed (43)

Pueraria montana (Lour.) Merr.

Fabaceae

Kudzu (Pueraria montana) seeds

MAIN SPECIES

ESPÈCES PRINCIPALES

Pueraria montana (Lour.) Merr.

Pueraria montana (Lour.) Merr. - idseed (44)

Pueraria montana (Lour.) Merr.

Fabaceae

Kudzu (Pueraria montana) seeds

MAIN SPECIES

ESPÈCES PRINCIPALES

Pueraria montana (Lour.) Merr.

Pueraria montana (Lour.) Merr. - idseed (45)

Pueraria montana (Lour.) Merr.

Fabaceae

Kudzu (Pueraria montana) seed, hilum view

MAIN SPECIES

ESPÈCES PRINCIPALES

Pueraria montana (Lour.) Merr.

Pueraria montana (Lour.) Merr. - idseed (46)

Pueraria montana (Lour.) Merr.

Fabaceae

Kudzu (Pueraria montana) seed

MAIN SPECIES

ESPÈCES PRINCIPALES

Pueraria montana (Lour.) Merr.

Pueraria montana (Lour.) Merr. - idseed (47)

Pueraria montana (Lour.) Merr.

Fabaceae

Pueraria montana subsp. lobata

MAIN SPECIES

ESPÈCES PRINCIPALES

Pueraria montana (Lour.) Merr.

Pueraria montana (Lour.) Merr. - idseed (48)

Pueraria montana (Lour.) Merr.

Fabaceae

Pueraria montana subsp. lobata

MAIN SPECIES

ESPÈCES PRINCIPALES

Pueraria montana (Lour.) Merr.

Pueraria montana (Lour.) Merr. - idseed (49)

Pueraria montana (Lour.) Merr.

Fabaceae

Pueraria montana subsp. lobata

SIMILAR SPECIES

ESPÈCES SEMBLABLES

Onobrychis viciifolia

Pueraria montana (Lour.) Merr. - idseed (50)

Onobrychis viciifolia

Fabaceae

Sainfoin (Onobrychis viciifolia) seeds

SIMILAR SPECIES

ESPÈCES SEMBLABLES

Onobrychis viciifolia

Pueraria montana (Lour.) Merr. - idseed (51)

Onobrychis viciifolia

Fabaceae

Sainfoin (Onobrychis viciifolia) seed

SIMILAR SPECIES

ESPÈCES SEMBLABLES

Onobrychis viciifolia

Pueraria montana (Lour.) Merr. - idseed (52)

Onobrychis viciifolia

Fabaceae

Sainfoin (Onobrychis viciifolia) seed, hilum view

SIMILAR SPECIES

ESPÈCES SEMBLABLES

Onobrychis viciifolia

Pueraria montana (Lour.) Merr. - idseed (53)

Onobrychis viciifolia

Fabaceae

Sainfoin (Onobrychis viciifolia) legume and seeds

SIMILAR SPECIES

ESPÈCES SEMBLABLES

Onobrychis viciifolia

Pueraria montana (Lour.) Merr. - idseed (54)

Onobrychis viciifolia

Fabaceae

Sainfoin (Onobrychis viciifolia) legumes

Reference(s)

Référence(s)

eFloras. 2021. Electronic Floras. Missouri Botanical Garden, St. Louis, MO & Harvard University Herbaria, Cambridge, MA., http://www.efloras.org Accessed January 17, 2022.

Forseth, I. N. and Innis, A. F. 2004. Kudzu (Pueraria montana): History, physiology, and ecology combine to make a major ecosystem threat. Critical Reviews in Plant Sciences 23: 401-413.

Global Biodiversity Information Facility (GBIF) Secretariat. 2022. https://doi.org/10.15468/39omeiAccessed via https://www.gbif.org/species/2977636Accessed December 29, 2022.

Government of Canada (GC). 2016. Canadian Weed Seeds Order. https://laws-lois.justice.gc.ca/eng/regulations/SOR-2016-93/page-2.html (English) https://laws-lois.justice.gc.ca/fra/reglements/DORS-2016-93/page-2.html (French)

International Seed Morphology Association (ISMA). 2020. Method for Seed Size Measurement. Version 1.0. ISMA Publication Guide. https://www.idseed.org/authors/details/method_for_seed_size_measurement.html

Lindgren, C. J., Castro, K. L., Coiner, H. A., Nurse, R. E. and Darbyshire, S. J. 2013. The biology of invasive alien plants in Canada. 12. Pueraria montana var. lobata (Willd.) Sanjappa & Predeep. Canadian Journal of Plant Science 93:71-95.

Plants of the World Online (POWO). 2022. Facilitated by the Royal Botanic Gardens, Kew. Published on the Internet; http://www.plantsoftheworldonline.org/ Accessed March 11, 2022.

Sage, R. F., Coiner, H. A., Way, D. A., Runion, G. B., Prior S. A., Torbert H. A., Sicher, R., and Ziska, L. 2009. Kudzu [Pueraria montana (Lour.) Merr. variety lobata]: A new source of carbohydrate for bioethanol production. Biomass and Bioenergy 33: 57-61.

Tropicos.org. 2022. Missouri Botanical Garden. https://tropicos.org Accessed March 11, 2022.

U.S. Department of Agriculture-Natural Resources Conservation Service (USDA-NRCS). 2022. The PLANTS Database. National Plant Data Team, Greensboro, NC USA. http://plants.usda.gov Accessed December 29, 2022.

Author(s)

AUTEUR(S)

Jennifer Neudorf, Angela Salzl, Ruojing Wang, Karen Castro, Katrina Entwistle
Canadian Food Inspection Agency

← PreviousNext →

← PreviousNext →

Pueraria montana (Lour.) Merr. - idseed (2025)
Top Articles
Latest Posts
Recommended Articles
Article information

Author: Laurine Ryan

Last Updated:

Views: 6418

Rating: 4.7 / 5 (57 voted)

Reviews: 88% of readers found this page helpful

Author information

Name: Laurine Ryan

Birthday: 1994-12-23

Address: Suite 751 871 Lissette Throughway, West Kittie, NH 41603

Phone: +2366831109631

Job: Sales Producer

Hobby: Creative writing, Motor sports, Do it yourself, Skateboarding, Coffee roasting, Calligraphy, Stand-up comedy

Introduction: My name is Laurine Ryan, I am a adorable, fair, graceful, spotless, gorgeous, homely, cooperative person who loves writing and wants to share my knowledge and understanding with you.