|
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>
|
|
530 | 530 | <if type="interview personal_communication" match="any">
|
531 | 531 | <choose>
|
532 | 532 | <if variable="archive container-title DOI publisher URL" match="none">
|
533 |
| - <!-- These variables indicate that the communication is retrievable by the reader. |
| 533 | + <!-- These variables indicate that the communication is retrievable by the reader. |
534 | 534 | If not, then use the in-text-only personal communication format -->
|
535 | 535 | <date variable="issued" form="text"/>
|
536 | 536 | </if>
|
|
1295 | 1295 | <macro name="reviewed-title">
|
1296 | 1296 | <choose>
|
1297 | 1297 | <if variable="reviewed-title">
|
1298 |
| - <!-- Not possible to distinguish TV series episode from other reviewed |
| 1298 | + <!-- Not possible to distinguish TV series episode from other reviewed |
1299 | 1299 | works [Ex. 69] -->
|
1300 | 1300 | <text variable="reviewed-title" font-style="italic"/>
|
1301 | 1301 | </if>
|
|
1553 | 1553 | </macro>
|
1554 | 1554 | <macro name="event">
|
1555 | 1555 | <choose>
|
1556 |
| - <if variable="event"> |
1557 |
| - <!-- To prevent Zotero from printing event-place due to its double-mapping of all 'place' to |
1558 |
| - both publisher-place and event-place. Remove this 'choose' when that is changed. --> |
1559 |
| - <choose> |
1560 |
| - <if variable="collection-editor editor editorial-director issue page volume" match="none"> |
1561 |
| - <!-- Don't print event info if published in a proceedings --> |
1562 |
| - <group delimiter=", "> |
| 1556 | + <if variable="collection-editor editor editorial-director issue page volume" match="none"> |
| 1557 | + <!-- Don't print event info if published in a proceedings --> |
| 1558 | + <group delimiter=", "> |
| 1559 | + <choose> |
| 1560 | + <!-- We expect "event-title" to be used, but applications may not be updated yet. |
| 1561 | + This ensures that either can be accpeted. Remove if procesor logic can handle this. --> |
| 1562 | + <if variable="event-title"> |
| 1563 | + <text variable="event-title"/> |
| 1564 | + </if> |
| 1565 | + <else> |
1563 | 1566 | <text variable="event"/>
|
1564 |
| - <text variable="event-place"/> |
1565 |
| - </group> |
1566 |
| - </if> |
1567 |
| - </choose> |
| 1567 | + </else> |
| 1568 | + </choose> |
| 1569 | + <text variable="event-place"/> |
| 1570 | + </group> |
1568 | 1571 | </if>
|
1569 | 1572 | </choose>
|
1570 | 1573 | </macro>
|
|
1575 | 1578 | <group prefix="(" suffix=")">
|
1576 | 1579 | <choose>
|
1577 | 1580 | <if variable="references">
|
1578 |
| - <!-- This provides the option for more elaborate description |
| 1581 | + <!-- This provides the option for more elaborate description |
1579 | 1582 | of publication history, such as full "reprinted" references
|
1580 | 1583 | (examples 11, 43, 44) or retracted references -->
|
1581 | 1584 | <text variable="references"/>
|
|
0 commit comments