Project

General

Profile

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