@rubytech/create-maxy-code 0.1.169 → 0.1.171

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (169) hide show
  1. package/dist/__tests__/premium-mcp-discover.test.js +42 -0
  2. package/dist/lib/premium-mcp-discover.js +9 -2
  3. package/package.json +1 -1
  4. package/payload/platform/plugins/.claude-plugin/marketplace.json +0 -15
  5. package/payload/platform/plugins/docs/references/platform.md +1 -1
  6. package/payload/premium-plugins/writer-craft/lib/mcp-stderr-tee/dist/index.d.ts +51 -0
  7. package/payload/premium-plugins/writer-craft/lib/mcp-stderr-tee/dist/index.d.ts.map +1 -0
  8. package/payload/premium-plugins/writer-craft/lib/mcp-stderr-tee/dist/index.js +196 -0
  9. package/payload/premium-plugins/writer-craft/lib/mcp-stderr-tee/dist/index.js.map +1 -0
  10. package/payload/premium-plugins/writer-craft/lib/mcp-stderr-tee/package.json +7 -0
  11. package/payload/premium-plugins/writer-craft/mcp/dist/index.d.ts +3 -0
  12. package/payload/premium-plugins/writer-craft/mcp/dist/index.d.ts.map +1 -0
  13. package/payload/premium-plugins/writer-craft/mcp/dist/index.js +257 -0
  14. package/payload/premium-plugins/writer-craft/mcp/dist/index.js.map +1 -0
  15. package/payload/premium-plugins/writer-craft/mcp/dist/lib/neo4j.d.ts +14 -0
  16. package/payload/premium-plugins/writer-craft/mcp/dist/lib/neo4j.d.ts.map +1 -0
  17. package/payload/premium-plugins/writer-craft/mcp/dist/lib/neo4j.js +47 -0
  18. package/payload/premium-plugins/writer-craft/mcp/dist/lib/neo4j.js.map +1 -0
  19. package/payload/premium-plugins/writer-craft/mcp/dist/lib/voice-corpus.d.ts +42 -0
  20. package/payload/premium-plugins/writer-craft/mcp/dist/lib/voice-corpus.d.ts.map +1 -0
  21. package/payload/{platform/plugins/writer-craft/mcp/src/lib/voice-corpus.ts → premium-plugins/writer-craft/mcp/dist/lib/voice-corpus.js} +5 -5
  22. package/payload/premium-plugins/writer-craft/mcp/dist/lib/voice-corpus.js.map +1 -0
  23. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-distil-profile.d.ts +36 -0
  24. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-distil-profile.d.ts.map +1 -0
  25. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-distil-profile.js +225 -0
  26. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-distil-profile.js.map +1 -0
  27. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-record-feedback.d.ts +26 -0
  28. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-record-feedback.d.ts.map +1 -0
  29. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-record-feedback.js +74 -0
  30. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-record-feedback.js.map +1 -0
  31. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-retrieve-conditioning.d.ts +22 -0
  32. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-retrieve-conditioning.d.ts.map +1 -0
  33. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-retrieve-conditioning.js +102 -0
  34. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-retrieve-conditioning.js.map +1 -0
  35. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-tag-content.d.ts +14 -0
  36. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-tag-content.d.ts.map +1 -0
  37. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-tag-content.js +84 -0
  38. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-tag-content.js.map +1 -0
  39. package/payload/premium-plugins/writer-craft/mcp/package-lock.json +1327 -0
  40. package/payload/server/{chunk-3TRIXQSJ.js → chunk-L2YK2VK3.js} +17 -29
  41. package/payload/server/maxy-edge.js +1 -1
  42. package/payload/server/server.js +1 -1
  43. package/payload/platform/plugins/teaching/.claude-plugin/plugin.json +0 -8
  44. package/payload/platform/plugins/teaching/PLUGIN.md +0 -58
  45. package/payload/platform/plugins/teaching/skills/interactive-tutor/SKILL.md +0 -59
  46. package/payload/platform/plugins/teaching/skills/interactive-tutor/references/assessment.md +0 -70
  47. package/payload/platform/plugins/teaching/skills/interactive-tutor/references/classroom-conduct.md +0 -43
  48. package/payload/platform/plugins/teaching/skills/interactive-tutor/references/teaching-modes.md +0 -83
  49. package/payload/platform/plugins/teaching/skills/lesson-planner/SKILL.md +0 -48
  50. package/payload/platform/plugins/teaching/skills/lesson-planner/references/context-gathering.md +0 -41
  51. package/payload/platform/plugins/teaching/skills/lesson-planner/references/plan-structure.md +0 -94
  52. package/payload/platform/plugins/teaching/skills/study-pack-builder/SKILL.md +0 -52
  53. package/payload/platform/plugins/teaching/skills/study-pack-builder/references/disaggregation.md +0 -49
  54. package/payload/platform/plugins/teaching/skills/study-pack-builder/references/materials.md +0 -116
  55. package/payload/platform/plugins/venture-studio/.claude-plugin/plugin.json +0 -8
  56. package/payload/platform/plugins/venture-studio/PLUGIN.md +0 -119
  57. package/payload/platform/plugins/venture-studio/bin/scaffold.sh +0 -116
  58. package/payload/platform/plugins/venture-studio/skills/brand-pack/SKILL.md +0 -256
  59. package/payload/platform/plugins/venture-studio/skills/brand-pack/references/color-psychology.md +0 -118
  60. package/payload/platform/plugins/venture-studio/skills/investor-data-room/SKILL.md +0 -376
  61. package/payload/platform/plugins/venture-studio/skills/investor-data-room/references/business-plan-template.md +0 -64
  62. package/payload/platform/plugins/venture-studio/skills/investor-data-room/references/compliance-research-checklist.md +0 -53
  63. package/payload/platform/plugins/venture-studio/skills/investor-data-room/references/data-room-structure.md +0 -88
  64. package/payload/platform/plugins/venture-studio/skills/investor-data-room/references/deck-blueprint-template.md +0 -39
  65. package/payload/platform/plugins/venture-studio/skills/investor-data-room/references/design-tokens-application.md +0 -79
  66. package/payload/platform/plugins/venture-studio/skills/investor-data-room/references/html-pdf-pipeline.md +0 -236
  67. package/payload/platform/plugins/venture-studio/skills/investor-data-room/references/internal-workings-scrub.md +0 -33
  68. package/payload/platform/plugins/venture-studio/skills/investor-data-room/references/termsheet-template.md +0 -88
  69. package/payload/platform/plugins/venture-studio/skills/investor-data-room/templates/prospectus/index.html +0 -1565
  70. package/payload/platform/plugins/venture-studio/skills/investor-data-room/templates/prospectus/render-pdf.mjs +0 -91
  71. package/payload/platform/plugins/venture-studio/skills/investor-data-room/templates/prospectus/term_sheet.html +0 -715
  72. package/payload/platform/plugins/venture-studio/skills/office-hours/SKILL.md +0 -587
  73. package/payload/platform/plugins/venture-studio/skills/prototype-host/SKILL.md +0 -179
  74. package/payload/platform/plugins/venture-studio/skills/prototype-host/references/cloudflared-ingress-edit.md +0 -81
  75. package/payload/platform/plugins/venture-studio/skills/prototype-host/references/scaffold-frameworks.md +0 -60
  76. package/payload/platform/plugins/venture-studio/skills/prototype-host/references/systemd-user-service.md +0 -104
  77. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/SKILL.md +0 -336
  78. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/aarrr-metrics.md +0 -275
  79. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/assumption-testing.md +0 -93
  80. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/boolean-search.md +0 -308
  81. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/build-measure-learn.md +0 -262
  82. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/business-model-canvas.md +0 -171
  83. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/commitment-signals.md +0 -246
  84. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/design-thinking.md +0 -183
  85. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/earlyvangelist.md +0 -190
  86. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/first-principles.md +0 -58
  87. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/fishbone.md +0 -114
  88. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/five-whys.md +0 -43
  89. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/ice-scoring.md +0 -237
  90. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/innovation-accounting.md +0 -290
  91. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/jtbd.md +0 -105
  92. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/landing-page.md +0 -361
  93. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/market-type.md +0 -167
  94. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/mom-test.md +0 -193
  95. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/mvp-types.md +0 -200
  96. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/og-images.md +0 -239
  97. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/pareto.md +0 -103
  98. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/persona-development.md +0 -291
  99. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/pivot-types.md +0 -225
  100. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/positioning-statement.md +0 -179
  101. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/prd.md +0 -363
  102. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/pre-mortem.md +0 -74
  103. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/problem-validation.md +0 -253
  104. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/product-market-fit.md +0 -256
  105. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/research-synthesis.md +0 -276
  106. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/three-engines-of-growth.md +0 -248
  107. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/validation-tests.md +0 -89
  108. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/value-proposition-canvas.md +0 -121
  109. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/win-loss-analysis.md +0 -242
  110. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/workflow-mapping.md +0 -271
  111. package/payload/platform/plugins/writer-craft/.claude-plugin/plugin.json +0 -17
  112. package/payload/platform/plugins/writer-craft/PLUGIN.md +0 -130
  113. package/payload/platform/plugins/writer-craft/agents/writer-craft--manuscript-reviewer.md +0 -96
  114. package/payload/platform/plugins/writer-craft/mcp/package.json +0 -19
  115. package/payload/platform/plugins/writer-craft/mcp/scripts/smoke.mjs +0 -152
  116. package/payload/platform/plugins/writer-craft/mcp/src/index.ts +0 -289
  117. package/payload/platform/plugins/writer-craft/mcp/src/lib/neo4j.ts +0 -56
  118. package/payload/platform/plugins/writer-craft/mcp/src/tools/voice-distil-profile.ts +0 -303
  119. package/payload/platform/plugins/writer-craft/mcp/src/tools/voice-record-feedback.ts +0 -114
  120. package/payload/platform/plugins/writer-craft/mcp/src/tools/voice-retrieve-conditioning.ts +0 -145
  121. package/payload/platform/plugins/writer-craft/mcp/src/tools/voice-tag-content.ts +0 -117
  122. package/payload/platform/plugins/writer-craft/mcp/tsconfig.json +0 -8
  123. package/payload/platform/plugins/writer-craft/skills/citation-style/SKILL.md +0 -94
  124. package/payload/platform/plugins/writer-craft/skills/citation-style/references/book-and-chapter-models.md +0 -77
  125. package/payload/platform/plugins/writer-craft/skills/citation-style/references/citation-rules.md +0 -103
  126. package/payload/platform/plugins/writer-craft/skills/citation-style/references/journal-article-models.md +0 -74
  127. package/payload/platform/plugins/writer-craft/skills/citation-style/references/other-source-models.md +0 -146
  128. package/payload/platform/plugins/writer-craft/skills/citation-style/references/reference-list-rules.md +0 -70
  129. package/payload/platform/plugins/writer-craft/skills/editorial-practice/SKILL.md +0 -108
  130. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/copyediting.md +0 -73
  131. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/developmental-editing.md +0 -85
  132. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/genre-specific-editing.md +0 -78
  133. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/line-editing.md +0 -55
  134. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/self-editing.md +0 -89
  135. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/SKILL.md +0 -114
  136. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/audience-analysis.md +0 -73
  137. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/crafting-persuasive-story.md +0 -76
  138. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/persuasion-case-studies.md +0 -67
  139. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/transformation-framework.md +0 -86
  140. package/payload/platform/plugins/writer-craft/skills/point-of-view/SKILL.md +0 -97
  141. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/indirect-narration.md +0 -72
  142. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/pov-types-and-voice.md +0 -91
  143. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/protagonist-filter.md +0 -71
  144. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/tense-and-person.md +0 -85
  145. package/payload/platform/plugins/writer-craft/skills/prose-craft/SKILL.md +0 -100
  146. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/punctuation-and-grammar.md +0 -72
  147. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/repetition.md +0 -71
  148. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/sound-and-rhythm.md +0 -64
  149. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/word-economy.md +0 -93
  150. package/payload/platform/plugins/writer-craft/skills/reader-engagement/SKILL.md +0 -100
  151. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/cause-effect-setup-payoff.md +0 -79
  152. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/conflict-escalation.md +0 -81
  153. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/hooking-readers.md +0 -67
  154. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/neurochemistry-of-engagement.md +0 -94
  155. package/payload/platform/plugins/writer-craft/skills/review-manuscript/SKILL.md +0 -111
  156. package/payload/platform/plugins/writer-craft/skills/review-manuscript/references/review-manuscript-checklist.md +0 -119
  157. package/payload/platform/plugins/writer-craft/skills/review-prose/SKILL.md +0 -99
  158. package/payload/platform/plugins/writer-craft/skills/review-prose/references/prose-review-checklist.md +0 -112
  159. package/payload/platform/plugins/writer-craft/skills/review-scene/SKILL.md +0 -99
  160. package/payload/platform/plugins/writer-craft/skills/review-scene/references/scene-analysis-framework.md +0 -95
  161. package/payload/platform/plugins/writer-craft/skills/story-architecture/SKILL.md +0 -106
  162. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/blueprinting-and-scene-cards.md +0 -118
  163. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/inner-issue-and-protagonist-goal.md +0 -66
  164. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/misbelief-desire-worldview.md +0 -87
  165. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/origin-scenes-and-escalation.md +0 -82
  166. package/payload/platform/plugins/writer-craft/skills/story-blueprint/SKILL.md +0 -133
  167. package/payload/platform/plugins/writer-craft/skills/story-blueprint/references/blueprinting-exercises.md +0 -118
  168. package/payload/platform/plugins/writer-craft/skills/story-blueprint/references/blueprinting-process.md +0 -128
  169. package/payload/platform/plugins/writer-craft/skills/voice-mirror/SKILL.md +0 -166
@@ -1,117 +0,0 @@
1
- /**
2
- * voice-tag-content — set `authorshipMode` on one or many content nodes.
3
- *
4
- * The tool routes through neo4j directly with an account-scoped MERGE so
5
- * the operator can only mutate their own nodes. We do not go through
6
- * `memory-update` because that tool re-embeds and re-validates on every
7
- * call — overkill for a single-property authorship stamp.
8
- */
9
- import { getSession } from "../lib/neo4j.js";
10
- import { TAGGABLE_PRIMARY_LABELS } from "../lib/voice-corpus.js";
11
-
12
- export type AuthorshipMode =
13
- | "human-only"
14
- | "human-led-agent-assisted"
15
- | "agent-led-human-reviewed"
16
- | "agent-only"
17
- | "unknown";
18
-
19
- export const AUTHORSHIP_MODES: ReadonlySet<AuthorshipMode> = new Set([
20
- "human-only",
21
- "human-led-agent-assisted",
22
- "agent-led-human-reviewed",
23
- "agent-only",
24
- "unknown",
25
- ]);
26
-
27
- export interface VoiceTagContentParams {
28
- nodeIds: string[];
29
- mode: AuthorshipMode;
30
- accountId: string;
31
- }
32
-
33
- export interface VoiceTagContentResult {
34
- updated: number;
35
- skipped: number;
36
- skippedReasons: Record<string, number>;
37
- }
38
-
39
- export async function voiceTagContent(
40
- params: VoiceTagContentParams,
41
- ): Promise<VoiceTagContentResult> {
42
- const { nodeIds, mode, accountId } = params;
43
-
44
- if (!AUTHORSHIP_MODES.has(mode)) {
45
- throw new Error(
46
- `voice-tag-content: invalid authorshipMode '${mode}'. Valid values: ${[
47
- ...AUTHORSHIP_MODES,
48
- ].join(", ")}`,
49
- );
50
- }
51
- if (!accountId) {
52
- throw new Error("voice-tag-content: accountId is required");
53
- }
54
- if (!Array.isArray(nodeIds) || nodeIds.length === 0) {
55
- return { updated: 0, skipped: 0, skippedReasons: {} };
56
- }
57
-
58
- const session = getSession();
59
- const now = new Date().toISOString();
60
- const skippedReasons: Record<string, number> = {};
61
- let updated = 0;
62
-
63
- try {
64
- // Bulk update in batches of 50 to keep transaction latency bounded.
65
- const BATCH = 50;
66
- for (let i = 0; i < nodeIds.length; i += BATCH) {
67
- const batch = nodeIds.slice(i, i + BATCH);
68
- const result = await session.run(
69
- // Tag any of the four primary content labels, or a conversation-
70
- // document :Section chunk (parent :KnowledgeDocument carries
71
- // `conversationIdentity`). The EXISTS sub-pattern guards against
72
- // accidentally tagging document-path :Section rows AND parent
73
- // `:Conversation` / `:AdminConversation` nodes (which are not
74
- // body-bearing content).
75
- `UNWIND $ids AS id
76
- MATCH (n) WHERE elementId(n) = id AND n.accountId = $accountId
77
- WITH n
78
- WHERE any(lbl IN labels(n) WHERE lbl IN $primaryLabels)
79
- OR ('Section' IN labels(n) AND EXISTS {
80
- MATCH (parent:KnowledgeDocument)-[:HAS_SECTION]->(n)
81
- WHERE parent.conversationIdentity IS NOT NULL
82
- })
83
- SET n.authorshipMode = $mode,
84
- n.authorshipTaggedAt = $now
85
- RETURN elementId(n) AS id`,
86
- {
87
- ids: batch,
88
- accountId,
89
- mode,
90
- now,
91
- primaryLabels: [...TAGGABLE_PRIMARY_LABELS],
92
- },
93
- );
94
- const matched = new Set(result.records.map((r) => r.get("id") as string));
95
- updated += matched.size;
96
- for (const id of batch) {
97
- if (matched.has(id)) continue;
98
- const reason = "not-found-or-not-content-label";
99
- skippedReasons[reason] = (skippedReasons[reason] ?? 0) + 1;
100
- }
101
- }
102
- } finally {
103
- await session.close();
104
- }
105
-
106
- process.stderr.write(
107
- `[voice-tag] mode=${mode} accountId=${accountId} updated=${updated} skipped=${
108
- nodeIds.length - updated
109
- }\n`,
110
- );
111
-
112
- return {
113
- updated,
114
- skipped: nodeIds.length - updated,
115
- skippedReasons,
116
- };
117
- }
@@ -1,8 +0,0 @@
1
- {
2
- "extends": "../../../platform/tsconfig.base.json",
3
- "compilerOptions": {
4
- "outDir": "dist",
5
- "rootDir": "src"
6
- },
7
- "include": ["src"]
8
- }
@@ -1,94 +0,0 @@
1
- ---
2
- name: citation-style
3
- description: "Guides Chicago author-date citation and reference formatting per the Chicago Manual of Style (17th edition). Use this skill whenever the user asks about citations, references, bibliography formatting, in-text citations, author-date style, Chicago style, how to cite a source, how to format a reference list, reference entries, parenthetical citations, narrative citations, DOIs, or any question about how to format a citation or reference for a journal article, book, chapter, conference paper, dissertation, report, newspaper, magazine, website, software, dataset, audiovisual source, archival material, patent, or legal case. Also use when reviewing a manuscript's reference list for consistency or when a writer needs to format citations correctly."
4
- ---
5
-
6
- # Citation Style: Chicago Author-Date
7
-
8
- This skill covers citation and reference formatting in accordance with the Chicago Manual of Style, Seventeenth Edition (2017), using the author-date system. This is the standard for many academic journals and publishers.
9
-
10
- ## In-Text Citations
11
-
12
- Citations appear in two forms:
13
-
14
- ### Narrative Citations
15
- The author surname(s) appear as part of the sentence. The year follows in parentheses.
16
- - `According to Singh and Harris (2018), this phenomenon occurs frequently.`
17
- - `In 2018, Singh and Harris reported on the frequency...`
18
-
19
- ### Parenthetical Citations
20
- The author surname(s) and year appear together in parentheses, placed at the end of a sentence before terminal punctuation.
21
- - `This phenomenon occurs frequently in nature (Singh and Harris 2018).`
22
-
23
- ### Author Rules in Citations
24
-
25
- | Authors | Citation Form |
26
- |---------|-------------|
27
- | 1 | Surname (Year) |
28
- | 2 | Surname and Surname (Year) |
29
- | 3 | Surname, Surname, and Surname (Year) |
30
- | 4+ | Surname et al. (Year) |
31
- | Organizational | Full name or abbreviation if reference uses one |
32
- | No author | Short title in title case (Year) |
33
-
34
- ### Page Numbers with Quoted Passages
35
- A comma separates year from page number: `(Liu et al. 2009, 124)` or for a range: `(Liu et al. 2009, 124–125)`.
36
-
37
- ### Multiple Citations
38
- Arrange alphabetically by author surname; separate with semicolons: `(Abbas and Ludden 2018; Carlyle 1997; Carlyle et al. 1997)`
39
-
40
- ### Same Author, Same Year
41
- Add lowercase letter designators: `(Murakami 2003a, 2003b)`
42
-
43
- ### Secondary Sources
44
- Use "quoted in": `(Huang and Zoller 1995, quoted in Zhu 2010, 18)`
45
-
46
- ## Reference List
47
-
48
- The reference section appears at the end of the text under the heading "References." It includes entries for all works cited. Entries use hanging indent format.
49
-
50
- ### Ordering Rules
51
- 1. Alphabetical by first author's surname
52
- 2. Same first author → alphabetical by subsequent authors
53
- 3. Same full author list → chronological by publication date
54
- 4. Same authors and year → alphabetical by title, with letter designators (a, b, c)
55
- 5. Organizational authors ordered alphabetically by name/acronym
56
- 6. No credited author → alphabetical by title among other entries
57
-
58
- ### Author Formatting in References
59
- - First author: Surname, Given Name(s) or Initial(s).
60
- - Subsequent authors: Given Name(s) Surname (not inverted)
61
- - 2–10 authors: list all, "and" before final name
62
- - 11+ authors: list first seven, then "et al."
63
- - Do not replace repeated names with dashes
64
-
65
- ### Titles
66
- - Journal/magazine/newspaper titles: italicised, title case, no quotation marks
67
- - Article/chapter titles: roman font, quotation marks, title case
68
- - Book/report titles: italicised, title case
69
-
70
- ### URLs and DOIs
71
- - DOIs close journal article entries (when available)
72
- - URLs close web and other electronic resource entries
73
- - Access dates recorded only when no publication date can be determined
74
-
75
- ## Quick Formatting Checklist
76
-
77
- - [ ] All in-text citations have corresponding reference entries (and vice versa)
78
- - [ ] Author names formatted correctly (inverted first author, non-inverted subsequent)
79
- - [ ] 4+ authors use "et al." in citations, full list (up to 10) in references
80
- - [ ] Publication years present on all entries (or "n.d." / "forthcoming")
81
- - [ ] Journal articles include volume, issue number, page range, and DOI
82
- - [ ] Book entries include city and publisher
83
- - [ ] Titles use correct capitalisation and formatting (italic vs. quotation marks)
84
- - [ ] Reference list alphabetised correctly
85
- - [ ] Same-author/same-year entries have letter designators
86
- - [ ] Hanging indent format throughout reference list
87
-
88
- ## When to Read Reference Files
89
-
90
- - **For detailed in-text citation rules** (placement, authors, years, special cases) — read `references/citation-rules.md`
91
- - **For general reference list formatting rules** (ordering, author lists, titles, URLs/DOIs) — read `references/reference-list-rules.md`
92
- - **For journal article reference models** with examples — read `references/journal-article-models.md`
93
- - **For book and book chapter reference models** with examples — read `references/book-and-chapter-models.md`
94
- - **For all other source types** (conferences, dissertations, reports, newspapers, magazines, web, software, audiovisual, unpublished, archival, legal) — read `references/other-source-models.md`
@@ -1,77 +0,0 @@
1
- # Book and Book Chapter Reference Models
2
-
3
- ## Book Models
4
-
5
- ### One Author
6
- `Gibson, J. J. 1966. *The Senses Considered as Perceptual Systems*. Boston: Houghton Mifflin.`
7
-
8
- ### Two Authors
9
- `Hodgson, Jay, and Steve MacLeod. 2014. *Representing Sound*. Waterloo, ON: Wilfrid Laurier University Press.`
10
-
11
- ### Three Authors
12
- `Bale, Tim, Paul Webb, and Monica Poletti. 2020. *Footsoldiers*. Abingdon, UK: Routledge.`
13
-
14
- ### Four to Ten Authors
15
- List all. `Goad, Philip, Ann Stephen, Andrew McNamara, Harriet Edquist, and Isabel Wünsche. 2019. *Bauhaus Diaspora and Beyond*. Melbourne: Melbourne University Press.`
16
-
17
- ### No Credited Author
18
- `*The Dual Disorders Recovery Book*. 1993. Center City, MN: Hazelden Foundation.`
19
-
20
- ### Nonprimary Author Credited
21
- `Todorovic, Milan. 2016. *Rethinking Strategy for Creative Industries*. With Ali Bakir. Abingdon, UK: Routledge.`
22
-
23
- ### Editor in Author Role
24
- `Goodwin, Prue, ed. 2005. *The Literate Classroom*. London: David Fulton.`
25
-
26
- ### Multiple Editors in Author Role
27
- `Malici, A., and E. S. Smith, eds. 2018. *Political Science Research in Practice*. New York: Routledge.`
28
-
29
- ### Authored with Editor
30
- `Arendt, Hannah. 1978. *The Life of the Mind*. Edited by Mary McCarthy. New York: Harcourt.`
31
-
32
- ### Republication (Reprint)
33
- `Dewey, John. (1916) 1997. *Democracy and Education*. Reprint, New York: Free Press.`
34
-
35
- ### Numbered Edition
36
- `du Cros, Hilary, and Bob McKercher. 2020. *Cultural Tourism*. 3rd ed. Abingdon, UK: Routledge.`
37
-
38
- ### Non-English Title with Translation
39
- `Martín-Baró, Ignacio. 1995. *Violencia y agresión social* [Violence and social aggression]. Santo Domingo, Dominican Republic: Centro de Estudios Sociales.`
40
-
41
- ### Published Translation
42
- `Bourdieu, Pierre. 1984. *Distinction*. Translated by Richard Nice. Cambridge, MA: Harvard University Press.`
43
-
44
- ### Translation with Edition
45
- `Wittgenstein, Ludwig. 2009. *Philosophical Investigations*. Translated by G. E. M. Anscombe, P. M. S. Hacker, and Joachim Schulte. 4th rev. ed. Oxford: Wiley–Blackwell.`
46
-
47
- ### Multivolume Work
48
- `Moore, C. 2013–2019. *Margaret Thatcher: The Authorized Biography*. 3 vols. London: Allen Lane.`
49
-
50
- ### Single Volume of Multivolume Work
51
- `Hauser, Arnold. 2005. *Naturalism, Impressionism, The Film Age*. 3rd ed. Vol. 4 of *The Social History of Art*. London: Routledge.`
52
-
53
- ### Organizational Author (without abbreviation)
54
- `Shanghai Finance Institute P2P Research Group. 2017. *Peer-to-Peer Lending with Chinese Characteristics*. Abingdon, UK: Routledge.`
55
-
56
- ### Organizational Author (with abbreviation)
57
- `SFI P2P RG (Shanghai Finance Institute P2P Research Group). 2017. *Peer-to-Peer Lending with Chinese Characteristics*. Routledge.`
58
-
59
- ## Book Chapter Models
60
-
61
- ### One Editor
62
- `Saks Berman, Joan. 1995. "From Chicago to Rainbow Bridge." In *Voices of Feminist Therapy*, edited by Elizabeth Friar Williams, 11–25. Reading, UK: Harwood Academic Publishers.`
63
-
64
- ### Two Editors
65
- `Schwab, Brendan, and Steven Finocchiaro. 2018. "'Don't Fix It!': The Role of Player Empowerment." In *Match-Fixing in Sport*, edited by Stacey Steele and Hayden Opie, 135–150. Abingdon, UK: Routledge.`
66
-
67
- ### Three Editors
68
- `Adams, Zeno, Roland Füss, and Dieter G. Kaiser. 2008. "Macroeconomic Determinants of Commodity Futures Returns." In *The Handbook of Commodity Investing*, edited by Frank J. Fabozzi, Roland Füss, and Dieter G. Kaiser, 87–112. Hoboken, NJ: John Wiley & Sons.`
69
-
70
- ### No Credited Author, Republication
71
- `"The Putney Debates: The Debate on the Franchise." (1647) 2003. In *Divine Right and Democracy*, edited by David Wooton, 285–316. Indianapolis, IN: Hackett.`
72
-
73
- ### Chapter with Author-Supplied Translation
74
- `Rey, B. 2006. "Le savoir universitaire: Un savoir sans problème?" [University knowledge: Problem-free knowledge?]. In *Situations de formation et problématisation*, edited by M. Fabre and E. Vellas, 143–158. Louvain-la-Neuve, Belgium: De Boeck.`
75
-
76
- ### Chapter from Titled Volume of Multivolume Work
77
- `Brooke, Jonathan E. 2018. "Calcutta: A Central Exchange Point (1700–1840)." In *Since 1500*, edited by Aran MacKinnon and Elaine McClarnand MacKinnon, 103–120. Vol. 2 of *Places of Encounter*. New York: Routledge.`
@@ -1,103 +0,0 @@
1
- # In-Text Citation Rules — Chicago Author-Date
2
-
3
- ## Placement
4
-
5
- ### Narrative Citations
6
- Author surname(s) appear as part of the sentence. Year in parentheses after the surname(s) or integrated into the sentence.
7
- - `According to Singh and Harris (2018)...`
8
- - `In 2018, Singh and Harris reported...`
9
-
10
- ### Parenthetical Citations
11
- Author surname(s) and year together in parentheses, placed at end of sentence before terminal punctuation (period).
12
- - `This occurs frequently (Singh and Harris 2018).`
13
-
14
- If positioned elsewhere in the sentence, the citation precedes any nonterminal punctuation (comma, semicolon).
15
- - `This occurs frequently (Singh and Harris 2018); however...`
16
-
17
- ## Quoted Passages
18
-
19
- A page number follows the year, separated by a comma:
20
- - Short quote: `(Liu et al. 2009, 124)`
21
- - Page range: `(Liu et al. 2009, 124–125)` (en dash, not hyphen)
22
-
23
- Narrative citation with page: `Liu et al. (2009, 124) make the claim...`
24
-
25
- ### Block Quotes
26
- Quoted passages of 40+ words: set in indented block form without quotation marks. Parenthetical citation after terminal punctuation.
27
-
28
- ### Multiple Quotes from Same Source in One Paragraph
29
- Full parenthetical citation after the first quote; subsequent quotes from the same work use only page number in parentheses: `(127)`.
30
-
31
- ## Author Rules
32
-
33
- ### One Author
34
- Surname and year: `Singh (2018)` or `(Singh 2018)`
35
-
36
- ### Two Authors
37
- Both surnames, joined by "and": `Singh and Harris (2018)` or `(Singh and Harris 2018)`
38
-
39
- ### Three Authors
40
- All three surnames: `Nowacki, Creech, and Parks (2020)` or `(Nowacki, Creech, and Parks 2020)`
41
-
42
- ### Four or More Authors
43
- First author surname + "et al.": `Prinzie et al. (2009)` or `(Prinzie et al. 2009)`
44
-
45
- ### Organizational Authors
46
- - If reference uses abbreviation: use abbreviation in citation: `NIAAA (2016)`
47
- - If reference spells out full name: use full name: `National Institute on Alcohol Abuse and Alcoholism (2016)`
48
-
49
- ### No Credited Author
50
- Short title in title case:
51
- - Article/chapter titles: in quotation marks: `"Physician Oversight" (2019)`
52
- - Book/report/website titles: italicised: `*Dual Disorders Recovery Book* (1993)`
53
-
54
- ### First Authors with Same Surname
55
- Distinguish by adding given-name initials: `G. R. Smith et al. (2001)` and `T. J. Smith and Gladwell (2012)`
56
-
57
- ### Four+ Authors, Same First Author, Same Year
58
- Extend surname list to show differences: `Parnell, Foster, et al. (2018)` and `Parnell, Klein, et al. (2018)`
59
-
60
- ## Publication Years
61
-
62
- ### Date Range
63
- En dash, full second year: `(Author 2013–2019)`
64
-
65
- ### Forthcoming
66
- `(Author, forthcoming)` — accepted but not yet published in any form
67
-
68
- ### No Date
69
- `(Author, n.d.)` — no identifiable publication date
70
-
71
- ### Circa
72
- `(Author, ca. 1920)` — estimated date
73
-
74
- ### Original Publication and Republication
75
- Original year in square brackets: `(Dewey [1916] 1997)`
76
-
77
- ### Same Authors, Same Year
78
- Lowercase letter designators: `(Murakami 2003a, 2003b, n.d.-a, forthcoming-a)`
79
-
80
- ## Multiple Citations
81
-
82
- ### In Parenthetical Unit
83
- Arrange alphabetically by author surname. Semicolons separate different author lists:
84
- `(Abbas and Ludden 2018; Carlyle 1997; 2015a, 76; 2015b; Carlyle et al. 1997; Federation of State Medical Boards 2000, n.d.; Piquant 2019, forthcoming)`
85
-
86
- ### Same Author List, Multiple Years
87
- Author appears once, years in parenthetical units separated by commas (or semicolons if page numbers included):
88
- `Carlyle (1997; 2015a, 76; 2015b)`
89
-
90
- ## Special Cases
91
-
92
- ### Multivolume Work Citations
93
- - Single volume entry: cite normally
94
- - Multi-volume entry: specify volume: `(Hauser 2005, vol. 2)` or with page: `(Hauser 2005, 2:110)`
95
-
96
- ### Secondary Resource Citations
97
- `Huang and Zoller (1995, quoted in Zhu 2010, 18)` — only the primary resource gets a reference entry
98
-
99
- ### Personal Communication
100
- `Tomi Adeyemi (pers. comm., September 3, 2014)` — no reference entry
101
-
102
- ### Tables and Figures
103
- Citations usually in table footnotes, not body. In figure captions, not graphics.
@@ -1,74 +0,0 @@
1
- # Journal Article Reference Models
2
-
3
- ## Standard Models
4
-
5
- ### One Author
6
- **Format:** `Author, Aaaa A. yyyy. "Title of the Journal Article: Subtitle." *Journal Title* ## (#): ####–####. https://doi.org/DOI.`
7
-
8
- **Example:** `Binnall, James M. 2019. "Jury Diversity in the Age of Mass Incarceration: An Exploratory Mock Jury Experiment." *Psychology, Crime & Law* 25 (4): 345–363. https://doi.org/10.1080/1068316X.2018.1528359.`
9
-
10
- **Citations:** Binnall (2019) [narrative]; (Binnall 2019) [parenthetical]
11
-
12
- ### Two Authors
13
- **Format:** `Author, Aaaa A., and Bbbb B. Author. yyyy. "Title." *Journal Title* ## (#): ####–####. https://doi.org/DOI.`
14
-
15
- **Example:** `Machado, Mercedes M., and Jacqueline M. Swank. 2019. "Therapeutic Gardening: A Counseling Approach for Bereavement from Suicide." *Death Studies* 43 (10): 629–633.`
16
-
17
- ### Three Authors
18
- **Format:** `Author, Aaaa A., Bbbb B. Author, and Cccc C. Author. yyyy. "Title." *Journal Title* ## (#): ####–####.`
19
-
20
- **Example:** `Nowacki, J. S., D. Creech, and M. Parks. 2020. "Political Climate, Voter Suppression Policies and Federal Sentencing Outcomes." *British Journal of Criminology* 60 (5): 1115–1180.`
21
-
22
- ### Four to Ten Authors
23
- List all authors in reference. Use "et al." only in citations.
24
-
25
- **Example:** `Prinzie, Peter, Geert Jan J. M. Stams, Maja Deković, Albert H. A. Reijntjes, and Jay Belsky. 2009. "The Relations between Parents' Big Five Personality Factors and Parenting." *Journal of Personality and Social Psychology* 97 (2): 351–362.`
26
-
27
- ### Eleven or More Authors
28
- List first seven authors, comma, "et al."
29
-
30
- **Example:** `Adeloye, Davies, Adebanke Olawole-Isaac, Asa Auta, Mary T. Dewan, Chiamaka Omoyele, Nnenna Ezeigwe, Wura Jacobs, et al. 2019. "Epidemiology of Harmful Use of Alcohol in Nigeria." *American Journal of Drug and Alcohol Use* 45 (5): 438–450.`
31
-
32
- ## Special Cases
33
-
34
- ### Organizational Author (without abbreviation)
35
- `Select Committee on Race Relations and Immigration. 1975. "The Organisation of Race Relations Administration." *Journal of Ethnic and Migration Studies* 4 (3): 314–316.`
36
-
37
- ### Organizational Author (with abbreviation)
38
- `SCRRI (Select Committee on Race Relations and Immigration). 1975. "The Organisation of Race Relations Administration." *Journal of Ethnic and Migration Studies* 4 (3): 314–316.`
39
-
40
- ### No Credited Author
41
- `"Physician Oversight of Specialized Emergency Medical Services." 2019. *Prehospital Emergency Care* 23 (4): 590–591.`
42
-
43
- ### Nonprimary Author Credit
44
- Add collaboration note after authors: `With P. López Torres and M. V. Reina.`
45
-
46
- ### Author-Supplied Translation of Non-English Title
47
- `Guzmán, Fernando, Javier Barros, Paola Corti, and Magdalena Pereira. 2019. "El rito bautismal y las imágenes pintadas en la iglesia de Curahuara de Carangas" [The baptismal rite and the images painted in the church of Curahuara de Carangas]. *Colonial Latin American Review* 28 (1): 81–105.`
48
-
49
- ### Published Translation
50
- `Ioffe, D. G. 2017. "The Revolutionary Aesthetics of the Second Russian Avant-Garde." Translated by N. Seligman Favorov. *Russian Studies in Literature* 53 (2): 172–200.`
51
-
52
- ### Advance Online Publication
53
- `Chasi, Colin, and Cuthbeth Tagwirei. 2020. "Death and Ubuntu in Oliver Mtukudzi's Music." *Muziki*. Advance online publication. https://doi.org/10.1080/18125980.2020.1810110.`
54
-
55
- ### Forthcoming Article
56
- `Rao, Smriti, Sarah Gammage, Julia Arnold, and Elizabeth Anderson. Forthcoming. "Human Mobility, COVID-19, and Policy Responses." *Feminist Economics*.`
57
-
58
- ### Journal without Issue Divisions (Volume Only)
59
- `Bilish, Shane P., J. Nikolaus Callow, and Hamish McGowan. 2020. "Streamflow Variability and the Role of Snowmelt." *Arctic, Antarctic, and Alpine Research* 52:161–176.`
60
-
61
- ### Article with e-Location
62
- `Capurro, G., J. Tustin, C. G. Jardine, and S. M. Driedger. 2022. "When Good Messages Go Wrong." *Human Vaccines & Immunotherapies* 18 (7): 2145822.`
63
-
64
- ### Article from Supplement
65
- `Bender, Kimberly, et al. 2020. "A Human-Centered Design Approach." In "Advancing Social Work Education," edited by Benjamin F. Henwood and Amanda Aykanian. Supplement, *Journal of Social Work Education* 56 (S1): S28–S45.`
66
-
67
- ### Special Issue (Cited in Full)
68
- `McCone, David R., Cynthia J. Thomsen, and Janice H. Laurence, eds. 2018. "Sexual Harassment and Sexual Assault in the US Military." Special issue, *Military Psychology* 30 (3).`
69
-
70
- ### Abstract from Compiled Abstract Issue
71
- `Buckley, Anne F. 2017. "Mitochondrial Disorders." Abstract. *Ultrastructural Pathology* 41 (1): 76.`
72
-
73
- ### Review without Original Title
74
- `McCully, Alan. 2019. Review of *Teacher Preparation in Ireland*, by Tom O'Donoghue, Judith Harford, and Teresa O'Doherty. *History of Education* 48 (5): 700–702.`
@@ -1,146 +0,0 @@
1
- # Other Source Reference Models
2
-
3
- ## Conference Models
4
-
5
- ### Serial Conference Proceedings (published in journal)
6
- `Albright, Madeleine. 1991. "The Role of the United States in Central Europe." *Proceedings of the Academy of Political Science* 38 (1): 71–84.`
7
-
8
- ### Nonserial Conference Proceedings (published in book)
9
- `Shupe, A. D., Jr., B. L. Hardin, and D. G. Bromley. 1983. "A Comparison of Anti-cult Movements." In *Of Gods and Men*, edited by E. Barker, 177–194. Macon, GA: Mercer University Press.`
10
-
11
- ### Paper Presentation (unpublished)
12
- `Bunn, Matthew, Anna Bennett, and Penny Jane Burke. 2018. "Temporalities of Trust and Betrayal." Paper presented at the Society for Research in Higher Education, Newport, UK, December 2018.`
13
-
14
- ### Poster Presentation
15
- `Wagmiller, Robert L., Kendall LaParo, David Schrider, et al. 2018. "Attitudes towards Interracial Marriage." Poster presented at the American Sociological Association 113th Annual Meeting, Philadelphia, PA, August 2018.`
16
-
17
- ## Dissertation and Thesis Models
18
-
19
- ### Unpublished Doctoral Dissertation
20
- `Zaragoza, Kevin. 2005. "A Moral Psychology of Blame." PhD diss., Princeton University.`
21
-
22
- ### Unpublished Master's Thesis
23
- `Niraula, K. 2015. "Addressing the Neglect of Local Peacebuilding Practices through Documentaries." Master's thesis, University of Notre Dame.`
24
-
25
- ### Published in Online Repository
26
- `Boudreaux, Corinne M. 2015. "The City Framed." PhD diss., Tulane University. https://digitallibrary.tulane.edu/...`
27
-
28
- ## Report Models
29
-
30
- ### Multiple Authors
31
- `Lempert, Robert J., Parry Norling, Christopher G. Pernin, Susan A. Resetar, and Sergej Mahnovski. 2003. *Next Generation Environmental Technologies*. Santa Monica, CA: RAND.`
32
-
33
- ### Organizational Author (without abbreviation)
34
- `National Institute on Alcohol Abuse and Alcoholism. 2016. *Alcohol Use Disorder: A Comparison between DSM-IV and DSM-5*. Washington, DC: U.S. Department of Health and Human Services.`
35
-
36
- ### Organizational Author (with abbreviation)
37
- `NIAAA (National Institute on Alcohol Abuse and Alcoholism). 2016. *Alcohol Use Disorder*. Washington, DC: U.S. Department of Health and Human Services.`
38
-
39
- ### Online Publication
40
- `Warner-Griffin, Catharine, et al. 2017. *Reading Achievement of U.S. Fourth-Grade Students*. https://nces.ed.gov/pubs2018/2018017.pdf.`
41
-
42
- ## Newspaper Models
43
-
44
- ### Print
45
- `Lewis, A. E. 1972. "5 Held in Plot to Bug Democrats' Office Here." *Washington Post*, June 18, 1972.`
46
-
47
- ### Online
48
- `Kantor, Alice. 2021. "Women Primed to Fill Cyber Security Talent Gap." *Financial Times*, January 25, 2021. https://www.ft.com/...`
49
-
50
- ### Editorial (Online, No Author)
51
- `*Guardian*. 2019. "*The Guardian* View on the Rise in Domestic Killings." September 13, 2019. https://www.theguardian.com/...`
52
-
53
- ## Magazine Models
54
-
55
- ### Print (Month and Day)
56
- `Hersey, John. 1946. "Hiroshima." *New Yorker*, August 31, 1946.`
57
-
58
- ### Print (Month Only)
59
- `Garber, Marjorie. 2002. "Our Genius Problem." *Atlantic*, December 2002.`
60
-
61
- ### Online
62
- `Ruff, C. 2016. "Computer Science, Meet Humanities." *Chronicle of Higher Education*, February 5, 2016. https://www.chronicle.com/...`
63
-
64
- ## Web Models
65
-
66
- ### Web Page with Multiple Authors
67
- `Harris, Beth, and Steven Zucker. 2015. "Haussmann the Demolisher." Smarthistory. https://smarthistory.org/...`
68
-
69
- ### Web Page, Organizational Author, No Date
70
- `Pitt Rivers Museum. n.d. "Conservation Case Study: Noh Theatre Masks." Pitt Rivers Museum, University of Oxford. Accessed June 11, 2021. https://www.prm.ox.ac.uk/...`
71
-
72
- ### Blog Post
73
- `Price, D. 2018. "On Using Archives and Freedom of Information Act." *Anthro{dendum}* (blog). October 7, 2018. https://anthrodendum.org/...`
74
-
75
- ### Tweet
76
- `Singer, Peter (@PeterSinger). 2019. "Why are animal rights activists the orphans of the left?" Twitter, May 1, 2019, 7:52 a.m. https://twitter.com/PeterSinger/status/...`
77
-
78
- ### Facebook Post
79
- `Thunberg, Greta. 2019. "Climate strike is named 2019 word of the year! #climatestrike." Facebook, November 9, 2019. https://www.facebook.com/...`
80
-
81
- ## Software, App, and Dataset Models
82
-
83
- ### Software with Version Number
84
- `Hecht, Kendall, Robert McKinnon, et al. 2021. "Spectrum." V. 6.06. Avenir Health. https://avenirhealth.org/...`
85
-
86
- ### Software by Organizational Developer
87
- `HISP (Health Information Systems Programme). 2020. "DHIS2." University of Oslo. Accessed February 26, 2021. https://releases.dhis2.org/...`
88
-
89
- ### Mobile App
90
- `Schneider, Ziv. 2016. *The Museum of Stolen Art VR*. V. 1.0. Ziv Schneider. Android 4.4 or later.`
91
-
92
- ### Dataset with Accession and Version
93
- `Hevner Mueller, Kate. 2015. "American Symphony Orchestra Repertoires 1842–1970" (dataset). Accession number ICPSR 35235. V. 1. National Archive of Data on Arts & Culture. https://doi.org/10.3886/ICPSR35235.v1.`
94
-
95
- ## Audiovisual Models
96
-
97
- ### Film (Original Release)
98
- `Jenkins, Barry, dir. 2018. *If Beale Street Could Talk*. Los Angeles: Annapurna Pictures.`
99
-
100
- ### Film (Streaming)
101
- `Zhao, Chloé, dir. 2020. *Nomadland*. Century City, CA: Searchlight Pictures. https://www.hulu.com/movie/nomadland.`
102
-
103
- ### Television Episode (Original Broadcast)
104
- `Beavan, C., and J. Runcie, dirs. 2006. *Simon Schama's Power of Art*. Season 1, episode 3, "Rembrandt." Aired November 3, 2006, on BBC Two.`
105
-
106
- ### Streaming Video
107
- `Butler, J. 2016. "Why Preserve the Life of the Other?" Filmed March 30, 2016, in New Haven, CT. Yale University video, 1:22:24. https://www.youtube.com/...`
108
-
109
- ### Podcast Episode
110
- `Harford, Tim. 2022. "The Wild Turkeys of Schleswig." Produced by Ryan Dilley, et al. In *Cautionary Tales*, November 28, 2022. Podcast, Pushkin, 44:12. https://www.pushkin.fm/...`
111
-
112
- ### Artwork
113
- `Wiley, Kehinde. 2008. *Three Wise Men Greeting Entry into Lagos*. Oil on canvas, 72 × 95 1/4". Pennsylvania Academy of the Fine Arts, Philadelphia. https://www.pafa.org/...`
114
-
115
- ## Unpublished and Informal Models
116
-
117
- ### Unpublished Manuscript
118
- `Swanson, K. W. 2006. "Hog Heaven or Hell's Kitchen?" Unpublished manuscript, last modified November 14, 2006. Microsoft Word file.`
119
-
120
- ### Working Paper
121
- `Bojinov, Iavor, Prithwiraj Choudhury, and Jacqueline N. Lane. 2021. "Virtual Watercoolers." Harvard Business School Working Paper 21-125. Harvard University, Cambridge, MA. https://www.hbs.edu/...`
122
-
123
- ## Archival Material Models
124
-
125
- ### Titled Document with Accession Number
126
- `Long, Huey P. 1935. "Our Blundering Government." LaRC 282, box 1, folder 1. William B. Wisdom Collection on Huey P. Long, 1924–75. Louisiana Research Collection, Tulane University, New Orleans, LA.`
127
-
128
- ### Untitled Document with Accession Number
129
- `Elgar, Edward. 1917. Letter to Sidney Colvin. Colvin/Elgar/2. Sir Sidney Colvin Archive. Fitzwilliam Museum, University of Cambridge, Cambridge, UK.`
130
-
131
- ## Patent, Legal Case, and Statute Models
132
-
133
- ### Patent
134
- `Pfeifer, Andrea, et al. 2016. Phospospecific antibodies recognising tau. European Patent 2,764,022, filed October 5, 2012, and issued August 17, 2016. https://worldwide.espacenet.com/...`
135
-
136
- ### U.S. Supreme Court Case
137
- `Cherokee Nation of Oklahoma v. Leavitt, 543 U.S. 631 (2005). https://supreme.justia.com/...`
138
-
139
- ### U.K. Supreme Court Case (Neutral Citation)
140
- `Patel v. Mirza, [2016] UKSC 42 (Eng.). https://www.bailii.org/...`
141
-
142
- ### U.S. Federal Statute (United States Codes)
143
- `Federal Food, Drug, and Cosmetic Act, 21 U.S.C. § 387 (1938). https://uscode.house.gov/...`
144
-
145
- ### U.K. Statute (After 1963)
146
- `Climate Change Act, 2008, c. 27 (Eng.). http://www.legislation.gov.uk/...`