Project

General

Profile

1 4496 aaronmk
Put template:
2
<VegBIEN>
3 4621 aaronmk
    <_simplifyPath id="-1">
4
        <next>parent_id</next>
5
        <path>
6
            <location>
7 4879 aaronmk
                <parent_id><location><authorlocationcode>$1ha Plot Number</authorlocationcode></location></parent_id>
8
                <authorlocationcode>$Subplot Number</authorlocationcode>
9 4621 aaronmk
                <locationevent>
10 4879 aaronmk
                    <project_id><project><projectname>$Site Name</projectname></project></project_id>
11 5977 aaronmk
                    <parent_id>
12
                        <locationevent>
13 6002 aaronmk
                            <location_id>
14
                                <location>
15
                                    <authorlocationcode>
16
                                        <_if name="if subplot">
17
                                            <cond>$Subplot Number</cond>
18
                                            <then>$1ha Plot Number</then>
19
                                        </_if>
20
                                    </authorlocationcode>
21
                                </location>
22
                            </location_id>
23 6217 aaronmk
                            <obsenddate><_dateRangeEnd><value>$Observation Date</value></_dateRangeEnd></obsenddate>
24
                            <obsstartdate><_dateRangeStart><value>$Observation Date</value></_dateRangeStart></obsstartdate>
25 5977 aaronmk
                        </locationevent>
26
                    </parent_id>
27 6217 aaronmk
                    <obsenddate><_dateRangeEnd><value>$Observation Date</value></_dateRangeEnd></obsenddate>
28
                    <obsstartdate><_dateRangeStart><value>$Observation Date</value></_dateRangeStart></obsstartdate>
29 4621 aaronmk
                    <taxonoccurrence>
30
                        <aggregateoccurrence>
31
                            <plantobservation>
32 4879 aaronmk
                                <specimenreplicate><sourceaccessioncode>$Id</sourceaccessioncode></specimenreplicate>
33 4621 aaronmk
                                <stemobservation>
34 4879 aaronmk
                                    <diameterbreastheight_m><_cm_to_m><value>$Diameter</value></_cm_to_m></diameterbreastheight_m>
35
                                    <tag>$Tree Number</tag>
36
                                    <xposition_m>$1ha Plot X Coordinate</xposition_m>
37
                                    <yposition_m>$1ha Plot Y Coordinate</yposition_m>
38 4621 aaronmk
                                </stemobservation>
39
                            </plantobservation>
40
                        </aggregateoccurrence>
41 4879 aaronmk
                        <authortaxoncode>$Tree Number</authortaxoncode>
42 6171 aaronmk
                        <collector_id><party><fullname>$Names of Collectors</fullname></party></collector_id>
43 4879 aaronmk
                        <sourceaccessioncode>$Id</sourceaccessioncode>
44 4621 aaronmk
                        <taxondetermination>
45 5657 aaronmk
                            <taxonverbatim_id>
46
                                <taxonverbatim>
47
                                    <taxonlabel_id>
48 5608 aaronmk
                                        <taxonlabel>
49 5657 aaronmk
                                            <matched_label_id>
50
                                                <taxonlabel>
51 6179 aaronmk
                                                    <source_id><source><shortname>TNRS</shortname></source></source_id>
52 5657 aaronmk
                                                    <taxonomicname>
53
                                                        <_join_words>
54 5790 aaronmk
                                                            <1><_taxon_family_require_std><family>$Family</family></_taxon_family_require_std></1>
55 5788 aaronmk
                                                            <2>
56
                                                                <_join_words>
57
                                                                    <2>$Genus</2>
58
                                                                    <3>$Species</3>
59
                                                                </_join_words>
60
                                                            </2>
61 5657 aaronmk
                                                        </_join_words>
62
                                                    </taxonomicname>
63
                                                </taxonlabel>
64
                                            </matched_label_id>
65 5294 aaronmk
                                            <parent_id>
66 5608 aaronmk
                                                <taxonlabel>
67 5294 aaronmk
                                                    <parent_id>
68 5608 aaronmk
                                                        <taxonlabel>
69 5657 aaronmk
                                                            <rank>cultivar</rank>
70 5294 aaronmk
                                                            <parent_id>
71 5608 aaronmk
                                                                <taxonlabel>
72 5657 aaronmk
                                                                    <rank>forma</rank>
73 5294 aaronmk
                                                                    <parent_id>
74 5608 aaronmk
                                                                        <taxonlabel>
75 5657 aaronmk
                                                                            <rank>variety</rank>
76 5294 aaronmk
                                                                            <parent_id>
77 5608 aaronmk
                                                                                <taxonlabel>
78 5657 aaronmk
                                                                                    <rank>subspecies</rank>
79 5294 aaronmk
                                                                                    <parent_id>
80 5608 aaronmk
                                                                                        <taxonlabel>
81 5657 aaronmk
                                                                                            <rank>species</rank>
82
                                                                                            <taxonepithet>$Species</taxonepithet>
83 5306 aaronmk
                                                                                            <parent_id>
84 5608 aaronmk
                                                                                                <taxonlabel>
85 5657 aaronmk
                                                                                                    <rank>genus</rank>
86
                                                                                                    <taxonepithet>$Genus</taxonepithet>
87
                                                                                                    <parent_id>
88
                                                                                                        <taxonlabel>
89
                                                                                                            <rank>family</rank>
90
                                                                                                            <taxonepithet>$Family</taxonepithet>
91
                                                                                                        </taxonlabel>
92
                                                                                                    </parent_id>
93 5608 aaronmk
                                                                                                </taxonlabel>
94 5306 aaronmk
                                                                                            </parent_id>
95 5608 aaronmk
                                                                                        </taxonlabel>
96 5294 aaronmk
                                                                                    </parent_id>
97 5608 aaronmk
                                                                                </taxonlabel>
98 5294 aaronmk
                                                                            </parent_id>
99 5608 aaronmk
                                                                        </taxonlabel>
100 5294 aaronmk
                                                                    </parent_id>
101 5608 aaronmk
                                                                </taxonlabel>
102 5294 aaronmk
                                                            </parent_id>
103 5608 aaronmk
                                                        </taxonlabel>
104 5294 aaronmk
                                                    </parent_id>
105 5608 aaronmk
                                                </taxonlabel>
106 5294 aaronmk
                                            </parent_id>
107 5657 aaronmk
                                            <taxonomicname>
108
                                                <_join_words>
109 5790 aaronmk
                                                    <1><_taxon_family_require_std><family>$Family</family></_taxon_family_require_std></1>
110 5788 aaronmk
                                                    <2>
111
                                                        <_join_words>
112
                                                            <2>$Genus</2>
113
                                                            <3>$Species</3>
114
                                                        </_join_words>
115
                                                    </2>
116 5657 aaronmk
                                                </_join_words>
117
                                            </taxonomicname>
118 5608 aaronmk
                                        </taxonlabel>
119 5657 aaronmk
                                    </taxonlabel_id>
120
                                    <family>$Family</family>
121
                                    <genus>$Genus</genus>
122 5783 aaronmk
                                    <specific_epithet>$Species</specific_epithet>
123 5657 aaronmk
                                </taxonverbatim>
124
                            </taxonverbatim_id>
125 4621 aaronmk
                        </taxondetermination>
126
                    </taxonoccurrence>
127
                </locationevent>
128 5861 aaronmk
                <locationplace>
129
                    <place_id>
130
                        <place>
131
                            <coordinates_id>
132
                                <coordinates>
133
                                    <latitude_deg>
134
                                        <_nullIf>
135
                                            <null>0</null>
136
                                            <type>float</type>
137
                                            <value>$Latitude</value>
138
                                        </_nullIf>
139
                                    </latitude_deg>
140
                                    <longitude_deg>
141
                                        <_nullIf>
142
                                            <null>0</null>
143
                                            <type>float</type>
144
                                            <value>$Longitude</value>
145
                                        </_nullIf>
146
                                    </longitude_deg>
147
                                </coordinates>
148
                            </coordinates_id>
149 5958 aaronmk
                            <matched_place_id>
150
                                <place>
151 6179 aaronmk
                                    <source_id><source><shortname>geoscrub</shortname></source></source_id>
152 5958 aaronmk
                                    <coordinates_id>
153
                                        <coordinates>
154 6179 aaronmk
                                            <source_id><source><shortname>geoscrub</shortname></source></source_id>
155 5969 aaronmk
                                            <latitude_deg>
156
                                                <_nullIf>
157
                                                    <null>0</null>
158
                                                    <type>float</type>
159
                                                    <value>$Latitude</value>
160
                                                </_nullIf>
161
                                            </latitude_deg>
162
                                            <longitude_deg>
163
                                                <_nullIf>
164
                                                    <null>0</null>
165
                                                    <type>float</type>
166
                                                    <value>$Longitude</value>
167
                                                </_nullIf>
168
                                            </longitude_deg>
169 5958 aaronmk
                                        </coordinates>
170
                                    </coordinates_id>
171
                                </place>
172
                            </matched_place_id>
173 5861 aaronmk
                        </place>
174
                    </place_id>
175
                </locationplace>
176 5773 aaronmk
                <sourceaccessioncode>
177
                    <_join>
178
                        <1>$1ha Plot Number</1>
179
                        <2>$Subplot Number</2>
180
                    </_join>
181
                </sourceaccessioncode>
182 4621 aaronmk
            </location>
183
        </path>
184
    </_simplifyPath>
185 4496 aaronmk
</VegBIEN>
186 6171 aaronmk
Inserted 33 new rows into database