Project

General

Profile

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