|
1 | 1 | <?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"> |
3 | 3 | <info> |
4 | | - <title>Masarykova univerzita - Právnická fakulta (Czech)</title> |
| 4 | + <title>Masarykova univerzita - Právnická fakulta</title> |
5 | 5 | <id>http://www.zotero.org/styles/masarykova-univerzita-pravnicka-fakulta</id> |
6 | 6 | <link href="http://www.zotero.org/styles/masarykova-univerzita-pravnicka-fakulta" rel="self"/> |
7 | 7 | <link href="http://www.zotero.org/styles/iso690-full-note-cs" rel="template"/> |
|
14 | 14 | <category citation-format="note"/> |
15 | 15 | <category field="law"/> |
16 | 16 | <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> |
18 | 18 | <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> |
19 | 19 | </info> |
20 | 20 | <locale xml:lang="cs"> |
21 | 21 | <terms> |
22 | | - <term name="et-al">et al.</term> |
| 22 | + <term name="accessed" form="short">cit.</term> |
23 | 23 | <term name="editor" form="short"> |
24 | 24 | <single>ed.</single> |
25 | | - <multiple>eds</multiple> |
| 25 | + <multiple>eds.</multiple> |
26 | 26 | </term> |
27 | | - <term name="in">in:</term> |
28 | | - <term name="page-range-delimiter">-</term> |
29 | 27 | </terms> |
30 | 28 | </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> |
31 | 43 | <macro name="contributors-full"> |
32 | 44 | <choose> |
33 | 45 | <if variable="author"> |
|
159 | 171 | <if type="chapter entry entry-dictionary entry-encyclopedia webpage" match="any"> |
160 | 172 | <choose> |
161 | 173 | <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=": "/> |
163 | 175 | </if> |
164 | 176 | </choose> |
165 | 177 | <text macro="container-contributors" suffix=" "/> |
|
189 | 201 | <if type="chapter entry entry-dictionary entry-encyclopedia webpage" match="any"> |
190 | 202 | <choose> |
191 | 203 | <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=": "/> |
193 | 205 | </if> |
194 | 206 | </choose> |
195 | 207 | <text macro="container-contributors-full" suffix=" "/> |
|
321 | 333 | </choose> |
322 | 334 | </macro> |
323 | 335 | <macro name="quoted"> |
324 | | - <group prefix="[cit. " suffix="]"> |
| 336 | + <group prefix="[" suffix="]"> |
| 337 | + <text term="accessed" form="short" suffix=". "/> |
325 | 338 | <date variable="accessed"> |
326 | 339 | <date-part name="day" suffix=". "/> |
327 | 340 | <date-part name="month" suffix=". " form="numeric"/> |
|
344 | 357 | <else-if position="subsequent"> |
345 | 358 | <text macro="contributors-short" suffix=". "/> |
346 | 359 | <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"/> |
355 | 361 | </else-if> |
356 | 362 | <else> |
357 | 363 | <choose> |
358 | 364 | <if type="chapter entry entry-dictionary entry-encyclopedia" match="any"> |
359 | 365 | <text macro="contributors-long" suffix=". "/> |
360 | 366 | <text macro="title-long" suffix=". "/> |
361 | 367 | <text macro="container"/> |
| 368 | + <text prefix=". " variable="volume" text-case="capitalize-first"/> |
362 | 369 | <choose> |
363 | 370 | <if variable="accessed DOI URL" match="any"> |
364 | 371 | <text prefix=". " macro="issued"/> |
365 | | - <text prefix=", sv. " variable="volume"/> |
366 | 372 | <text prefix=", " macro="citation-locator"/> |
367 | 373 | <text prefix=" " macro="quoted"/> |
368 | 374 | <text prefix=". " macro="identifier" suffix="."/> |
|
373 | 379 | <text prefix=". " macro="publisher"/> |
374 | 380 | </if> |
375 | 381 | </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"/> |
384 | 383 | </else-if> |
385 | 384 | <else> |
386 | 385 | <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"/> |
396 | 387 | </else> |
397 | 388 | </choose> |
398 | 389 | </if> |
|
417 | 408 | </if> |
418 | 409 | <else> |
419 | 410 | <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"/> |
428 | 412 | </else> |
429 | 413 | </choose> |
430 | 414 | </else-if> |
|
440 | 424 | <text prefix=". " macro="identifier" suffix="."/> |
441 | 425 | </if> |
442 | 426 | <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"/> |
451 | 428 | </else> |
452 | 429 | </choose> |
453 | 430 | </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> |
454 | 440 | <else> |
455 | 441 | <text macro="contributors-long" suffix=". "/> |
456 | 442 | <text macro="title-long" font-style="italic"/> |
457 | 443 | <text prefix=" " macro="medium"/> |
458 | 444 | <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"> |
473 | 446 | <text prefix=". " macro="issued"/> |
474 | 447 | <text prefix=", " macro="citation-locator"/> |
475 | 448 | <text prefix=" " macro="quoted"/> |
476 | 449 | <text prefix=". " macro="identifier" suffix="."/> |
477 | | - </else-if> |
| 450 | + </if> |
478 | 451 | <else-if variable="issued" match="none"> |
479 | 452 | <choose> |
480 | 453 | <if variable="publisher publisher-place" match="any"> |
|
519 | 492 | <text macro="contributors-full" suffix=". "/> |
520 | 493 | <text macro="title-long" suffix=". "/> |
521 | 494 | <text macro="container-full"/> |
| 495 | + <text prefix=". " variable="volume" text-case="capitalize-first"/> |
522 | 496 | <choose> |
523 | 497 | <if variable="accessed DOI URL" match="any"> |
524 | 498 | <text prefix=". " macro="edition"/> |
525 | 499 | <text prefix=". " macro="issued"/> |
526 | | - <text prefix=", sv. " variable="volume"/> |
527 | | - <text prefix=", s. " variable="page"/> |
| 500 | + <text prefix=", " macro="page-range"/> |
528 | 501 | <text prefix=" " macro="quoted"/> |
529 | 502 | <text prefix=". " macro="collection" suffix="."/> |
530 | 503 | <text prefix=". " macro="identifier" suffix="."/> |
|
537 | 510 | </if> |
538 | 511 | </choose> |
539 | 512 | <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"/> |
543 | 514 | <text prefix=" " macro="quoted"/> |
544 | 515 | <text prefix=". " macro="collection" suffix="."/> |
545 | 516 | </else-if> |
546 | 517 | <else> |
547 | 518 | <text prefix=". " macro="edition"/> |
548 | 519 | <text prefix=". " macro="issued"/> |
549 | | - <text prefix=", sv. " variable="volume"/> |
550 | | - <text prefix=", s. " variable="page" suffix="."/> |
| 520 | + <text prefix=", " macro="page-range" suffix="."/> |
551 | 521 | <text prefix=". " macro="collection" suffix="."/> |
552 | 522 | </else> |
553 | 523 | </choose> |
|
567 | 537 | <text prefix=". " macro="issued"/> |
568 | 538 | <choose> |
569 | 539 | <if variable="accessed DOI URL" match="any"> |
570 | | - <text prefix=", s. " variable="page"/> |
| 540 | + <text prefix=", " macro="page-range"/> |
571 | 541 | <text prefix=" " macro="quoted"/> |
572 | | - <text prefix=". " variable="note" suffix="."/> |
573 | 542 | <text prefix=". " macro="identifier" suffix="."/> |
574 | 543 | </if> |
575 | 544 | <else> |
576 | | - <text prefix=", s. " variable="page" suffix="."/> |
577 | | - <text prefix=". " variable="note" suffix="."/> |
| 545 | + <text prefix=", " macro="page-range" suffix="."/> |
578 | 546 | </else> |
579 | 547 | </choose> |
580 | 548 | </else-if> |
|
585 | 553 | <text prefix=". " macro="issued"/> |
586 | 554 | <choose> |
587 | 555 | <if variable="accessed DOI URL" match="any"> |
588 | | - <text prefix=", s. " variable="page"/> |
| 556 | + <text prefix=", " macro="page-range"/> |
589 | 557 | <text prefix=" " macro="quoted"/> |
590 | | - <text prefix=". " variable="note" suffix="."/> |
591 | 558 | <text prefix=". " macro="identifier" suffix="."/> |
592 | 559 | </if> |
593 | 560 | <else> |
594 | | - <text prefix=", s. " variable="page" suffix="."/> |
595 | | - <text prefix=". " variable="note" suffix="."/> |
| 561 | + <text prefix=", " macro="page-range" suffix="."/> |
596 | 562 | </else> |
597 | 563 | </choose> |
598 | 564 | </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> |
599 | 573 | <else> |
600 | 574 | <text macro="contributors-full" suffix=". "/> |
601 | 575 | <text macro="title-long" font-style="italic"/> |
602 | 576 | <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"> |
611 | 578 | <text prefix=" " macro="medium"/> |
612 | 579 | <text prefix=". " macro="secondary-contributors"/> |
613 | 580 | <text prefix=". " macro="edition" suffix="."/> |
614 | 581 | <text prefix=". " macro="issued"/> |
615 | 582 | <text prefix=" " macro="quoted" suffix="."/> |
616 | 583 | <text prefix=". " macro="collection" suffix="."/> |
617 | | - <text prefix=". " variable="note" suffix="."/> |
618 | 584 | <text prefix=". " macro="identifier" suffix="."/> |
619 | | - </else-if> |
| 585 | + </if> |
620 | 586 | <else-if variable="issued" match="none"> |
621 | 587 | <text prefix=" " macro="medium" suffix="."/> |
622 | 588 | <choose> |
|
625 | 591 | </if> |
626 | 592 | </choose> |
627 | 593 | <text prefix=". " macro="collection" suffix="."/> |
628 | | - <text prefix=". " variable="note" suffix="."/> |
629 | 594 | </else-if> |
630 | 595 | <else> |
631 | 596 | <text prefix=" " macro="medium" suffix="."/> |
632 | 597 | <text prefix=". " macro="edition" suffix="."/> |
633 | 598 | <text prefix=". " macro="issued" suffix="."/> |
634 | 599 | <text prefix=". " macro="collection" suffix="."/> |
635 | | - <text prefix=". " variable="note" suffix="."/> |
636 | 600 | </else> |
637 | 601 | </choose> |
638 | 602 | </else> |
|
0 commit comments