locator_SimpleLocators.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "abbreviations": false,
  3. "bibentries": false,
  4. "bibsection": false,
  5. "citation_items": [
  6. [
  7. {
  8. "id": "ITEM-1",
  9. "label": "page",
  10. "locator": "100 - 103"
  11. },
  12. {
  13. "id": "ITEM-2",
  14. "label": "chapter",
  15. "locator": "200 - 201"
  16. }
  17. ]
  18. ],
  19. "citations": false,
  20. "csl": "<style \n xmlns=\"http://purl.org/net/xbiblio/csl\"\n class=\"note\"\n version=\"1.0\"><info>\n <id />\n <title />\n <updated>2009-08-10T04:49:00+09:00</updated></info><citation>\n <layout delimiter=\"; \" suffix=\".\">\n <group delimiter=\", \">\n <names variable=\"author\">\n <name form=\"short\" />\n </names>\n <text variable=\"title\" />\n <date variable=\"issued\">\n <date-part name=\"year\" />\n </date>\n <group delimiter=\" \">\n <label form=\"short\" strip-periods=\"false\" variable=\"locator\" />\n <number variable=\"locator\" />\n </group>\n </group>\n </layout></citation></style>",
  21. "input": [
  22. {
  23. "author": [
  24. {
  25. "family": "Doe",
  26. "given": "John",
  27. "static-ordering": false
  28. }
  29. ],
  30. "id": "ITEM-1",
  31. "issued": {
  32. "date-parts": [
  33. [
  34. "2000"
  35. ]
  36. ]
  37. },
  38. "title": "Book A",
  39. "type": "book"
  40. },
  41. {
  42. "author": [
  43. {
  44. "family": "Roe",
  45. "given": "Jane"
  46. }
  47. ],
  48. "id": "ITEM-2",
  49. "issued": {
  50. "date-parts": [
  51. [
  52. "2001"
  53. ]
  54. ]
  55. },
  56. "title": "Book B",
  57. "type": "book"
  58. }
  59. ],
  60. "mode": "citation",
  61. "result": "Doe, Book A, 2000, pp. 100–103; Roe, Book B, 2001, chap. 200–201."
  62. }