Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <_setDefault id="-1">
4
        <source_id><source><shortname>UNCC</shortname></source></source_id>
5
        <path>
6
            <_simplifyPath>
7
                <next>parent_id</next>
8
                <path>
9
                    <location>
10
                        <authorlocationcode>
11
                            <_join>
12
                                <1>UNCC</1>
13
                                <3>$accession</3>
14
                            </_join>
15
                        </authorlocationcode>
16
                        <iscultivated>
17
                            <_locationnarrative_is_cultivated>
18
                                <locationnarrative>
19
                                    <_join>
20
                                        <1>$locality</1>
21
                                        <3>$habitat</3>
22
                                    </_join>
23
                                </locationnarrative>
24
                            </_locationnarrative_is_cultivated>
25
                        </iscultivated>
26
                        <locationevent>
27
                            <taxonoccurrence>
28
                                <aggregateoccurrence>
29
                                    <collectiondate>
30
                                        <_date>
31
                                            <day>
32
                                                <_nullIf>
33
                                                    <null>0</null>
34
                                                    <type>float</type>
35
                                                    <value>$collday</value>
36
                                                </_nullIf>
37
                                            </day>
38
                                            <month>
39
                                                <_nullIf>
40
                                                    <null>0</null>
41
                                                    <type>float</type>
42
                                                    <value>$collmonth</value>
43
                                                </_nullIf>
44
                                            </month>
45
                                            <year>
46
                                                <_nullIf>
47
                                                    <null>0</null>
48
                                                    <type>float</type>
49
                                                    <value>$collyear</value>
50
                                                </_nullIf>
51
                                            </year>
52
                                        </_date>
53
                                    </collectiondate>
54
                                    <notes>
55
                                        <_join>
56
                                            <1>$comment1</1>
57
                                            <2>$comment2</2>
58
                                            <3>$comment3</3>
59
                                            <4>$comment4</4>
60
                                        </_join>
61
                                    </notes>
62
                                    <plantobservation>
63
                                        <authorplantcode>$collectno</authorplantcode>
64
                                        <reproductivecondition>
65
                                            <_join>
66
                                                <1>$flower</1>
67
                                                <2>$fruit</2>
68
                                            </_join>
69
                                        </reproductivecondition>
70
                                        <specimenreplicate>
71
                                            <catalognumber_dwc>$accession</catalognumber_dwc>
72
                                            <collectionnumber>$collectno</collectionnumber>
73
                                            <institution_id>
74
                                                <sourcelist>
75
                                                    <name>UNCC</name>
76
                                                    <sourcename>
77
                                                        <name>
78
                                                            <_split>
79
                                                                <separator>[,;] *</separator>
80
                                                                <value>UNCC</value>
81
                                                            </_split>
82
                                                        </name>
83
                                                    </sourcename>
84
                                                </sourcelist>
85
                                            </institution_id>
86
                                        </specimenreplicate>
87
                                    </plantobservation>
88
                                </aggregateoccurrence>
89
                                <collector_id>
90
                                    <party>
91
                                        <fullname>
92
                                            <_join>
93
                                                <1>$collector</1>
94
                                                <2>$collector1</2>
95
                                                <3>$collector2</3>
96
                                                <4>$collector3</4>
97
                                            </_join>
98
                                        </fullname>
99
                                    </party>
100
                                </collector_id>
101
                                <iscultivated>
102
                                    <_alt>
103
                                        <1>$cultivated__main</1>
104
                                        <2>$cultivated__campus</2>
105
                                    </_alt>
106
                                </iscultivated>
107
                                <taxondetermination>
108
                                    <taxonverbatim_id>
109
                                        <taxonverbatim>
110
                                            <taxonlabel_id>
111
                                                <taxonlabel>
112
                                                    <parent_id>
113
                                                        <taxonlabel>
114
                                                            <rank>
115
                                                                <_alt>
116
                                                                    <1>$usdaRank</1>
117
                                                                    <2>$infrarank</2>
118
                                                                </_alt>
119
                                                            </rank>
120
                                                            <parent_id>
121
                                                                <taxonlabel>
122
                                                                    <rank>cultivar</rank>
123
                                                                    <parent_id>
124
                                                                        <taxonlabel>
125
                                                                            <rank>forma</rank>
126
                                                                            <parent_id>
127
                                                                                <taxonlabel>
128
                                                                                    <rank>variety</rank>
129
                                                                                    <parent_id>
130
                                                                                        <taxonlabel>
131
                                                                                            <rank>subspecies</rank>
132
                                                                                            <parent_id>
133
                                                                                                <taxonlabel>
134
                                                                                                    <rank>species</rank>
135
                                                                                                    <taxonepithet>$species</taxonepithet>
136
                                                                                                    <parent_id>
137
                                                                                                        <taxonlabel>
138
                                                                                                            <rank>genus</rank>
139
                                                                                                            <taxonepithet>$genus</taxonepithet>
140
                                                                                                            <parent_id>
141
                                                                                                                <taxonlabel>
142
                                                                                                                    <rank>family</rank>
143
                                                                                                                    <taxonepithet>$family</taxonepithet>
144
                                                                                                                </taxonlabel>
145
                                                                                                            </parent_id>
146
                                                                                                        </taxonlabel>
147
                                                                                                    </parent_id>
148
                                                                                                </taxonlabel>
149
                                                                                            </parent_id>
150
                                                                                        </taxonlabel>
151
                                                                                    </parent_id>
152
                                                                                </taxonlabel>
153
                                                                            </parent_id>
154
                                                                        </taxonlabel>
155
                                                                    </parent_id>
156
                                                                </taxonlabel>
157
                                                            </parent_id>
158
                                                            <taxonepithet>$infraname</taxonepithet>
159
                                                        </taxonlabel>
160
                                                    </parent_id>
161
                                                    <rank>
162
                                                        <_alt>
163
                                                            <1>$usdaRank</1>
164
                                                            <2>$infrarank</2>
165
                                                        </_alt>
166
                                                    </rank>
167
                                                    <taxonomicname>
168
                                                        <_merge_prefix>
169
                                                            <prefix><_taxon_family_require_std><family>$family</family></_taxon_family_require_std></prefix>
170
                                                            <value>
171
                                                                <_join_words>
172
                                                                    <1>
173
                                                                        <_alt>
174
                                                                            <1>$SciName</1>
175
                                                                            <2>
176
                                                                                <_join_words>
177
                                                                                    <2><_filter_genus><value>$genus</value></_filter_genus></2>
178
                                                                                    <3>$species</3>
179
                                                                                    <5>
180
                                                                                        <_join_words>
181
                                                                                            <1>
182
                                                                                                <_if name="if has infraspecificEpithet">
183
                                                                                                    <cond>$infraname</cond>
184
                                                                                                    <then>
185
                                                                                                        <_alt>
186
                                                                                                            <1>$usdaRank</1>
187
                                                                                                            <2>$infrarank</2>
188
                                                                                                        </_alt>
189
                                                                                                    </then>
190
                                                                                                </_if>
191
                                                                                            </1>
192
                                                                                            <2>$infraname</2>
193
                                                                                        </_join_words>
194
                                                                                    </5>
195
                                                                                </_join_words>
196
                                                                            </2>
197
                                                                        </_alt>
198
                                                                    </1>
199
                                                                    <2>$authors</2>
200
                                                                </_join_words>
201
                                                            </value>
202
                                                        </_merge_prefix>
203
                                                    </taxonomicname>
204
                                                </taxonlabel>
205
                                            </taxonlabel_id>
206
                                            <author>$authors</author>
207
                                            <family>$family</family>
208
                                            <genus>$genus</genus>
209
                                            <specific_epithet>$species</specific_epithet>
210
                                            <taxonname>$SciName</taxonname>
211
                                            <verbatimrank>
212
                                                <_alt>
213
                                                    <1>$usdaRank</1>
214
                                                    <2>$infrarank</2>
215
                                                </_alt>
216
                                            </verbatimrank>
217
                                        </taxonverbatim>
218
                                    </taxonverbatim_id>
219
                                </taxondetermination>
220
                            </taxonoccurrence>
221
                        </locationevent>
222
                        <locationnarrative>
223
                            <_merge>
224
                                <1>$locality</1>
225
                                <3>
226
                                    <_label>
227
                                        <label>habitat</label>
228
                                        <value>$habitat</value>
229
                                    </_label>
230
                                </3>
231
                            </_merge>
232
                        </locationnarrative>
233
                        <locationplace>
234
                            <place_id>
235
                                <place>
236
                                    <country>$country</country>
237
                                    <county>$county</county>
238
                                    <matched_place_id>
239
                                        <place>
240
                                            <source_id><source><shortname>geoscrub</shortname></source></source_id>
241
                                            <country>$country</country>
242
                                            <county>$county</county>
243
                                            <stateprovince>$state</stateprovince>
244
                                        </place>
245
                                    </matched_place_id>
246
                                    <stateprovince>$state</stateprovince>
247
                                </place>
248
                            </place_id>
249
                        </locationplace>
250
                    </location>
251
                </path>
252
            </_simplifyPath>
253
        </path>
254
    </_setDefault>
255
</VegBIEN>
256
Inserted 26 new rows into database
(9-9/10)