35
35
"validate" : " required"
36
36
},
37
37
{
38
+ "indexName" : " recordedBy" ,
38
39
"dataType" : " text" ,
39
40
"name" : " recordedBy" ,
40
41
"dwcAttribute" : " recordedBy" ,
41
- "description" : " " ,
42
+ "description" : " The name of the person leading the survey " ,
42
43
"validate" : " required"
43
44
},
44
45
{
45
46
"dataType" : " text" ,
46
47
"name" : " additionalSurveyors" ,
47
- "description" : " "
48
+ "description" : " Names of other people involved in the survey"
49
+ },
50
+ {
51
+ "dataType" : " text" ,
52
+ "name" : " groupName" ,
53
+ "description" : " The name of the group or school"
48
54
},
49
55
{
50
56
"dataType" : " number" ,
51
57
"name" : " groupSize" ,
52
58
"description" : " The number of people participating in the survey group." ,
53
59
"validate" : " min[1],integer"
54
60
},
61
+ {
62
+ "dataType" : " text" ,
63
+ "name" : " eventRemarks" ,
64
+ "dwcAttribute" : " eventRemarks" ,
65
+ "description" : " "
66
+ },
55
67
{
56
68
"dataType" : " text" ,
57
69
"name" : " surveyExtent" ,
84
96
"indexName" : " siteExposure" ,
85
97
"dataType" : " text" ,
86
98
"name" : " siteExposure" ,
87
- "description" : " . " ,
99
+ "description" : " " ,
88
100
"constraints" : [
89
101
" Very exposed" ,
90
102
" Exposed" ,
91
103
" Sheltered" ,
92
104
" Estuary (freshwater input)"
93
105
]
94
106
},
95
- {
96
- "dataType" : " text" ,
97
- "name" : " eventRemarks" ,
98
- "dwcAttribute" : " eventRemarks" ,
99
- "description" : " "
100
- },
101
107
{
102
108
"columns" : [
103
109
{
256
262
"name" : " locationPhoto" ,
257
263
"description" : " Photo of the survey location"
258
264
},
265
+ {
266
+ "dataType" : " text" ,
267
+ "name" : " photogrammetrySurveyUndertaken" ,
268
+ "description" : " " ,
269
+ "constraints" : [
270
+ " Yes" ,
271
+ " No"
272
+ ],
273
+ "validate" : " required"
274
+ },
275
+ {
276
+ "dataType" : " text" ,
277
+ "name" : " photogrammetrySurveyUrl" ,
278
+ "description" : " If you did a photogrammetry survey in conjunction with this survey, please insert the URL link to it here."
279
+ },
259
280
{
260
281
"columns" : [
261
282
{
460
481
"type" : " section" ,
461
482
"items" : [
462
483
{
463
- "type" : " row" ,
464
- "items" : [
465
- {
466
- "preLabel" : " Survey Date" ,
467
- "source" : " eventDate" ,
468
- "type" : " date"
469
- },
470
- {
471
- "preLabel" : " Survey Time" ,
472
- "source" : " eventTime" ,
473
- "type" : " time"
474
- }
475
- ]
484
+ "preLabel" : " Survey Date" ,
485
+ "source" : " eventDate" ,
486
+ "type" : " date"
476
487
},
477
488
{
478
- "type" : " row" ,
479
- "items" : [
480
- {
481
- "preLabel" : " Surveyor Name" ,
482
- "source" : " recordedBy" ,
483
- "type" : " text"
484
- }
485
- ]
489
+ "preLabel" : " Survey Time" ,
490
+ "source" : " eventTime" ,
491
+ "type" : " time"
486
492
},
487
493
{
488
- "type" : " row" ,
489
- "items" : [
490
- {
491
- "preLabel" : " Other surveyors" ,
492
- "source" : " additionalSurveyors" ,
493
- "type" : " text"
494
- }
495
- ]
494
+ "preLabel" : " Survey leader name" ,
495
+ "source" : " recordedBy" ,
496
+ "type" : " text"
496
497
},
497
498
{
498
- "type" : " row" ,
499
- "items" : [
500
- {
501
- "preLabel" : " Group Size" ,
502
- "source" : " groupSize" ,
503
- "type" : " number"
504
- }
505
- ]
499
+ "preLabel" : " Other surveyors" ,
500
+ "source" : " additionalSurveyors" ,
501
+ "type" : " text"
506
502
},
507
503
{
508
- "type" : " row" ,
509
- "items" : [
510
- {
511
- "preLabel" : " Surveyor Experience" ,
512
- "source" : " surveyorExperience" ,
513
- "type" : " selectOne"
514
- }
515
- ]
504
+ "preLabel" : " School/Group name" ,
505
+ "source" : " groupName" ,
506
+ "type" : " text"
516
507
},
517
508
{
518
- "type" : " row" ,
519
- "items" : [
520
- {
521
- "preLabel" : " Exposure" ,
522
- "source" : " siteExposure" ,
523
- "type" : " selectOne"
524
- }
525
- ]
509
+ "preLabel" : " Surveyor Experience" ,
510
+ "source" : " surveyorExperience" ,
511
+ "type" : " selectOne"
526
512
},
527
513
{
528
- "type" : " row" ,
529
- "items" : [
530
- {
531
- "preLabel" : " Survey Extends" ,
532
- "source" : " surveyExtent" ,
533
- "type" : " selectOne"
534
- }
535
- ]
514
+ "preLabel" : " Group Size" ,
515
+ "source" : " groupSize" ,
516
+ "type" : " number"
536
517
},
537
518
{
538
- "type" : " row" ,
539
- "items" : [
540
- {
541
- "preLabel" : " Distance between quadrats in metres" ,
542
- "source" : " distanceBetweenQuadratsInMetres" ,
543
- "type" : " number"
544
- }
545
- ]
519
+ "preLabel" : " Survey notes" ,
520
+ "source" : " eventRemarks" ,
521
+ "type" : " textarea"
522
+ },
523
+ {
524
+ "preLabel" : " Exposure" ,
525
+ "source" : " siteExposure" ,
526
+ "type" : " selectOne"
527
+ },
528
+ {
529
+ "preLabel" : " Survey Extends" ,
530
+ "source" : " surveyExtent" ,
531
+ "type" : " selectOne"
532
+ },
533
+ {
534
+ "preLabel" : " Distance between quadrats in metres" ,
535
+ "source" : " distanceBetweenQuadratsInMetres" ,
536
+ "type" : " number"
546
537
},
547
538
{
548
539
"allowRowDelete" : false ,
657
648
]
658
649
},
659
650
{
651
+ "computed" : null ,
660
652
"type" : " row" ,
661
653
"items" : [
662
654
{
663
- "boxed" : true ,
664
- "title" : " General Comments" ,
665
- "type" : " section" ,
655
+ "type" : " col" ,
666
656
"items" : [
667
657
{
668
- "type" : " row" ,
658
+ "boxed" : true ,
659
+ "title" : " Photogrammetry Survey" ,
660
+ "type" : " section" ,
669
661
"items" : [
670
662
{
671
- "preLabel" : " Survey Notes: If you did a photogrammetry survey in conjunction with this survey, please insert the URL link here." ,
672
- "source" : " eventRemarks" ,
673
- "type" : " textarea"
663
+ "type" : " row" ,
664
+ "items" : [
665
+ {
666
+ "type" : " col" ,
667
+ "items" : [
668
+ {
669
+ "preLabel" : " Did you do a photogrammetry survey in conjunction with this survey?" ,
670
+ "source" : " photogrammetrySurveyUndertaken" ,
671
+ "type" : " selectOne"
672
+ },
673
+ {
674
+ "preLabel" : " Please provide the URL link to the photogrammetry survey associated with this survey." ,
675
+ "source" : " photogrammetrySurveyUrl" ,
676
+ "type" : " text"
677
+ }
678
+ ]
679
+ }
680
+ ]
674
681
}
675
- ]
682
+ ],
683
+ "class" : " "
676
684
}
677
- ],
678
- "class" : " "
685
+ ]
679
686
}
680
687
]
681
688
}
952
959
"lastUpdatedUserId" : " 35" ,
953
960
"description" : " Transect survey for rocky shorelines using the Marine Metre Squared survey protocol." ,
954
961
"formVersion" : 1
955
- }
962
+ }
0 commit comments