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
                                            <6>
61
                                                <_label>
62
                                                    <label>loaned to</label>
63
                                                    <value>$loanto</value>
64
                                                </_label>
65
                                            </6>
66
                                            <7>
67
                                                <_label>
68
                                                    <label>in or out</label>
69
                                                    <value>$inorout</value>
70
                                                </_label>
71
                                            </7>
72
                                        </_join>
73
                                    </notes>
74
                                    <plantobservation>
75
                                        <authorplantcode>$collectno</authorplantcode>
76
                                        <reproductivecondition>
77
                                            <_join>
78
                                                <1>$flower</1>
79
                                                <2>$fruit</2>
80
                                            </_join>
81
                                        </reproductivecondition>
82
                                        <specimenreplicate>
83
                                            <catalognumber_dwc>$accession</catalognumber_dwc>
84
                                            <collectionnumber>$collectno</collectionnumber>
85
                                            <institution_id>
86
                                                <sourcelist>
87
                                                    <name>UNCC</name>
88
                                                    <sourcename>
89
                                                        <name>
90
                                                            <_split>
91
                                                                <separator>[,;] *</separator>
92
                                                                <value>UNCC</value>
93
                                                            </_split>
94
                                                        </name>
95
                                                    </sourcename>
96
                                                </sourcelist>
97
                                            </institution_id>
98
                                        </specimenreplicate>
99
                                    </plantobservation>
100
                                </aggregateoccurrence>
101
                                <collector_id>
102
                                    <party>
103
                                        <fullname>
104
                                            <_join>
105
                                                <1>$collector</1>
106
                                                <2>$collector1</2>
107
                                                <3>$collector2</3>
108
                                                <4>$collector3</4>
109
                                            </_join>
110
                                        </fullname>
111
                                    </party>
112
                                </collector_id>
113
                                <iscultivated>
114
                                    <_alt>
115
                                        <1>$cultivated__main</1>
116
                                        <2>$cultivated__campus</2>
117
                                    </_alt>
118
                                </iscultivated>
119
                                <taxondetermination>
120
                                    <taxonverbatim_id>
121
                                        <taxonverbatim>
122
                                            <taxonlabel_id>
123
                                                <taxonlabel>
124
                                                    <parent_id>
125
                                                        <taxonlabel>
126
                                                            <rank>
127
                                                                <_alt>
128
                                                                    <1>$usdaRank</1>
129
                                                                    <2>$infrarank</2>
130
                                                                </_alt>
131
                                                            </rank>
132
                                                            <parent_id>
133
                                                                <taxonlabel>
134
                                                                    <rank>cultivar</rank>
135
                                                                    <parent_id>
136
                                                                        <taxonlabel>
137
                                                                            <rank>forma</rank>
138
                                                                            <parent_id>
139
                                                                                <taxonlabel>
140
                                                                                    <rank>variety</rank>
141
                                                                                    <parent_id>
142
                                                                                        <taxonlabel>
143
                                                                                            <rank>subspecies</rank>
144
                                                                                            <parent_id>
145
                                                                                                <taxonlabel>
146
                                                                                                    <rank>species</rank>
147
                                                                                                    <taxonepithet>$species</taxonepithet>
148
                                                                                                    <parent_id>
149
                                                                                                        <taxonlabel>
150
                                                                                                            <rank>genus</rank>
151
                                                                                                            <taxonepithet>$genus</taxonepithet>
152
                                                                                                            <parent_id>
153
                                                                                                                <taxonlabel>
154
                                                                                                                    <rank>family</rank>
155
                                                                                                                    <taxonepithet>$family</taxonepithet>
156
                                                                                                                </taxonlabel>
157
                                                                                                            </parent_id>
158
                                                                                                        </taxonlabel>
159
                                                                                                    </parent_id>
160
                                                                                                </taxonlabel>
161
                                                                                            </parent_id>
162
                                                                                        </taxonlabel>
163
                                                                                    </parent_id>
164
                                                                                </taxonlabel>
165
                                                                            </parent_id>
166
                                                                        </taxonlabel>
167
                                                                    </parent_id>
168
                                                                </taxonlabel>
169
                                                            </parent_id>
170
                                                            <taxonepithet>$infraname</taxonepithet>
171
                                                        </taxonlabel>
172
                                                    </parent_id>
173
                                                    <rank>
174
                                                        <_alt>
175
                                                            <1>$usdaRank</1>
176
                                                            <2>$infrarank</2>
177
                                                        </_alt>
178
                                                    </rank>
179
                                                    <taxonomicname>
180
                                                        <_merge_prefix>
181
                                                            <prefix><_taxon_family_require_std><family>$family</family></_taxon_family_require_std></prefix>
182
                                                            <value>
183
                                                                <_join_words>
184
                                                                    <1>
185
                                                                        <_alt>
186
                                                                            <1>$SciName</1>
187
                                                                            <2>
188
                                                                                <_join_words>
189
                                                                                    <2><_filter_genus><value>$genus</value></_filter_genus></2>
190
                                                                                    <3>$species</3>
191
                                                                                    <5>
192
                                                                                        <_join_words>
193
                                                                                            <1>
194
                                                                                                <_if name="if has infraspecificEpithet">
195
                                                                                                    <cond>$infraname</cond>
196
                                                                                                    <then>
197
                                                                                                        <_alt>
198
                                                                                                            <1>$usdaRank</1>
199
                                                                                                            <2>$infrarank</2>
200
                                                                                                        </_alt>
201
                                                                                                    </then>
202
                                                                                                </_if>
203
                                                                                            </1>
204
                                                                                            <2>$infraname</2>
205
                                                                                        </_join_words>
206
                                                                                    </5>
207
                                                                                </_join_words>
208
                                                                            </2>
209
                                                                        </_alt>
210
                                                                    </1>
211
                                                                    <2>$authors</2>
212
                                                                </_join_words>
213
                                                            </value>
214
                                                        </_merge_prefix>
215
                                                    </taxonomicname>
216
                                                </taxonlabel>
217
                                            </taxonlabel_id>
218
                                            <author>$authors</author>
219
                                            <family>$family</family>
220
                                            <genus>$genus</genus>
221
                                            <specific_epithet>$species</specific_epithet>
222
                                            <taxonname>$SciName</taxonname>
223
                                            <verbatimrank>
224
                                                <_alt>
225
                                                    <1>$usdaRank</1>
226
                                                    <2>$infrarank</2>
227
                                                </_alt>
228
                                            </verbatimrank>
229
                                        </taxonverbatim>
230
                                    </taxonverbatim_id>
231
                                </taxondetermination>
232
                            </taxonoccurrence>
233
                        </locationevent>
234
                        <locationnarrative>
235
                            <_merge>
236
                                <1>$locality</1>
237
                                <3>
238
                                    <_label>
239
                                        <label>habitat</label>
240
                                        <value>$habitat</value>
241
                                    </_label>
242
                                </3>
243
                            </_merge>
244
                        </locationnarrative>
245
                        <locationplace>
246
                            <place_id>
247
                                <place>
248
                                    <country>$country</country>
249
                                    <county>$county</county>
250
                                    <matched_place_id>
251
                                        <place>
252
                                            <source_id><source><shortname>geoscrub</shortname></source></source_id>
253
                                            <country>$country</country>
254
                                            <county>$county</county>
255
                                            <stateprovince>$state</stateprovince>
256
                                        </place>
257
                                    </matched_place_id>
258
                                    <stateprovince>$state</stateprovince>
259
                                </place>
260
                            </place_id>
261
                        </locationplace>
262
                    </location>
263
                </path>
264
            </_simplifyPath>
265
        </path>
266
    </_setDefault>
267
</VegBIEN>
268
Inserted 26 new rows into database
(9-9/10)