-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNZSC_reference_list_4e.bib
More file actions
1130 lines (1051 loc) · 32.9 KB
/
Copy pathNZSC_reference_list_4e.bib
File metadata and controls
1130 lines (1051 loc) · 32.9 KB
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
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@article{allbrook1983,
title = {Some Physical Properties of Allophane Soils from the {{North Island, New Zealand}}},
author = {Allbrook, R. F.},
year = {1983},
date = {1983},
journal = {New Zealand Journal of Science},
pages = {481--492},
volume = {26},
number = {4},
langid = {English}
}
@article{allbrook1985,
title = {The effect of allophane on soil properties},
author = {Allbrook, R. F.},
year = {1985},
month = {07},
date = {1985-07-01},
journal = {Applied Clay Science},
pages = {65--69},
volume = {1},
number = {1},
doi = {10.1016/0169-1317(85)90562-9},
url = {https://doi.org/10.1016/0169-1317(85)90562-9},
langid = {English}
}
@article{almond1999,
title = {Pedogenesis by upbuilding in an extreme leaching and weathering environment, and slow loess accretion, south {{Westland}}, {{New Zealand}}},
author = {Almond, Peter C. and Tonkin, P. J.},
year = {1999},
month = {09},
date = {1999-09},
journal = {Geoderma},
pages = {1--36},
volume = {92},
number = {1-2},
doi = {10.1016/S0016-7061(99)00016-6},
url = {https://doi.org/10.1016/S0016-7061(99)00016-6},
langid = {English}
}
@report{avery1980,
title = {Soil Classification for {{England}} and {{Wales}} (Higher Categories)},
author = {Avery, B. W.},
year = {1980},
date = {1980},
institution = {{Soil Survey of England and Wales}},
type = {Soil Survey Technical Monograph},
number = {14},
pages = {67},
address = {Rothamstead Experimental Station, Harpenden, England},
langid = {English}
}
@article{berkowitz2017,
title = {Application of α,α'{-}dipyridyl dye for hydric soil identification},
author = {Berkowitz, Jacob F. and VanZomeren, Christine M. and Currie, Steven J. and Vasilas, Lenore},
year = {2017},
month = {05},
date = {2017-05},
journal = {Soil Science Society of America Journal},
pages = {654--658},
volume = {81},
number = {3},
doi = {10.2136/sssaj2016.12.0431},
url = {https://doi.org/10.2136/sssaj2016.12.0431},
langid = {English}
}
@techreport{blakemore1987,
title = {Methods for chemical analysis of soils},
author = {Blakemore, L. C. and Searle, P. L. and Daly, B. K.},
year = {1987},
date = {1987},
pages = {103},
number = {80},
type = {New Zealand Soil Bureau Scientific Report},
url = {https://doi.org/10.7931/DL1-SBSR-80},
note = {Previous editions published as NZ Soil BUreau Scientific Report 10A
DOI: 10.7931/DL1-SBSR-80
ISSN: 0304-1735},
institution = {New Zealand Department of Scientific and Industrial Research},
address = {Lower Hutt, New Zealand},
langid = {English}
}
@article{childs1981,
title = {Field tests for ferrous iron and ferric-organic complexes (on exchange sites or in water-soluble forms) in soils},
author = {Childs, C. W.},
year = {1981},
date = {1981},
journal = {Soil Research},
pages = {175--180},
volume = {19},
number = {2},
doi = {10.1071/SR9810175},
url = {https://doi.org/10.1071/SR9810175},
langid = {English}
}
@article{childs1990,
title = {Thick iron oxide pans in soils of {{Taranaki}}, {{New Zealand}}},
author = {Childs, C. W. and Palmer, R. W. P. and Ross, C. W.},
year = {1990},
date = {1990},
journal = {Soil Research},
pages = {245--257},
volume = {28},
number = {2},
doi = {10.1071/SR9900245},
url = {https://doi.org/10.1071/SR9900245},
langid = {English}
}
@inproceedings{childs1990a,
title = {A Proposed Revision of the Key to Mineralogy Classes of {{Soil Taxonomy}} (1975).},
booktitle = {Transactions 14th {{International Congress}} of {{Soil Science}}, {{Kyoto}}, {{Japan}}, {{August}} 1990},
eventtitle = {14th {{International Congress}} of {{Soil Science}}},
author = {Childs, C. W. and Whitton, J. S.},
year = {1990},
month = {08},
date = {1990-08},
publisher = {IUSS},
pages = {10--16},
volume = {VII},
url = {https://old.iuss.org/meetings-events/world-soil-congress/index.html},
note = {Author Affiliation: Division of Land and Soil Science, DSIR, Lower Hutt, {{New Zealand}}.},
address = {Kyoto, Japan},
langid = {English}
}
@techreport{churchman1986,
title = {Towards understanding soil mineralogy I. An introduction to clay minerals in soils},
author = {Churchman, G. Jock},
year = {1986},
month = {03},
date = {1986-03-06},
pages = {28},
number = {CM6},
type = {NZ Soil Bureau Laboratory Report},
doi = {10.7931/DL1-LAB-CM06},
url = {https://doi.org/0.7931/DL1-LAB-CM06},
note = {DOI:10.7931/DL1-LAB-CM06},
institution = {{Department of Scientific and Industrial Research}},
address = {Lower Hutt, New Zealand},
langid = {English}
}
@inbook{churchman2012,
title = {Alteration, formation, and occurrence of minerals in soils},
author = {Churchman, Jock G. and Lowe, David J.},
booktitle = {Handbook of Soil Sciences: Properties and Processes},
editor = {Huang, Pan Ming and Li, Yuncong and Sumner, Malcolm E.},
year = {2012},
date = {2012},
publisher = {CRC Press},
address = {Boca Raton, USA},
pages = {20.1-20.72},
volume = {1},
edition = {2},
doi = {10.1201/b16386},
url = {https://doi.org/10.1201/b16386},
langid = {English}
}
@book{churchman2019,
title = {Soil Clays: Linking Geology, Biology, Agriculture, and the Environment},
author = {Churchman, G. Jock and Velde, Bruce},
year = {2019},
date = {2019},
publisher = {CRC Press},
edition = {1},
doi = {10.1201/9780429154768},
url = {https://doi.org/10.1201/9780429154768},
note = {DOI: 10.1201/9780429154768},
address = {Boca Raton, USA},
langid = {English}
}
@inproceedings{clayden1990,
title = {The Nature, Occurrence, and Genesis of Placic Horizons},
booktitle = {{Fifth International Soil Correlation Meeting (ISCOM)}},
author = {Clayden, B. and Daly, B. K. and Lee, R. and Mew, G.},
year = {1990},
date = {1990},
publisher = {USDA, Soil Conservation Service},
pages = {88--104},
address = {Lincoln, Nebraska, USA},
langid = {English}
}
@book{clayden2015,
title = {Horizon notation for {{New Zealand}} soils},
author = {Clayden, B. and Hewitt, Allan E.},
year = {2015},
date = {2015},
publisher = {Manaaki Whenua Press},
edition = {4},
doi = {10.7931/DL1001},
url = {https://doi.org/10.7931/DL1001},
note = {DOI: 10.7931/DL1001},
address = {Lincoln, New Zealand},
langid = {English}
}
@article{cline1949,
title = {Basic Principles of Soil Classification},
author = {Cline, Marlin G.},
year = {1949},
date = {1949},
journal = {Soil Science},
pages = {81--91},
volume = {67},
number = {2},
doi = {10.1097/00010694-194902000-00002},
url = {https://doi.org/10.1097/00010694-194902000-00002},
langid = {English}
}
@article{craw2024,
title = {Environmental evolution of cover deposits on chemically distinctive bare ground, {{New Zealand}}: review and temporal contexts},
author = {Craw, D. and Rufaut, C.},
year = {2024},
date = {2024},
journal = {New Zealand Journal of Geology and Geophysics},
pages = {1120--1152},
volume = {68},
number = {5},
doi = {10.1080/00288306.2024.2416160},
url = {https://doi.org/10.1080/00288306.2024.2416160},
langid = {English}
}
@techreport{derm2011,
title = {{{Salinity Management Handbook}}, Second Edition},
author = {DERM, },
year = {2011},
date = {2011},
pages = {188},
number = {DNRQ97109},
url = {https://www.publications.qld.gov.au/dataset/salinity-management-handbook},
note = {ISBN: 072427412X},
address = {Brisbane, Queensland},
institution = {Queensland Department of Environment and Resource Management},
langid = {English}
}
@report{eden1992,
title = {A standard method for determining volcanic glass content in {{Andisols}}},
author = {Eden, D. N.},
year = {1992},
date = {1992},
pages = {28},
doi = {10.7931/DL1-DLRSR-2},
location = {Palmerston North, New Zealand},
institution = {Department of Scientific and Industrial Research},
type = {DSIR Land Resources Scientific Report},
isbn = {0-477-02635-4},
number = {2},
issn = {1170-5965},
url = {https://doi.org/10.7931/DL1-DLRSR-2},
address = {Palmerston North, New Zealand},
langid = {English}
}
@article{fieldes1966,
title = {The {{Nature of Allophane in Soils}}, Part 3 - Rapid field and laboratory test for allophane},
author = {Fieldes, Morice and Perrott, K. W.},
year = {1966},
date = {1966},
journal = {New Zealand Journal of Science},
pages = {623--629},
volume = {9},
langid = {English}
}
@article{froggatt1990,
title = {A review of late {{Quaternary}} silicic and some other tephra formations from {{New Zealand}}: Their stratigraphy, nomenclature, distribution, volume, and age},
author = {Froggatt, P. C. and Lowe, D. J.},
year = {1990},
month = {01},
date = {1990-01-01},
journal = {New Zealand Journal of Geology and Geophysics},
pages = {89--109},
volume = {33},
number = {1},
doi = {10.1080/00288306.1990.10427576},
url = {https://doi.org/10.1080/00288306.1990.10427576},
note = {Publisher: Taylor & Francis},
langid = {English}
}
@techreport{gradwell1979,
title = {Methods for physical analysis of soils},
author = {Gradwell, M. W. and Birrell, K. S.},
year = {1979},
date = {1979},
pages = {66},
number = {10C},
type = {NZ Soil Bureau Scientific Report},
doi = {10.7931/DL1-SBSR-10C},
url = {https://doi.org/10.7931/DL1-SBSR-10C},
institution = {{Department of Scientific and Industrial Research}},
address = {Lower Hutt, New Zealand},
langid = {English}
}
@article{gray2002,
title = {Relationships between shrinkage indices and soil properties in some {{New Zealand}} soils},
author = {Gray, Colin William and Allbrook, Robert},
year = {2002},
month = {08},
date = {2002-08-01},
journal = {Geoderma},
pages = {287--299},
volume = {108},
number = {3},
doi = {10.1016/S0016-7061(02)00136-2},
url = {https://doi.org/10.1016/S0016-7061(02)00136-2}
}
@techreport{griffiths1991,
title = {Assessing soil permeability class from soil morphology},
author = {Griffiths, E.},
year = {1991},
date = {1991},
pages = {48},
type = {DSIR Land Resources Technical Record},
number = {40},
url = {https://doi.org/10.7931/6G9W-AG26},
note = {ISBN: 1170-6228},
institution = {{Department of Scientific and Industrial Research}},
address = {Havelock North, New Zealand},
langid = {English}
}
@inbook{hartemink2020,
title = {Soil horizon variation: A review},
author = {Hartemink, A. E. and Zhang, Y. and Bockheim, J. G. and Curi, N. and Silva, S. H. G. and Grauer-Gray, J. and Lowe, D.J. and Krasilnikov, P.},
year = {2020},
date = {2020},
booktitle = {Advances in Agronomy},
publisher = {Elsevier},
pages = {125--185},
volume = {160},
chapter-number = {3},
doi = {10.1016/bs.agron.2019.10.003},
url = {https://doi.org/10.1016/bs.agron.2019.10.003},
note = {ISSN: 0065-2113},
langid = {English}
}
@phdthesis{hewitt1982,
title = {Decisions in the Establishment of Soil Series},
author = {Hewitt, A. E.},
year = {1982},
date = {1982},
school = {Cornell University},
url = {https://landcareresearch.on.worldcat.org/oclc/1129896729},
address = {Ithaca, New York, USA},
langid = {English}
}
@article{hewitt1984,
title = {The NZ Soil Classification Revision: {{Taylor's}} Patch Reworked},
author = {Hewitt, A. E.},
year = {1984},
month = {12},
date = {1984-12},
journal = {New Zealand Soil News},
pages = {220--229},
volume = {32},
number = {6},
doi = {10.7931/DL30-1984_VOL32_6_ORC},
url = {https://doi.org/10.7931/DL30-1984_VOL32_6_ORC},
langid = {English}
}
@article{hewitt1987,
title = {Perfume and Promise},
author = {Hewitt, A. E.},
year = {1987},
month = {12},
date = {1987-12},
journal = {New Zealand Soil News},
pages = {240--243},
volume = {35},
number = {6},
doi = {10.7931/DL30-1987_VOL35_6_ORC},
url = {https://doi.org/10.7931/DL30-1987_VOL35_6_ORC},
langid = {English}
}
@techreport{hewitt1987a,
title = {{{New Zealand Soil Classification}} (v. 1.0)},
author = {Hewitt, A. E.},
year = {1987},
date = {1987},
pages = {72},
number = {SR15},
type = {Soil Resources Report},
doi = {10.7931/DL1-SRR-15},
url = {https://doi.org/10.7931/DL1-SRR-15},
issn = {0112-7381},
institution = {{Department of Scientific and Industrial Research}},
address = {Lower Hutt, New Zealand},
langid = {English}
}
@techreport{hewitt1989,
title = {{{New Zealand Soil Classification}} (v. 2.0)},
author = {Hewitt, A. E.},
year = {1989},
date = {1989},
pages = {93},
number = {DN2},
type = {Technical Record},
institution = {{Department of Scientific and Industrial Research}},
address = {Dunedin, New Zealand},
langid = {English}
}
@report{hewitt1992a,
title = {{{New Zealand soil classification}} (v. 3.0)},
author = {Hewitt, Allan E.},
year = {1992},
date = {1992},
publisher = {DSIR Land Resources},
type = {DSIR Land Resources scientific report},
number = {19},
edition = {1},
doi = {10.7931/DL1-LRSS-1-1993},
url = {https://doi.org/10.7931/DL1-LRSS-1-1993},
issn = {1170-5965},
address = {Lower Hutt, N.Z.},
langid = {English}
}
@article{hewitt1992b,
title = {Soil classification in {{New Zealand}} - Legacy and lessons},
author = {Hewitt, Allan E.},
year = {1992},
date = {1992},
journal = {Soil Research},
pages = {843--854},
volume = {30},
number = {6},
doi = {10.1071/SR9920843},
url = {https://doi.org/10.1071/SR9920843},
langid = {English}
}
@report{hewitt1993,
title = {Methods and rationale of the {{New Zealand Soil Classification}}},
author = {Hewitt, A. E.},
year = {1993},
date = {1993},
publisher = {Manaaki Whenua Press},
type = {Landcare Research science series},
number = {2},
doi = {10.7931/DL1-LRSS-2},
url = {https://doi.org/10.7931/DL1-LRSS-2},
address = {Wellington, New Zealand},
langid = {English}
}
@inbook{hewitt1998,
title = {{{The New Zealand Soil Classification}}},
author = {Hewitt, A. E.},
editor = {Molloy, L.},
year = {1998},
date = {1998},
booktitle = {{The Living Mantle: Soils in the New Zealand Landscape}},
publisher = {New Zealand Society of Soil Science},
pages = {229--243},
edition = {2},
address = {Wellington},
langid = {English}
}
@report{hewitt1998a,
title = {New Zealand soil classification},
author = {Hewitt, A. E.},
year = {1998},
date = {1998},
publisher = {Manaaki Whenua Press},
type = {Landcare Research science series},
number = {1},
edition = {2},
doi = {10.7931/DL1-LRSS-1-1998},
issn = {1172-269X},
address = {Lincoln, Canterbury, New Zealand},
langid = {English}
}
@report{hewitt2010,
title = {{New Zealand Soil Classification}},
author = {Hewitt, A. E.},
year = {2010},
date = {2010},
publisher = {Manaaki Whenua Press},
type = {Landcare Research science series},
number = {1},
edition = {3},
doi = {10.7931/DL1-LRSS-1-2010},
url = {https://doi.org10.7931/DL1-LRSS-1-2010},
address = {Wellington, New Zealand},
langid = {English}
}
@book{hewitt2021,
title = {The Soils of {{Aotearoa}} {{New Zealand}}},
author = {Hewitt, Allan E. and Balks, Megan R. and Lowe, David J.},
year = {2021},
date = {2021},
publisher = {Springer Nature Switzerland},
series = {World Soils Book Series},
volume = {1},
edition = {1},
doi = {10.1007/978-3-030-64763-6},
url = {https://doi.org/10.1007/978-3-030-64763-6},
address = {Switzerland},
langid = {English}
}
@article{holmgren1988,
title = {The Point Representation of Soil},
author = {Holmgren, George G. S.},
year = {1988},
date = {1988},
journal = {Soil Science Society of America Journal},
pages = {712--716},
volume = {52},
number = {3},
doi = {10.2136/sssaj1988.03615995005200030022x},
url = {https://doi.org/10.2136/sssaj1988.03615995005200030022x}
}
@article{hopkins2021,
title = {Tephrochronology in {{Aotearoa}} {{New Zealand}}},
author = {Hopkins, Jenni L. and Lowe, David J. and Horrocks, Joanna L.},
year = {2021},
month = {07},
date = {2021-07-03},
journal = {New Zealand Journal of Geology and Geophysics},
pages = {153--200},
volume = {64},
number = {2-3},
doi = {10.1080/00288306.2021.1908368},
url = {https://doi.org/10.1080/00288306.2021.1908368},
langid = {English}
}
@book{iussworkinggroupwrb2022,
title = {{{World Reference Base}} for Soil Resources: International soil classification system for naming soils and creating legends for soil maps},
author = {IUSS Working Group WRB, },
year = {2022},
date = {2022},
publisher = {International Union of Soil Scientists},
edition = {4},
url = {https://wrb.isric.org/},
address = {Vienna, Austria},
langid = {English}
}
@article{johnson1963,
title = {The Pedon and the Polypedon},
author = {Johnson, William M.},
year = {1963},
month = {03},
date = {1963-03-01},
journal = {Soil Science Society of America Journal},
pages = {212--215},
volume = {27},
number = {2},
doi = {10.2136/sssaj1963.03615995002700020034x},
url = {https://doi.org/10.2136/sssaj1963.03615995002700020034x},
note = {Publisher: John Wiley & Sons, Ltd},
langid = {English}
}
@article{johnson1990,
title = {Dynamic pedogenesis: New views on some key soil concepts, and a model for interpreting quaternary soils},
author = {Johnson, D. L. and Keller, E. A. and Rockwell, T. K.},
year = {1990},
month = {05},
date = {1990-05-01},
journal = {Quaternary Research},
pages = {306--319},
volume = {33},
number = {3},
doi = {10.1016/0033-5894(90)90058-S},
url = {https://doi.org/10.1016/0033-5894(90)90058-S},
langid = {English}
}
@article{laffan1979,
title = {A comment on the identification of the lithic contact ({{USDA Soil Taxonomy}}) in soils formed from greywacke in the {{Marlborough Sounds}}},
author = {Laffan, M. D.},
year = {1979},
month = {04},
date = {1979-04},
journal = {New Zealand Soil News},
pages = {70--71},
volume = {27},
number = {2},
doi = {10.7931/DL30-1979_VOL27_2_ORC},
url = {https://doi.org/10.7931/DL30-1979_VOL27_2_ORC},
langid = {English}
}
@article{leamy1983,
title = {Soil Classification in the {{N. Z. Soil Bureau}}},
author = {Leamy, M. L. and Clayden, B. and Hewitt, A. E.},
year = {1983},
month = {12},
date = {1983-12},
journal = {New Zealand Soil News},
pages = {183--185},
volume = {31},
number = {6},
doi = {10.7931/DL30-1983_VOL31_6_ORC},
url = {https://doi.org/10.7931/DL30-1983_VOL31_6_ORC},
langid = {English}
}
@techreport{leamy1990,
title = {International Committee on {{Andisols}}: Final Report},
author = {Leamy, M. L. and Kinloch, D. I. and Parfitt, R. L.},
year = {1990},
date = {1990},
pages = {170},
number = {20},
type = {Technical Monograph},
institution = {United States Department of Agriculture, Soil Management Support Services},
address = {Washington D.C., USA},
langid = {English}
}
@article{lowe2008,
title = {Fingerprints and age models for widespread {{New Zealand}} tephra marker beds erupted since 30,000 years ago: a framework for NZ-INTIMATE},
author = {Lowe, David J. and Shane, Phil A. R. and Alloway, Brent V. and Newnham, Rewi M.},
year = {2008},
month = {01},
date = {2008-01-01},
journal = {Quaternary Science Reviews},
pages = {95--126},
volume = {27},
number = {1-2},
doi = {10.1016/j.quascirev.2007.01.013},
url = {https://doi.org/10.1016/j.quascirev.2007.01.013},
langid = {English}
}
@article{lowe2011,
title = {Tephrochronology and its application: A review},
author = {Lowe, David J.},
year = {2011},
month = {04},
date = {2011-04-01},
journal = {Quaternary Geochronology},
pages = {107--153},
volume = {6},
number = {2},
doi = {10.1016/j.quageo.2010.08.003},
url = {https://doi.org/10.1016/j.quageo.2010.08.003}
}
@article{lowe2013,
title = {Ages of 24 widespread tephras erupted since 30,000 years ago in {{New Zealand}}, with re-evaluation of the timing and palaeoclimatic implications of the Late glacial cool episode recorded at {{Kaipo}} bog},
author = {Lowe, David J. and Blaauw, Maarten and Hogg, Alan G. and Newnham, Rewi M.},
year = {2013},
month = {08},
date = {2013-08},
journal = {Quaternary Science Reviews},
pages = {170--194},
volume = {74},
doi = {10.1016/j.quascirev.2012.11.022},
url = {https://doi.org/10.1016/j.quascirev.2012.11.022},
langid = {English}
}
@article{lowe2017,
title = {Correlating tephras and cryptotephras using glass compositional analyses and numerical and statistical methods: Review and evaluation},
author = {Lowe, David J. and Pearce, Nicholas J. G. and Jorgensen, Murray A. and Kuehn, Stephen C. and Tryon, Christian A. and Hayward, Chris L.},
year = {2017},
month = {11},
date = {2017-11-01},
journal = {Quaternary Science Reviews},
pages = {1--44},
volume = {175},
doi = {10.1016/j.quascirev.2017.08.003},
url = {https://doi.org/10.1016/j.quascirev.2017.08.003}
}
@article{lowe2021,
title = {The {{Taup{\={o}}}} eruption sequence of AD 232 ± 10 in {{Aotearoa}} {{New Zealand}}: a retrospection},
author = {Lowe, David J. and Pittari, Adrian},
year = {2021},
date = {2021},
journal = {Journal of Geography (Chigaku Zasshi)},
pages = {117--141},
series = {The 100s: Significant Exposures of the World (No. 12)},
volume = {130},
number = {1},
doi = {10.5026/jgeography.130.117},
url = {https://doi.org/10.5026/jgeography.130.117},
langid = {English}
}
@book{mclaren1990,
title = {Soil science: an introduction to the properties and management of {{New Zealand}} soils},
author = {McLaren, R. G. and Cameron, K. C.},
year = {1990},
date = {1990},
edition = {2},
publisher = {Oxford University Press},
url = {https://landcareresearch.on.worldcat.org/oclc/22444423},
note = {OCLC: 681842258},
address = {Auckland, New Zealand},
langid = {English}
}
@article{mcqueen1981,
title = {A new method of aggregate stability measurement},
author = {McQueen, David J.},
year = {1981},
month = {08},
date = {1981-08},
journal = {New Zealand Soil News},
pages = {127--132},
volume = {29},
number = {4},
doi = {10.7931/DL30-1981_VOL29_4_ORC},
url = {https://doi.org/10.7931/DL30-1981_VOL29_4_ORC},
langid = {English}
}
@book{mcqueen1993,
title = {Glossary of Soil Physical Terms},
author = {McQueen, D. J.},
year = {1993},
date = {1993},
publisher = {Manaaki Whenua - Landcare Research},
doi = {10.7931/DL1H01},
url = {https://doi.org/10.7931/DL1H01},
note = {DOI: 10.7931/DL1H01
No ISBN},
address = {Lincoln, Canterbury, New Zealand},
langid = {English}
}
@book{milne1995,
title = {Soil description handbook},
author = {Milne, J. D. G. and Clayden, B. and Singleton, P. L. and Wilson, A. D.},
year = {1995},
date = {1995},
publisher = {Manaaki Whenua Press},
edition = {Revised},
url = {https://doi.org/10.7931/DL1JG6},
doi = {10.7931/DL1JG6},
address = {Lincoln, Canterbury, New Zealand},
langid = {English}
}
@book{munsellcolorcompany2009,
title = {Munsell Soil Colour Charts},
author = {Munsell Color Company, },
year = {2009},
date = {2009},
publisher = {Pantone},
edition = {2009 revised},
url = {https://munsell.com/},
address = {Grand Rapids, MI, USA},
langid = {English}
}
@book{obrien2025,
title = {{{New Zealand}} {{Soil Description Handbook}}},
author = {{O'Brien}, Lauren E. and Deuss, Kirstin and Eger, Andre and Milne, James Derek Gordon and Clayden, B. and Singleton, P. L. and Wilson, A. D. and Soil Description Working Group, },
year = {2025},
date = {2025},
publisher = {Manaaki Whenua Landcare Research},
edition = {3},
address = {Palmerston North, New Zealand},
langid = {English}
}
@inbook{palmer2025,
title = {Pedostratigraphy},
author = {Palmer, Alan S. and Lowe, David J. and Almond, Peter C.},
editor = {Elias, Scott},
year = {2025},
month = {01},
date = {2025-01-01},
booktitle = {Encyclopedia of Quaternary Science},
publisher = {Elsevier},
pages = {749--769},
volume = {5},
edition = {3},
doi = {10.1016/B978-0-323-99931-1.00265-8},
url = {https://doi.org/10.1016/B978-0-323-99931-1.00265-8},
note = {DOI: 10.1016/B978-0-323-99931-1.00265-8},
address = {Oxford, UK},
langid = {English}
}
@techreport{parfitt1984,
title = {A proposed classification of yellow-brown loams and yellow-brown pumice soils. I, The boundary with other soils at the highest category},
author = {Parfitt, R. L.},
year = {1984},
date = {1984},
pages = {20},
type = {Soil Bureau Laboratory Report},
number = {CM5},
url = {https://doi.org/10.7931/DL1-LAB-CM05},
institution = {{New Zealand Department of Scientific and Industrial Research}},
address = {Lower Hutt, New Zealand},
langid = {English}
}
@article{parfitt1991,
title = {Andisols - the development of a new order in {{Soil Taxonomy}}},
author = {Parfitt, R. L. and Clayden, B.},
year = {1991},
month = {07},
date = {1991-07-01},
journal = {Geoderma},
pages = {181--198},
volume = {49},
number = {3},
doi = {10.1016/0016-7061(91)90075-5},
url = {https://doi.org/10.1016/0016-7061(91)90075-5},
langid = {English}
}
@article{puke2021,
title = {Conception, construction and the cultural significance of {{Te Parapara Garden}} in {{Hamilton}}, {{Aotearoa}} {{New Zealand}}},
author = {Puke, Wiremu T.},
year = {2021},
month = {12},
date = {2021-12-01},
journal = {Journal of New Zealand & Pacific Studies},
pages = {179--198},
series = {New Scholarship in New Zealand and Pacific Studies Part 2},
volume = {9},
number = {2},
doi = {10.1386/nzps_00071_1},
url = {https://doi.org/10.1386/nzps_00071_1},
langid = {English}
}
@book{rijkse1978,
title = {{{Soil Groups}} of {{New Zealand}} Part 3 - {{Gley Soils}}},
author = {Rijkse, W. C.},
year = {1978},
date = {1978},
publisher = {New Zealand Society of Soil Science},
series = {Soil Groups of New Zealand},
number = {3},
doi = {10.7931/DL1S3},
url = {https://doi.org/10.7931/DL1S3},
address = {Wellington, New Zealand},
langid = {English}
}
@article{sattler2016,
title = {Estimating Permafrost Distribution in the Maritime {{Southern Alps}}, {{New Zealand}}, Based on Climatic Conditions at Rock Glacier Sites},
author = {Sattler, Katrin and Anderson, Brian and Mackintosh, Andrew and Norton, Kevin and {De Róiste}, {Mairéad}},
year = {2016},
month = {02},
date = {2016-02-03},
journal = {Frontiers in Earth Science},
volume = {4},
pages = {1--17},
doi = {10.3389/feart.2016.00004},
url = {https://doi.org/10.3389/feart.2016.00004},
langid = {English}
}
@book{schoeneberger2012,
title = {Field book for describing and sampling soils, Version 3},
author = {Schoeneberger, P. J. and Wysocki, D. A. and Benham, E. C. and Soil Survey Staff, },
year = {2012},
date = {2012},
publisher = {Natural Resources Conservation Service, National Soil Survey Center},
address = {Lincoln, USA}
}
@article{simonson1959,
title = {Outline of a Generalized Theory of Soil Genesis},
author = {Simonson, Roy W.},
year = {1959},
month = {03},
date = {1959-03},
journal = {Soil Science Society of America Journal},
pages = {152--156},
series = {Modern concepts of soil genesis - a symposium},
volume = {23},
number = {2},
doi = {10.2136/sssaj1959.03615995002300020021x},
url = {https://doi.org/10.2136/sssaj1959.03615995002300020021x},
langid = {English}
}
@report{soilcol1993,
title = {Soil color},
editor = {Bigham, J. M. and Ciolkosz, E. J.},
year = {1993},
month = {01},
date = {1993-01-01},
address = {Madison, Wisconsin, USA},
publisher = {Soil Science Society of America},
type = {SSSA Special Publication},
number = {31},
doi = {10.2136/sssaspecpub31},
url = {https://doi.org/10.2136/sssaspecpub31},
langid = {English}
}
@report{soilbureaustaff1948,
title = {Soil Map of {{New Zealand}}},
author = {Soil Bureau Staff, },
year = {1948},
date = {1948},
doi = {10.7931/hdbc-9662},
type = {Scale 1:2,027,520},
url = {https://doi.org/10.7931/hdbc-9662},
address = {Wellington, New Zealand},
institution = {{Department of Scientific and Industrial Research}},
langid = {English}
}
@report{soilsurveystaff1975,
title = {{{Soil Taxonomy}}: A basic system of Soil Classification for Making and Interpreting Soil Surveys},
author = {Soil Survey Staff, },
year = {1975},
date = {1975},
publisher = {United States Department of Agriculture},
type = {Agriculture Handbook},
number = {436},
edition = {1},
address = {Washington D.C., USA}
}
@report{soilsurveystaff1999,
title = {{{Soil Taxonomy}}: A basic system of Soil Classification for Making and Interpreting Soil Surveys},
author = {Soil Survey Staff, },
year = {1999},
date = {1999},
publisher = {United States Department of Agriculture},
type = {Agriculture Handbook},
number = {436},
edition = {2},
url = {https://www.nrcs.usda.gov/resources/guides-and-instructions/soil-taxonomy},
address = {Washington D.C., USA},
langid = {English}
}
@book{soilsurveystaff2022,
title = {Keys to {{Soil Taxonomy}}},
author = {Soil Survey Staff, },
year = {2022},
date = {2022},
publisher = {National Resources Conservation Service, United States Department of Agriculture},
edition = {13},
url = {https://www.nrcs.usda.gov/sites/default/files/2022-09/Keys-to-Soil-Taxonomy.pdf},
address = {USA},
langid = {English}
}
@article{soons1990,
title = {Periglacial phenomena in {{New Zealand}}},
author = {Soons, J. M. and Price, L. W.},
year = {1990},
month = {04},
date = {1990-04},
journal = {Permafrost and Periglacial Processes},
pages = {145--159},
volume = {1},
number = {2},
doi = {10.1002/ppp.3430010206},
url = {https://doi.org/10.1002/ppp.3430010206},
langid = {English}
}
@techreport{sullivan2018,
title = {National {{Acid Sulfate Soils}} guidance: National acid sulfate soils sampling and identification methods manual},
author = {Sullivan, L. and Ward, N. and Toppler, N. and Lancaster, G.},
year = {2018},
month = {06},
date = {2018-06},
pages = {105},
url = {https://www.waterquality.gov.au/issues/acid-sulfate-soils/identification-and-laboratory-methods-manual},
institution = {Department of Agriculture and Water Resources},
address = {Canberra, ACT, Australia},
langid = {English}
}