209 |
delphine |
1 |
; Version du référentiel servant de base aux informations ci-dessous
|
211 |
jpm |
2 |
version = 4.3
|
209 |
delphine |
3 |
; Extension fichier ref
|
|
|
4 |
ext_fichier_bdnt = "_ref.txt"
|
|
|
5 |
; Extension fichier meta
|
|
|
6 |
ext_fichier_meta = "_meta.txt"
|
|
|
7 |
; Extension fichier diff
|
|
|
8 |
ext_fichier_diff = "_diff.txt"
|
|
|
9 |
; 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"
|
|
|
11 |
; 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"
|
|
|
13 |
; Noms des champs du diff de la bdnt
|
|
|
14 |
champs_diff = "modification_type,modification_type_1,modification_type_2,modification_type_3"
|
|
|
15 |
; Noms, types et nombre de caractères des champs
|
|
|
16 |
champs_type = "num_nom=INT|9,
|
|
|
17 |
num_nom_retenu=VARCHAR|9,
|
|
|
18 |
num_tax_sup=VARCHAR|9,
|
|
|
19 |
rang=INT|4,
|
|
|
20 |
nom_sci=VARCHAR|500,
|
|
|
21 |
nom_supra_generique=VARCHAR|100,
|
|
|
22 |
genre=VARCHAR|100,
|
|
|
23 |
epithete_infra_generique=VARCHAR|100,
|
|
|
24 |
epithete_sp=VARCHAR|100,
|
|
|
25 |
type_epithete=VARCHAR|100,
|
|
|
26 |
epithete_infra_sp=VARCHAR|100,
|
|
|
27 |
cultivar_groupe=VARCHAR|100,
|
|
|
28 |
cultivar=VARCHAR|100,
|
|
|
29 |
nom_commercial=VARCHAR|100,
|
|
|
30 |
auteur=VARCHAR|100,
|
|
|
31 |
annee=VARCHAR|4,
|
|
|
32 |
biblio_origine=VARCHAR|500,
|
|
|
33 |
notes=TEXT|65536,
|
|
|
34 |
nom_addendum=VARCHAR|500,
|
|
|
35 |
homonyme=VARCHAR|1,
|
|
|
36 |
num_type=VARCHAR|9,
|
|
|
37 |
basionyme=VARCHAR|9,
|
|
|
38 |
synonyme_proparte=VARCHAR|100,
|
|
|
39 |
synonyme_douteux=VARCHAR|1,
|
|
|
40 |
synonyme_mal_applique=VARCHAR|1,
|
|
|
41 |
synonyme_orthographique=VARCHAR|9,
|
|
|
42 |
hybride_parent_01=VARCHAR|9,
|
|
|
43 |
hybride_parent_01_notes=TEXT|65536,
|
|
|
44 |
hybride_parent_02=VARCHAR|9,
|
|
|
45 |
hybride_parent_02_notes=TEXT|65536,
|
|
|
46 |
nom_francais=VARCHAR|500,
|
|
|
47 |
presence=VARCHAR|100,
|
|
|
48 |
statut_origine=VARCHAR|100,
|
|
|
49 |
statut_introduction=VARCHAR|100,
|
|
|
50 |
statut_culture=VARCHAR|100,
|
|
|
51 |
exclure_taxref=INT|1"
|
|
|
52 |
; Classement des champs dans les différentes classes de modification
|
|
|
53 |
champs_diff_type = "num_nom=1,
|
|
|
54 |
num_nom_retenu=1,
|
|
|
55 |
num_tax_sup=1,
|
|
|
56 |
rang=1,
|
|
|
57 |
nom_sci=2,
|
|
|
58 |
nom_supra_generique=2,
|
|
|
59 |
genre=2,
|
|
|
60 |
epithete_infra_generique=2,
|
|
|
61 |
epithete_sp=2,
|
|
|
62 |
type_epithete=2,
|
|
|
63 |
epithete_infra_sp=2,
|
|
|
64 |
cultivar_groupe=2,
|
|
|
65 |
cultivar=2,
|
|
|
66 |
nom_commercial=2,
|
|
|
67 |
auteur=3,
|
|
|
68 |
annee=3,
|
|
|
69 |
biblio_origine=3,
|
|
|
70 |
notes=3,
|
|
|
71 |
nom_addendum=3,
|
|
|
72 |
homonyme=3,
|
211 |
jpm |
73 |
num_type=3,
|
209 |
delphine |
74 |
basionyme=3,
|
|
|
75 |
synonyme_proparte=3,
|
|
|
76 |
synonyme_douteux=3,
|
|
|
77 |
synonyme_mal_applique=3,
|
|
|
78 |
synonyme_orthographique=3,
|
|
|
79 |
biblio_statut=3,
|
|
|
80 |
hybride_parent_01=3,
|
|
|
81 |
hybride_parent_01_notes=3,
|
|
|
82 |
hybride_parent_02=3,
|
|
|
83 |
hybride_parent_02_notes=3,
|
|
|
84 |
nom_francais=3,
|
|
|
85 |
presence=3,
|
|
|
86 |
statut_origine=3,
|
|
|
87 |
statut_introduction=3,
|
|
|
88 |
statut_culture=3,
|
|
|
89 |
exclure_taxref=3"
|
|
|
90 |
; Valeurs numériques des rangs
|
|
|
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"
|
|
|
92 |
; Valeur numérique indiquant le rang du genre
|
|
|
93 |
rang_genre="220"
|
|
|
94 |
; Valeur numérique indiquant le rang de l'espèce
|
|
|
95 |
rang_sp="290"
|
|
|
96 |
; Signification des valeurs numériques des rangs
|
|
|
97 |
signification_rang = "10=Super-Règne,
|
|
|
98 |
20=Règne,
|
|
|
99 |
30=Sous-Règne,
|
|
|
100 |
33=Infra-Règne,
|
|
|
101 |
36=Super-Phylum,
|
|
|
102 |
40=Phylum,
|
|
|
103 |
42=Sous-Phylum,
|
|
|
104 |
45=Infra-Phylum,
|
|
|
105 |
47=Super-Division,
|
|
|
106 |
50=Division,
|
|
|
107 |
53=Sous-Division,
|
|
|
108 |
56=Infra-Division,
|
|
|
109 |
60=Super-Classe,
|
|
|
110 |
70=Cladus,
|
|
|
111 |
80=Classe,
|
|
|
112 |
90=Sous-Classe,
|
|
|
113 |
100=Infra-classe,
|
|
|
114 |
110=Legio,
|
|
|
115 |
120=Super-Ordre,
|
|
|
116 |
130=Cohorte,
|
|
|
117 |
140=Ordre,
|
|
|
118 |
150=Sous-Ordre,
|
|
|
119 |
160=Infra-Ordre infra-ordo,
|
|
|
120 |
170=Super-Famille,
|
|
|
121 |
180=Famille,
|
|
|
122 |
190=Sous-Famille,
|
|
|
123 |
193=Infra-Famille,
|
|
|
124 |
196=Super-Tribu,
|
|
|
125 |
200=Tribu,
|
|
|
126 |
210=Sous-Tribu,
|
|
|
127 |
215=Infra-Tribu,
|
|
|
128 |
220=Genre,
|
|
|
129 |
230=Sous-Genre,
|
|
|
130 |
235=Infra-Genre,
|
|
|
131 |
240=Section,
|
|
|
132 |
250=Sous-Section,
|
|
|
133 |
260=Série,
|
|
|
134 |
270=Sous-Série,
|
|
|
135 |
275=Groupe,
|
|
|
136 |
280=Agrégat,
|
|
|
137 |
290=Espèce,
|
|
|
138 |
300=Semi-Espèce,
|
|
|
139 |
310=Micro-Espèce,
|
|
|
140 |
320=Sous-Espèce,
|
|
|
141 |
330=Infra-Espèce,
|
|
|
142 |
340=Variété,
|
|
|
143 |
350=Sous-Variété,
|
|
|
144 |
360=Forme,
|
|
|
145 |
370=Sous-Forme,
|
|
|
146 |
380=Forma species,
|
|
|
147 |
390=Linea,
|
|
|
148 |
400=Clône,
|
|
|
149 |
410=Race/prole,
|
|
|
150 |
420=Morpha,
|
|
|
151 |
430=Abberatio,
|
|
|
152 |
440=Cultivar"
|
|
|
153 |
|
|
|
154 |
; 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 : . \ + * ? [ ^ ] $ ( ) { } = ! < > : -
|
|
|
156 |
; Liste de types d'épithète à rejeter. Séparation : ,. Insenssible à la casse.
|
|
|
157 |
type_epithete_rejetes="cv[.]?|convar[.]?"
|
|
|
158 |
; Liste de mots de noms de cultivar qui doivent être rejetés. Séparation : |. Inssensible à la casse.
|
|
|
159 |
cultivar_mots_rejetes="cv[.]?|convar[.]?"
|
|
|
160 |
; Liste de noms de cultivar acceptés faisant exception à la règle de la majuscule pour la 1ère lettre de chaque mot. Séparation : |. Senssible à la casse.
|
|
|
161 |
cultivar_acceptes="s-Hertogenbosch|IJsselham"
|
|
|
162 |
; Liste de mots de noms de groupe de cultivar qui doivent être rejetés. Séparation : |. Inssensible à la casse.
|
|
|
163 |
cultivar_gp_mots_rejetes="gp|grex|group|gruppe|groupe|grupo|gruppen"
|
|
|
164 |
; Liste de mots de noms de groupe de cultivar à accepter. Séparation : |. Senssible à la casse.
|
|
|
165 |
cultivar_gp_mots_acceptes="gx"
|
|
|
166 |
; Liste de noms de groupe de cultivar à accepter. Séparation : |. Senssible à la casse.
|
|
|
167 |
cultivar_gp_acceptes=""
|
|
|
168 |
;Liste des mots mineurs (conjonctions et prépositions). Séparation : |. Sensible à la casse.
|
|
|
169 |
mots_mineurs = "mais|ou|et|donc|or|ni|car|and|but|or|nor|de|à|pour|en|dans|avec|sur|par|sans|of|to|in|for|with|on"
|
|
|
170 |
; Liste des intitulés auteur faisant exception aux règles mais acceptés. Séparation : |
|
|
|
171 |
auteur_acceptes=""
|
|
|
172 |
; Liste des mots composant un intitulés auteur qui sont rejetés. Séparation : |
|
|
|
173 |
auteur_mots_rejetes="et|and|[(]?(?:p\.){2}[)]?"
|
|
|
174 |
|
|
|
175 |
; Liste des codes de présence
|
|
|
176 |
codes_presence = "PSDECA"
|
|
|
177 |
; signification code PSDECA
|
|
|
178 |
presence = "P=Présent,
|
|
|
179 |
S=Supposé présent (présence à confirmer),
|
|
|
180 |
D=Présence douteuse,
|
|
|
181 |
E=Éteint,
|
|
|
182 |
F=Cité par erreur comme présent,
|
|
|
183 |
A=Absent,
|
|
|
184 |
=Pas d'information,
|
|
|
185 |
-=Autre statut de présence,
|
|
|
186 |
E-W=Disparu,
|
|
|
187 |
P-B=Présence accidentelle (Taxon « visiteur »),
|
|
|
188 |
E-F=Trouvé en fouille"
|
|
|
189 |
; Liste des statuts d'origine
|
|
|
190 |
codes_statuts_origine = "NSDECAX"
|
|
|
191 |
; signification code NSDECAX
|
|
|
192 |
statuts_origine = "N=Natif,
|
|
|
193 |
S=Supposé natif,
|
|
|
194 |
D=Origine douteuse,
|
|
|
195 |
E=Anciennement natif (éteint),
|
|
|
196 |
F=Cité par erreur comme natif,
|
|
|
197 |
A=Non natif,
|
|
|
198 |
=Pas d'information,
|
|
|
199 |
X=Inapplicable,
|
|
|
200 |
-=Autre statut d'origine,
|
|
|
201 |
N-E=Endémique,
|
|
|
202 |
N-S=Sub-Endémique,
|
|
|
203 |
E-Z=Endémique éteinte,
|
|
|
204 |
S-C=Supposé natif cryptogène"
|
|
|
205 |
; Liste des statuts d'introduction
|
|
|
206 |
codes_statuts_introduction = "ISDECAX"
|
|
|
207 |
; signification code ISDECAX
|
|
|
208 |
statuts_introduction = "I=Introduit,
|
|
|
209 |
S=Supposé introduit,
|
|
|
210 |
D=Introduction douteuse,
|
|
|
211 |
E=Anciennement introduit (éteint),
|
|
|
212 |
F=Cité par erreur comme introduit,
|
|
|
213 |
A=Non introduit,
|
|
|
214 |
=Pas d'information,
|
|
|
215 |
X=Inapplicable,
|
|
|
216 |
-=Autre notion d'introduction,
|
|
|
217 |
I-J=Introduit envahissant,
|
|
|
218 |
I-M=Domestique / Introduit non établi,
|
|
|
219 |
S-C=Supposé introduit cryptogène"
|
|
|
220 |
; Liste des statuts de culture
|
|
|
221 |
codes_statuts_culture = "CISDECX"
|
|
|
222 |
; signification code CISDECX
|
|
|
223 |
statuts_culture = "C=Cultivé en extérieur,
|
|
|
224 |
I=Cultivé en intérieur,
|
|
|
225 |
S=Supposé cultivé,
|
|
|
226 |
D=Culture douteuse,
|
|
|
227 |
E=Anciennement cultivé (éteint),
|
|
|
228 |
F=Cité par erreur comme cultivé,
|
|
|
229 |
=Pas d'information,
|
|
|
230 |
X=Inapplicable,
|
|
|
231 |
-=Autre notion de culture,
|
|
|
232 |
A=Non cultivé"
|
|
|
233 |
|
|
|
234 |
; MÉTADONNÉES
|
|
|
235 |
; 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"
|
|
|
237 |
; Liste des domaines taxonomiques
|
|
|
238 |
domaine_taxo="Trachéophytes;Bryophytes;Champignons;Lichens;Algues"
|
|
|
239 |
; Liste des codes de nomenclatures
|
|
|
240 |
domaine_code="CINB;CINPC"
|
|
|
241 |
; Liste des licences proposées pour les référentiels
|
|
|
242 |
licences="Attribution 2.0 France <http://creativecommons.org/licenses/by/2.0/fr/>;Attribution-NonCommercial 2.0 France <http://creativecommons.org/licenses/by-nc/2.0/fr/>;Attribution-NonCommercial-NoDerivs 2.0 France <http://creativecommons.org/licenses/by-nc-nd/2.0/fr/>;Attribution-NonCommercial-ShareAlike 2.0 France <http://creativecommons.org/licenses/by-nc-sa/2.0/fr/>;Attribution-NoDerivs 2.0 France <http://creativecommons.org/licenses/by-nd/2.0/fr/>;Attribution-ShareAlike 2.0 France <http://creativecommons.org/licenses/by-sa/2.0/fr/>"
|