Skip to content

Citations: add "Copy-paste with caution" section (closes #5) - #35

Merged
d-morrison merged 3 commits into
mainfrom
claude/citations-copy-paste
Jun 20, 2026
Merged

Citations: add "Copy-paste with caution" section (closes #5)#35
d-morrison merged 3 commits into
mainfrom
claude/citations-copy-paste

Conversation

@d-morrison

Copy link
Copy Markdown
Collaborator

Summary

Adds a Copy-paste with caution section to the Citations and Evidence chapter (citations-evidence.qmd), placed after "What makes a source trustworthy".

Content (#5)

  • Don't copy-paste prose from non-coauthors of the current document; mark any verbatim reuse as a direct quotation and cite it.
  • Prefer paraphrasing over quoting — it reads better and shows understanding.
  • Avoid recycling your own published text (self-plagiarism); cite the earlier work instead.
  • Cross-reference duplicated material rather than repeating it — a single source of truth that also improves concision (the secondary point raised in the issue).

Conventions followed

  • New ## section inserted without altering existing prose; semantic line breaks, blank lines before lists; no new external links. Verified with quarto render --to html.

Note on issue #4

While working this cluster I found that #4 ("citations needed for every claim, unless direct evidence") is already fully implemented — it is the entire premise of this chapter (added in #15). I've left a comment on #4 recommending it be closed as already-addressed rather than duplicating content here.

Closes

Closes #5.

🤖 Generated with Claude Code


Generated by Claude Code

New section in citations-evidence.qmd covering attribution and reuse (#5):

- Don't copy-paste prose from anyone who isn't a coauthor of the current
  document; mark any verbatim reuse as a quotation and cite it.
- Prefer paraphrasing over quoting.
- Avoid recycling your own published text (self-plagiarism); cite it.
- Cross-reference duplicated material instead of repeating it, which
  improves concision.

Matches the chapter's style (semantic line breaks, blank lines before
lists). Verified with `quarto render --to html`.

Closes #5.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018v7h9ZVVQRBjdyRFGXCrzG
@claude

claude Bot commented Jun 20, 2026

Copy link
Copy Markdown

Claude Code is working…

I'll analyze this and get back to you.

View job run

@d-morrison d-morrison closed this Jun 20, 2026
@d-morrison d-morrison reopened this Jun 20, 2026
@claude

claude Bot commented Jun 20, 2026

Copy link
Copy Markdown

Claude finished @d-morrison's task in 1m 51s —— View job


Code Review

  • Gather context
  • Read changed file and diff
  • Check Quarto/prose conventions
  • Check build hygiene
  • Post inline comments and summary

Overall the PR is clean: valid .qmd syntax, semantic line breaks throughout, blank line before the 3-item bullet list (per CLAUDE.md convention), front-matter output-file stems are untouched, no _site//_freeze/ artifacts, no new dependencies.

Two small prose issues flagged inline:

  1. L147–151 — The intro paragraph counts "two problems" from copying another writer's words, but the third bullet covers self-plagiarism. The count or scope should align.

  2. L168–172 — The cross-referencing paragraph is effectively a fourth guideline that floats outside the bullet list; a transitional phrase or promotion to a fourth bullet would improve scannability.

Both are minor. If you want to address them:

@claude address review comments in [this review](https://github.com/d-morrison/psw/pull/35#issuecomment-4756603649)

Comment thread chapters/citations-evidence.qmd Outdated
Comment thread chapters/citations-evidence.qmd Outdated
The lead-in counted "two problems" from reusing "another writer's"
words, but the third rule of thumb covers self-plagiarism (your own
text); broaden the lead-in to cover reuse from any source and drop the
mismatched count. Give the closing cross-referencing paragraph an
explicit transition so it reads as a distinct case (intra-document
repetition) rather than a fourth rule floating outside the list.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018v7h9ZVVQRBjdyRFGXCrzG
@claude

claude Bot commented Jun 20, 2026

Copy link
Copy Markdown

Claude finished @d-morrison's task in 44s —— View job


Review — updated after 3c6aca0

  • Read diff vs origin/main
  • Check previous review comments are resolved
  • Verify Quarto/prose conventions

Both flagged issues are resolved in the latest commit:

Comment 1 (lead-in scope) ✅ — The intro no longer says "two problems" or limits scope to "another writer's exact words". It now reads:

Copying exact wording —
whether from another writer or from your own earlier work,
and even with a citation —
can cause problems: …

This correctly covers both external copying and self-plagiarism before the third bullet introduces the latter.

Comment 2 (cross-referencing paragraph) ✅ — The paragraph now opens with a clear transitional phrase (A related case is repetition *within* your own document.) that signals the scope shift before giving the guideline, matching suggestion A from the earlier review.

Everything else remains clean: semantic line breaks, blank line before the 3-item bullet list, no _site//_freeze/ artifacts, no new dependencies or external links. The section is structurally coherent and ready to merge.

@d-morrison
d-morrison merged commit 65046a0 into main Jun 20, 2026
7 checks passed
@d-morrison
d-morrison deleted the claude/citations-copy-paste branch June 20, 2026 06:47
@github-actions

Copy link
Copy Markdown
PR Preview Action v1.8.1
Preview removed because the pull request was closed.
2026-06-20 06:49 UTC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

copy-paste with caution

2 participants