Project

General

Profile

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