|
320 | 320 | <!-- General categories of item types: |
321 | 321 | Periodical: article-journal article-magazine article-newspaper post-weblog review review-book |
322 | 322 | Periodical or Booklike: paper-conference |
323 | | - Booklike: article book broadcast chapter dataset entry entry-dictionary entry-encyclopedia figure |
324 | | - graphic interview manuscript map motion_picture musical_score pamphlet patent |
| 323 | + Booklike: article book broadcast chapter dataset entry entry-dictionary entry-encyclopedia figure |
| 324 | + graphic interview manuscript map motion_picture musical_score pamphlet patent |
325 | 325 | personal_communication report song speech thesis post webpage |
326 | 326 | Legal: bill legal_case legislation treaty |
327 | 327 | --> |
|
389 | 389 | </if> |
390 | 390 | <else-if type="interview personal_communication" match="any"> |
391 | 391 | <choose> |
392 | | - <!-- These variables indicate that the letter is retrievable by the reader. |
| 392 | + <!-- These variables indicate that the letter is retrievable by the reader. |
393 | 393 | If not, then use the APA in-text-only personal communication format --> |
394 | 394 | <if variable="archive container-title DOI publisher URL" match="none"> |
395 | 395 | <group delimiter=", "> |
|
470 | 470 | </if> |
471 | 471 | </choose> |
472 | 472 | </else-if> |
473 | | - <!-- Only year: article article-journal book chapter entry entry-dictionary entry-encyclopedia dataset figure graphic |
| 473 | + <!-- Only year: article article-journal book chapter entry entry-dictionary entry-encyclopedia dataset figure graphic |
474 | 474 | manuscript map musical_score paper-conference[published] patent report review review-book thesis --> |
475 | 475 | </choose> |
476 | 476 | </if> |
|
529 | 529 | <if type="interview personal_communication" match="any"> |
530 | 530 | <choose> |
531 | 531 | <if variable="archive container-title DOI publisher URL" match="none"> |
532 | | - <!-- These variables indicate that the communication is retrievable by the reader. |
| 532 | + <!-- These variables indicate that the communication is retrievable by the reader. |
533 | 533 | If not, then use the in-text-only personal communication format --> |
534 | 534 | <date variable="issued" form="text"/> |
535 | 535 | </if> |
|
1294 | 1294 | <macro name="reviewed-title"> |
1295 | 1295 | <choose> |
1296 | 1296 | <if variable="reviewed-title"> |
1297 | | - <!-- Not possible to distinguish TV series episode from other reviewed |
| 1297 | + <!-- Not possible to distinguish TV series episode from other reviewed |
1298 | 1298 | works [Ex. 69] --> |
1299 | 1299 | <text variable="reviewed-title" font-style="italic"/> |
1300 | 1300 | </if> |
|
1552 | 1552 | </macro> |
1553 | 1553 | <macro name="event"> |
1554 | 1554 | <choose> |
1555 | | - <if variable="event"> |
1556 | | - <!-- To prevent Zotero from printing event-place due to its double-mapping of all 'place' to |
1557 | | - both publisher-place and event-place. Remove this 'choose' when that is changed. --> |
1558 | | - <choose> |
1559 | | - <if variable="collection-editor editor editorial-director issue page volume" match="none"> |
1560 | | - <!-- Don't print event info if published in a proceedings --> |
1561 | | - <group delimiter=", "> |
| 1555 | + <if variable="collection-editor editor editorial-director issue page volume" match="none"> |
| 1556 | + <!-- Don't print event info if published in a proceedings --> |
| 1557 | + <group delimiter=", "> |
| 1558 | + <choose> |
| 1559 | + <!-- We expect "event-title" to be used, but applications may not be updated yet. |
| 1560 | + This ensures that either can be accpeted. Remove if procesor logic can handle this. --> |
| 1561 | + <if variable="event-title"> |
| 1562 | + <text variable="event-title"/> |
| 1563 | + </if> |
| 1564 | + <else> |
1562 | 1565 | <text variable="event"/> |
1563 | | - <text variable="event-place"/> |
1564 | | - </group> |
1565 | | - </if> |
1566 | | - </choose> |
| 1566 | + </else> |
| 1567 | + </choose> |
| 1568 | + <text variable="event-place"/> |
| 1569 | + </group> |
1567 | 1570 | </if> |
1568 | 1571 | </choose> |
1569 | 1572 | </macro> |
|
1574 | 1577 | <group prefix="(" suffix=")"> |
1575 | 1578 | <choose> |
1576 | 1579 | <if variable="references"> |
1577 | | - <!-- This provides the option for more elaborate description |
| 1580 | + <!-- This provides the option for more elaborate description |
1578 | 1581 | of publication history, such as full "reprinted" references |
1579 | 1582 | (examples 11, 43, 44) or retracted references --> |
1580 | 1583 | <text variable="references"/> |
|
0 commit comments