-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.xml
493 lines (464 loc) · 15.2 KB
/
module.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
<?xml version="1.0" ?>
<!--@POSTPROC: ./proc/post.sh-->
<module>
<Login f="nodata">
<User_login>
<Guide_User_Login t="webview" f="nolabel">
<markdown>
To login, please, select your name from the list of Users below, or if it's your
first time, register with the Sign up button.
</markdown>
</Guide_User_Login>
<Users t="dropdown" f="user nocertainty noannotation"/>
<Log_in t="button" ll="General"/>
<Sign_up t="button" l="signup"/>
</User_login>
<Manual>
<Manual t="webview" f="nolabel">
<markdown>
<!--@SOURCE: markdown/instructions.md-->
</markdown>
</Manual>
<Go_to_Login_Tab t="button" l="Login/User_login"/>
</Manual>
</Login>
<General f="nodata">
<General>
<Start_Trip l="Trip"/>
</General>
<search/>
<Manual>
<Manual t="webview" f="nolabel">
<markdown>
<!--@SOURCE: markdown/instructions.md-->
</markdown>
</Manual>
<Start_Recording t="button" l="General/General" c="green"/>
</Manual>
</General>
<Trip>
<fmt>{{Date}} {{Subregion}}</fmt>
<Trip_data>
<author f="nocertainty noannotation">
User
</author>
<cols>
<Date f="readonly"/>
<Time f="readonly"/>
</cols>
<Subregion f="notnull">
<opts>
<opt>NSW
<opt>Sydney region
<opt>Sydney Harbour</opt>
<opt>Parramatta River</opt>
<opt>Georges River</opt>
<opt>Port Hacking</opt>
<opt>Hawkesbury River</opt>
<opt>Other</opt>
</opt>
<opt>South Coast
<opt>Merimbula/Eden</opt>
<opt>Jervis Bay</opt>
<opt>Shoalhaven River</opt>
<opt>Other</opt>
</opt>
<opt>North Coast
<opt>Byron Bay</opt>
<opt>Port Stephens</opt>
<opt>Port Macquarie</opt>
<opt>Other</opt>
</opt>
</opt>
<opt>VIC
<opt>Port Phillip Bay</opt>
<opt>Westernport Bay</opt>
<opt>Western</opt>
<opt>Eastern</opt>
</opt>
<opt>QLD
<opt>South-East</opt>
<opt>Central</opt>
<opt>Far North</opt>
</opt>
<opt>SA
<opt>Gulf St Vincent</opt>
<opt>Spencer Gulf</opt>
<opt>Eastern</opt>
<opt>Western</opt>
</opt>
<opt>WA
<opt>Perth region</opt>
<opt>South-East</opt>
<opt>South-West</opt>
<opt>Coral Coast</opt>
<opt>Pilbara</opt>
<opt>Kimberley</opt>
</opt>
<opt>TAS
<opt>Hobart region</opt>
<opt>East</opt>
<opt>West</opt>
<opt>North</opt>
</opt>
<opt>NT
<opt>Darwin region</opt>
<opt>Arnhem Land</opt>
<opt>Katherine</opt>
</opt>
</opts>
</Subregion>
<GPS_Guide t="webview" f="nolabel">
<markdown>
Pick a location at which to observe the shoreline
</markdown>
</GPS_Guide>
<gps/>
</Trip_data>
<Shoreline_attributes>
<Natural_habitat_types t="checkbox" f="notnull">
<desc>Identify the natural habitat type(s) present at this location</desc>
<opts>
<opt>Mudflat</opt>
<opt>Sandy beach</opt>
<opt>Rocky shore</opt>
<opt>Saltmarsh</opt>
<opt>Mangroves</opt>
</opts>
</Natural_habitat_types>
<Artificial_habitat_types t="checkbox" f="notnull">
<desc>Identify the artificial habitat type(s) present at this location</desc>
<opts>
<opt>Concrete</opt>
<opt>Seawall</opt>
<opt>Riprap (large rocks)</opt>
<opt>Gravel</opt>
<opt>Wooden pier</opt>
</opts>
</Artificial_habitat_types>
<Dominant_habitat f="notnull">
<desc>Note the habitat type that is dominant (takes up the most area) at this location</desc>
</Dominant_habitat>
<Adjacent_land_use t="checkbox" f="notnull">
<desc>Examine the land uses 50m back from the shore (i.e. landward of the sand/dunes/mudflat/mangroves/marsh) for 50m either side of your observation point and check all that apply</desc>
<opts>
<opt>Bushland/grassland</opt>
<opt>Sporting park/field</opt>
<opt>Residential</opt>
<opt>Commercial</opt>
<opt>Industrial</opt>
<opt>Road/asphalt</opt>
</opts>
</Adjacent_land_use>
<Wastewater_outflows t="radio" f="notnull">
<desc>Are there any sewage or stormwater outflows within 100m? Add a photo of any pipes you see.</desc>
<opts>
<opt>Yes (>one)</opt>
<opt>Yes (one)</opt>
<opt>No</opt>
</opts>
</Wastewater_outflows>
<Habitat_photo t="camera" f="notnull">
<desc>Take a photo of the dominant habitat type</desc>
</Habitat_photo>
<Animals_present t="checkbox" f="notnull">
<desc>Scan the dominant habitat type and check any types of animals that you can see easily. Please enter further details for any aggregations of attached shellfish.</desc>
<opts>
<opt>Attached shellfish (oysters, mussels)</opt>
<opt>Other shellfish (clams, pipis)</opt>
<opt>Seabirds</opt>
<opt>Shorebirds (waders)</opt>
<opt>Fish</opt>
<opt>Crabs</opt>
<opt>Worms</opt>
</opts>
</Animals_present>
<Shoreline_slope f="notnull">
<opts>
<opt>Vertical or near-vertical</opt>
<opt>Sloping more than 45 degrees</opt>
<opt>Sloping less than 45 degrees</opt>
<opt>Flat</opt>
</opts>
</Shoreline_slope>
<Check_for_Missing_Data t="button" c="orange"/>
</Shoreline_attributes>
<Shellfish_Aggregation f="noscroll">
<Add_Shellfish_Aggregation_Guide f="nolabel" t="webview">
<markdown>
Add a new kind of shellfish aggregation to the current trip/shoreline
</markdown>
</Add_Shellfish_Aggregation_Guide>
<Add_Shellfish_Aggregation t="button" f="nocertainty noannotation" lc="Shellfish_Aggregation"/>
<HR_Guide f="nolabel" t="webview">
<markdown>\ </markdown>
</HR_Guide>
<Existing_Aggregations_Guide f="nolabel" t="webview">
<markdown>
The list below will show the shellfish aggregations documented previously at this location
</markdown>
</Existing_Aggregations_Guide>
<Existing_Aggregations t="list" f="nocertainty noannotation" ec="Shellfish_Aggregation"/>
</Shellfish_Aggregation>
</Trip>
<Shellfish_Aggregation>
<fmt>{{Date}} {{Subregion}} {{Shellfish_species}}</fmt>
<Shellfish_Type>
<cols>
<Date f="readonly"/>
<Time f="readonly"/>
</cols>
<Subregion f="id nocertainty noannotation readonly" i="Trip/Trip_data/Subregion"/>
<Shellfish_type>
<desc>What type of attached shellfish have you found - oysters or mussels?</desc>
<opts>
<opt>Oysters</opt>
<opt>Mussels</opt>
</opts>
</Shellfish_type>
<Shellfish_species t="picture" f="htmldesc">
<desc>
<![CDATA[
Choose your species from the following list. Species can be hard to
tell apart so please also upload a photo for validation. For more
information:
<a href="http://www.shellfishrestoration.org.au">
www.shellfishrestoration.org.au
</a>
]]>
</desc>
<opts>
<opt p="gallery/SRO_AusMuseum.jpg">
Sydney Rock Oyster (Saccostrea glomerata)
</opt>
<opt p="gallery/Crassostrea_gigas_wikipedia.jpg">
Pacific Oyster (Crassostrea gigas)
</opt>
<opt p="gallery/blue_mussel_diggles.jpg">
Blue Mussel (Mytilus edulis)
</opt>
<opt p="gallery/o_angasi_alleway.jpg">
Mud Oyster (Ostrea angasi)
</opt>
<opt p="gallery/hairy_mussel.jpg">
Hairy Mussel (Trichomya hirsuta)
</opt>
<opt p="gallery/leaf_oyster.jpg">
Leaf Oyster (Isognomon ephippium)
</opt>
<opt p="gallery/p_albina.jpg">
Pearl Oyster (Pinctada albina sugillata)
</opt>
<opt p="gallery/Saccostrea_cucullata.jpg">
Coral-Rock Oyster (Saccostrea culcullata)
</opt>
<opt p="gallery/d_diggles_s_echinata.jpg">
Blacklip Oyster (Saccostrea echinata)
</opt>
</opts>
</Shellfish_species>
<Shellfish_Photo t="camera">
<desc>Take a close-up photo of the shellfish</desc>
</Shellfish_Photo>
<Primary_substrate f="htmldesc">
<desc>
<![CDATA[
<i>Description:</i>
<br>
<div>
<p>Identify the surface to which the shellfish is directly attached. (In this example, the oysters are directly attached to mangrove roots but the surrouding surface is mud)
</p>
<div>
<img style="width:100%" src="files/data/gallery/oysters_mangroves.jpg" alt="files/data/gallery/oysters_mangroves.jpg"/>
</div>
</div>
]]>
</desc>
<opts>
<opt>Natural
<desc><![CDATA[
]]></desc>
<opt>Mudflat
<desc><![CDATA[
]]></desc>
</opt>
<opt>Sandy beach
<desc><![CDATA[
]]></desc>
</opt>
<opt>Rocky shore
<desc><![CDATA[
]]></desc>
</opt>
<opt>Saltmarsh
<desc><![CDATA[
]]></desc>
</opt>
<opt>Mangroves
<desc><![CDATA[
]]></desc>
</opt>
</opt>
<opt>Artificial
<desc><![CDATA[
]]></desc>
<opt>Concrete
<desc><![CDATA[
]]></desc>
</opt>
<opt>Seawall
<desc><![CDATA[
]]></desc>
</opt>
<opt>Rocks
<desc><![CDATA[
]]></desc>
</opt>
<opt>Gravel
<desc><![CDATA[
]]></desc>
</opt>
<opt>Wooden pier
<desc><![CDATA[
]]></desc>
</opt>
</opt>
</opts>
</Primary_substrate>
<Surrounding_substrate f="htmldesc">
<desc>
<![CDATA[
<i>Description:</i>
<br>
<div>
<p>Identify the surface surrounding the shellfish aggregation. (In this example, the musselfs are attached to rock and the surrounding surface is also rock)
</p>
<div>
<img style="width:100%" src="files/data/gallery/blue_mussel_clump_wikipedia.jpg" alt="files/data/gallery/blue_mussel_clump_wikipedia.jpg"/>
</div>
</div>
]]>
</desc>
<opts>
<opt>Natural
<desc><![CDATA[
]]></desc>
<opt>Mudflat
<desc><![CDATA[
]]></desc>
</opt>
<opt>Sandy beach
<desc><![CDATA[
]]></desc>
</opt>
<opt>Rocky shore
<desc><![CDATA[
]]></desc>
</opt>
<opt>Saltmarsh
<desc><![CDATA[
]]></desc>
</opt>
<opt>Mangroves
<desc><![CDATA[
]]></desc>
</opt>
</opt>
<opt>Artificial
<desc><![CDATA[
]]></desc>
<opt>Concrete
<desc><![CDATA[
]]></desc>
</opt>
<opt>Seawall
<desc><![CDATA[
]]></desc>
</opt>
<opt>Rocks
<desc><![CDATA[
]]></desc>
</opt>
<opt>Gravel
<desc><![CDATA[
]]></desc>
</opt>
<opt>Wooden pier
<desc><![CDATA[
]]></desc>
</opt>
</opt>
</opts>
</Surrounding_substrate>
<Shellfish_status t="radio" f="htmldesc">
<desc>
<![CDATA[
<i>Description:</i>
<br>
<div>
<p>Shellfish that are dead will have gaping shells that remain open if tapped. The photo shows a closed, live oyster (left) next to a gaping, dead oyster (right)</p>
<div>
<img style="width:100%" src="files/data/gallery/alive_dead.jpg" alt="files/data/gallery/alive_dead.jpg"/>
</div>
</div>
]]>
</desc>
<opts>
<opt>Mostly alive
<desc><![CDATA[
]]></desc>
</opt>
<opt>Mostly dead
<desc><![CDATA[
]]></desc>
</opt>
</opts>
</Shellfish_status>
</Shellfish_Type>
<Aggregation_Attributes>
<Distance_to_water_in_m t="radio">
Distance to water (m)
<desc>How far out of the water is the aggregation? Report in metres.</desc>
<opts>
<opt>Under water</opt>
<opt>>1m</opt>
<opt>1-5m</opt>
<opt>>5m</opt>
</opts>
</Distance_to_water_in_m>
<Size_of_aggregation t="picture">
<desc>How many shellfish are in the aggregation?</desc>
<opts>
<opt p="gallery/oyster_small_agg.jpg">
Small (<10 individuals)
</opt>
<opt p="gallery/oyster_agg_1m.jpg">
Medium (10-50)
</opt>
<opt p="gallery/large_aggregation.jpg">
Large (>50)
</opt>
</opts>
</Size_of_aggregation>
<Density_of_aggregation>
<desc>Choose an area where the shellfish are densely packed. Estimate the number of shellfish that would cover the area provided by your mobile device. Use this number to categorise the density.</desc>
<opts>
<opt>Sparse (<3)</opt>
<opt>Moderately Sparse (3-5)</opt>
<opt>Dense (6-9)</opt>
<opt>Very dense (>10)</opt>
</opts>
</Density_of_aggregation>
<Aggregation_Photos t="camera">
<desc>Take up to 5 photos of the aggregation from different positions. Keep your device at the same distance from the aggregation each time. Note this distance (in paces or metres) in the annotation box.</desc>
</Aggregation_Photos>
</Aggregation_Attributes>
</Shellfish_Aggregation>
<logic><![CDATA[
<!--@SOURCE: logic/date_time.bsh-->
<!--@SOURCE: logic/custom_dropdown_for_search.bsh-->
<!--@SOURCE: logic/custom-search.bsh-->
<!--@SOURCE: logic/check-for-missing-data-button.bsh-->
<!--@SOURCE: logic/enable-gps.bsh-->
]]></logic>
</module>