Skip to content

Commit d944e71

Browse files
authored
Update masarykova-univerzita-pravnicka-fakulta.csl (JabRef#4712)
1 parent 5e34eb1 commit d944e71

File tree

1 file changed

+58
-94
lines changed

1 file changed

+58
-94
lines changed

masarykova-univerzita-pravnicka-fakulta.csl

+58-94
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="note" demote-non-dropping-particle="sort-only" initialize-with-hyphen="true" default-locale="cs-CZ">
2+
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="note" demote-non-dropping-particle="sort-only" initialize-with-hyphen="true">
33
<info>
4-
<title>Masarykova univerzita - Právnická fakulta (Czech)</title>
4+
<title>Masarykova univerzita - Právnická fakulta</title>
55
<id>http://www.zotero.org/styles/masarykova-univerzita-pravnicka-fakulta</id>
66
<link href="http://www.zotero.org/styles/masarykova-univerzita-pravnicka-fakulta" rel="self"/>
77
<link href="http://www.zotero.org/styles/iso690-full-note-cs" rel="template"/>
@@ -14,20 +14,32 @@
1414
<category citation-format="note"/>
1515
<category field="law"/>
1616
<summary>Masaryk University, Faculty of Law</summary>
17-
<updated>2020-04-13T10:00:00+00:00</updated>
17+
<updated>2020-04-18T10:00:00+00:00</updated>
1818
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1919
</info>
2020
<locale xml:lang="cs">
2121
<terms>
22-
<term name="et-al">et al.</term>
22+
<term name="accessed" form="short">cit.</term>
2323
<term name="editor" form="short">
2424
<single>ed.</single>
25-
<multiple>eds</multiple>
25+
<multiple>eds.</multiple>
2626
</term>
27-
<term name="in">in:</term>
28-
<term name="page-range-delimiter">-</term>
2927
</terms>
3028
</locale>
29+
<macro name="page-range">
30+
<label variable="page" form="short" suffix=" "/>
31+
<text variable="page"/>
32+
</macro>
33+
<macro name="locator-or-period">
34+
<choose>
35+
<if variable="locator" match="none">
36+
<text value="."/>
37+
</if>
38+
<else>
39+
<text prefix=", " macro="citation-locator" suffix="."/>
40+
</else>
41+
</choose>
42+
</macro>
3143
<macro name="contributors-full">
3244
<choose>
3345
<if variable="author">
@@ -159,7 +171,7 @@
159171
<if type="chapter entry entry-dictionary entry-encyclopedia webpage" match="any">
160172
<choose>
161173
<if type="chapter entry entry-dictionary entry-encyclopedia" match="any">
162-
<text term="in" text-case="capitalize-first" suffix=" "/>
174+
<text term="in" text-case="capitalize-first" suffix=": "/>
163175
</if>
164176
</choose>
165177
<text macro="container-contributors" suffix=" "/>
@@ -189,7 +201,7 @@
189201
<if type="chapter entry entry-dictionary entry-encyclopedia webpage" match="any">
190202
<choose>
191203
<if type="chapter entry entry-dictionary entry-encyclopedia" match="any">
192-
<text term="in" text-case="capitalize-first" suffix=" "/>
204+
<text term="in" text-case="capitalize-first" suffix=": "/>
193205
</if>
194206
</choose>
195207
<text macro="container-contributors-full" suffix=" "/>
@@ -321,7 +333,8 @@
321333
</choose>
322334
</macro>
323335
<macro name="quoted">
324-
<group prefix="[cit. " suffix="]">
336+
<group prefix="[" suffix="]">
337+
<text term="accessed" form="short" suffix=". "/>
325338
<date variable="accessed">
326339
<date-part name="day" suffix=". "/>
327340
<date-part name="month" suffix=". " form="numeric"/>
@@ -344,25 +357,18 @@
344357
<else-if position="subsequent">
345358
<text macro="contributors-short" suffix=". "/>
346359
<text macro="title-short" font-style="italic"/>
347-
<choose>
348-
<if variable="locator">
349-
<text prefix=", " macro="citation-locator" suffix="."/>
350-
</if>
351-
<else-if variable="accessed URL DOI" match="any">
352-
<text term="online" prefix=" [" suffix="]."/>
353-
</else-if>
354-
</choose>
360+
<text macro="locator-or-period"/>
355361
</else-if>
356362
<else>
357363
<choose>
358364
<if type="chapter entry entry-dictionary entry-encyclopedia" match="any">
359365
<text macro="contributors-long" suffix=". "/>
360366
<text macro="title-long" suffix=". "/>
361367
<text macro="container"/>
368+
<text prefix=". " variable="volume" text-case="capitalize-first"/>
362369
<choose>
363370
<if variable="accessed DOI URL" match="any">
364371
<text prefix=". " macro="issued"/>
365-
<text prefix=", sv. " variable="volume"/>
366372
<text prefix=", " macro="citation-locator"/>
367373
<text prefix=" " macro="quoted"/>
368374
<text prefix=". " macro="identifier" suffix="."/>
@@ -373,26 +379,11 @@
373379
<text prefix=". " macro="publisher"/>
374380
</if>
375381
</choose>
376-
<choose>
377-
<if variable="locator" match="none">
378-
<text value="."/>
379-
</if>
380-
<else>
381-
<text prefix=", " macro="citation-locator" suffix="."/>
382-
</else>
383-
</choose>
382+
<text macro="locator-or-period"/>
384383
</else-if>
385384
<else>
386385
<text prefix=". " macro="issued"/>
387-
<text prefix=", sv. " variable="volume"/>
388-
<choose>
389-
<if variable="locator" match="none">
390-
<text value="."/>
391-
</if>
392-
<else>
393-
<text prefix=", " macro="citation-locator" suffix="."/>
394-
</else>
395-
</choose>
386+
<text macro="locator-or-period"/>
396387
</else>
397388
</choose>
398389
</if>
@@ -417,14 +408,7 @@
417408
</if>
418409
<else>
419410
<text prefix=". " macro="issued"/>
420-
<choose>
421-
<if variable="locator" match="none">
422-
<text value="."/>
423-
</if>
424-
<else>
425-
<text prefix=", " macro="citation-locator" suffix="."/>
426-
</else>
427-
</choose>
411+
<text macro="locator-or-period"/>
428412
</else>
429413
</choose>
430414
</else-if>
@@ -440,41 +424,30 @@
440424
<text prefix=". " macro="identifier" suffix="."/>
441425
</if>
442426
<else>
443-
<choose>
444-
<if variable="locator" match="none">
445-
<text value="."/>
446-
</if>
447-
<else>
448-
<text prefix=", " macro="citation-locator" suffix="."/>
449-
</else>
450-
</choose>
427+
<text macro="locator-or-period"/>
451428
</else>
452429
</choose>
453430
</else-if>
431+
<else-if type="thesis" match="any">
432+
<text macro="contributors-long" suffix=". "/>
433+
<text macro="title-long" font-style="italic"/>
434+
<text prefix=" " macro="medium"/>
435+
<text prefix=". " macro="issued"/>
436+
<text prefix=", " variable="genre"/>
437+
<text prefix=", " variable="publisher"/>
438+
<text macro="locator-or-period"/>
439+
</else-if>
454440
<else>
455441
<text macro="contributors-long" suffix=". "/>
456442
<text macro="title-long" font-style="italic"/>
457443
<text prefix=" " macro="medium"/>
458444
<choose>
459-
<if type="thesis" match="any">
460-
<text prefix=". " macro="issued"/>
461-
<text prefix=", " variable="genre"/>
462-
<text prefix=", " variable="publisher"/>
463-
<choose>
464-
<if variable="locator" match="none">
465-
<text value="."/>
466-
</if>
467-
<else>
468-
<text prefix=", " macro="citation-locator" suffix="."/>
469-
</else>
470-
</choose>
471-
</if>
472-
<else-if variable="accessed DOI URL" match="any">
445+
<if variable="accessed DOI URL" match="any">
473446
<text prefix=". " macro="issued"/>
474447
<text prefix=", " macro="citation-locator"/>
475448
<text prefix=" " macro="quoted"/>
476449
<text prefix=". " macro="identifier" suffix="."/>
477-
</else-if>
450+
</if>
478451
<else-if variable="issued" match="none">
479452
<choose>
480453
<if variable="publisher publisher-place" match="any">
@@ -519,12 +492,12 @@
519492
<text macro="contributors-full" suffix=". "/>
520493
<text macro="title-long" suffix=". "/>
521494
<text macro="container-full"/>
495+
<text prefix=". " variable="volume" text-case="capitalize-first"/>
522496
<choose>
523497
<if variable="accessed DOI URL" match="any">
524498
<text prefix=". " macro="edition"/>
525499
<text prefix=". " macro="issued"/>
526-
<text prefix=", sv. " variable="volume"/>
527-
<text prefix=", s. " variable="page"/>
500+
<text prefix=", " macro="page-range"/>
528501
<text prefix=" " macro="quoted"/>
529502
<text prefix=". " macro="collection" suffix="."/>
530503
<text prefix=". " macro="identifier" suffix="."/>
@@ -537,17 +510,14 @@
537510
</if>
538511
</choose>
539512
<text prefix=". " macro="collection" suffix="."/>
540-
<text prefix=". " variable="note" suffix="."/>
541-
<text prefix=", sv. " variable="volume"/>
542-
<text prefix=", s. " variable="page"/>
513+
<text prefix=", " macro="page-range"/>
543514
<text prefix=" " macro="quoted"/>
544515
<text prefix=". " macro="collection" suffix="."/>
545516
</else-if>
546517
<else>
547518
<text prefix=". " macro="edition"/>
548519
<text prefix=". " macro="issued"/>
549-
<text prefix=", sv. " variable="volume"/>
550-
<text prefix=", s. " variable="page" suffix="."/>
520+
<text prefix=", " macro="page-range" suffix="."/>
551521
<text prefix=". " macro="collection" suffix="."/>
552522
</else>
553523
</choose>
@@ -567,14 +537,12 @@
567537
<text prefix=". " macro="issued"/>
568538
<choose>
569539
<if variable="accessed DOI URL" match="any">
570-
<text prefix=", s. " variable="page"/>
540+
<text prefix=", " macro="page-range"/>
571541
<text prefix=" " macro="quoted"/>
572-
<text prefix=". " variable="note" suffix="."/>
573542
<text prefix=". " macro="identifier" suffix="."/>
574543
</if>
575544
<else>
576-
<text prefix=", s. " variable="page" suffix="."/>
577-
<text prefix=". " variable="note" suffix="."/>
545+
<text prefix=", " macro="page-range" suffix="."/>
578546
</else>
579547
</choose>
580548
</else-if>
@@ -585,38 +553,36 @@
585553
<text prefix=". " macro="issued"/>
586554
<choose>
587555
<if variable="accessed DOI URL" match="any">
588-
<text prefix=", s. " variable="page"/>
556+
<text prefix=", " macro="page-range"/>
589557
<text prefix=" " macro="quoted"/>
590-
<text prefix=". " variable="note" suffix="."/>
591558
<text prefix=". " macro="identifier" suffix="."/>
592559
</if>
593560
<else>
594-
<text prefix=", s. " variable="page" suffix="."/>
595-
<text prefix=". " variable="note" suffix="."/>
561+
<text prefix=", " macro="page-range" suffix="."/>
596562
</else>
597563
</choose>
598564
</else-if>
565+
<else-if type="thesis" match="any">
566+
<text macro="contributors-full" suffix=". "/>
567+
<text macro="title-long" font-style="italic"/>
568+
<text prefix=" " macro="medium"/>
569+
<text prefix=". " macro="issued"/>
570+
<text prefix=", " variable="genre"/>
571+
<text prefix=", " variable="publisher" suffix="."/>
572+
</else-if>
599573
<else>
600574
<text macro="contributors-full" suffix=". "/>
601575
<text macro="title-long" font-style="italic"/>
602576
<choose>
603-
<if type="thesis" match="any">
604-
<text prefix=" " macro="medium"/>
605-
<text prefix=". " macro="issued"/>
606-
<text prefix=", " variable="genre"/>
607-
<text prefix=", " variable="publisher"/>
608-
<text prefix=", " variable="number-of-pages" suffix=" s."/>
609-
</if>
610-
<else-if variable="accessed DOI URL" match="any">
577+
<if variable="accessed DOI URL" match="any">
611578
<text prefix=" " macro="medium"/>
612579
<text prefix=". " macro="secondary-contributors"/>
613580
<text prefix=". " macro="edition" suffix="."/>
614581
<text prefix=". " macro="issued"/>
615582
<text prefix=" " macro="quoted" suffix="."/>
616583
<text prefix=". " macro="collection" suffix="."/>
617-
<text prefix=". " variable="note" suffix="."/>
618584
<text prefix=". " macro="identifier" suffix="."/>
619-
</else-if>
585+
</if>
620586
<else-if variable="issued" match="none">
621587
<text prefix=" " macro="medium" suffix="."/>
622588
<choose>
@@ -625,14 +591,12 @@
625591
</if>
626592
</choose>
627593
<text prefix=". " macro="collection" suffix="."/>
628-
<text prefix=". " variable="note" suffix="."/>
629594
</else-if>
630595
<else>
631596
<text prefix=" " macro="medium" suffix="."/>
632597
<text prefix=". " macro="edition" suffix="."/>
633598
<text prefix=". " macro="issued" suffix="."/>
634599
<text prefix=". " macro="collection" suffix="."/>
635-
<text prefix=". " variable="note" suffix="."/>
636600
</else>
637601
</choose>
638602
</else>

0 commit comments

Comments
 (0)