This repository was archived by the owner on Aug 14, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdissertation.bib
More file actions
1290 lines (1290 loc) · 43.5 KB
/
dissertation.bib
File metadata and controls
1290 lines (1290 loc) · 43.5 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{blust-trussel2013,
author = { Blust, Robert and Trussel, Stephen },
journaltitle = { Oceanic Linguistics },
title = { The {Austronesian} Comparative Dictionary: A Work in Progress },
date = { 2013 },
volume = { 52 },
number = { 2 },
pages = { 493--523 },
}
@incollection{blust1999a,
address = { Taipei },
author = { Blust, Robert },
booktitle = { Selected Papers from the Eighth International Conference on {Austronesian} Linguistics },
editor = { Zeitoun, Elizabeth and Li, Paul Jen-kuei },
pages = { 31--94 },
publisher = { Academia Sinica },
title = { Subgrouping, Circularity and Extinction: Some Issues in {Austronesian} Comparative Linguistics },
year = { 1999 },
}
@article{blust2004,
author = { Blust, Robert },
journaltitle = { Oceanic Linguistics },
number = { 1 },
pages = { 73--148 },
title = { Austronesian Nasal Substitution: A Survey },
volume = { 43 },
year = { 2004 },
}
@book{blust2013,
author = { Blust, Robert },
isbn = { 978-0-85883-602-0 },
publisher = { Australian National University, College of Asia and the Pacific },
series = { Asia-Pacific Linguistics Open Access Monographs },
title = { The {A}ustronesian Languages },
year = { 2013 },
}
@article{carvalho2015,
author = { {de Carvalho}, Fernando O. },
journaltitle = { Language and Linguistics },
pages = { 347--368 },
title = { Syllable structure and hiatus resolution in {Squliq Atayal} },
volume = { 16 },
number = { 3 },
year = { 2015 },
}
@inproceedings{chang1995,
address = { Taipei },
author = { Chang, {Henry Yungli} },
booktitle = { Papers on the Native Languages in {Taiwan} },
editor = { Li, Paul Jen-kuei and Lin, Ying-chin },
pages = { 347--368 },
publisher = { Ministry of Education },
title = { A preliminary analysis of the focus system in {Mayrinax Atayal} [in {Chinese}] },
year = { 1995 },
}
@incollection{chang2004,
address = { Taipei },
author = { Chang, {Henry Yungli} },
booktitle = { Studies on {Sino-Tibetan} Languages: Papers in Honor of {Professor Hwang-Cherng Gong} on His Seventieth Birthday },
editor = { Lin, Ying-chin },
pages = { 95--120 },
publisher = { Institute of Linguistics, Academia Sinica },
title = { {AF} Verbs: Transitive, Intransitive, or Both? },
year = { 2004 },
}
@incollection{chang2010,
address = { Amsterdam/Philadelphia },
author = { Chang, {Henry Yungli} },
booktitle = { Austronesian and Theoretical Linguistics },
editor = { Mercado, Raphael and Potsdam, Eric and Travis, Lisa },
number = { 167 },
pages = { 183--211 },
publisher = { John Benjamins },
title = { On the Syntax of {Formosan} Adverbial Verb Constructions },
year = { 2010 },
}
@article{chang2011,
author = { Chang, {Henry Yungli} },
journaltitle = { Language and Linguistics },
pages = { 799--843 },
title = { Triadic Encoding in {Tsou} },
volume = { 12 },
number = { 4 },
year = { 2011 },
}
@incollection{chang2012,
author = { Chang, {Yiying Ann} },
booktitle = { Proceedings of {ConSOLE XIX} },
pages = { 177--190 },
title = { Pronominal Ordering in {Plngawan Atayal} },
year = { 2012 },
}
@article{chen1985,
author = { Chen, Kang and Lin, Zhong },
journaltitle = { Minzu yuwen },
pages = { 68--80 },
title = { \emph{Taiwan Gaoshanzu Taiye'eryu gaikuang} [A brief description of the {Atayal} language spoken by the {Gaoshan} people] },
volume = { 5 },
year = { 1985 },
}
@book{chen1992,
address = { Beijing },
author = { Chen, Kang },
title = { Taiwan Gaoshanzu yuyan \emph{[The Languages of {Taiwan's} {Gaoshan} People]} },
publisher = { Minzu University of China },
year = { 1992 },
}
@mastersthesis{chen2007,
author = { Chen, Sihwei },
school = { National Tsing Hua University },
title = { Applicative Constructions in {Atayal} },
year = { 2007 },
}
@phdthesis{chen2011,
author = { Chen, {Christina Yin-Ling} },
school = { National Tsing Hua University },
title = { Issues in the Phonology of {Ilan Atayal} },
year = { 2011 },
}
@mastersthesis{chen2012,
author = { Chen, {Joyce Yi-Jie} },
school = { National Tsing Hua University },
title = { Affixation Induced Phonological Variations in {Plngawan Atayal} },
year = { 2012 },
}
@mastersthesis{chen2015,
author = { Chen, {Hsiao Ting} },
title = { A study on the polyfunctions of maki' in {Squliq Atayal} },
school = { National Hsinchu University of Education },
year = { 2015 },
}
@inproceedings{chen2016,
address = { Canberra },
author = { Chen, Sihwei },
booktitle = { {AFLA} 23: the Proceedings of the 23rd meeting of the {Austronesian Formal Linguistics Association} },
editor = { Nomoto, Hiroki and Miyauchi, Takuya and Shiohara, Asako },
pages = { 65--80 },
publisher = { The Australian National University },
title = { Lexical aspect and aspectually unmarked predicates in {Atayal} },
year = { 2016 },
}
@inproceedings{chen2017,
address = { Somerville, MA },
author = { Chen, Sihwei },
booktitle = { Proceedings of the 34th {West Coast Conference on Formal Linguistics} },
editor = { Kaplan, Aaron and Kaplan, Abby and McCarvel, Miranda K. and Rubin, Edward J. },
pages = { 107--114 },
publisher = { Cascadilla Proceedings Project },
title = { Initial stages of events: the {Atayal} unmarked predicates },
year = { 2017 },
}
@inproceedings{chen2017a,
address = { Cambridge, MA },
author = { Chen, Sihwei },
booktitle = { Proceedings of {GLOW in Asia XI} },
editor = { Erlewine, Michael Yoshitaka },
pages = { 65--78 },
publisher = { MIT Working Papers in Linguistics },
title = { Bundling perfective and perfect: the {Atayal} \emph{WAL} },
volume = { 1 },
year = { 2017 },
}
@phdthesis{chen2018,
author = { Chen, Sihwei },
title = { Finding Semantic Building Blocks: Temporal and Modal Interpretation in {Atayal} },
school = { University of British Columbia },
year = { 2018 },
}
@mastersthesis{cheng2012,
author = { Cheng, {Yi-yang} },
title = { Modality in {Mayrinax Atayal} },
school = { National Taiwan University },
year = { 2012 },
}
@mastersthesis{cheng2015,
author = { Cheng, {Hui-Wen Wendy} },
school = { National Tsing Hua University },
title = { Non-Finite Clauses in {Mayrinax Atayal}: A View from Cartographic Approach },
year = { 2015 },
}
@mastersthesis{chien2001,
author = { Chien, Yu-chang },
title = { 從音韻學的角度看泰雅語的標音系統:以桃山方言為例 [A phonological perspective of the {Atayal} writing system: the case of the {Taoshan} dialect] },
school = { National Hsinchu Teachers College },
year = { 2001 },
}
@article{egerod1965,
author = { Egerod, Søren },
issn = { 0024-3841 },
journaltitle = { Lingua },
pages = { 251--282 },
title = { Verb Inflexion in {Atayal} },
volume = { 15 },
date = { 1965-01-01 },
}
@article{egerod1965a,
author = { Egerod, Søren },
journaltitle = { Acta Orientalia },
pages = { 203--220 },
title = { An {English-Atayal} word list },
volume = { 19 },
date = { 1965-02-01 },
}
@article{egerod1966,
author = { Egerod, Søren },
issn = { 1423-0526 },
journaltitle = { Artibus Asiae. Supplementum },
month = { jan },
pages = { 120--130 },
title = { A Statement on {Atayal} Phonology },
volume = { 23 },
date = { 1966-01-01 },
}
@article{egerod1966a,
author = { Egerod, Søren },
issn = { 0097-8507 },
journaltitle = { Language },
number = { 2 },
pages = { 346--369 },
title = { Word Order and Word Classes in {Atayal} },
volume = { 42 },
date = { 1966-02-01 },
}
@article{egerod1969,
author = { Egerod, Søren },
title = { The Origin of Headhunting: An {Atayal} Text with Vocabulary },
date = { 1969-01-01 },
}
@book{egerod1980,
address = { London },
author = { Egerod, Søren },
isbn = { 0-7007-0117-6 },
number = { 35 },
publisher = { Curzon Press },
series = { Scandinavian Institute of Asian Studies monograph series },
title = { {Atayal-English} Dictionary },
date = { 1980-01-01 },
}
@inproceedings{erlewine,
author = { Erlewine, Michael Yoshitaka },
booktitle = { Proceedings of the 20th Meeting of the {Austronesian Formal Linguistics Association (AFLA 20)} },
title = { Subject marking on non-subjects in {Squliq Atayal} },
year = {{ To appear }},
}
@book{ferrell1967,
address = { Taipei },
author = { Ferrell, Raleigh },
title = { Atayal Vocabulary ({Sqolyeq} dialect) },
year = { 1967 },
}
@book{ferrell1969,
address = { Taipei },
author = { Ferrell, Raleigh },
title = { Taiwan Aboriginal Groups: Problems in Cultural and Linguistic Classification },
publisher = { Academia Sinica },
series = { Institute of Ethnology, Academia Sinica, Monograph },
volume = { 17 },
year = { 1969 },
}
@article{gorbunova2014,
author = { Gorbunova, Irina M. },
journaltitle = { Voprosy jazykoznanija },
pages = { 34--54 },
title = { Phasal polarity in {Atayal} },
volume = { 3 },
year = { 2014 },
}
@article{gorbunova2016,
author = { Gorbunova, Irina M. },
journaltitle = { Voprosy jazykoznanija },
pages = { 56--85 },
title = { Spatial deixis and grammaticalization in {Atayal} },
volume = { 4 },
year = { 2016 },
}
@article{gorbunova2016a,
author = { Gorbunova, Irina M. },
journaltitle = { Acta Linguistica Petropolitana },
pages = { 611--634 },
title = { On perfect and related categories in {Atayal} },
volume = { 12 },
number = { 2 },
year = { 2016 },
}
@article{gorbunova2016b,
author = { Gorbunova, Irina M. },
journaltitle = { Acta Linguistica Petropolitana },
pages = { 364--378 },
title = { The {Atayal} language: A language without tense },
volume = { 12 },
number = { 1 },
year = { 2016 },
}
@article{gorbunova2016c,
author = { Gorbunova, Irina M. },
journaltitle = { Acta Linguistica Petropolitana },
pages = { 65--76 },
title = { The problem of constructing a typologically oriented actionality classification of predicates in a language with factitives (with {Atayal} as an example) },
volume = { 12 },
number = { 1 },
year = { 2016 },
}
@incollection{greenberg1957subgroupings,
address = { Oxford },
author = { Greenberg, Joseph H. },
booktitle = { Genetic Linguistics: Essays on Theory and Method },
editor = { Croft, William },
pages = { 47--57 },
publisher = { Oxford University Press },
title = { The problem of linguistic subgroupings [originally published in 1957] },
date = { 2005 },
}
@mastersthesis{hayung2008,
author = { {Tali' Hayung} },
title = { A Study of the Prefixes in {Jianshih Atayal} },
school = { National Hsinchu University of Education },
year = { 2008 },
}
@book{he1956,
address = { Taipei },
author = { He, Lien-kuei and Wei, Huei-lin },
title = { Local traditions of {Taiwan} [In {Chinese}] },
publisher = { Zhonghua Publishing },
year = { 1956 },
}
@mastersthesis{hsiao2004,
author = { Hsiao, Stella I-Ling },
title = { Adverbials in {Squliq Atayal} },
school = { National Tsing Hua University },
year = { 2004 },
}
@book{huang1993,
address = { Taipei },
author = { Huang, {Lillian M.} },
title = { A study of {Atayal} syntax },
publisher = { Crane Publishing },
year = { 1993 },
}
@article{huang1994,
author = { Huang, {Lillian M.} },
issn = { 0029-8115 },
journaltitle = { Oceanic Linguistics },
month = { jun },
number = { 1 },
pages = { 129--143 },
title = { Ergativity in {Atayal} },
volume = { 33 },
year = { 1994 },
}
@book{huang1995,
address = { Taipei },
author = { Huang, {Lillian M.} },
publisher = { The Crane Publishing Co., Ltd. },
title = { A Study of {M}ayrinax Syntax},
year = { 1995 },
}
@article{huang1995a,
author = { Huang, {Lillian M.} },
journaltitle = { National Taiwan Normal University },
pages = { 261--294 },
title = { The Syntactic Structure of {Wulai} and {Mayrinax Atayal}: A Comparison },
volume = { 40 },
year = { 1995 },
}
@inproceedings{huang1995b,
address = { Taipei },
author = { Huang, {Lillian M.} },
booktitle = { First International Symposium on Languages in {Taiwan} },
editor = { Tsao, Feng-fu and Tsai, Mei-hui },
pages = { 73--98 },
publisher = { Crane Publishing },
title = { The voice system in {Atayal} },
year = { 1995 },
}
@article{huang1996,
author = { Huang, {Lillian M.} },
journaltitle = { Journal of National Taiwan Normal University },
pages = { 263--296 },
title = { Interrogative Constructions in {Mayrinax} {Atayal} },
volume = { 41 },
year = { 1996 },
}
@article{huang1996a,
author = { Huang, {Lillian M.} },
journaltitle = { Studies in English Literature and Linguistics },
pages = { 15--36 },
title = { A syntactic and semantic study of \emph{-ay}, \emph{-aw} and \emph{-anay} in {Mayrinax Atayal} },
volume = { 24 },
year = { 1996 },
}
@inproceedings{huang1998,
address = { Taipei },
author = { Huang, {Lillian M.} and Yeh, Marie Meili and Zeitoun, Elizabeth and Chang, Anna H. and Wu, Joy J. },
booktitle = { Selected papers from the {Second International Symposium on Languages in Taiwan (ISOLIT-II)} },
editor = { Huang, Shuanfan },
pages = { 21--48 },
publisher = { Crane },
title = { A Typological Overview of Nominal Case Marking Systems of Some {Formosan} Languages },
year = { 1998 },
}
@inproceedings{huang1999,
address = { Taipei },
author = { Huang, {Lillian M.} and Zeitoun, Elizabeth and Yeh, Marie Meili and Chang, Anna H. and Wu, Joy J. },
booktitle = { Proceedings of the {F}ifth {I}nternational {C}onference on {C}hinese {L}inguistics },
editor = { Wang, Hsu and Tsao, Feng-fu and Lien, Chin-fa },
pages = { 165--198 },
publisher = { Crane },
title = { A Typological Overview of Pronominal Systems of Some {Formosan} Languages },
year = { 1999 },
}
@inproceedings{huang1999a,
address = { Taipei },
author = { Huang, {Lillian M.} and Zeitoun, Elizabeth and Yeh, Marie Meili and Chang, Anna H. and Wu, Joy J. },
booktitle = { Chinese Languages and Linguistics {V}: Interactions in Language },
editor = { Yin, Yunmei and Yang, Yili and Zhan, Huizhen },
pages = { 639--680 },
publisher = { Academia Sinica },
title = { Interrogative constructions in some {Formosan} languages },
year = { 1999 },
}
@article{huang2000,
author = { Huang, {Lillian M.} },
journaltitle = { Oceanic Linguistics },
number = { 2 },
pages = { 364--390 },
title = { Verb Classification in {Mayrinax} {Atayal} },
volume = { 39 },
year = { 2000 },
}
@book{huang2000a,
address = { Taipei },
author = { Huang, {Lillian M.} },
publisher = { Yuan-Liou Publishing },
title = { 泰雅語參考語法 (A Reference Grammar of {Atayal}) },
year = { 2000 },
}
@article{huang2001,
author = { Huang, {Lillian M.} },
journaltitle = { Journal of Taiwan Normal University: Humanities \& Social Sciences },
number = { 1-2 },
pages = { 51--69 },
title = { Focus System of {Mayrinax Atayal}: A Syntactic, Semantic and Pragmatic Perspective },
volume = { 46 },
year = { 2001 },
}
@article{huang2002,
author = { Huang, {Lillian M.} },
journaltitle = { Language and Linguistics },
number = { 2 },
pages = { 197--225 },
title = { Nominalization in {Mayrinax} {Atayal} },
volume = { 3 },
year = { 2002 },
}
@article{huang2005,
author = { Huang, Shuanfan },
journaltitle = { Language and Linguistics },
pages = { 783--806 },
title = { Split {O} in {Formosan} Languages---A Localist Interpretation },
volume = { 6 },
number = { 4 },
year = { 2005 },
}
@article{huang2006,
author = { Huang, {Hui-chuan J.} },
journaltitle = { Language and Linguistics },
number = { 1 },
pages = { 1--26 },
title = { Resolving Vowel Clusters: A Comparison of {Isbukun Bunun} and {Squliq Atayal} },
volume = { 7 },
date = { 2006-01-01 },
}
@incollection{huang2006a,
address = { Taipei },
author = { Huang, {Hui-chuan J.} },
booktitle = { Streams Converging into an Ocean: Festschrift in Honor of Professor {Paul Jen-Kuei Li} on His 70th Birthday },
editor = { Chang, {Henry Yungli} and Huang, Lillian M. and Ho, Dah-an },
number = { W-5 },
pages = { 489--505 },
publisher = { Institute of Linguistics, Academia Sinica },
series = { Language and Linguistics Monograph Series },
title = { {Squliq Atayal} Syllable Onset: Simple or Complex? },
date = { 2006-02-01 },
}
@incollection{huang2006b,
address = { Taipei },
author = { Huang, {Lillian M.} },
booktitle = { Streams Converging into an Ocean: {Festschrift} in Honor of Professor {Paul Jen-Kuei Li} on His 70th Birthday },
editor = { Chang, {Henry Yungli} and Huang, Lillian M. and Ho, Dah-an },
number = { W-5 },
pages = { 205--238 },
publisher = { Institute of Linguistics, Academia Sinica },
series = { Language and Linguistics Monograph Series },
title = { Case Marking System in {Plngawan} {Atayal} },
year = { 2006 },
}
@article{huang2008,
author = { Huang, {Lillian M.} },
journaltitle = { Concentric: Studies in Linguistics },
pages = { 1--46 },
title = { Grammaticalization in {Squliq Atayal} },
volume = { 34 },
number = { 2 },
year = { 2008 },
}
@article{huang2008a,
author = { Huang, {Lillian M.} and {Tali' Hayung} },
journaltitle = { Language and Linguistics },
number = { 3 },
pages = { 491--521 },
title = { Syntax and Semantics of \emph{p-} in {Squliq} {Atayal} },
volume = { 9 },
year = { 2008 },
}
@article{huang2011,
author = { Huang, {Lillian M.} and {Tali' Hayung} },
journaltitle = { Language and Linguistics },
number = { 1 },
pages = { 1--48 },
title = { Coordination and Comitativity in {Squliq} {Atayal} },
volume = { 12 },
year = { 2011 },
}
@mastersthesis{huang2013a,
author = { Huang, {Zong-Rong} },
title = { Kiya and Haniyan in {Mayrinax Atayal}: their adposition and auxiliary usages },
school = { National Taiwan University },
year = { 2013 },
}
@article{huang2014,
author = { Huang, {Hui-chuan J.} },
journaltitle = { Language and Linguistics },
number = { 6 },
pages = { 801--824 },
title = { Phonological Patterning of Prevocalic Glides in {Squliq Atayal} },
volume = { 15 },
date = { 2014-01-01 },
}
@incollection{huang2015,
author = { Huang, {Hui-chuan J.} },
booktitle = { New Advances in {Formosan} Linguistics },
editor = { Zeitoun, Elizabeth and Teng, Stacy F. and Wu, Joy J. },
pages = { 47--74 },
publisher = { Asia-Pacific Linguistics },
title = { Syllable Types in {Bunun}, {Saisiyat}, and {Atayal} },
date = { 2015-02-01 },
}
@incollection{huang2015a,
address = { Newcastle upon Tyne, UK },
author = { Huang, {Hui-chuan J.} },
booktitle = { Capturing Phonological Shades Within and Across Languages },
editor = { Hsiao, Yuchau E. and Wee, Lian-Hee },
pages = { 243--265 },
publisher = { Cambridge Scholars Publishing },
title = { The phonemic status of /z/ in {Squliq Atayal} revisited },
date = { 2015-01-01 },
}
@book{huang2016a,
address = { New Taipei City },
author = { Huang, {Lillian M.} and {Tali' Hayung} },
publisher = { Council of Indigenous Peoples },
title = { An introduction to {Atayal} grammar },
year = { 2016 },
}
@article{huang2017,
author = { Huang, Shuanfan },
journaltitle = { Journal of Taiwanese Languages and Literature },
pages = { 1--48 },
title = { Variability and stability in {Squliq Atayal} syntax },
volume = { 12 },
number = { 1 },
year = { 2017 },
}
@unpublished{huang2017a,
author = { Huang, {Hui-chuan J.} },
title = { Matu'uwal ({Mayrinax}) {Atayal} Vowel Syncope },
type = { Poster },
eventtitle = { 14th {Old World Conference on Phonology} ({OCP-14}) in {Düsseldorf}, {February} 20--22, 2017 },
date = { 2017-01-01 },
}
@article{huang2018,
author = { Huang, {Hui-chuan J.} },
journaltitle = { Oceanic Linguistics },
pages = { 265--288 },
title = { The nature of pretonic weak vowels in {Squliq Atayal} },
volume = { 57 },
number = { 2 },
date = { 2018-01-01 },
}
@book{huang2018a,
address = { New Taipei City },
author = { Huang, {Lillian M.} and {Tali' Hayung} },
publisher = { Council of Indigenous Peoples },
title = { An introduction to {Atayal} grammar },
date = { 2018 },
edition = { 2 },
}
@article{huang2020,
author = { Huang, {Hui-chuan J.} },
journaltitle = { Journal of East Asian Linguistics },
pages = { 77--117 },
title = { Glide strengthening in {Atayal}: Sonority dispersion and similarity avoidance },
volume = { 29 },
number = { 1 },
date = { 2020-01-01 },
}
@mastersthesis{kao2010,
author = { Kao, Hsiao-Lin },
title = { A study of particles in {C'uli Atayal} },
school = { National Kaohsiung Normal University },
year = { 2010 },
}
@mastersthesis{lambert1999,
author = { Lambert, Wendy Mae },
school = { National Tsing Hua University },
title = { Epenthesis, Metathesis, and Vowel-Glide Alternation: Prosodic Reflexes in {Mabalay Atayal} },
year = { 1999 },
}
@article{lee2009,
author = { Lee, Amy Pei-jung },
journaltitle = { Language and Linguistics },
number = { 3 },
pages = { 569--591 },
title = { Dorsal Consonant Harmony in {Truku Seediq} },
volume = { 10 },
year = { 2009 },
}
@article{lee2010,
author = { Lee, Amy Pei-jung },
journaltitle = { Taiwan Journal of Indigenous Studies },
number = { 3 },
pages = { 123--168 },
title = { Phonology in {Truku Seediq} },
volume = { 3 },
year = { 2010 },
}
@article{li1980,
author = { Li, Paul Jen-kuei },
journaltitle = { Bulletin of the Institute of History and Philology, Academia Sinica },
pages = { 349--405 },
title = { The Phonological Rules of {Atayal} Dialects },
volume = { 51 },
number = { 2 },
year = { 1980 },
}
@incollection{li1980a,
address = { Taipei },
author = { Li, Paul Jen-kuei },
booktitle = { Papers in Honor of Professor {Lin Yu-k'eng} on Her Seventieth Birthday },
pages = { 9--17 },
publisher = { Wen Shin Publishing },
title = { Men's and women's speech in {Mayrinax} },
year = { 1980 },
}
@article{li1981,
author = { Li, Paul Jen-kuei },
journaltitle = { Bulletin of the Institute of History and Philology, Academia Sinica },
pages = { 235--301 },
title = { Reconstruction of {Proto-Atayalic} Phonology },
volume = { 52 },
year = { 1981 },
}
@article{li1982,
author = { Li, Paul Jen-kuei },
journaltitle = { Tsing Hua Journal of Chinese Studies },
pages = { 167--191 },
title = { Linguistic Variations of Different Age Groups in the {Atayalic} Dialects },
volume = { 14 },
number = { 1-2 },
series = { News Series },
year = { 1982 },
}
@article{li1982a,
author = { Li, Paul Jen-kuei },
journaltitle = { Bulletin of the Institute of History and Philology, Academia Sinica },
pages = { 265--304 },
title = { Male and Female Forms of Speech in the {A}tayalic Group },
volume = { 53 },
year = { 1982 },
}
@inproceedings{li1982b,
address = { Canberra },
author = { Li, Paul Jen-kuei },
booktitle = { Papers from the {Third International Conference on Austronesian Linguistics} },
editor = { Halim, Amran and Carrington, Lois and Wurm, Stephen },
pages = { 171--185 },
publisher = { Australian National University },
series = { Pacific Linguistics {C-75} },
title = { Atayalic final voiced stops },
volume = { 2: Tracking the travellers },
year = { 1982 },
}
@article{li1983,
author = { Li, Paul Jen-kuei },
journaltitle = { Bulletin of the Institute of History and Philology, Academia Sinica },
number = { 3 },
pages = { 1--18 },
title = { Types of Lexical Derivation of Men's Speech in {Mayrinax} },
volume = { 54 },
year = { 1983 },
}
@article{li1985,
author = { Li, Paul Jen-kuei },
journaltitle = { Bulletin of the Institute of History and Philology, Academia Sinica },
pages = { 699--718 },
title = { Linguistic Criteria for Classifying the {Atayalic} Dialect Groups },
volume = { 56 },
number = { 4 },
year = { 1985 },
}
@incollection{li1985a,
address = { Canberra },
author = { Li, Paul Jen-kuei },
booktitle = { Austronesian Linguistics at the 15th {Pacific Science Congress (Pacific Linguistics C-88)} },
editor = { Pawley and Carrington },
pages = { 257--280 },
publisher = { The Australian National University },
title = { The Position of {Atayal} in the {Austronesian} Family },
year = { 1985 },
}
@article{li1995,
author = { Li, Paul Jen-kuei },
journaltitle = { Bulletin of the Institute of History and Philology, Academia Sinica },
number = { 1 },
pages = { 23--51 },
title = { The Case-Marking System in {Mayrinax, Atayal} },
volume = { 66 },
year = { 1995 },
}
@inproceedings{li1995a,
address = { Taipei },
author = { Li, Paul Jen-kuei },
booktitle = { Papers from the First International Symposium on Languages in Taiwan },
pages = { 1--16 },
publisher = { Crane Publishing },
title = { The language distribution and migration of the Formosan natives },
year = { 1995 },
}
@book{li1996,
author = { Li, Paul Jen-kuei },
title = { The {Austronesian} peoples and languages of {I-lan} county },
publisher = { I-lan county government },
year = { 1996 },
}
@inproceedings{li1998,
address = { Taipei },
author = { Li, Paul Jen-kuei },
booktitle = { Selected Papers from the {Second International Symposium on Languages in Taiwan} },
editor = { Huang, Shuanfan },
pages = { 49--78 },
publisher = { Crane },
series = { Pacific Linguistics Series C, No. 75 },
title = { The dialectal differences in {Atayal in I-Lan} },
year = { 1998 },
}
@phdthesis{liao2004,
author = { Liao, Hsiu-chuan },
school = { University of Hawaiʻi },
title = { Transitivity and Ergativity in {Formosan} and {Philippine} Languages },
year = { 2004 },
}
@article{liao2005,
author = { Liao, Hsiu-chuan },
journaltitle = { Concentric: Studies in Linguistics },
pages = { 47--63 },
title = { Another look at the order of clitic pronouns in {Wulai Atayal} },
volume = { 31 },
number = { 1 },
year = { 2005 },
}
@mastersthesis{lin2004,
author = { Lin, {Wan-Ying} },
title = { Vowel Epenthesis and Reduplication in {Squliq and C'uli' Atayal} Dialects },
school = { National Tsing Hua University },
year = { 2004 },
}
@mastersthesis{lin2005,
author = { Lin, {Beryl Chiao-Chun} },
title = { Interrogatives in {Squliq Atayal} },
school = { National Tsing Hua University },
year = { 2005 },
}
@mastersthesis{lin2008,
author = { Lin, Chien-Hao },
title = { Ellipsis in {L'olu Atayal} },
school = { National Kaohsiung Normal University },
year = { 2008 },
}
@mastersthesis{lin2012,
author = { Lin, Cheng-yuan },
school = { National Hsinchu University of Education },
title = { A study of morphological structure in {Mayrinax Atayal} },
year = { 2012 },
}
@mastersthesis{lin2013,
author = { Lin, {Yu-Chih} },
title = { Linguistic Coding of Causation in {Mayrinax Atayal}: A Causative Continuum Approach },
school = { National Tsing Hua University },
year = { 2013 },
}
@incollection{lin2015,
author = { Lin, {Hui-shan} },
booktitle = { New Advances in {Formosan} Linguistics },
editor = { Zeitoun, Elizabeth and Teng, Stacy F. and Wu, Joy J. },
pages = { 75--100 },
publisher = { Asia-Pacific Linguistics },
title = { {Squliq Atayal} reduplication: bare consonant or full syllable copying? },
year = { 2015 },
}
@mastersthesis{lin2016,
author = { Lin, {Tsong-Tse} },
title = { On the Syntax of Topic in {Mayrinax Atayal}: A View from Cartographic Approach },
school = { National Tsing Hua University },
year = { 2016 },
}
@mastersthesis{liu2004,
author = { Liu, {Adlay Kun-long} },
title = { On relativization in {Squliq Atayal} },
school = { National Tsing Hua University },
year = { 2004 },
}
@article{liu2005,
author = { Liu, {Adlay Kun-long} },
journaltitle = { Concentric: Studies in Linguistics },
number = { 2 },
pages = { 89--110 },
title = { The Structure of Relative Clauses in {Jianshi Squliq Atayal} },
volume = { 31 },
year = { 2005 },
}
@phdthesis{liu2011,
author = { Liu, {Tsai-hsiu} },
school = { University of Hawaiʻi },
title = { Complementation in Three {Formosan} Languages--{Amis}, {Mayrinax Atayal} and {Tsou} },
year = { 2011 },
}
@incollection{liu2015,
author = { Liu, {Adlay Kun-long} },
booktitle = { New Advances in {Formosan} Linguistics },
editor = { Zeitoun, Elizabeth and Teng, Stacy F. and Wu, Joy J. },
pages = { 183--210 },
publisher = { Asia-Pacific Linguistics },
title = { Outside-in or inside-out functional uncertainty? An {LFG} analysis on relativisation in {Jianshi Squliq Atayal} },
year = { 2015 },
}
@phdthesis{liu2017,
author = { Liu, {Adlay Kun-Long} },
title = { Syntactic interactions with information structure in {Squliq Atayal} },
school = { Australian National University },
year = { 2017 },
}
@mastersthesis{lu2005,
author = { Lu, Anne Yu-an },
school = { National Tsing Hua University },
title = { Mayrinax Phonology: With Special Reference to {UM} Affixation },
year = { 2005 },
}
@inproceedings{mei1994,
address = { Taipei },
author = { Mei, Kuang },
booktitle = { Proceedings of the Conference on the Native {Formosan} languages },
pages = { 369--384 },
publisher = { Academia Sinica },
title = { Word Order, Case Marker and Theta-Role Agreement in {Mayrinax Atayal} [in {Chinese}] },
year = { 1994 },
}
@article{ogawa1911,
author = { Ogawa, Naoyoshi },
journaltitle = { Journal of Taiwan Educational Association },
pages = { 9--11 },
title = { The Structure of {Atayal} Verbs },
volume = { 110 },
year = { 1911 },
}
@book{ogawa1932,
author = { Ogawa, Naoyoshi },
title = { Atayal Vocabulary },
publisher = { Taiwan Government-General },
address = { Taipei },
year = { 1932 },
}
@book{ogawa1935,
address = { Taipei },
author = { Ogawa, Naoyoshi and Asai, Erin },
publisher = { Institute of Linguistics, Taihoku Imperial University },
title = { The Myths and Traditions of the {Formosan} Native Tribes },
year = { 1935 },
}
@book{osthoff1878,
address = { Leipzig },
author = { Osthoff, Hermann and Brugmann, Karl },
title = {{ Morphologische Untersuchungen auf dem Gebiete der indogermanischen Sprachen }},
publisher = { S. Hirzel },
volume = { 1 },
year = { 1878 },
}
@incollection{pawley1979,
address = { Ann Arbor },
author = { Pawley, Andrew and Reid, Lawrence A. },
booktitle = { Austronesian studies: Papers from the {Second Eastern Conference on Austronesian Languages} },
editor = { Naylor, Paz B. },
pages = { 103--130 },
publisher = { Center for {South and Southeast Asian Studies, The University of Michigan} },
title = { The evolution of transitive constructions in {Austronesian} },
year = { 1979 },
}
@mastersthesis{peng2016,
author = { Peng, Shu-fang },
title = { A study of verbal morphology in {Mayrinax Atayal} },
school = { National Tsing Hua University },
year = { 2016 },
}
@mastersthesis{pitay2014,
author = { {Kagaw Pitay} },
title = { Modal constructions in {R'uyan Atayal}: a view from cartographic approach },
school = { National Tsing Hua University },
year = { 2014 },
}
@phdthesis{rau1992,
author = { Rau, Der-Hwa Victoria },
title = { A grammar of {Atayal} },
school = { Cornell University },
year = { 1992 },
}
@article{rau2000,
author = { Rau, Der-Hwa Victoria },
journaltitle = { Oceanic Linguistics },
number = { 1 },
pages = { 144--156 },
title = { Phonological Variation and Sound Change in {Atayal} },
volume = { 39 },
year = { 2000 },
}
@inproceedings{rau2000a,
address = { Amsterdam },
author = { Rau, Der-Hwa Victoria },
booktitle = { Proceedings of {AFLA} 7 },
editor = { Klamer, Marian },
pages = { 211--230 },
publisher = { Vrije Universiteit Amsterdam },
title = { Word order variation and topic continuity in {Atayal} },
year = { 2000 },
}
@incollection{rau2004,
address = { Canberra },
author = { Rau, Der-Hwa Victoria },
booktitle = { Papers on {Austronesian} Subgrouping and Dialectology },
editor = { Bowden, John and Himmelmann, Nikolaus },
pages = { 37--96 },
publisher = { Australian National University },
series = { Pacific Linguistics },
title = { Lexical Similarity, Sound Change and Intelligibility of {Atayalic} Dialects },
year = { 2004 },
}
@inproceedings{romero2003,
address = { Barcelona },
author = { Romero, Joaquín and Martín, Sidney },
booktitle = { Proceedings of the 15th {International Congress of Phonetic Sciences} },
editor = { Solé, Maria-Josep and Recasens, Daniel and Romero, Joaquín },
pages = { 2825--2828 },
publisher = { Causal Productions },
title = { Articulatory Weakening as basis of historical rhotacism },
year = { 2003 },
}
@incollection{ross1995,
address = { Taipei },
author = { Ross, Malcolm },
booktitle = { Austronesian studies relating to {Taiwan} },
editor = { Li, Paul Jen-kuei },
pages = { 727--791 },
publisher = { Academia Sinica },
title = { Reconstructing {Proto-Austronesian} verbal morphology: Evidence from {Taiwan} },
year = { 1995 },
}
@incollection{ross2009,
author = { Ross, Malcolm },
booktitle = { Austronesian Historical Linguistics and Culture History: A Festschrift for {Robert Blust} },
editor = { Adelaar, Alexander and Pawley, Andrew },
pages = { 295--326 },
publisher = { Pacific Linguistics },
title = { Proto {Austronesian} verbal morphology: a reappraisal },
year = { 2009 },
}
@mastersthesis{shih2008,
author = { Shih, Cindy Peiru },
title = { Interrogative constructions in {Plngawan Atayal} },
school = { National Taiwan Normal University },
year = { 2008 },
}
@incollection{starosta1999,
address = { Taipei },
author = { Starosta, Stanley },
booktitle = { Selected Papers from the {Eighth International Conference on Austronesian Linguistics (8ICAL)} },
editor = { Zeitoun, Elizabeth and Li, Paul Jen-kuei },
pages = { 371--392 },
publisher = { Academia Sinica },
title = { Transitivity, Ergativity, and the Best Analysis of {Atayal} Case-Marking },
year = { 1999 },
}
@mastersthesis{su2004,