CINXE.COM
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head xml:lang="fr" lang="fr"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-style-type" content="text/css" /> <meta http-equiv="Content-script-type" content="text/javascript" /> <meta http-equiv="Content-language" content="fr" /> <title></title> <meta name="description" content="" /> <meta name="keywords" content="" /> <meta name="revisit-after" content="150 days" /> <meta name="robots" content="noindex,nofollow" /> <meta name="author" content="Tela Botanica" /> <link rel="shortcut icon" type="image/x-icon" href="https://resources.tela-botanica.org/tb/img/16x16/favicon.ico" /> <link rel="icon" type="image/png" href="https://resources.tela-botanica.org/tb/img/16x16/favicon.png" /> <link rel="stylesheet" type="text/css" media="screen" href="interfaces/squelettes/css/humanity/jquery-ui-1.8.7.custom.css" /> <link rel="stylesheet" type="text/css" media="screen" href="interfaces/squelettes/css/referentiel/referentiel.css" /> <link rel="stylesheet" type="text/css" media="screen" href="interfaces/squelettes/css/referentiel/debogage.css" /> <script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/1.4.4/jquery-1.4.4.min.js"></script> <script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/cookie/1.0/jquery.cookie.min.js"></script> <script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/chromatable/1.3.0/jquery.chromatable.js"></script> <script type="text/javascript" src="interfaces/squelettes/js/jquery-ui-1.8.7.custom.min.js"></script> <script type="text/javascript" src="interfaces/squelettes/js/referentiels.js"></script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-ZEER4W53SF"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-ZEER4W53SF'); </script> </head> <body xml:lang="fr" lang="fr"> <div id="zone-centrale"> <div id="zone-logo"> <a href="https://referentiels.tela-botanica.org/referentiel/" title="Retour 脿 l'accueil du site"> <img src="https://resources.tela-botanica.org/tb/img/128x128/logo_carre_officiel.png" alt="le logo de Tela Botanica"/> </a> </div> <div id="zone-entete"> <div id="zone-entete-contenu"> <div id="zone-titre-site"> <h1>RTax-脽</h1> </div> </div> </div> <div id="zone-corps"> <div id="zone-navigation"> <!-- REF - DEBUT MENU --> <ul> <li class="inactif"><a href="https://referentiels.tela-botanica.org/referentiel/index.php?module=Accueil" title="Liste des r茅f茅rentiels consultables.">Accueil</a></li> <li class="actif"><a href="https://referentiels.tela-botanica.org/referentiel/index.php?module=Consultation&ref=bdtfx" title="Interroger la base en cours de travail.">Consultation</a></li> <li class="inactif"><a href="https://referentiels.tela-botanica.org/referentiel/index.php?module=Arbre&ref=bdtfx" title="Consulter l'aborescence du r茅f茅rentiel">Arbre taxo</a></li> <li class="inactif securise"><a href="https://referentiels.tela-botanica.org/referentiel/index.php?module=Test&ref=bdtfx" title="R茅serv茅 aux coordinateurs. Contr么ler les donn茅es saisies.">Tests</a></li> <li class="inactif securise"><a href="https://referentiels.tela-botanica.org/referentiel/index.php?module=Versionnage&ref=bdtfx" title="R茅serv茅 aux coordinateurs. G茅n茅rer une version de la base.">Versionnage</a></li> <li class="inactif"><a href="https://referentiels.tela-botanica.org/referentiel/index.php?module=Informations&ref=bdtfx" title="Informations sur le projet et t茅l茅chargements.">Informations et t茅l茅chargements</a></li> </ul> <!-- REF - FIN MENU --> </div> <div id="zone-corps-contenu"> <div id="zone-fil-ariane"> <p>Vous 锚tes ici :</p> <!-- REF - DEBUT FIL D'ARIANE --> <ul class="fil-ariane"> <li><a href="https://referentiels.tela-botanica.org/referentiel/index.php?module=Accueil">Accueil</a></li> <li><a href="https://referentiels.tela-botanica.org/referentiel/index.php?module=Informations&ref=bdtfx">Informations BDTFX</a></li> <li><a href="https://referentiels.tela-botanica.org/referentiel/index.php?module=FicheTaxon&ref=bdtfx">FicheTaxon</a></li> </ul> <!-- REF - FIN FIL D'ARIANE --> </div> <div id="entete"> <!-- REF - DEBUT MOTEUR RECHERCHE --> <script type="text/javascript"> // Function pour cacher / afficher les options de recherche $(document).ready(function() { // affichage lors du chargement de la page $.cookie('AfficherCacherRech', 10) ; if ($.cookie('AfficherCacherRech') == null) { $("#ref-rech-opt-toggle").html("Cacher la recherche avanc茅e"); $('#ref-rech-opt').show(); $.cookie('AfficherCacherRech', 20); } else if ($.cookie('AfficherCacherRech') == 10) { $("#ref-rech-opt-toggle").html("Afficher la recherche avanc茅e"); $('#ref-rech-opt').hide(); $.cookie('AfficherCacherRech', 10); } else { $("#ref-rech-opt-toggle").html("Cacher la recherche avanc茅e"); $('#ref-rech-opt').show(); $.cookie('AfficherCacherRech', 20); } // changement d'affichage apr猫s un clic $("#ref-rech-opt-toggle").click(function() { if ($.cookie('AfficherCacherRech') == 20) { $("#ref-rech-opt-toggle").html("Afficher la recherche avanc茅e"); $('#ref-rech-opt').hide(); $.cookie('AfficherCacherRech', 10); } else { $("#ref-rech-opt-toggle").html("Cacher la recherche avanc茅e"); $('#ref-rech-opt').show(); $.cookie('AfficherCacherRech', 20); } }); // S茅lection du texte de la zone de recherche sur le focus $("#recherche").focus(function(){ this.select(); }); }); </script> <p> Bienvenue dans l'espace de consultation de la base de donn茅es des trach茅ophytes de france m茅tropolitaine et r茅gions avoisinantes en cours d'actualisation.<br /> Pour transmettre vos remarques au groupe de travail, veuillez utiliser le forum d茅di茅 : <b><a href="mailto:isff@tela-botanica.org">isff@tela-botanica.org</a></b>.<br /> Pour les remarques concernant les fonctionnalit茅s de l'interface de consultation, veuillez utiliser l'adresse : <b><a href="mailto:referentiels@tela-botanica.org">referentiels@tela-botanica.org</a></b> </p> <h1>Consultation de la base de donn茅es des trach茅ophytes de france m茅tropolitaine et r茅gions avoisinantes - Mis 脿 jour le 2024-09-25 15:47:30</h1> <p><i> Par d茅faut, la recherche est insensible 脿 la casse (majuscule / minuscule) et s'effectue en intercalant automatiquement le joker % avant et apr猫s le terme recherch茅. </i></p> <form id="ref-form" action="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=Recherche&action=rechercher" method="get"> <p> <input name="ref" type="hidden" value="bdtfx" /> <input name="module" type="hidden" value="Recherche" /> <input name="action" type="hidden" value="rechercher" /> <label id="ref-rech" for="recherche">Rechercher</label> <input id="recherche" name="recherche" type="text" value="" size="75" maxlength="250"/> <input id="ref-rech-ok" type="submit" value="OK" /> <a id="ref-rech-opt-toggle" href="#ref-rech-opt-txt" title="Pr茅cisions sur les options de recherche">Cacher la recherche avanc茅e</a> </p> </form> <div id="ref-rech-opt"> <h2 id="ref-rech-opt-titre">Options de recherche</h2> <div id="ref-rech-opt-txt"> <p> La recherche avanc茅e permet de pr茅ciser la requ锚te en associant des op茅rateurs au(x) terme(s) recherch茅(s). Les op茅rateurs sont list茅s dans le tableau ci-dessous. <br /> </p> <table class="largeur-14"> <thead> <tr> <th class="largeur-01">Op茅rateur</th> <th class="largeur-10">Signification</th> <th class="largeur-03">Exemples</th> </tr> </thead> <tbody> <tr> <td>#</td> <td>Afficher toute la base</td> <td><a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=Recherche&action=rechercher&recherche=%23">#</a></td> </tr> <tr> <td>gen:</td> <td>Genre</td> <td><a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=Recherche&action=rechercher&recherche=gen%3Aabies">gen:abies</a></td> </tr> <tr> <td>sp:</td> <td>Esp猫ce</td> <td><a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=Recherche&action=rechercher&recherche=sp%3Amaritimum"> sp:maritimum</a></td> </tr> <tr> <td>sg:</td> <td>Famille, ordre, classe ("nom supra-g茅n茅rique")</td> <td><a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=Recherche&action=rechercher&recherche=sg%3AAdiantaceae">sg:Adiantaceae</a></td> </tr> <tr> <td>ssp:</td> <td>Sous-esp猫ce, vari茅t茅, forme ("nom infra-sp茅cifique")</td> <td><a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=Recherche&action=rechercher&recherche=ssp%3Acuprina">ssp:cuprina</a></td> </tr> <tr> <td>au:</td> <td>Auteur</td> <td><a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=Recherche&action=rechercher&recherche=au%3ATausch">au:Tausch</a></td> </tr> <tr> <td>an:</td> <td>Ann茅e</td> <td><a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=Recherche&action=rechercher&recherche=an%3A2010">an:2010</a></td> </tr> <tr> <td>nn:</td> <td>Num茅ro unique du nom scientifique</td> <td><a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=Recherche&action=rechercher&recherche=nn%3A7128%2C7547">nn:7128,7547</a></td> </tr> <tr> <td>bib:</td> <td>R茅f茅rence bibliographique de la publication d'origine du nom (sans l'ann茅e)</td> <td><a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=Recherche&action=rechercher&recherche=bib%3ALinnaea%2C+21+%3A">bib:Linnaea, 21 :</a></td> </tr> <tr> <td>nr:[1]</td> <td>Afficher des noms retenus ([0] affiche les synonymes)</td> <td><a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=Recherche&action=rechercher&recherche=nr%3A1">nr:1</a></td> </tr> <tr> <td>tax:[1]</td> <td>Afficher des synonymes sous les noms retenus correspondants</td> <td><a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=Recherche&action=rechercher&recherche=gen%3Ascirpus+tax%3A1">gen:scirpus tax:1</a></td> </tr> <tr> <td>pre:[1]</td> <td>Afficher des taxons fran莽ais (pr茅sent, suppos茅, douteux...), inversement [0] ressort absents et non pr茅cis茅s</td> <td><a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=Recherche&action=rechercher&recherche=pre%3A1">pre:1</a> ,<br /> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=Recherche&action=rechercher&recherche=acer+pre%3A1">acer pre:1</a> </td> </tr> <tr> <td>taxref:[1]</td> <td>Afficher des taxons qui seront envoy茅s au MNHN dans le cadre du programme TaxRef, inversement [0] ressort les taxons mis en attente car non publi茅s ou non pr茅sents en France</td> <td><a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=Recherche&action=rechercher&recherche=taxref%3A1">taxref:1</a> ,<br /> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=Recherche&action=rechercher&recherche=acer+taxref%3A0">acer taxref:0</a> </td> </tr> <tr> <td>classif:[infra|supra]</td> <td>Afficher les taxon inf茅rieurs (-) ou sup茅rieurs (+)</td> <td><a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=Recherche&action=rechercher&recherche=nn%3A182+classif%3Ainfra">nn:182 classif:infra</a>,<br /> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=Recherche&action=rechercher&recherche=nn%3A182+classif%3Asupra">nn:182 classif:supra</a>,<br /> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=Recherche&action=rechercher&recherche=fabaceae+classif%3Ainfra">fabaceae classif:infra</a> </td> </tr> <tr> <td>rg:</td> <td>Afficher la liste des noms d'un rang donn茅 (famille 180, genre 220, <a href="http://www.tela-botanica.org/wikini/RTaxMethodo/wakka.php?wiki=TaBle7">autres valeurs de rang)</a>.</td> <td><a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=Recherche&action=rechercher&recherche=rg%3A180">rg:180</a> </td> </tr> </tbody> </table> <p> Si vous souhaitez utiliser deux op茅rateurs 脿 la suite, ou un terme et un op茅rateur, pour faire une recherche crois茅e, s茅parez-les uniquement par un espace.<br /> <em>Exemples :</em> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=Recherche&action=rechercher&recherche=l.+gen%3Aaba">"l. gen:aba"</a> =>172 r茅sultats; <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=Recherche&action=rechercher&recherche=au%3Al.+gen%3Aaba">"au:l. gen:aba"</a> => 25 r茅sultats. <br /><br /> Des "jokers" permettent d'茅largir la recherche. </p> <table class="largeur-14"> <thead> <tr> <th class="largeur-01">Joker</th> <th class="largeur-10">Explication</th> <th class="largeur-03">Exemples</th> </tr> </thead> <tbody> <tr> <td>%</td> <td>Remplace n'importe quel nombre de caract猫res, y compris aucun.</td> <td><a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=Recherche&action=rechercher&recherche=gen%3Ade%25m+sp%3Am%25m"> gen:de%m sp:m%m</a></td> </tr> <tr> <td>_</td> <td>Remplace exactement un caract猫re</td> <td><a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=Recherche&action=rechercher&recherche=gen%3Aa_ar">gen:a_ar</a></td> </tr> </tbody> </table> </div> </div> <!-- REF - FIN MOTEUR RECHERCHE --> </div> <div id="texte"> <!-- REF - DEBUT FICHE TAXON --> <script type="text/javascript"> $(document).ready(function() { $("#ref-ref").tabs({ cookie: {expires: 1}// Stocke un cookie pour 1 jour }); }); </script> <h2 style="text-transform: none;margin-left: 6px; margin-right: 6px; font-size:1.6em;"> <i>Phragmites australis</i> (Cav.) Trin. ex Steud. <a href="http://inpn.mnhn.fr/espece/listeEspeces/Phragmites australis/"> <img src="./interfaces/squelettes/css/referentiel/images/sites/inpn.png" alt="INPN" title="Rechercher dans Inventaire National du Patrimoine Naturel" /> </a> <a href="http://www.theplantlist.org/tpl/search?q=Phragmites australis"> <img src="./interfaces/squelettes/css/referentiel/images/sites/tpl.png" alt="The Plant List" title="Rechercher dans The Plant List"/> </a> <a href="http://www.ipni.org/ipni/simplePlantNameSearch.do?find_wholeName=Phragmites australis&output_format=normal&query_type=by_query&back_page=query_ipni.html"> <img src="./interfaces/squelettes/css/referentiel/images/sites/ipni.png" alt="IPNI" title="Rechercher dans IPNI"/> </a> <a href="http://plants.jstor.org/search?plantName=%22Phragmites australis%22&syn=1"> <img src="./interfaces/squelettes/css/referentiel/images/sites/jstor.png" alt="JSTOR Plant Science" title="Rechercher dans JSTOR Plant Science" /> </a> <a href="http://www.anbg.gov.au/cgi-bin/apni?TAXON_NAME=Phragmites australis"> <img src="./interfaces/squelettes/css/referentiel/images/sites/anbg.png" alt="Australian Plant Name Index" title="Rechercher dans Australian Plant Name Index" /> </a> <a href="http://sweetgum.nybg.org/vh/specimen_list.php?QueryName=BasicQuery&QueryPage=http%3A%2F%2Fsciweb.nybg.org%2Fscience2%2Fvii2.asp&Restriction=NybRecordType+%3D+%27Specimen%27&StartAt=1&any=SummaryData%7CAdmWebMetadata&QueryOption=any&Submit=Search&QueryTerms=Phragmites australis"> <img src="./interfaces/squelettes/css/referentiel/images/sites/nybg.png" alt="NYBG Virtual Herbarium" title="Rechercher dans NYBG Virtual Herbarium" /> </a> <a href="http://collections.mnh.si.edu/search/botany/?qt=Phragmites australis"> <img src="./interfaces/squelettes/css/referentiel/images/sites/si.png" alt="Type Specimen Register of the U.S. National Herbarium" title="Rechercher dans Type Specimen Register of the U.S. National Herbarium" /> </a> <a href="http://herbarium.univie.ac.at/database/search.php?taxon=Phragmites australis&search=1"> <img src="./interfaces/squelettes/css/referentiel/images/sites/vha.png" alt="Virtual Herbaria Austria" title="Rechercher dans Virtual Herbaria Austria" /> </a> <a href="http://swbiodiversity.org/seinet/taxa/index.php?taxon=Phragmites australis"> <img src="./interfaces/squelettes/css/referentiel/images/sites/seinet.png" alt="SEINet" title="Rechercher dans SEINet" /> </a> <a href="http://www.ville-ge.ch/musinfo/bd/cjb/africa/resultat.php?efFamille=&projet%5B%5D=FSA&projet%5B%5D=FTA&projet%5B%5D=FNA&projet%5B%5D=BDM&langue=en&pbRecherche=Rechercher&efNom=Phragmites australis"> <img src="./interfaces/squelettes/css/referentiel/images/sites/cjb.png" alt="African Plants Database" title="Rechercher dans African Plants Database du Jardin Botanique de Gen猫ve" /> </a> <a href="http://www.tropicos.org/NameSearch.aspx?name=Phragmites australis"> <img src="./interfaces/squelettes/css/referentiel/images/sites/tropicos.png" alt="Tropicos" title="Rechercher dans Tropicos" /> </a> <a href="http://www.sfo-asso.com/pages/connaissances.php?parent=6&id=195"> <img src="./interfaces/squelettes/css/referentiel/images/sites/sfo.png" alt="SFO" title="Rechercher dans Soci茅t茅 Fran莽aise d'Orchidophilie" /> </a> <a href="http://coldb.mnhn.fr/Consultation"> <img src="./interfaces/squelettes/css/referentiel/images/sites/mnhn.png" alt="MNHN" title="Rechercher dans Mus茅um national d'Histoire naturelle" /> </a> <span style="float:right;font-size:17px"> </span> </h2> <hr class="nettoyeur"/> <div id="ref-ref" class="ref-onglets"> <ul class="ref-sommaire"> <li><a href="#ref-ref-nomenclature">Nomenclature/Classification</a></li> <li><a href="#ref-ref-synonymie">Synonymie</a></li> <li><a href="#ref-ref-note">Notes/Chorologie/Compl茅ments</a></li> <li><a href="#ref-ref-legende">Aide</a></li> <li><a href="#ref-ref-mail"> <img src="./interfaces/squelettes/css/referentiel/images/mail.png" alt="mail" title="Transmettre un commentaire" style="height: 2em; margin-bottom: -9px; margin-top: -5px;"/> </a></li> </ul> <div id="ref-ref-nomenclature"> <h2>Nomenclature</h2> <strong>R茅f茅rence bibliographique :</strong> Nomencl. Bot., 茅d. 2, 1 : 143 <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=Recherche&action=rechercher&recherche=bib%3ANomencl.+Bot.%2C+%C3%A9d.+2%2C+1+%3A+143"> <img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/> </a>, 1840 <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=Recherche&action=rechercher&recherche=an%3A1840"> <img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/> </a> <br /> <strong>Basionyme du nom s茅l茅ctionn茅 :</strong> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=7079"> Arundo australis </a> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=Recherche&action=rechercher&recherche=Arundo+australis"> <img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/> </a> Cav. <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=Recherche&action=rechercher&recherche=au%3ACav."> <img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/> </a>, 1799 <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=Recherche&action=rechercher&recherche=an%3A1799"> <img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/> </a> <br /> <strong>Nom fran莽ais :</strong> Roseau <a href="<br /> <b>Notice</b>: Undefined variable: retenu in <b>/home/referentiels/www/referentiel/interfaces/squelettes/fiche_taxon.tpl.html</b> on line <b>133</b><br /> https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=Recherche&action=rechercher&recherche="> <img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/> </a> <br /> <strong>num_nom :</strong> 49047<br /> <br /> <br /> <h2>Classification</h2> <table class="largeur-16"> <thead> <tr> <th > Taxons sup茅rieurs </th> <th class="vide" colspan="6"> </th> </tr> <tr> <th >Rang</th> <th>Nom scientifique</th> <th>Auteur</th> <th>Ann茅e</th> <th>R茅f茅rence bibliographique</th> <th>Pr茅sence</th> <th>Nom addendum</th> <th title="Identifiant num茅rique du nom scientifique">num_nom</th> </tr> </thead> <tbody> <tr> <td>Cladus (70)</td> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=101140">Plantae</a> </td> <td></td> <td></td> <td></td> <td> Absent (A) </td> <td></td> <td>101140</td> </tr> <tr> <td>Cladus (70)</td> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=102735">Plasmodesmophytes</a> </td> <td></td> <td></td> <td></td> <td> Pr茅sent (P) </td> <td></td> <td>102735</td> </tr> <tr> <td>Cladus (70)</td> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=102762">Embryophytes</a> </td> <td></td> <td></td> <td></td> <td> Pr茅sent (P) </td> <td></td> <td>102762</td> </tr> <tr> <td>Cladus (70)</td> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=102768">Stomatophytes</a> </td> <td></td> <td></td> <td></td> <td> Pr茅sent (P) </td> <td></td> <td>102768</td> </tr> <tr> <td>Cladus (70)</td> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=101137">Hemitracheophytes</a> </td> <td></td> <td></td> <td></td> <td> Pr茅sent (P) </td> <td></td> <td>101137</td> </tr> <tr> <td>Cladus (70)</td> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=87491">Tracheophytes</a> </td> <td></td> <td></td> <td></td> <td> Pr茅sent (P) </td> <td></td> <td>87491</td> </tr> <tr> <td>Cladus (70)</td> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=87521">Euphyllophytes</a> </td> <td></td> <td></td> <td></td> <td> Pr茅sent (P) </td> <td></td> <td>87521</td> </tr> <tr> <td>Cladus (70)</td> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=102795">Spermatophytes</a> </td> <td></td> <td></td> <td></td> <td> Pr茅sent (P) </td> <td></td> <td>102795</td> </tr> <tr> <td>Cladus (70)</td> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=101135">Angiospermes</a> </td> <td></td> <td></td> <td></td> <td> Pr茅sent (P) </td> <td></td> <td>101135</td> </tr> <tr> <td>Cladus (70)</td> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=101139">Monocotyledones</a> </td> <td></td> <td></td> <td></td> <td> Pr茅sent (P) </td> <td></td> <td>101139</td> </tr> <tr> <td>Cladus (70)</td> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=100969">Commelinidees</a> </td> <td></td> <td></td> <td></td> <td> Pr茅sent (P) </td> <td></td> <td>100969</td> </tr> <tr> <td>Ordre (140)</td> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=100977">Poales</a> </td> <td></td> <td></td> <td></td> <td> Pr茅sent (P) </td> <td></td> <td>100977</td> </tr> <tr> <td>Famille (180)</td> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=100898">Poaceae</a> </td> <td></td> <td></td> <td></td> <td> Pr茅sent (P) </td> <td></td> <td>100898</td> </tr> <tr> <td>Genre (220)</td> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=86983">Phragmites</a> </td> <td>Adans.</td> <td>1763</td> <td>Fam. Pl., 2 : 34</td> <td> Pr茅sent (P) </td> <td></td> <td>86983</td> </tr> </tbody> </table> <table class="largeur-16"> <thead> <tr> <th colspan="1"> Taxons inf茅rieurs <br /> ( 2 Sous-Esp猫ces ) </th> <th class="vide" colspan="6"> </th> </tr> <tr> <th colspan="1">Rang</th> <th>Nom scientifique</th> <th>Auteur</th> <th>Ann茅e</th> <th>R茅f茅rence bibliographique</th> <th>Pr茅sence</th> <th>Nom addendum</th> <th title="Identifiant num茅rique du nom scientifique">num_nom</th> </tr> </thead> <tbody> <tr> <td>Sous-Esp猫ce (320)</td> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=49049">Phragmites australis subsp. australis</a> </td> <td></td> <td></td> <td></td> <td> Pr茅sent (P) </td> <td></td> <td>49049</td> </tr> <tr> <td>Sous-Esp猫ce (320)</td> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=49050">Phragmites australis subsp. chrysanthus</a> </td> <td>(Mabille) Soj谩k</td> <td>1982</td> <td>Cas. N谩r. Mus. Odd. Prir., 150 (3-4) : 140</td> <td> Pr茅sent (P) </td> <td></td> <td>49050</td> </tr> </tbody> </table> <hr class="nettoyeur"/> </div> <div id="ref-ref-synonymie"> <h2>Synonymie</h2> <table class="largeur-16"> <thead> <tr> <th class="largeur-03">Nom scientifique</th> <th class="largeur-04">Auteur</th> <th class="largeur-01">Ann茅e</th> <th class="largeur-05">R茅f茅rence bibliographique</th> <th class="largeur-02">Nom addendum</th> <th class="largeur-01" title="Identifiant num茅rique du nom scientifique">num_nom du basionyme</th> <th class="largeur-01" title="Identifiant num茅rique du nom scientifique">num_nom</th> </tr> </thead> <tbody> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=7068">Arundo aggerum</a> </td> <td>Kitt.</td> <td>1863</td> <td>in Kanitz, Linnaea, 32 : 309</td> <td></td> <td></td> <td>7068</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=7079">Arundo australis</a> </td> <td>Cav.</td> <td>1799</td> <td>Anal. Cienc. Nat., 1 : 100</td> <td></td> <td>7079</td> <td>7079</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=7135">Arundo nigricans</a> </td> <td>(M茅rat) M茅rat</td> <td>1821</td> <td>Nouv. Fl. Env. Paris, 茅d. 2, 2 : 33</td> <td></td> <td>11940</td> <td>7135</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=7136">Arundo palustris</a> </td> <td>Salisb.</td> <td>1796</td> <td>Prodr. Stirp. Chap. Allerton, 24</td> <td>nom. illeg.</td> <td></td> <td>7136</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=7137">Arundo phragmites</a> </td> <td>L.</td> <td>1753</td> <td>Sp. Pl., 1 : 81</td> <td></td> <td>7137</td> <td>7137</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=79546">Arundo phragmites proles communis</a> </td> <td>(Rabenh.) P.Fourn.</td> <td></td> <td></td> <td></td> <td></td> <td>79546</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=7139">Arundo phragmites var. gracilis</a> </td> <td>M茅rat</td> <td>1812</td> <td>Nouv. Fl. Env. Paris, 茅d. 1 : 35</td> <td></td> <td></td> <td>7139</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=7140">Arundo phragmites var. nigricans</a> </td> <td>(M茅rat) Br茅b.</td> <td>1835</td> <td>Fl. Normandie, 茅d. 1 : 378</td> <td></td> <td>11940</td> <td>7140</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=7141">Arundo phragmites var. pumila</a> </td> <td>G.Mey.</td> <td>1824</td> <td>Hannover. Mag., 5 : 171</td> <td></td> <td></td> <td>7141</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=7142">Arundo phragmites var. rivularis</a> </td> <td>Griseb.</td> <td>1852</td> <td>in Ledeb., Fl. Ross., 4 : 394</td> <td></td> <td></td> <td>7142</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=7143">Arundo phragmites var. stolonifera</a> </td> <td>G.Mey.</td> <td>1824</td> <td>Hannover. Mag., 5 : 171</td> <td></td> <td>7143</td> <td>7143</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=7144">Arundo phragmites var. subuniflora</a> </td> <td>DC.</td> <td>1815</td> <td>in Lam. & DC., Fl. Fran莽., 茅d. 3, 5 : 263</td> <td></td> <td></td> <td>7144</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=7145">Arundo phragmites var. variegata</a> </td> <td>J.Lloyd</td> <td>1844</td> <td>Fl. Loire-Inf茅rieure, 301</td> <td></td> <td></td> <td>7145</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=7169">Arundo vallatoria</a> </td> <td>Gray</td> <td>1821</td> <td>Nat. Arr. Brit. Pl., 2 : 128</td> <td></td> <td></td> <td>7169</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=7173">Arundo vulgaris</a> </td> <td>Lam.</td> <td>1779</td> <td>Fl. Fr., 3 : 615</td> <td>nom. illeg. : a. phragmites l.</td> <td></td> <td>7173</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=7174">Arundo vulnerans</a> </td> <td>Gilib.</td> <td>1792</td> <td>Exercit. Phytol., 2 : 541</td> <td>nom. invalid.</td> <td></td> <td>7174</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=11940">Calamagrostis nigricans</a> </td> <td>M茅rat</td> <td>1812</td> <td>Nouv. Fl. Env. Paris, 茅d. 1 : 29</td> <td></td> <td>11940</td> <td>11940</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=14975">Cenchrus frutescens</a> </td> <td>L.</td> <td>1753</td> <td>Sp. Pl., 2 : 1050</td> <td></td> <td></td> <td>14975</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=20569">Cynodon phragmites</a> </td> <td>(L.) Raspail</td> <td>1825</td> <td>Ann. Sci. Nat. (Paris), s茅r. 1, 5 (1) : 302</td> <td></td> <td>7137</td> <td>20569</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=21097">Czernya arundinacea</a> </td> <td>C.Presl</td> <td>1820</td> <td>Cyp. Gram. Sic., 22</td> <td></td> <td></td> <td>21097</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=47205">Oxyanthe phragmites</a> </td> <td>(L.) Nieuwl.</td> <td>1914</td> <td>Amer. Midl. Naturalist, 3 : 332</td> <td></td> <td>7137</td> <td>47205</td> </tr> <tr class="nom_retenu"> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=49047">Phragmites australis</a> </td> <td>(Cav.) Trin. ex Steud.</td> <td>1840</td> <td>Nomencl. Bot., 茅d. 2, 1 : 143</td> <td></td> <td>7079</td> <td>49047</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=81058">Phragmites australis subsp. pseudodonax</a> </td> <td>(Rabenh.) Rauschert</td> <td>1982</td> <td>Feddes Repert., 93 (1/2) : 20</td> <td></td> <td>81057</td> <td>81058</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=49054">Phragmites berlandieri</a> </td> <td>E.Fourn.</td> <td>1877</td> <td>Bull. Soc. Bot. France, 24 : 178</td> <td></td> <td>49054</td> <td>49054</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=49058">Phragmites communis</a> </td> <td>Trin.</td> <td>1820</td> <td>Fund. Agrost., 134</td> <td></td> <td></td> <td>49058</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=49059">Phragmites communis proles humilis</a> </td> <td>(De Not.) Rouy</td> <td>1913</td> <td>Fl. Fr., 14 : 165</td> <td></td> <td>49093</td> <td>49059</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=49061">Phragmites communis proles stenophyllus</a> </td> <td>(Boiss.) Rouy</td> <td>1913</td> <td>Fl. Fr., 14 : 165</td> <td></td> <td>79805</td> <td>49061</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=49064">Phragmites communis subsp. flavescens</a> </td> <td>(Gaudin) K.Richt.</td> <td>1890</td> <td>Pl. Eur., 1 : 71</td> <td></td> <td>49076</td> <td>49064</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=49066">Phragmites communis subsp. humilis</a> </td> <td>(De Not.) Arcang.</td> <td>1882</td> <td>Comp. Fl. Ital., 767</td> <td></td> <td>49093</td> <td>49066</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=73622">Phragmites communis subsp. humilis</a> </td> <td>Nyman</td> <td>1882</td> <td>Consp. Fl. Eur., 798</td> <td></td> <td></td> <td>73622</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=49067">Phragmites communis subsp. maritima</a> </td> <td>(Mabille) K.Richt.</td> <td>1890</td> <td>Pl. Eur., 1 : 71</td> <td></td> <td>49096</td> <td>49067</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=49068">Phragmites communis subsp. marsillyanus</a> </td> <td>(Mabille) Cif. & Giacom.</td> <td>1950</td> <td>Nomencl. Fl. Ital., 1 : 33</td> <td></td> <td>49057</td> <td>49068</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=49069">Phragmites communis subsp. nigricans</a> </td> <td>(M茅rat) K.Richt.</td> <td>1890</td> <td>Pl. Eur., 1 : 71</td> <td></td> <td>11940</td> <td>49069</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=49070">Phragmites communis subsp. pseudodonax</a> </td> <td>(Rabenh.) Brand</td> <td>1907</td> <td>in Koch, Syn. Deutsch. Schweiz. Fl., 茅d. 3, 3 : 2720</td> <td></td> <td>81057</td> <td>49070</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=74378">Phragmites communis subsp. pseudodonax</a> </td> <td>(Rabenh.) Hegi</td> <td>1907</td> <td>Ill. Fl. Mitt.-Eur., 1 : 273</td> <td></td> <td>81057</td> <td>74378</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=49071">Phragmites communis subsp. stenophyllus</a> </td> <td>(Boiss.) K.Richt.</td> <td>1890</td> <td>Pl. Eur., 1 : 71</td> <td></td> <td>79805</td> <td>49071</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=49073">Phragmites communis var. berlandieri</a> </td> <td>(E.Fourn.) Fernald</td> <td>1932</td> <td>Rhodora, 34 : 211</td> <td></td> <td>49054</td> <td>49073</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=49075">Phragmites communis var. flavescens</a> </td> <td>Boiss.</td> <td>1845</td> <td>Voy. Bot. Midi Esp., 2 : 699</td> <td></td> <td></td> <td>49075</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=49076">Phragmites communis var. flavescens</a> </td> <td>Custer ex Gaudin</td> <td>1830</td> <td>Fl. Helv., 6 : 341</td> <td></td> <td>49076</td> <td>49076</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=49077">Phragmites communis var. maritima</a> </td> <td>(Mabille) Gaut.</td> <td>1898</td> <td>Catal. Rais. Fl. Pyr. Orient., 440</td> <td></td> <td>49096</td> <td>49077</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=49078">Phragmites communis var. minor</a> </td> <td>Tourlet</td> <td>1908</td> <td>Catal. Rais. Pl. Vasc. Indre-et-Loire, 558</td> <td></td> <td></td> <td>49078</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=49079">Phragmites communis var. minor</a> </td> <td>Le Gall</td> <td>1852</td> <td>Fl. Morbihan, 713</td> <td></td> <td></td> <td>49079</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=49080">Phragmites communis var. nana</a> </td> <td>G.Mey.</td> <td>1836</td> <td>Chloris Hannover., 650</td> <td>nom. illeg. : arundo phragmites var. pumila</td> <td></td> <td>49080</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=49081">Phragmites communis var. nigricans</a> </td> <td>(M茅rat) Br茅b.</td> <td>1849</td> <td>Fl. Normandie, 茅d. 2 : 307</td> <td></td> <td>11940</td> <td>49081</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=81057">Phragmites communis var. pseudodonax</a> </td> <td>Rabenh.</td> <td></td> <td></td> <td></td> <td>81057</td> <td>81057</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=49083">Phragmites communis var. repens</a> </td> <td>G.Mey.</td> <td>1836</td> <td>Chloris Hannover., 650</td> <td></td> <td></td> <td>49083</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=49085">Phragmites communis var. salina</a> </td> <td>J.T.Jansen & Wacht.</td> <td>1934</td> <td>Ned. Kruidk. Arch., 44 : fig. 4</td> <td></td> <td></td> <td>49085</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=79805">Phragmites communis var. stenophyllus</a> </td> <td>Boiss.</td> <td>1884</td> <td>Fl. Or., 5 : 560</td> <td></td> <td>79805</td> <td>79805</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=49086">Phragmites communis var. stolonifera</a> </td> <td>(G.Mey.) Schroet.</td> <td>1903</td> <td>Ber. Schweiz. Bot. Ges., 13 : 119</td> <td></td> <td>7143</td> <td>49086</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=49087">Phragmites communis var. subbiflora</a> </td> <td>Schur</td> <td>1866</td> <td>Enum. Pl. Transsilv., 742</td> <td>nom. illeg. : arundo phragmites var. uniflora dc.</td> <td></td> <td>49087</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=49088">Phragmites communis var. subuniflora</a> </td> <td>Boreau</td> <td>1840</td> <td>Fl. Centr. Fr., 茅d. 1, 2 : 534</td> <td></td> <td></td> <td>49088</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=49089">Phragmites communis var. uniflora</a> </td> <td>Mutel</td> <td>1837</td> <td>Fl. Fran莽., 4 : 45</td> <td></td> <td></td> <td>49089</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=49090">Phragmites communis var. variegata</a> </td> <td>Mutel</td> <td>1837</td> <td>Fl. Fran莽., 4 : 45</td> <td></td> <td></td> <td>49090</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=49091">Phragmites flavescens</a> </td> <td>(Gaudin) Hegetschw. & Heer</td> <td>1839</td> <td>Fl. Schweiz, 68</td> <td></td> <td>49076</td> <td>49091</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=49093">Phragmites humilis</a> </td> <td>De Not.</td> <td>1846</td> <td>Catal. Hort. Genuens., 1846 : 27</td> <td></td> <td>49093</td> <td>49093</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=49094">Phragmites longivalvis</a> </td> <td>Steud.</td> <td>1854</td> <td>Syn. Pl. Glum., 1 : 196</td> <td></td> <td></td> <td>49094</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=49096">Phragmites maritima</a> </td> <td>Mabille</td> <td>1869</td> <td>Rech. Pl. Corse, 2 : 42</td> <td></td> <td>49096</td> <td>49096</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=49097">Phragmites nakaiana</a> </td> <td>Honda</td> <td>1930</td> <td>J. Fac. Sci. Univ. Tokyo, Sect. 3, Bot., 3 : 118</td> <td></td> <td></td> <td>49097</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=49099">Phragmites pumila</a> </td> <td>Willk.</td> <td>1852</td> <td>Strand. und Steppengeb. Iter Habins., 157</td> <td></td> <td></td> <td>49099</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=49101">Phragmites splendens</a> </td> <td>Mabille</td> <td>1869</td> <td>Rech. Pl. Corse, 2 : 42</td> <td></td> <td></td> <td>49101</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=49102">Phragmites stenophylla</a> </td> <td>(Boiss.) Rouy ex Prain</td> <td>1921</td> <td>Ind. Kew., Suppl. 5 : 193</td> <td></td> <td>79805</td> <td>49102</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=49103">Phragmites vulgaris</a> </td> <td>Cr茅p.</td> <td>1866</td> <td>Man. Fl. Belg., 茅d. 2 : 345</td> <td></td> <td></td> <td>49103</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=55655">Reimaria diffusa</a> </td> <td>Spreng.</td> <td>1821</td> <td>Neue Entdeck., 3 : 14</td> <td></td> <td></td> <td>55655</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=63244">Sericura japonica</a> </td> <td>Steud.</td> <td>1846</td> <td>Flora, 29 : 20</td> <td></td> <td></td> <td>63244</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=68928">Trichoon karka</a> </td> <td>Roth</td> <td>1796</td> <td>in Roem., Arch. Bot. (Leipzig), 1 (1) : 37</td> <td>nom. illeg.</td> <td></td> <td>68928</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=68929">Trichoon phragmites</a> </td> <td>(L.) Rendle</td> <td>1899</td> <td>Cat. Afr. Pl. Welwitch, 2 (1) : 218</td> <td></td> <td>7137</td> <td>68929</td> </tr> <tr> <td> <a href="https://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom=73070">Xenochloa arundinacea</a> </td> <td>Roem. & Schult.</td> <td>1817</td> <td>Syst. Veg., 茅d. 15, 2 : 501</td> <td>nom. illeg.</td> <td></td> <td>73070</td> </tr> </tbody> </table> </div> <div id="ref-ref-note"> <h2>Chorologie</h2> <table class="largeur-09"> <thead> <tr> <th class="largeur-03 vide"> </th> <th class="largeur-02">France</th> <th class="largeur-02">Ga</th> <th class="largeur-02">Co</th> </tr> </thead> <tbody> <tr> <th>Pr茅sence</th> <td>Pr茅sent (P)</td> <td>Pr茅sent (P)</td> <td>Pr茅sent (P)</td> </tr> <tr> <th>Statut d'origine</th> <td>Natif ( (N)</td> <td> </td> <td> </td> </tr> <tr> <th>Statut d'introduction</th> <td>Non introduit (A)</td> <td> </td> <td> </td> </tr> <tr> <th>Statut de culture</th> <td> </td> <td> </td> <td> </td> </tr> </tbody> </table> <h2>Notes</h2> <h2>Compl茅ments</h2> <table class="largeur-16"> <tr> <th class="largeur-06">num_taxonomique</th> <td class="largeur-10">7063</td> </tr> <tr> <th class="largeur-06">type_synonymie</th> <td class="largeur-10"></td> </tr> <tr> <th class="largeur-06">doute_nom_valide</th> <td class="largeur-10"></td> </tr> <tr> <th class="largeur-06">hybride</th> <td class="largeur-10"></td> </tr> <tr> <th class="largeur-06">in_auteur</th> <td class="largeur-10"></td> </tr> <tr> <th class="largeur-06">statut</th> <td class="largeur-10">1</td> </tr> <tr> <th class="largeur-06">nom_complet</th> <td class="largeur-10">Phragmites australis (Cav.) Trin. ex Steud.</td> </tr> <tr> <th class="largeur-06">flores</th> <td class="largeur-10">4, 5, 6</td> </tr> <tr> <th class="largeur-06">etat_basionyme</th> <td class="largeur-10"></td> </tr> <tr> <th class="largeur-06">maj_modif</th> <td class="largeur-10">10/12/2023 21:53:31</td> </tr> <tr> <th class="largeur-06">maj_bb</th> <td class="largeur-10"></td> </tr> <tr> <th class="largeur-06">maj_creation</th> <td class="largeur-10"></td> </tr> <tr> <th class="largeur-06">classification</th> <td class="largeur-10">3</td> </tr> <tr> <th class="largeur-06">2n</th> <td class="largeur-10">36, 48 (idf), 54, 72, 84, 96 (midi)</td> </tr> <tr> <th class="largeur-06">comb_nomen</th> <td class="largeur-10"></td> </tr> <tr> <th class="largeur-06">corrections</th> <td class="largeur-10"></td> </tr> <tr> <th class="largeur-06">groupe</th> <td class="largeur-10"></td> </tr> <tr> <th class="largeur-06">flore_bonnier_num</th> <td class="largeur-10"></td> </tr> <tr> <th class="largeur-06">flore_bonnier_rem</th> <td class="largeur-10"></td> </tr> <tr> <th class="largeur-06">flore_cnrs_num</th> <td class="largeur-10">2370</td> </tr> <tr> <th class="largeur-06">flore_cnrs_rem</th> <td class="largeur-10">auteur: (Cav.) Trin. ex Steud.</td> </tr> <tr> <th class="largeur-06">flore_fe_num</th> <td class="largeur-10"></td> </tr> <tr> <th class="largeur-06">flore_fe_rem</th> <td class="largeur-10"></td> </tr> <tr> <th class="largeur-06">flore_coste_num</th> <td class="largeur-10"></td> </tr> <tr> <th class="largeur-06">flore_coste_rem</th> <td class="largeur-10"></td> </tr> <tr> <th class="largeur-06">flore_fh_num</th> <td class="largeur-10">2716</td> </tr> <tr> <th class="largeur-06">flore_fh_rem</th> <td class="largeur-10"></td> </tr> <tr> <th class="largeur-06">flore_fournier_num</th> <td class="largeur-10"></td> </tr> <tr> <th class="largeur-06">flore_fournier_rem</th> <td class="largeur-10"></td> </tr> <tr> <th class="largeur-06">typus</th> <td class="largeur-10"></td> </tr> <tr> <th class="largeur-06">num_meme_type</th> <td class="largeur-10">7079</td> </tr> <tr> <th class="largeur-06">flore_belge_ed5_page</th> <td class="largeur-10">0889 R</td> </tr> <tr> <th class="largeur-06">auteur_principal</th> <td class="largeur-10">Steud.</td> </tr> <tr> <th class="largeur-06">source_biblio_exclure</th> <td class="largeur-10"></td> </tr> <tr> <th class="largeur-06">cd_nom</th> <td class="largeur-10">113260</td> </tr> <tr> <th class="largeur-06">flore_fg_num</th> <td class="largeur-10">0268r</td> </tr> <tr> <th class="largeur-06">source_biblio</th> <td class="largeur-10"> </td> </tr> <tr> <th class="largeur-06">famille</th> <td class="largeur-10">Poaceae</td> </tr> </table> </div> <div id="ref-ref-legende"> <h2>L茅gende</h2> <p> <img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="Ic么ne lancer recherche"/> : en cliquant sur cette ic么ne, vous relancerez une recherche avec pour motif de recherche la valeur du champ o霉 elle se trouve. </p> <p> <img src="./interfaces/squelettes/css/referentiel/images/aide.png" alt="Ic么ne aide contextuelle" /> : en survolant cette ic么ne 脿 l'aide de la souris, vous afficherez un message d'aide contextuel. </p> <h2>Informations</h2> <p> Lorsqu'un nom latin appara卯t <strong>en gras</strong> dans la fiche, c'est qu'il correspond au nom retenu. </p> </div> <div id="ref-ref-mail"> <form method="post" enctype="text/plain" action="mailto:referentiels@tela-botanica.org?subject=Modification de Phragmites australis (49047)"> <div class="fm-opt"> <span> <label for="email" >E-mail :</label> <input name="email" id="email" size="30" /> </span> <span class="droite"> <label for="date">Date :</label> <input name="date" id="date" size="8" value="9-1-2025" /> </span> </div><br /> <div class="fm-opt"> <span> <label for="nom_sci" >Nom scientifique :</label> <input name="nom_sci" id="nom_sci" size="30" value="Phragmites australis" /> </span> <span class="droite"> <label for="num_nom" >Num_nom :</label> <input name="num_nom" id="num_nom" size="8" value="49047" /> </span> </div><br /> <div class="fm-opt"> <label for="champs" >Champ(s) concern茅(s) :</label> <input name="champs" id="champs" class="champs" /> </div><div class="fm-opt"><br /> <label for="motif" >Motif de la correction ou de l'addition :</label> <textarea name="motif" id="motif" rows="5" cols="63"></textarea> </div><div class="fm-opt"> <label for="modif" >Modification propos茅e :</label> <textarea name="modifications" id="modif" rows="2" cols="63"></textarea> </div><div class="fm-opt"> <label for="ref" >R茅f茅rences publications et/ou herbiers :</label> <textarea name="references" id="ref" rows="2" cols="63"></textarea> </div><div class="fm-opt"> <label for="obs" >Observations autres auteurs :</label> <textarea name="observations" id="obs" rows="2" cols="63"></textarea> </div><br /><br /> <div class="valid"> <input type="submit" value="Envoyer" /> <input type="reset" value="Effacer" /> </div> </form> </div> </div> <!-- REF - FIN FICHE TAXON --> </div> <div id="pied_texte"> </div> </div> <div> </div> <div id="zone-pied"> <p> ©<a href="http://www.tela-botanica.org/" accesskey="1">Tela Botanica</a> / 2000-2025 - Le r茅seau des Botanistes Francophones</p> <script type="text/javascript" src="https://www.google-analytics.com/ga.js"> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-42874437-1', 'tela-botanica.org'); ga('send', 'pageview'); </script> </div> </div> </div> </body> </html>