-
Notifications
You must be signed in to change notification settings - Fork 25
/
jm-ibfd-with-page-label.csl
814 lines (813 loc) · 27 KB
/
jm-ibfd-with-page-label.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
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.1mlz1" et-al-min="4" et-al-use-first="1" initialize-with="." demote-non-dropping-particle="sort-only" delimiter-precedes-last="never" default-locale="en-GB">
<info>
<title>JM IBFD Standard Citations and References (with page label)</title>
<id>https://juris-m.github.io/styles/jm-ibfd-with-page-label</id>
<link href="https://juris-m.github.io/styles/jm-ibfd-with-page-label" rel="self"/>
<link href="http://www.zotero.org/styles/bluebook-law-review" rel="template"/>
<link href="https://www.ibfd.org/sites/ibfd.org/files/content/pdf/Guidelines-IBFD-Standard-Citations-References.pdf" rel="documentation"/>
<link href="https://learn.wu.ac.at/open/fit4research/ibfd" rel="documentation"/>
<author>
<name>Georg Mayr-Duffner</name>
<email>[email protected]</email>
</author>
<category citation-format="note"/>
<category field="law"/>
<summary>IBFD Standard Citations and References. Contains off-guidlines addition of page labels as used in IBFD articles.</summary>
<updated>2022-03-09T13:01:01+01: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>
<style-options
jurisdiction-preference="englished enIBFD"
skip-words="about,above,across,afore,after,against,along,alongside,amid,amidst,among,amongst,anenst,apropos,apud,around,as,aside,astride,at,athwart,atop,barring,before,behind,below,beneath,beside,besides,between,beyond,but,by,circa,despite,down,during,except,for,forenenst,from,given,in,inside,into,lest,like,modulo,near,next,notwithstanding,of,off,on,onto,out,over,per,plus,pro,qua,sans,since,than,through,thru,throughout,thruout,till,to,toward,towards,under,underneath,until,unto,up,upon,versus,vs.,v.,vs,v,via,vis-à-vis,with,within,without,according to,ahead of,apart from,as for,as of,as per,as regards,aside from,back to,because of,close to,due to,except for,far from,inside of,instead of,near to,next to,on to,out from,out of,outside of,prior to,pursuant to,rather than,regardless of,such as,that of,up to,where as,or,yet,so,for,and,nor,a,an,the,de,d',von,van,c,et,ca,is,this,that,if"/>
<terms>
<term name="and" form="symbol">&</term>
<term name="article" form="short">
<single>art.</single>
<multiple>arts.</multiple>
</term>
<term name="chapter" form="short">ch.</term>
<term name="editor" form="verb-short">ed.</term>
<term name="ibid">id.</term>
<term name="line" form="short">
<single>l.</single>
<multiple>ll.</multiple>
</term>
<term name="month-06" form="short">June</term>
<term name="month-07" form="short">July</term>
<term name="month-09" form="short">Sept.</term>
<term name="no date" form="short">n.d.</term>
<term name="ordinal">th</term>
<term name="ordinal-01">st</term>
<term name="ordinal-02">d</term>
<term name="ordinal-03">d</term>
<term name="ordinal-11">th</term>
<term name="ordinal-12">th</term>
<term name="ordinal-13">th</term>
<term name="paragraph" form="short">
<single>para.</single>
<multiple>paras.</multiple>
</term>
<term name="schedule" form="short">sched.</term>
<term name="section" form="short">
<single>sec.</single>
<multiple>secs.</multiple>
</term>
<term name="supplement" form="short">supp.</term>
<term name="translator" form="verb-short">trans.</term>
<term name="verse" form="short">
<single>rec.</single>
<multiple>recs.</multiple>
</term>
</terms>
<date form="text" delimiter=" ">
<date-part name="day"/>
<date-part name="month" form="short"/>
<date-part name="year"/>
</date>
</locale>
<macro name="country-code">
<choose>
<if>
<conditions match="any">
<condition country="eu.int arb.cls un.int icc.int coe.int"/>
<condition variable="jurisdiction" match="none"/>
</conditions>
<text variable="genre"/>
</if>
<else-if country="gb">
<text value="UK"/>
</else-if>
<else>
<text variable="country" text-case="uppercase"/>
</else>
</choose>
</macro>
<macro name="name-macro">
<names variable="author">
<name and="symbol"/>
<label form="short" prefix=" "/>
</names>
</macro>
<macro name="author-short">
<text macro="name-short-macro"/>
</macro>
<macro name="name-short-macro">
<names variable="author">
<name form="short" and="symbol"/>
<label form="short" prefix=" "/>
<substitute>
<text variable="title" form="short" font-style="italic"/>
</substitute>
</names>
</macro>
<macro name="author">
<choose>
<if type="legal_case">
<group delimiter=": ">
<text macro="country-code"/>
<choose>
<if country="eu.int" variable="author">
<text macro="name-macro" prefix="Opinion of Advocate General "/>
</if>
<else-if country="coe.int">
<names variable="authority">
<name/>
<institution form="short"/>
</names>
</else-if>
<else>
<names variable="authority">
<name/>
<institution institution-parts="short">
<institution-part name="short"/>
</institution>
</names>
</else>
</choose>
</group>
</if>
<else-if type="legislation pamphlet" match="none">
<group delimiter=": ">
<choose>
<if>
<conditions>
<condition variable="jurisdiction"/>
<condition country="eu.int arb.cls un.int icc.int" match="none"/>
</conditions>
<text macro="country-code"/>
</if>
</choose>
<text macro="name-macro"/>
</group>
</else-if>
</choose>
</macro>
<macro name="editor-translator">
<names variable="editor translator" delimiter=", ">
<name and="symbol" delimiter=", "/>
<label form="short" prefix=" "/>
</names>
</macro>
<macro name="translation-version">
<group delimiter=" " prefix="[" suffix="]">
<alternative>
<alternative-text/>
</alternative>
<text variable="version"/>
</group>
</macro>
<macro name="title-version">
<group delimiter=" ">
<text variable="title" text-case="title"/>
<text macro="translation-version"/>
</group>
</macro>
<macro name="title-italic-version">
<group delimiter=" ">
<text variable="title" text-case="title" font-style="italic"/>
<text macro="translation-version"/>
</group>
</macro>
<macro name="series">
<group delimiter=" ">
<text variable="collection-title"/>
<number variable="collection-number" prefix="No. "/>
</group>
</macro>
<macro name="access">
<group prefix="(" suffix=")" delimiter=" ">
<text term="accessed"/>
<date variable="accessed" form="text" date-parts="year-month-day"/>
</group>
</macro>
<macro name="source">
<choose>
<if type="legislation">
<group delimiter=" ">
<choose>
<if country="eu.int" match="none">
<group delimiter=": ">
<text macro="country-code"/>
<group delimiter=", ">
<group delimiter=" ">
<group delimiter=", ">
<text macro="title-version"/>
<number variable="number"/>
<text variable="genre"/>
<date variable="original-date">
<date-part name="year"/>
</date>
<choose>
<if locator="page" match="none">
<text macro="locator"/>
</if>
</choose>
</group>
<text macro="date-amended"/>
</group>
<group delimiter=" ">
<text macro="container"/>
<group delimiter=", ">
<number variable="page-first"/>
<choose>
<if locator="page">
<text macro="locator"/>
</if>
</choose>
<number variable="locator-extra"/>
</group>
</group>
</group>
</group>
</if>
<else>
<group delimiter=", ">
<text macro="title-version"/>
<text macro="locator"/>
<text macro="container"/>
</group>
<choose>
<if variable="container-title">
<text macro="year-issued" prefix="(" suffix=")"/>
</if>
</choose>
</else>
</choose>
</group>
</if>
<else-if type="pamphlet">
<group delimiter=", ">
<group delimiter=" ">
<text macro="name-macro"/>
<text macro="title-version"/>
</group>
<group delimiter=" ">
<text variable="genre" font-style="italic"/>
<number variable="number"/>
</group>
<choose>
<if variable="container-title">
<group delimiter=" ">
<text macro="container"/>
<number variable="page-first"/>
</group>
<text macro="locator"/>
</if>
<else>
<text macro="locator"/>
<text macro="issuance" prefix="(" suffix=")"/>
</else>
</choose>
</group>
</else-if>
<else>
<group delimiter=" ">
<group delimiter=", ">
<choose>
<if type="article-journal article-newspaper article-magazine" match="any">
<text macro="title-italic-version"/>
<text macro="container"/>
<text macro="locator"/>
</if>
<else-if type="legal_case">
<text macro="date-issued"/>
<choose>
<!-- EU case law -->
<if country="eu.int coe.int">
<group delimiter=" ">
<choose>
<if is-multiple="number">
<text value="Joined cases"/>
</if>
<else>
<text value="Case"/>
</else>
</choose>
<number variable="number"/>
</group>
<text macro="title-italic-version"/>
<text macro="container"/>
</if>
<else-if match="any" variable="title">
<text macro="title-italic-version"/>
</else-if>
<else>
<number variable="number"/>
</else>
</choose>
<text variable="DOI"/>
<text macro="locator"/>
</else-if>
<else-if type="report">
<group delimiter=" ">
<group delimiter=", ">
<text macro="title-italic-version"/>
<group delimiter=" ">
<text variable="genre"/>
<number variable="number"/>
</group>
</group>
<text macro="volume-locator"/>
</group>
</else-if>
<else>
<choose>
<if variable="container-title">
<text macro="title-italic-version"/>
<group delimiter=" ">
<text macro="container"/>
<text macro="volume-locator"/>
</group>
</if>
<else>
<group delimiter=" ">
<text macro="title-italic-version"/>
<text macro="volume-locator"/>
</group>
</else>
</choose>
</else>
</choose>
</group>
<text macro="issuance" prefix="(" suffix=")"/>
</group>
</else>
</choose>
</macro>
<macro name="issuance">
<choose>
<if type="article-journal">
<choose>
<if variable="volume issue" match="any">
<text macro="date-issued"/>
</if>
</choose>
</if>
<else-if type="article-magazine article-newspaper broadcast interview manuscript map patent personal_communication song speech thesis webpage" match="any">
<text macro="date-issued"/>
</else-if>
<else-if type="legal_case" match="none">
<group delimiter=", ">
<text macro="editor-translator"/>
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<text term="edition" form="short"/>
</group>
</if>
<else>
<number variable="edition"/>
</else>
</choose>
<text macro="series"/>
<group delimiter=" ">
<text variable="publisher"/>
<choose>
<if variable="issued publication-date" match="all">
<text macro="date-issued" prefix="effective "/>
<date variable="publication-date" form="text" date-parts="year-month-day" prefix="published on "/>
</if>
<else>
<text macro="date-issued"/>
</else>
</choose>
</group>
</group>
</else-if>
</choose>
</macro>
<macro name="online-location">
<choose>
<if type="legal_case legislation" match="none">
<group delimiter=" ">
<text term="available at"/>
<choose>
<if variable="DOI">
<text variable="DOI"/>
</if>
<else>
<text variable="URL"/>
</else>
</choose>
</group>
</if>
</choose>
</macro>
<macro name="at_page">
<group delimiter=" ">
<text value="at"/>
<text macro="locator"/>
</group>
</macro>
<macro name="container">
<group delimiter=" ">
<choose>
<if type="chapter paper-conference entry-encyclopedia" match="any">
<text term="in" font-style="normal"/>
<text variable="container-title" font-style="italic" text-case="title"/>
</if>
<else-if type="article-journal article-newspaper article-magazine" match="any">
<choose>
<if>
<conditions>
<condition type="article-journal"/>
<condition variable="volume issue" match="none"/>
</conditions>
<text macro="date-issued"/>
</if>
<else>
<number variable="volume"/>
</else>
</choose>
<text variable="container-title" form="short" text-case="title"/>
<choose>
<if>
<conditions>
<condition type="article-journal"/>
<condition variable="issue" match="none"/>
</conditions>
<number variable="page"/>
</if>
<else>
<number variable="issue"/>
</else>
</choose>
</else-if>
<else-if type="legal_case" country="eu.int" match="all">
<number variable="collection-number" prefix="[" suffix="]"/>
<text variable="container-title" form="short" text-case="title"/>
<number variable="volume"/>
</else-if>
<else-if type="legal_case legislation">
<text variable="container-title" form="short" text-case="title"/>
<number variable="volume"/>
<date variable="publication-date" form="numeric" date-parts="year" prefix="(" suffix=")"/>
</else-if>
<else>
<number variable="volume"/>
<text variable="container-title" form="short" text-case="title"/>
</else>
</choose>
</group>
</macro>
<macro name="supra-note">
<group delimiter=" ">
<text value="supra" font-style="italic"/>
<text term="note" form="short"/>
<text variable="first-reference-note-number"/>
</group>
</macro>
<macro name="series">
<text variable="collection-title"/>
</macro>
<macro name="date-issued">
<date variable="issued" form="text" date-parts="year-month-day"/>
</macro>
<macro name="year-issued">
<date date-parts="year" form="numeric" variable="issued"/>
</macro>
<macro name="date-amended">
<date variable="event-date" date-parts="year" form="numeric" prefix="(amended " suffix=")"/>
</macro>
<macro name="eu-law-year-number">
<group delimiter="/" prefix="(" suffix=")">
<text macro="year-issued"/>
<number variable="number"/>
</group>
</macro>
<macro name="title-short">
<choose>
<if variable="hereinafter">
<text variable="hereinafter" text-case="title"/>
</if>
<else-if variable="title-short">
<text variable="title-short" text-case="title"/>
</else-if>
</choose>
</macro>
<macro name="hereinafter">
<group delimiter=" " prefix="[hereinafter " suffix="]">
<choose>
<if type="book treaty">
<text macro="title-short" font-style="italic"/>
</if>
<else-if type="book chapter article-journal article-newspaper article-magazine thesis" disambiguate="true" match="all">
<text macro="title-short" font-style="italic"/>
</else-if>
<else-if>
<conditions>
<condition type="report"/>
<condition variable="hereinafter title-short" match="any"/>
<condition disambiguate="true"/>
</conditions>
<text macro="short-citation-title"/>
</else-if>
<else-if type="legislation">
<choose>
<if country="eu.int">
<text macro="title-short"/>
<text macro="eu-law-year-number"/>
</if>
</choose>
</else-if>
</choose>
</group>
</macro>
<macro name="ibfd-collection">
<text variable="archive"/>
</macro>
<macro name="volume-locator">
<group delimiter=", ">
<choose>
<if type="book chapter report">
<group delimiter=" ">
<text term="volume" form="short"/>
<number variable="volume"/>
</group>
</if>
</choose>
<text macro="locator"/>
</group>
</macro>
<macro name="locator">
<group delimiter=" ">
<label variable="locator" form="short"/>
<text variable="locator"/>
</group>
</macro>
<macro name="long-citation">
<group delimiter=" ">
<group delimiter=", ">
<text macro="author"/>
<text macro="source"/>
<text macro="ibfd-collection"/>
<text macro="online-location"/>
</group>
<text macro="access"/>
<text macro="hereinafter"/>
</group>
</macro>
<macro name="short-citation-title">
<group delimiter=" ">
<choose>
<if type="legislation">
<text macro="title-short"/>
<choose>
<if country="eu.int" match="none">
<text macro="year-issued"/>
<text macro="date-amended"/>
</if>
<else>
<text macro="eu-law-year-number"/>
</else>
</choose>
</if>
<else-if type="pamphlet">
<text macro="author-short"/>
<choose>
<if variable="genre">
<text variable="genre"/>
</if>
<else>
<text variable="title" form="short"/>
</else>
</choose>
<number variable="number"/>
</else-if>
<else-if type="treaty">
<text macro="title-short" font-style="italic"/>
</else-if>
<else-if type="article">
<text macro="title-short" font-style="italic"/>
<text macro="year-issued" prefix="(" suffix=")"/>
</else-if>
<else-if type="legal_case" match="any">
<group delimiter=" ">
<choose>
<!-- EU case law -->
<if country="eu.int">
<choose>
<if variable="author">
<names variable="authority" suffix=" Opinion in">
<name/>
<institution institution-parts="short">
<institution-part name="short"/>
</institution>
</names>
</if>
</choose>
<text variable="title" form="short" font-style="italic"/>
<number variable="number" prefix="(" suffix=")"/>
</if>
<else-if match="any" variable="title">
<text variable="title" form="short" font-style="italic"/>
<text macro="year-issued" prefix="(" suffix=")"/>
</else-if>
<else>
<number variable="number"/>
<text macro="date-issued" prefix="(" suffix=")"/>
</else>
</choose>
</group>
</else-if>
<else-if>
<conditions>
<condition type="report"/>
<condition variable="title-short hereinafter" match="any"/>
</conditions>
<text macro="title-short" font-style="italic"/>
<text macro="year-issued" prefix="(" suffix=")"/>
</else-if>
<else>
<text macro="author-short"/>
</else>
</choose>
</group>
</macro>
<macro name="short-citation">
<choose>
<!-- leading pinpoint locator -->
<if type="legislation article treaty pamphlet" match="any">
<group delimiter=" ">
<text macro="locator"/>
<text macro="short-citation-title"/>
</group>
</if>
<!-- trailing pinpoint locator -->
<else>
<group delimiter=", ">
<text macro="short-citation-title"/>
<choose>
<if>
<conditions match="all">
<condition disambiguate="true"/>
<condition type="book chapter article-journal article-newspaper article-magazine thesis" match="any"/>
</conditions>
<choose>
<if variable="title-short hereinafter" match="any">
<text macro="title-short" font-style="italic"/>
</if>
<else>
<text variable="title" font-style="italic"/>
</else>
</choose>
</if>
<else-if type="report" disambiguate="true" match="all">
<choose>
<if variable="title-short hereinafter" match="any">
<text macro="title-short"/>
</if>
<else>
<text variable="title"/>
</else>
</choose>
</else-if>
</choose>
<choose>
<if type="legal_case" match="none">
<text macro="supra-note"/>
</if>
</choose>
<text macro="at_page"/>
</group>
</else>
</choose>
</macro>
<macro name="sort-types">
<choose>
<if type="legislation">
<text value="1"/>
</if>
<else-if type="legal_case">
<text value="2"/>
</else-if>
<else>
<text value="3"/>
</else>
</choose>
</macro>
<macro name="sort-jurisdiction">
<choose>
<if type="legal_case">
<text variable="jurisdiction"/>
</if>
<else-if type="legislation">
<choose>
<if country="eu.int" match="none">
<text value="jurisdiction"/>
</if>
<else>
<text value="1"/>
</else>
</choose>
</else-if>
</choose>
</macro>
<macro name="sort-no-author">
<choose>
<if variable="author" match="none">
<text value="1"/>
</if>
<else>
<text value="2"/>
</else>
</choose>
</macro>
<macro name="sort-author">
<choose>
<if type="legislation legal_case" match="none">
<names variable="author">
<name form="short" and="symbol" delimiter=", "/>
<label form="short" prefix=", "/>
</names>
</if>
</choose>
</macro>
<macro name="sort-title">
<group delimiter=" ">
<choose>
<if type="legal_case legislation">
<number variable="number"/>
<choose>
<if variable="title">
<text variable="title"/>
</if>
<else>
<text value="1"/>
</else>
</choose>
</if>
<else>
<text variable="title"/>
</else>
</choose>
</group>
</macro>
<citation>
<sort>
<key variable="issued" sort="descending"/>
</sort>
<layout suffix="." delimiter="; ">
<choose>
<if position="ibid-with-locator">
<choose>
<!-- leading pinpoint locator -->
<if type="legislation article treaty pamphlet" match="any">
<group delimiter=" ">
<text macro="locator"/>
<text term="ibid" font-style="italic"/>
</group>
<!--<text macro="short-citation"/>-->
</if>
<else>
<group delimiter=", ">
<text term="ibid" font-style="italic"/>
<text macro="at_page"/>
</group>
</else>
</choose>
</if>
<else-if position="ibid">
<choose>
<!-- leading pinpoint locator -->
<if type="legislation article treaty pamphlet" match="any">
<text term="ibid" font-style="italic"/>
</if>
<else>
<text term="ibid" font-style="italic"/>
</else>
</choose>
</else-if>
<else-if position="subsequent">
<text macro="short-citation"/>
</else-if>
<else>
<text macro="long-citation"/>
</else>
</choose>
</layout>
</citation>
<bibliography>
<sort>
<key macro="sort-types"/>
<key macro="sort-jurisdiction"/>
<key macro="sort-no-author"/>
<key macro="sort-author"/>
<key macro="sort-title"/>
<key variable="issued" sort="descending"/>
</sort>
<layout>
<choose>
<if context="alternative">
<text variable="title"/>
</if>
<else>
<text macro="long-citation" suffix="."/>
</else>
</choose>
</layout>
</bibliography>
</style>