forked from zotero-chinese/styles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
216acta-psychologica-sinica.csl
1271 lines (1271 loc) · 44 KB
/
216acta-psychologica-sinica.csl
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
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="never" initialize-with=". " page-range-format="expanded" default-locale="en-US">
<!-- 如果用户选择了英文以外的语言,英文标题无法被正确转为 title case,所以这里设置 default-locale="en-US" -->
<info>
<title>心理学报</title>
<id>http://www.zotero.org/styles/acta-psychologica-sinica</id>
<link href="http://www.zotero.org/styles/acta-psychologica-sinica" rel="self"/>
<link href="http://www.zotero.org/styles/apa" rel="template"/>
<link href="https://journal.psych.ac.cn/xlxb/fileup/0439-755X/ITEM/20220223114333.pdf" rel="documentation"/>
<author>
<name>Zeping Lee</name>
<email>zepinglee@gmail.com</email>
</author>
<category citation-format="author-date"/>
<category field="psychology"/>
<issn>0439-755X</issn>
<summary>1. 文献的语言默认为英语。中文文献需要在 `language` 字段填写 `zh` 或 `zh-CN`。2. 中文文献需要将作者姓名、标题、期刊、出版地、出版社的英文翻译分别填写在 `extra` 中的 `original-author`, `original-title`, `original-container-title`, `original-publisher-place`, `original-publisher` 字段。</summary>
<updated>2023-02-02T00:33:22+08:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<!-- 英文术语 -->
<locale xml:lang="en">
<terms>
<term name="advance-online-publication">advance online publication</term>
<term name="original-work-published">original work published</term>
<term name="editortranslator" form="short">
<single>ed. & trans.</single>
<multiple>eds. & trans.</multiple>
</term>
<term name="translator" form="short">trans.</term>
<term name="interviewer" form="short">
<single>interviewer</single>
<multiple>interviewers</multiple>
</term>
<term name="collection-editor" form="short">
<single>ed.</single>
<multiple>eds.</multiple>
</term>
<term name="circa" form="short">ca.</term>
<term name="bc"> B.C.E.</term>
<term name="ad"> C.E.</term>
<term name="letter">personal communication</term>
<term name="letter" form="short">letter</term>
<term name="issue" form="long">
<single>issue</single>
<multiple>issues</multiple>
</term>
</terms>
</locale>
<!-- 中文术语 -->
<locale xml:lang="zh">
<terms>
<term name="advance-online-publication">advance online publication</term>
<term name="original-work-published">原作发表于</term>
<term name="et-al"> 等</term>
<term name="and others" form="short">等人</term>
<term name="edition" form="short">版</term>
<term name="in">见</term>
<term name="retrieved">取</term>
<term name="from">自</term>
<term name="no date" form="short">无日期</term>
<term name="open-quote">“</term>
<term name="close-quote">”</term>
<term name="open-inner-quote">‘</term>
<term name="close-inner-quote">’</term>
<term name="page-range-delimiter">–</term>
<term name="chapter" form="short">章</term>
<term name="page" form="short">
<single>p.</single>
<multiple>pp.</multiple>
</term>
</terms>
</locale>
<!-- 英文文献格式 -->
<macro name="author-bib-EN">
<!-- 文献列表中的著者 -->
<names variable="author">
<name name-as-sort-order="all" and="symbol" delimiter-precedes-last="always"/>
<substitute>
<choose>
<if variable="container-title">
<choose>
<if type="book entry entry-dictionary entry-encyclopedia" match="any">
<text macro="title-and-descriptions-EN"/>
</if>
</choose>
</if>
</choose>
<names variable="editor">
<name name-as-sort-order="all" and="symbol" delimiter-precedes-last="always"/>
<label form="short" prefix=" (" suffix=")" text-case="title"/>
</names>
<names variable="editorial-director">
<name name-as-sort-order="all" and="symbol" delimiter-precedes-last="always"/>
<label form="short" prefix=" (" suffix=")" text-case="title"/>
</names>
<names variable="collection-editor">
<name name-as-sort-order="all" and="symbol" delimiter-precedes-last="always"/>
<label form="short" prefix=" (" suffix=")" text-case="title"/>
</names>
<text macro="title-and-descriptions-EN"/>
</substitute>
</names>
</macro>
<macro name="author-intext-EN">
<!-- 正文引用标志的著者 -->
<names variable="author">
<name form="short" and="symbol"/>
<substitute>
<choose>
<if variable="container-title">
<choose>
<if type="book entry entry-dictionary entry-encyclopedia" match="any">
<text macro="title-intext-EN"/>
</if>
</choose>
</if>
</choose>
<names variable="editor"/>
<names variable="editorial-director"/>
<text macro="title-intext-EN"/>
</substitute>
</names>
</macro>
<macro name="date-bib-EN">
<!-- 文献列表中的出版年 -->
<group delimiter=" " prefix="(" suffix=")">
<choose>
<if is-uncertain-date="issued">
<text term="circa" form="short"/>
</if>
</choose>
<group>
<choose>
<if variable="issued">
<date variable="issued">
<date-part name="year"/>
</date>
<text variable="year-suffix"/>
<choose>
<if type="article-magazine article-newspaper broadcast interview motion_picture pamphlet personal_communication post post-weblog song speech webpage" match="any">
<date variable="issued">
<date-part prefix=", " name="month"/>
<date-part prefix=" " name="day"/>
</date>
</if>
<else-if type="paper-conference">
<!-- Capture 'speech' stored as 'paper-conference' -->
<choose>
<if variable="collection-editor editor editorial-director issue page volume" match="none">
<date variable="issued">
<date-part prefix=", " name="month"/>
<date-part prefix=" " name="day"/>
</date>
</if>
</choose>
</else-if>
</choose>
</if>
<!-- 已被接受还未印刷出版的论文,status: in press -->
<else-if variable="status">
<group>
<text variable="status" text-case="lowercase"/>
<text variable="year-suffix" prefix="-"/>
</group>
</else-if>
<else>
<text term="no date" form="short"/>
<text variable="year-suffix" prefix="-"/>
</else>
</choose>
</group>
</group>
</macro>
<macro name="date-intext-EN">
<!-- 正文引用标志的出版年 -->
<choose>
<if variable="issued">
<group delimiter="/">
<group delimiter=" ">
<choose>
<if is-uncertain-date="original-date">
<text term="circa" form="short"/>
</if>
</choose>
<date variable="original-date">
<date-part name="year"/>
</date>
</group>
<group delimiter=" ">
<choose>
<if is-uncertain-date="issued">
<text term="circa" form="short"/>
</if>
</choose>
<group>
<date variable="issued">
<date-part name="year"/>
</date>
<text variable="year-suffix"/>
</group>
</group>
</group>
</if>
<else-if variable="status">
<text variable="status" text-case="lowercase"/>
<text variable="year-suffix" prefix="-"/>
</else-if>
<else>
<text term="no date" form="short"/>
<text variable="year-suffix" prefix="-"/>
</else>
</choose>
</macro>
<macro name="title-and-descriptions-EN">
<!-- 题名和其他信息 -->
<group delimiter=" ">
<choose>
<if variable="title">
<text macro="title-EN"/>
<text macro="parenthetical-EN"/>
</if>
<else>
<text macro="parenthetical-EN"/>
</else>
</choose>
</group>
</macro>
<macro name="title-EN">
<!-- 题名 -->
<choose>
<if type="post webpage" match="any">
<group font-style="italic">
<text variable="title"/>
</group>
</if>
<else-if variable="container-title">
<text variable="title"/>
</else-if>
<else>
<group font-style="italic">
<text variable="title"/>
</group>
</else>
</choose>
</macro>
<macro name="title-intext-EN">
<!-- 正文引用标志的题名(无著者或编者) -->
<choose>
<if type="post webpage" match="any">
<group font-style="italic">
<text variable="title" form="short" text-case="title"/>
</group>
</if>
<else-if variable="container-title">
<text variable="title" form="short" quotes="true" text-case="title"/>
</else-if>
<else>
<group font-style="italic">
<text variable="title" form="short" text-case="title"/>
</group>
</else>
</choose>
</macro>
<macro name="parenthetical-EN">
<!-- 其他题名信息:译者、学位论文类型、报告编号、版本、图书卷号、页码 -->
<group delimiter="; " prefix="(" suffix=")">
<choose>
<if type="thesis">
<!-- 《心理学报》要求学位论文类型在圆括号内,论文单位在括号外,与 APA 不同 -->
<text variable="genre" text-case="capitalize-first"/>
</if>
<else-if type="post webpage" match="any">
<!-- For post webpage, container-title is treated as publisher -->
<group delimiter="; ">
<text macro="secondary-contributors-EN"/>
<text macro="number-EN"/>
<text macro="locators-booklike-EN"/>
</group>
</else-if>
<else-if variable="container-title">
<text macro="secondary-contributors-EN"/>
</else-if>
<else>
<text macro="secondary-contributors-EN"/>
<text macro="number-EN"/>
<text macro="locators-booklike-EN"/>
</else>
</choose>
</group>
</macro>
<macro name="parenthetical-container-EN">
<!-- 析出文献的图书题名信息,如图书卷号、版本 -->
<choose>
<if variable="container-title">
<group delimiter="; " prefix="(" suffix=")">
<text macro="number-EN"/>
<text macro="locators-booklike-EN"/>
</group>
</if>
</choose>
</macro>
<macro name="secondary-contributors-EN">
<!-- 其他责任者,如译者、有著者的图书的编者 -->
<choose>
<if type="article-journal article-magazine article-newspaper post-weblog review review-book" match="any">
<names variable="translator" delimiter="; ">
<name and="symbol"/>
<label form="short" prefix=", " text-case="title"/>
</names>
</if>
<else-if type="post webpage" variable="container-title" match="none">
<names variable="editor translator" delimiter="; ">
<name and="symbol"/>
<label form="short" prefix=", " text-case="title"/>
</names>
</else-if>
</choose>
</macro>
<macro name="number-EN">
<!-- 报告的编号 -->
<choose>
<if variable="number">
<group delimiter=" ">
<text variable="genre" text-case="title"/>
<text value="No."/>
<text variable="number"/>
</group>
</if>
</choose>
</macro>
<macro name="locators-booklike-EN">
<!-- 版本、图书卷号、页码 -->
<choose>
<if type="article-journal article-magazine article-newspaper broadcast interview patent post post-weblog review review-book speech webpage" match="none">
<group delimiter=", ">
<text macro="edition-EN"/>
<text macro="volume-booklike-EN"/>
</group>
</if>
</choose>
</macro>
<macro name="edition-EN">
<!-- 版本 -->
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<label variable="edition" form="short"/>
</group>
</if>
<else>
<text variable="edition"/>
</else>
</choose>
</macro>
<macro name="volume-booklike-EN">
<!-- 图书的卷号和页码 -->
<group delimiter=", ">
<choose>
<if variable="volume">
<choose>
<if is-numeric="volume">
<group delimiter=" ">
<label variable="volume" form="short" text-case="capitalize-first"/>
<number variable="volume" form="numeric"/>
</group>
</if>
</choose>
</if>
<else>
<group>
<text term="volume" form="short" text-case="capitalize-first" suffix=" "/>
<text term="page-range-delimiter" prefix="1"/>
<number variable="number-of-volumes" form="numeric"/>
</group>
</else>
</choose>
<group delimiter=" ">
<label variable="page" form="short" suffix=" "/>
<text variable="page"/>
</group>
</group>
</macro>
<macro name="container-EN">
<!-- 期刊名或析出文献的图书标题 -->
<choose>
<if type="article-journal article-magazine article-newspaper post-weblog review review-book" match="any">
<!-- 连续出版物 -->
<text macro="container-periodical-EN"/>
</if>
<else-if type="post webpage" match="none">
<!-- 网页的 container-title 是网站名称 -->
<text macro="container-booklike"/>
</else-if>
</choose>
</macro>
<macro name="container-periodical-EN">
<!-- 期刊名 -->
<group delimiter=". ">
<group delimiter=", ">
<group font-style="italic">
<text variable="container-title" text-case="title"/>
</group>
<choose>
<if variable="volume">
<group>
<text variable="volume" font-style="italic"/>
<text variable="issue" prefix="(" suffix=")"/>
</group>
</if>
<else>
<text variable="issue" font-style="italic"/>
</else>
</choose>
<choose>
<if variable="page">
<choose>
<if type="article-newspaper">
<!-- 《心理学报》报纸文献的版次有前缀“p” -->
<group>
<label variable="page" form="short" plural="never" strip-periods="true"/>
<text variable="page"/>
</group>
</if>
<else>
<text variable="page"/>
</else>
</choose>
</if>
<else>
<!-- 只有论文编号而无页码的电子刊论文 -->
<text variable="number" prefix="Article "/>
</else>
</choose>
</group>
<!-- 提前上线有doi的预出版论文,status: Advance online publication -->
<choose>
<if variable="issued DOI" match="all">
<choose>
<if variable="issue page volume" match="none">
<choose>
<if variable="status">
<text variable="status" text-case="capitalize-first"/>
</if>
<else>
<text term="advance-online-publication" text-case="capitalize-first"/>
</else>
</choose>
</if>
</choose>
</if>
</choose>
</group>
</macro>
<macro name="container-booklike">
<!-- 析出文献的图书标题 -->
<choose>
<if variable="container-title">
<group delimiter=" ">
<text term="in" text-case="capitalize-first"/>
<group delimiter=", ">
<names variable="editor translator" delimiter=", & ">
<!-- Change to editortranslator and move editor to substitute as that becomes available -->
<name and="symbol"/>
<label form="short" text-case="title" prefix=" (" suffix=")"/>
<substitute>
<names variable="editorial-director"/>
<names variable="collection-editor"/>
<names variable="container-author"/>
</substitute>
</names>
<group delimiter=": " font-style="italic">
<text variable="container-title"/>
<choose>
<if is-numeric="volume" match="none">
<group delimiter=" ">
<label variable="volume" form="short" text-case="capitalize-first"/>
<text variable="volume"/>
</group>
</if>
</choose>
</group>
</group>
<text macro="parenthetical-container-EN"/>
</group>
</if>
</choose>
</macro>
<macro name="publisher-EN">
<!-- 出版者 -->
<choose>
<if type="thesis">
<!-- 《心理学报》要求学位论文包含城市名,与 APA 不同 -->
<group delimiter=", ">
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
</if>
<else-if type="article-journal article-magazine article-newspaper post-weblog" match="none">
<text variable="publisher"/>
</else-if>
</choose>
</macro>
<macro name="access-EN">
<!-- 电子来源的获取信息 -->
<choose>
<if variable="DOI" type="article-journal" match="all">
<!-- 提前上线有doi的预出版论文,或只有论文编号而无页码的电子刊论文显示 DOI -->
<choose>
<if variable="status">
<text variable="DOI" prefix="https://doi.org/"/>
</if>
<else-if variable="number">
<choose>
<if variable="page" match="none">
<text variable="DOI" prefix="https://doi.org/"/>
</if>
</choose>
</else-if>
</choose>
</if>
</choose>
</macro>
<macro name="event-EN">
<!-- 会议地点和会议名称 -->
<choose>
<if variable="publisher" match="none">
<!-- 《心理学报》要求未正式出版的会议论文应写会议地点和会议名称 -->
<choose>
<if variable="event-title">
<group delimiter=", ">
<text variable="event-title"/>
<text variable="event-place"/>
</group>
</if>
</choose>
</if>
</choose>
</macro>
<macro name="publication-history-EN">
<!-- 翻译的书原著的出版时间 -->
<group delimiter=" " prefix="(" suffix=")">
<text term="original-work-published" text-case="capitalize-first"/>
<choose>
<if is-uncertain-date="original-date">
<text term="circa" form="short"/>
</if>
</choose>
<date variable="original-date">
<date-part name="year"/>
</date>
</group>
</macro>
<macro name="bib-layout-EN">
<!-- 文献列表中的各组成部分 -->
<group delimiter=" ">
<group delimiter=". " suffix=".">
<text macro="author-bib-EN"/>
<text macro="date-bib-EN"/>
<text macro="title-and-descriptions-EN"/>
<text macro="container-EN"/>
<text macro="event-EN"/>
<text macro="publisher-EN"/>
</group>
<text macro="access-EN"/>
<text macro="publication-history-EN"/>
</group>
</macro>
<!-- 中文文献格式 -->
<macro name="author-bib-ZH">
<!-- 文献列表中的著者 -->
<names variable="author">
<name name-as-sort-order="all"/>
<substitute>
<choose>
<if variable="container-title">
<choose>
<if type="book entry entry-dictionary entry-encyclopedia" match="any">
<text macro="title-and-descriptions-ZH"/>
</if>
</choose>
</if>
</choose>
<names variable="editor">
<name name-as-sort-order="all"/>
<label form="short" prefix=" (" suffix=")"/>
</names>
<names variable="editorial-director">
<name name-as-sort-order="all"/>
<label form="short" prefix=" (" suffix=")"/>
</names>
<names variable="collection-editor">
<name name-as-sort-order="all"/>
<label form="short" prefix=" (" suffix=")"/>
</names>
<text macro="title-and-descriptions-ZH"/>
</substitute>
</names>
</macro>
<macro name="author-intext-ZH">
<!-- 正文引用标志的著者 -->
<names variable="author">
<name name-as-sort-order="all"/>
<substitute>
<choose>
<if variable="container-title">
<choose>
<if type="book entry entry-dictionary entry-encyclopedia" match="any">
<text macro="title-intext-ZH"/>
</if>
</choose>
</if>
</choose>
<names variable="editor"/>
<names variable="editorial-director"/>
<text macro="title-intext-ZH"/>
</substitute>
</names>
</macro>
<macro name="date-bib-ZH">
<!-- 文献列表中的出版年 -->
<group delimiter=" " prefix="(" suffix=")">
<choose>
<if is-uncertain-date="issued">
<text term="circa" form="short"/>
</if>
</choose>
<group>
<choose>
<if variable="issued">
<date variable="issued">
<date-part name="year"/>
</date>
<text variable="year-suffix"/>
<choose>
<if type="article-magazine article-newspaper broadcast interview motion_picture pamphlet personal_communication post post-weblog song speech webpage" match="any">
<!-- 中文的年月日格式如“2008-02-08” -->
<date variable="issued">
<date-part prefix="-" name="month" form="numeric-leading-zeros"/>
<date-part prefix="-" name="day" form="numeric-leading-zeros"/>
</date>
</if>
<else-if type="paper-conference">
<choose>
<if variable="collection-editor editor editorial-director issue page volume" match="none">
<date variable="issued">
<date-part prefix="-" name="month" form="numeric-leading-zeros"/>
<date-part prefix="-" name="day" form="numeric-leading-zeros"/>
</date>
</if>
</choose>
</else-if>
</choose>
</if>
<else-if variable="status">
<group>
<text variable="status" text-case="lowercase"/>
<text variable="year-suffix" prefix="-"/>
</group>
</else-if>
<else>
<text term="no date" form="short"/>
<text variable="year-suffix" prefix="-"/>
</else>
</choose>
</group>
</group>
</macro>
<macro name="title-and-descriptions-ZH">
<!-- 题名和其他信息 -->
<group delimiter=" ">
<choose>
<if variable="title">
<text macro="title-EN"/>
<text macro="parenthetical-ZH"/>
</if>
<else>
<text macro="parenthetical-ZH"/>
</else>
</choose>
</group>
</macro>
<macro name="title-intext-ZH">
<!-- 《心理学报》正文引用标志的题名不加斜体或引号 -->
<text variable="title" form="short"/>
</macro>
<macro name="parenthetical-ZH">
<!-- 其他题名信息:译者、学位论文类型、报告编号、版本、图书卷号、页码 -->
<group delimiter="; " prefix="(" suffix=")">
<choose>
<if type="thesis">
<!-- 《心理学报》要求学位论文类型在圆括号内,论文单位在括号外,与 APA 不同 -->
<text variable="genre" text-case="capitalize-first"/>
</if>
<else-if type="post webpage" match="any">
<!-- For post webpage, container-title is treated as publisher -->
<group delimiter="; ">
<text macro="secondary-contributors-ZH"/>
<text macro="number-EN"/>
<text macro="locators-booklike-EN"/>
</group>
</else-if>
<else-if variable="container-title">
<text macro="secondary-contributors-ZH"/>
</else-if>
<else>
<text macro="secondary-contributors-ZH"/>
<text macro="number-EN"/>
<text macro="locators-booklike-EN"/>
</else>
</choose>
</group>
</macro>
<macro name="parenthetical-container-ZH">
<!-- 析出文献的图书题名信息,如图书卷号、版本 -->
<choose>
<if variable="container-title">
<group delimiter="; " prefix="(" suffix=")">
<choose>
<if type="broadcast graphic map motion_picture song" match="none">
<text macro="number-EN"/>
</if>
</choose>
<text macro="locators-booklike-ZH"/>
</group>
</if>
</choose>
</macro>
<macro name="secondary-contributors-ZH">
<!-- 其他责任者,如译者、有著者的图书的编者 -->
<choose>
<if type="article-journal article-magazine article-newspaper post-weblog review review-book" match="any">
<names variable="translator" delimiter="; ">
<name/>
<label form="short" prefix=" " text-case="title"/>
</names>
</if>
<else-if type="post webpage" variable="container-title" match="none">
<names variable="editor translator" delimiter="; ">
<name/>
<label form="short" prefix=" " text-case="title"/>
</names>
</else-if>
</choose>
</macro>
<macro name="locators-booklike-ZH">
<!-- 版本、图书卷号、页码 -->
<choose>
<if type="article-journal article-magazine article-newspaper broadcast interview patent post post-weblog review review-book speech webpage" match="none">
<group delimiter=", ">
<text macro="edition-EN"/>
<text macro="volume-booklike-ZH"/>
</group>
</if>
</choose>
</macro>
<macro name="volume-booklike-ZH">
<!-- 图书的卷号和页码 -->
<group delimiter=", ">
<!-- 《心理学报》要求书或论文集卷(册)号在括号外,比如例 4.11.3:“人格与社会心理学论丛(一) (pp. 46–84)“ -->
<!-- <number variable="volume" form="numeric"/> -->
<group delimiter=" ">
<label variable="issue" text-case="capitalize-first"/>
<text variable="issue"/>
</group>
<group delimiter=" ">
<label variable="page" form="short" suffix=" "/>
<text variable="page"/>
</group>
</group>
</macro>
<macro name="container-ZH">
<!-- 期刊名或析出文献的图书标题 -->
<choose>
<if type="article-journal article-magazine article-newspaper post-weblog review review-book" match="any">
<!-- 连续出版物 -->
<text macro="container-periodical-EN"/>
</if>
<else-if type="post webpage" match="none">
<!-- 网页的 container-title 是网站名称 -->
<text macro="container-booklike-ZH"/>
</else-if>
</choose>
</macro>
<macro name="container-booklike-ZH">
<!-- 析出文献的图书标题 -->
<choose>
<if variable="container-title">
<group delimiter=" ">
<text term="in" text-case="capitalize-first"/>
<group delimiter=", ">
<names variable="editor translator" delimiter=", & ">
<name/>
<label form="short" text-case="title" prefix=" (" suffix=")"/>
<substitute>
<names variable="editorial-director"/>
<names variable="collection-editor"/>
<names variable="container-author"/>
</substitute>
</names>
<group>
<group font-style="italic">
<text variable="container-title"/>
</group>
<!-- 《心理学报》要求书或论文集卷(册)号在括号外,比如例 4.11.3:“人格与社会心理学论丛(一) (pp. 46–84)“ -->
<choose>
<if is-numeric="volume">
<number variable="volume" form="long-ordinal" prefix="(" suffix=")"/>
</if>
<else>
<text variable="volume" prefix="(" suffix=")"/>
</else>
</choose>
</group>
</group>
<text macro="parenthetical-container-ZH"/>
</group>
</if>
</choose>
</macro>
<macro name="publisher-ZH">
<!-- 出版者 -->
<choose>
<if type="thesis">
<!-- 《心理学报》要求学位论文包含城市名,与 APA 不同 -->
<group delimiter=", ">
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
</if>
<!-- 《心理学报》的中文图书有出版地,与 APA 不同 -->
<else-if type="article-journal article-magazine article-newspaper post-weblog" match="none">
<group delimiter=": ">
<text variable="publisher-place"/>
<text variable="publisher"/>
</group>
</else-if>
</choose>
</macro>
<macro name="bib-layout-ZH">
<!-- 文献列表中的各组成部分 -->
<group delimiter=" ">
<group delimiter=". " suffix=".">
<text macro="author-bib-ZH"/>
<text macro="date-bib-ZH"/>
<text macro="title-and-descriptions-ZH"/>
<text macro="container-ZH"/>
<text macro="event-EN"/>
<text macro="publisher-ZH"/>
</group>
<text macro="access-EN"/>
<text macro="publication-history-EN"/>
</group>
</macro>
<!-- 中文文献的英文翻译 -->
<macro name="author-bib-ZHtoEN">
<!-- 文献列表中的著者 -->
<names variable="original-author">
<name name-as-sort-order="all" and="symbol" delimiter-precedes-last="always"/>
<substitute>
<text macro="title-and-descriptions-ZHtoEN"/>
</substitute>
</names>
</macro>
<macro name="date-bib-ZHtoEN">
<!-- 文献列表中的出版年 -->
<group delimiter=" " prefix="(" suffix=")">
<choose>
<if is-uncertain-date="issued">
<!-- <text term="circa" form="short"/> -->
<text value="ca."/>
</if>
</choose>
<group>
<choose>
<if variable="issued">
<date variable="issued">
<date-part name="year"/>
</date>
<text variable="year-suffix"/>
<choose>
<if type="article-magazine article-newspaper broadcast interview motion_picture pamphlet personal_communication post post-weblog song speech webpage" match="any">
<date variable="issued">
<date-part prefix="-" name="month" form="numeric-leading-zeros"/>
<date-part prefix="-" name="day" form="numeric-leading-zeros"/>
</date>
</if>
<else-if type="paper-conference">
<choose>
<if variable="collection-editor editor editorial-director issue page volume" match="none">
<date variable="issued">
<date-part prefix="-" name="month" form="numeric-leading-zeros"/>
<date-part prefix="-" name="day" form="numeric-leading-zeros"/>
</date>
</if>
</choose>
</else-if>
</choose>
</if>
<!-- 已被接受还未印刷出版的论文,status: in press -->
<else-if variable="original-status">
<group>
<text variable="original-status" text-case="lowercase"/>
<text variable="year-suffix" prefix="-"/>
</group>
</else-if>
<else>
<!-- <text term="no date" form="short"/> -->
<text value="n.d."/>
<text variable="year-suffix" prefix="-"/>
</else>
</choose>
</group>
</group>
</macro>
<macro name="title-and-descriptions-ZHtoEN">
<!-- 题名和其他信息 -->
<group delimiter=" ">
<choose>
<if variable="original-title">
<text macro="title-ZHtoEN"/>
<text macro="parenthetical-ZHtoEN"/>
</if>
<else>
<text macro="parenthetical-ZHtoEN"/>
</else>
</choose>
</group>
</macro>
<macro name="title-ZHtoEN">
<!-- 题名 -->
<choose>
<if type="post webpage" match="any">
<group font-style="italic">
<text variable="original-title"/>
</group>
</if>
<else-if variable="container-title">
<text variable="original-title"/>
</else-if>
<else>
<group font-style="italic">
<text variable="original-title"/>
</group>
</else>
</choose>
</macro>
<macro name="parenthetical-ZHtoEN">
<!-- 其他题名信息:学位论文类型、报告编号、版本、图书卷号、页码 -->
<group delimiter="; " prefix="(" suffix=")">
<choose>
<if type="thesis">
<!-- 《心理学报》要求学位论文类型在圆括号内,论文单位在括号外,与 APA 不同 -->
<text variable="original-genre" text-case="capitalize-first"/>
</if>
<else-if type="post webpage" match="any">
<!-- For post webpage, container-title is treated as publisher -->
<group delimiter="; ">
<text macro="number-EN"/>
<text macro="locators-booklike-ZHtoEN"/>
</group>
</else-if>
<else-if variable="original-container-title">
</else-if>
<else>
<text macro="number-EN"/>
<text macro="locators-booklike-ZHtoEN"/>
</else>
</choose>
</group>
</macro>
<macro name="parenthetical-container-ZHtoEN">
<!-- 析出文献的图书题名信息,如图书卷号、版本 -->
<choose>
<if variable="original-container-title">
<group delimiter="; " prefix="(" suffix=")">
<choose>
<if type="broadcast graphic map motion_picture song" match="none">
<text macro="number-ZHtoEN"/>
</if>
</choose>
<text macro="locators-booklike-ZHtoEN"/>
</group>
</if>
</choose>
</macro>
<macro name="number-ZHtoEN">
<!-- 报告的编号 -->
<choose>
<if variable="number">
<group delimiter=" ">
<text variable="orginal-genre" text-case="title"/>
<text value="No."/>
<text variable="number"/>
</group>
</if>
</choose>
</macro>
<macro name="locators-booklike-ZHtoEN">