Line 1... |
Line 1... |
1 |
; Version du référentiel servant de base aux informations ci-dessous
|
1 |
; Version du référentiel servant de base aux informations ci-dessous
|
2 |
version = 4.3
|
2 |
version = 4.3
|
3 |
; Extension fichier ref
|
3 |
; Extension fichier ref
|
4 |
ext_fichier_bdnt = "_ref.txt"
|
4 |
suffixe_bdnt = "_ref"
|
5 |
; Extension fichier meta
|
5 |
; Extension fichier meta
|
6 |
ext_fichier_meta = "_meta.txt"
|
6 |
suffixe_meta = "_meta"
|
7 |
; Extension fichier diff
|
7 |
; Extension fichier diff
|
- |
|
8 |
suffixe_diff = "_diff"
|
- |
|
9 |
; Extension fichier export
|
8 |
ext_fichier_diff = "_diff.txt"
|
10 |
ext_fichier = ".txt"
|
- |
|
11 |
; Suffixe pour les fichiers partiel (Taxref)
|
- |
|
12 |
suffixe_partiel = "_taxref"
|
- |
|
13 |
; Notes ajoutée à l'édition partielle
|
- |
|
14 |
notes_partiel = "Édition Taxref."
|
9 |
; Noms des champs de la bdnt
|
15 |
; Noms des champs de la bdnt
|
10 |
champs = "num_nom,num_nom_retenu,num_tax_sup,rang,nom_sci,nom_supra_generique,genre,epithete_infra_generique,epithete_sp,type_epithete,epithete_infra_sp,cultivar_groupe,cultivar,nom_commercial,auteur,annee,biblio_origine,notes,nom_addendum,homonyme,num_type,basionyme,synonyme_proparte,synonyme_douteux,synonyme_mal_applique,synonyme_orthographique,hybride_parent_01,hybride_parent_01_notes,hybride_parent_02,hybride_parent_02_notes,nom_francais,presence,statut_origine,statut_introduction,statut_culture,exclure_taxref"
|
16 |
champs = "num_nom,num_nom_retenu,num_tax_sup,rang,nom_sci,nom_supra_generique,genre,epithete_infra_generique,epithete_sp,type_epithete,epithete_infra_sp,cultivar_groupe,cultivar,nom_commercial,auteur,annee,biblio_origine,notes,nom_addendum,homonyme,basionyme,synonyme_proparte,synonyme_douteux,synonyme_mal_applique,synonyme_orthographique,hybride_parent_01,hybride_parent_01_notes,hybride_parent_02,hybride_parent_02_notes,nom_francais,presence,statut_origine,statut_introduction,statut_culture,exclure_taxref"
|
11 |
; Noms des champs de la bdnt partielles
|
17 |
; Noms des champs de la bdnt partielles
|
12 |
champs_partiel = "num_nom,num_nom_retenu,num_tax_sup,rang,nom_sci,auteur,annee,biblio_origine,nom_addendum,nom_francais,presence,presence_Co,presence_Ga,statut_origine,statut_introduction,statut_culture"
|
18 |
champs_partiel = "num_nom,num_nom_retenu,num_tax_sup,rang,nom_sci,auteur,annee,biblio_origine,nom_addendum,nom_francais,presence,presence_Co,presence_Ga,statut_origine,statut_introduction,statut_culture"
|
13 |
; Noms des champs du diff de la bdnt
|
19 |
; Noms des champs du diff de la bdnt
|
14 |
champs_diff = "modification_type,modification_type_1,modification_type_2,modification_type_3"
|
20 |
champs_diff = "modification_type,modification_type_1,modification_type_2,modification_type_3"
|
- |
|
21 |
; Noms des champs Taxref
|
- |
|
22 |
champs_taxref = "taxref_rang,taxref_statut"
|
15 |
; Noms, types et nombre de caractères des champs
|
23 |
; Noms, types et nombre de caractères des champs
|
16 |
champs_type = "num_nom=INT|9,
|
24 |
champs_type = "num_nom=INT|9,
|
17 |
num_nom_retenu=VARCHAR|9,
|
25 |
num_nom_retenu=VARCHAR|9,
|
18 |
num_tax_sup=VARCHAR|9,
|
26 |
num_tax_sup=VARCHAR|9,
|
19 |
rang=INT|4,
|
27 |
rang=INT|4,
|
Line 31... |
Line 39... |
31 |
annee=VARCHAR|4,
|
39 |
annee=VARCHAR|4,
|
32 |
biblio_origine=VARCHAR|500,
|
40 |
biblio_origine=VARCHAR|500,
|
33 |
notes=TEXT|65536,
|
41 |
notes=TEXT|65536,
|
34 |
nom_addendum=VARCHAR|500,
|
42 |
nom_addendum=VARCHAR|500,
|
35 |
homonyme=VARCHAR|1,
|
43 |
homonyme=VARCHAR|1,
|
36 |
num_type=VARCHAR|9,
|
- |
|
37 |
basionyme=VARCHAR|9,
|
44 |
basionyme=VARCHAR|9,
|
38 |
synonyme_proparte=VARCHAR|100,
|
45 |
synonyme_proparte=VARCHAR|100,
|
39 |
synonyme_douteux=VARCHAR|1,
|
46 |
synonyme_douteux=VARCHAR|1,
|
40 |
synonyme_mal_applique=VARCHAR|1,
|
47 |
synonyme_mal_applique=VARCHAR|1,
|
41 |
synonyme_orthographique=VARCHAR|9,
|
48 |
synonyme_orthographique=VARCHAR|9,
|
Line 68... |
Line 75... |
68 |
annee=3,
|
75 |
annee=3,
|
69 |
biblio_origine=3,
|
76 |
biblio_origine=3,
|
70 |
notes=3,
|
77 |
notes=3,
|
71 |
nom_addendum=3,
|
78 |
nom_addendum=3,
|
72 |
homonyme=3,
|
79 |
homonyme=3,
|
73 |
num_type=3,
|
- |
|
74 |
basionyme=3,
|
80 |
basionyme=3,
|
75 |
synonyme_proparte=3,
|
81 |
synonyme_proparte=3,
|
76 |
synonyme_douteux=3,
|
82 |
synonyme_douteux=3,
|
77 |
synonyme_mal_applique=3,
|
83 |
synonyme_mal_applique=3,
|
78 |
synonyme_orthographique=3,
|
84 |
synonyme_orthographique=3,
|
Line 86... |
Line 92... |
86 |
statut_origine=3,
|
92 |
statut_origine=3,
|
87 |
statut_introduction=3,
|
93 |
statut_introduction=3,
|
88 |
statut_culture=3,
|
94 |
statut_culture=3,
|
89 |
exclure_taxref=3"
|
95 |
exclure_taxref=3"
|
90 |
; Valeurs numériques des rangs
|
96 |
; Valeurs numériques des rangs
|
- |
|
97 |
rangs = "10,20,30,33,36,40,42,45,47,50,53,56,60,70,80,90,100,110,120,130,140,150,160,170,180,190,193,196,200,210,215,220,230,235,240,250,260,270,275,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430"
|
- |
|
98 |
; Correspondance Rang BDNT/Taxref (Format : code_numerique_rang_bdnt:code_taxref)
|
91 |
rangs = "10,20,30,33,36,40,42,45,47,50,53,56,60,70,80,90,100,110,120,130,140,150,160,170,180,190,193,196,200,210,215,220,230,235,240,250,260,270,275,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440"
|
99 |
rangs_bdnt_taxref = "10:SPRG,20:KD,30:SSRG,33:?,36:?,40:PH,42:SBPH,45:IFPH,47:?,50:DV,53:?,56:?,60:SPCL,70:CLAD,80:CL,90:SBCL,100:IFCL,110:LEG,120:SPOR,130:COH,140:OR,150:SBOR,160:IFOR,170:SPFM,180:FM,190:SBFM,193:?,196:?,200:TR,210:SSTR,215:?,220:GN,230:SSGN,235:?,240:SC,250:SBSC,260:SER,270:SSER,275:?,280:AGES,290:ES,300:SMES,310:MES,320:SSES,330:?,340:VAR,350:SVAR,360:FO,370:SSFO,380:FOES,390:LIN,400:CLO,410:RACE,420:MO,430:AB,440:CAR"
|
92 |
; Valeur numérique indiquant le rang du genre
|
100 |
; Valeur numérique indiquant le rang du genre
|
93 |
rang_genre="220"
|
101 |
rang_genre="220"
|
94 |
; Valeur numérique indiquant le rang de l'espèce
|
102 |
; Valeur numérique indiquant le rang de l'espèce
|
95 |
rang_sp="290"
|
103 |
rang_sp="290"
|
96 |
; Signification des valeurs numériques des rangs
|
104 |
; Signification des valeurs numériques des rangs
|
Line 146... |
Line 154... |
146 |
380=Forma species,
|
154 |
380=Forma species,
|
147 |
390=Linea,
|
155 |
390=Linea,
|
148 |
400=Clône,
|
156 |
400=Clône,
|
149 |
410=Race/prole,
|
157 |
410=Race/prole,
|
150 |
420=Morpha,
|
158 |
420=Morpha,
|
151 |
430=Abberatio,
|
159 |
430=Abberatio"
|
152 |
440=Cultivar"
|
- |
|
Line 153... |
Line 160... |
153 |
|
160 |
|
154 |
; TOUTES LES LISTES séparées par | sont insérées dans la regexp suivante : /^(?:$liste)$/ VOUS DEVEZ SI NÉCESSAIRE
|
161 |
; TOUTES LES LISTES séparées par | sont insérées dans la regexp suivante : /^(?:$liste)$/ VOUS DEVEZ SI NÉCESSAIRE
|
155 |
; ANTISLASHER LES CARACTÈRES : . \ + * ? [ ^ ] $ ( ) { } = ! < > : -
|
162 |
; ANTISLASHER LES CARACTÈRES : . \ + * ? [ ^ ] $ ( ) { } = ! < > : -
|
156 |
; Liste de types d'épithète à rejeter. Séparation : ,. Insenssible à la casse.
|
163 |
; Liste de types d'épithète à rejeter. Séparation : ,. Insenssible à la casse.
|
Line 177... |
Line 184... |
177 |
; signification code PSDECA
|
184 |
; signification code PSDECA
|
178 |
presence = "P=Présent,
|
185 |
presence = "P=Présent,
|
179 |
S=Supposé présent (présence à confirmer),
|
186 |
S=Supposé présent (présence à confirmer),
|
180 |
D=Présence douteuse,
|
187 |
D=Présence douteuse,
|
181 |
E=Éteint,
|
188 |
E=Éteint,
|
182 |
F=Cité par erreur comme présent,
|
189 |
C=Cité par erreur comme présent,
|
183 |
A=Absent,
|
190 |
A=Absent,
|
184 |
=Pas d'information,
|
191 |
=Pas d'information,
|
185 |
-=Autre statut de présence,
|
192 |
-=Autre statut de présence,
|
186 |
E-W=Disparu,
|
193 |
E-W=Disparu,
|
187 |
P-B=Présence accidentelle (Taxon « visiteur »),
|
194 |
P-B=Présence accidentelle (Taxon « visiteur »),
|
Line 191... |
Line 198... |
191 |
; signification code NSDECAX
|
198 |
; signification code NSDECAX
|
192 |
statuts_origine = "N=Natif,
|
199 |
statuts_origine = "N=Natif,
|
193 |
S=Supposé natif,
|
200 |
S=Supposé natif,
|
194 |
D=Origine douteuse,
|
201 |
D=Origine douteuse,
|
195 |
E=Anciennement natif (éteint),
|
202 |
E=Anciennement natif (éteint),
|
196 |
F=Cité par erreur comme natif,
|
203 |
C=Cité par erreur comme natif,
|
197 |
A=Non natif,
|
204 |
A=Non natif,
|
198 |
=Pas d'information,
|
205 |
=Pas d'information,
|
199 |
X=Inapplicable,
|
206 |
X=Inapplicable,
|
200 |
-=Autre statut d'origine,
|
207 |
-=Autre statut d'origine,
|
201 |
N-E=Endémique,
|
208 |
N-E=Endémique,
|
Line 207... |
Line 214... |
207 |
; signification code ISDECAX
|
214 |
; signification code ISDECAX
|
208 |
statuts_introduction = "I=Introduit,
|
215 |
statuts_introduction = "I=Introduit,
|
209 |
S=Supposé introduit,
|
216 |
S=Supposé introduit,
|
210 |
D=Introduction douteuse,
|
217 |
D=Introduction douteuse,
|
211 |
E=Anciennement introduit (éteint),
|
218 |
E=Anciennement introduit (éteint),
|
212 |
F=Cité par erreur comme introduit,
|
219 |
C=Cité par erreur comme introduit,
|
213 |
A=Non introduit,
|
220 |
A=Non introduit,
|
214 |
=Pas d'information,
|
221 |
=Pas d'information,
|
215 |
X=Inapplicable,
|
222 |
X=Inapplicable,
|
216 |
-=Autre notion d'introduction,
|
223 |
-=Autre notion d'introduction,
|
217 |
I-J=Introduit envahissant,
|
224 |
I-J=Introduit envahissant,
|
Line 223... |
Line 230... |
223 |
statuts_culture = "C=Cultivé en extérieur,
|
230 |
statuts_culture = "C=Cultivé en extérieur,
|
224 |
I=Cultivé en intérieur,
|
231 |
I=Cultivé en intérieur,
|
225 |
S=Supposé cultivé,
|
232 |
S=Supposé cultivé,
|
226 |
D=Culture douteuse,
|
233 |
D=Culture douteuse,
|
227 |
E=Anciennement cultivé (éteint),
|
234 |
E=Anciennement cultivé (éteint),
|
228 |
F=Cité par erreur comme cultivé,
|
235 |
C=Cité par erreur comme cultivé,
|
229 |
=Pas d'information,
|
236 |
=Pas d'information,
|
230 |
X=Inapplicable,
|
237 |
X=Inapplicable,
|
231 |
-=Autre notion de culture,
|
238 |
-=Autre notion de culture"
|
- |
|
239 |
; Correspondance entre les codes de statut de Taxref et les champs et code de statut des BDNT (Format : code_taxref=nom_champ_bdnt:code_statut_bdnt)
|
232 |
A=Non cultivé"
|
240 |
statuts_bdnt_taxref = "P=presence:P,A=presence:A,D=presence:D,X=presence:E,B=presence:P-B,W=presence:E-W,F=presence:E-F,C=statut_origine:S-C,E=statut_origine:N-E,S=statut_origine:N-S,Z=statut_origine:E-Z,I=statut_introduction:I,J=statut_introduction:I-J,M=statut_introduction:I-M,Y=statut_introduction:E"
|
Line 233... |
Line 241... |
233 |
|
241 |
|
234 |
; MÉTADONNÉES
|
242 |
; MÉTADONNÉES
|
235 |
; Liste des domaines géographiques
|
243 |
; Liste des domaines géographiques
|
236 |
domaine_geo="France métro & Corse;Océan Indien;Martinique;Guadeloupe;Guyane;Nouvelle-Calédonie;Polynésie française;St Martin & St Barth;St Pierre et Miquelon;Terres Australes"
|
244 |
domaine_geo="France métro & Corse;Océan Indien;Martinique;Guadeloupe;Guyane;Nouvelle-Calédonie;Polynésie française;St Martin & St Barth;St Pierre et Miquelon;Terres Australes"
|