# First-occurrence full note for a journal article with DOI. # # Mirrors the v1 exemplar `journal_with_doi_kwon.toml` (same article, # same author, same DOI) but expects CMOS 18 NOTE form rather than # bibliography form. The cited passage is on a fictional specific # page within the article's full range — the bibliography form has # `1818–59`, the note form cites a single page like `1830`. # # Exercises: # - Author in NORMAL order ("Hyeyoung Kwon") # - Article title in straight quotes with closing comma INSIDE the # quotes ("Inclusion Work: ...,") # - Italicized journal name # - Volume / issue / year format same as bibliography: # *Journal* VOL, no. ISSUE (YEAR) # - Specific page after the (YEAR): construct # - DOI as full https URL # - Terminal period source = "Real published article; specific cited page is fabricated for note-form testing" type = "note_journal" tags = ["note", "journal", "single-author", "first-occurrence", "doi"] canary = true messy_input = "Kwon, Hyeyoung. \"inclusion work: children of immigrants claiming membership in everyday life.\" American Journal of Sociology, Vol. 127, Issue 6, 2022, pp. 1818-1859. DOI: 10.1086/720277. (cited p. 1830)" expected_note = "Hyeyoung Kwon, \"Inclusion Work: Children of Immigrants Claiming Membership in Everyday Life,\" *American Journal of Sociology* 127, no. 6 (2022): 1830, https://doi.org/10.1086/720277." [canonical] author = "Hyeyoung Kwon" article_title = "Inclusion Work: Children of Immigrants Claiming Membership in Everyday Life" journal = "American Journal of Sociology" volume = 127 issue = 6 year = 2022 page = 1830 doi = "https://doi.org/10.1086/720277"