diff --git a/modify-csl-json.py b/modify-csl-json.py
new file mode 100644
index 00000000..956e3932
--- /dev/null
+++ b/modify-csl-json.py
@@ -0,0 +1,31 @@
+import json
+
+
+file_path = "tests/bbt/bib/biblatex-apa-test-references.json"
+
+with open(file_path) as f:
+ items = json.load(f)
+
+
+for item in items:
+ if item["type"] == "article-journal" and "container-title-short" in item:
+ item["journalAbbreviation"] = item["container-title-short"]
+ item.pop("container-title-short")
+
+ if "journalAbbreviation" in item:
+ journalAbbreviation = item["journalAbbreviation"]
+ container_title = item["container-title"]
+
+ full_words = container_title.split()
+ abbrev_words = []
+ for word in journalAbbreviation.split():
+ word = word.replace("..", ".")
+ if word in full_words or word.endswith("."):
+ abbrev_words.append(word)
+ else:
+ abbrev_words.append(word + ".")
+ item["journalAbbreviation"] = " ".join(abbrev_words)
+
+
+with open(file_path, "w") as f:
+ json.dump(items, f, ensure_ascii=False, indent="\t")
diff --git a/tests/bbt/bib/biblatex-apa-test-references-bbt.json b/tests/bbt/bib/biblatex-apa-test-references-bbt.json
new file mode 100644
index 00000000..10881ee0
--- /dev/null
+++ b/tests/bbt/bib/biblatex-apa-test-references-bbt.json
@@ -0,0 +1,6392 @@
+[
+ {
+ "id": "apa.9.8:1",
+ "type": "book",
+ "author": [
+ {
+ "family": "Author",
+ "given": "A. A."
+ },
+ {
+ "family": "Author",
+ "given": "B. B."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.8:2",
+ "type": "book",
+ "author": [
+ {
+ "literal": "American Psychological Association"
+ },
+ {
+ "literal": "National Institutes of Health"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.8:3",
+ "type": "book",
+ "author": [
+ {
+ "family": "Author",
+ "given": "A. A."
+ },
+ {
+ "family": "Author",
+ "given": "B. B."
+ },
+ {
+ "family": "Author",
+ "given": "C. C."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.8:4",
+ "type": "book",
+ "author": [
+ {
+ "literal": "First"
+ },
+ {
+ "literal": "Second"
+ },
+ {
+ "literal": "Third"
+ },
+ {
+ "literal": "Fourth"
+ },
+ {
+ "literal": "Fifth"
+ },
+ {
+ "literal": "Sixth"
+ },
+ {
+ "literal": "Seventh"
+ },
+ {
+ "literal": "Eighth"
+ },
+ {
+ "literal": "Ninth"
+ },
+ {
+ "literal": "Tenth"
+ },
+ {
+ "literal": "Eleventh"
+ },
+ {
+ "literal": "Twelfth"
+ },
+ {
+ "literal": "Thirteenth"
+ },
+ {
+ "literal": "Fourteenth"
+ },
+ {
+ "literal": "Fifteenth"
+ },
+ {
+ "literal": "Sixteenth"
+ },
+ {
+ "literal": "Seventeenth"
+ },
+ {
+ "literal": "Eighteenth"
+ },
+ {
+ "literal": "Nineteenth"
+ },
+ {
+ "literal": "Twentieth"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.8:5",
+ "type": "book",
+ "author": [
+ {
+ "literal": "First"
+ },
+ {
+ "literal": "Second"
+ },
+ {
+ "literal": "Third"
+ },
+ {
+ "literal": "Fourth"
+ },
+ {
+ "literal": "Fifth"
+ },
+ {
+ "literal": "Sixth"
+ },
+ {
+ "literal": "Seventh"
+ },
+ {
+ "literal": "Eighth"
+ },
+ {
+ "literal": "Ninth"
+ },
+ {
+ "literal": "Tenth"
+ },
+ {
+ "literal": "Eleventh"
+ },
+ {
+ "literal": "Twelfth"
+ },
+ {
+ "literal": "Thirteenth"
+ },
+ {
+ "literal": "Fourteenth"
+ },
+ {
+ "literal": "Fifteenth"
+ },
+ {
+ "literal": "Sixteenth"
+ },
+ {
+ "literal": "Seventeenth"
+ },
+ {
+ "literal": "Eighteenth"
+ },
+ {
+ "literal": "Nineteenth"
+ },
+ {
+ "literal": "Twentieth"
+ },
+ {
+ "literal": "Twentyfirst"
+ },
+ {
+ "literal": "Twentysecond"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.8:6",
+ "type": "book",
+ "author": [
+ {
+ "family": "Xu",
+ "given": "Ai-Jun"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.8:7",
+ "type": "book",
+ "author": [
+ {
+ "family": "Raboso",
+ "given": "Lee-ann"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.8:8",
+ "type": "book",
+ "author": [
+ {
+ "family": "Author, Jr.",
+ "given": "A. A."
+ },
+ {
+ "family": "Author",
+ "given": "B. B."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.8:9",
+ "type": "book",
+ "author": [
+ {
+ "family": "Meyers",
+ "given": "K."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.with: W. T. Long",
+ "title": "Withering worrying"
+ },
+ {
+ "id": "apa.9.8:10",
+ "type": "book",
+ "author": [
+ {
+ "literal": "Plato"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.8:11",
+ "type": "book",
+ "author": [
+ {
+ "family": "Author",
+ "given": "U."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.author+an:username: 1=\"@ausername\""
+ },
+ {
+ "id": "apa.9.14:1",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Test",
+ "given": "Arthur"
+ }
+ ],
+ "container-title": "Seasonal Journal",
+ "issue": "2",
+ "issued": {
+ "date-parts": [
+ [
+ "2012"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "Test title",
+ "volume": "33"
+ },
+ {
+ "id": "apa.9.14:2",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Test",
+ "given": "Arthur"
+ }
+ ],
+ "container-title": "Seasonal Journal",
+ "issue": "3",
+ "issued": {
+ "date-parts": [
+ [
+ "2012"
+ ]
+ ],
+ "season": "2012-23"
+ },
+ "language": "en-US",
+ "title": "Test title 2",
+ "volume": "34"
+ },
+ {
+ "id": "apa.9.44:1a",
+ "type": "document",
+ "author": [
+ {
+ "family": "Benjamin",
+ "given": "A. S."
+ }
+ ],
+ "language": "en-US",
+ "note": "tex.entrytype: nameonly"
+ },
+ {
+ "id": "apa.9.44:1b",
+ "type": "document",
+ "author": [
+ {
+ "family": "Yaakov",
+ "given": "D.",
+ "non-dropping-particle": "ben"
+ }
+ ],
+ "language": "en-US",
+ "note": "tex.entrytype: nameonly"
+ },
+ {
+ "id": "apa.9.44:2a",
+ "type": "document",
+ "author": [
+ {
+ "family": "Denzin",
+ "given": "N. K."
+ }
+ ],
+ "language": "en-US",
+ "note": "tex.entrytype: nameonly"
+ },
+ {
+ "id": "apa.9.44:2b",
+ "type": "document",
+ "author": [
+ {
+ "family": "Onís",
+ "given": "C.",
+ "non-dropping-particle": "de"
+ }
+ ],
+ "language": "en-US",
+ "note": "tex.entrytype: nameonly"
+ },
+ {
+ "id": "apa.9.44:2c",
+ "type": "document",
+ "author": [
+ {
+ "family": "Devlin",
+ "given": "J. T."
+ }
+ ],
+ "language": "en-US",
+ "note": "tex.entrytype: nameonly"
+ },
+ {
+ "id": "apa.9.44:3a",
+ "type": "document",
+ "author": [
+ {
+ "family": "Girard",
+ "given": "John-Bill"
+ }
+ ],
+ "language": "en-US",
+ "note": "tex.entrytype: nameonly"
+ },
+ {
+ "id": "apa.9.44:3b",
+ "type": "document",
+ "author": [
+ {
+ "family": "Girard-Perregaux",
+ "given": "A. S."
+ }
+ ],
+ "language": "en-US",
+ "note": "tex.entrytype: nameonly"
+ },
+ {
+ "id": "apa.9.44:4a",
+ "type": "document",
+ "author": [
+ {
+ "family": "Ibn Abdulaziz",
+ "given": "T."
+ }
+ ],
+ "language": "en-US",
+ "note": "tex.entrytype: nameonly"
+ },
+ {
+ "id": "apa.9.44:4b",
+ "type": "document",
+ "author": [
+ {
+ "family": "Ibn Nidal",
+ "given": "A. K. M."
+ }
+ ],
+ "language": "en-US",
+ "note": "tex.entrytype: nameonly"
+ },
+ {
+ "id": "apa.9.44:5a",
+ "type": "document",
+ "author": [
+ {
+ "family": "López",
+ "given": "M. E."
+ }
+ ],
+ "language": "en-US",
+ "note": "tex.entrytype: nameonly"
+ },
+ {
+ "id": "apa.9.44:5b",
+ "type": "document",
+ "author": [
+ {
+ "family": "López de Molina",
+ "given": "G."
+ }
+ ],
+ "language": "en-US",
+ "note": "tex.entrytype: nameonly"
+ },
+ {
+ "id": "apa.9.44:6a",
+ "type": "document",
+ "author": [
+ {
+ "family": "MacCallum, II",
+ "given": "T."
+ }
+ ],
+ "language": "en-US",
+ "note": "tex.entrytype: nameonly"
+ },
+ {
+ "id": "apa.9.44:6b",
+ "type": "document",
+ "author": [
+ {
+ "family": "MacCallum, III",
+ "given": "T."
+ }
+ ],
+ "language": "en-US",
+ "note": "tex.entrytype: nameonly"
+ },
+ {
+ "id": "apa.9.44:7a",
+ "type": "document",
+ "author": [
+ {
+ "family": "MacNeil",
+ "given": "E."
+ }
+ ],
+ "language": "en-US",
+ "note": "tex.entrytype: nameonly"
+ },
+ {
+ "id": "apa.9.44:7b",
+ "type": "document",
+ "author": [
+ {
+ "family": "McAdoo",
+ "given": "Z. C. E."
+ }
+ ],
+ "language": "en-US",
+ "note": "tex.entrytype: nameonly"
+ },
+ {
+ "id": "apa.9.44:7c",
+ "type": "document",
+ "author": [
+ {
+ "family": "M'Carthy",
+ "given": "L. L."
+ }
+ ],
+ "language": "en-US",
+ "note": "tex.entrytype: nameonly"
+ },
+ {
+ "id": "apa.9.44:8a",
+ "type": "document",
+ "author": [
+ {
+ "family": "Olson",
+ "given": "S. R."
+ }
+ ],
+ "language": "en-US",
+ "note": "tex.entrytype: nameonly"
+ },
+ {
+ "id": "apa.9.44:8b",
+ "type": "document",
+ "author": [
+ {
+ "family": "O'Neil",
+ "given": "U."
+ }
+ ],
+ "language": "en-US",
+ "note": "tex.entrytype: nameonly"
+ },
+ {
+ "id": "apa.9.44:8c",
+ "type": "document",
+ "author": [
+ {
+ "family": "Oppenheimer",
+ "given": "R."
+ }
+ ],
+ "language": "en-US",
+ "note": "tex.entrytype: nameonly"
+ },
+ {
+ "id": "apa.9.44:9a",
+ "type": "document",
+ "author": [
+ {
+ "family": "Partridge",
+ "given": "F."
+ }
+ ],
+ "language": "en-US",
+ "note": "tex.entrytype: nameonly"
+ },
+ {
+ "id": "apa.9.44:9b",
+ "type": "document",
+ "author": [
+ {
+ "literal": "Plato"
+ }
+ ],
+ "language": "en-US",
+ "note": "tex.entrytype: nameonly"
+ },
+ {
+ "id": "apa.9.44:10a",
+ "type": "document",
+ "author": [
+ {
+ "family": "San Martin",
+ "given": "Q. E"
+ }
+ ],
+ "language": "en-US",
+ "note": "tex.entrytype: nameonly"
+ },
+ {
+ "id": "apa.9.44:10b",
+ "type": "document",
+ "author": [
+ {
+ "family": "Santa Maria",
+ "given": "M."
+ }
+ ],
+ "language": "en-US",
+ "note": "tex.entrytype: nameonly"
+ },
+ {
+ "id": "apa.9.44:10c",
+ "type": "document",
+ "author": [
+ {
+ "family": "Santayana",
+ "given": "F. E."
+ }
+ ],
+ "language": "en-US",
+ "note": "tex.entrytype: nameonly"
+ },
+ {
+ "id": "apa.9.44:11a",
+ "type": "document",
+ "author": [
+ {
+ "family": "Santiago, Sr.",
+ "given": "J."
+ }
+ ],
+ "language": "en-US",
+ "note": "tex.entrytype: nameonly\ntex.sortname: SantiagoJ1"
+ },
+ {
+ "id": "apa.9.44:11b",
+ "type": "document",
+ "author": [
+ {
+ "family": "Santiago, Jr.",
+ "given": "J."
+ }
+ ],
+ "language": "en-US",
+ "note": "tex.entrytype: nameonly\ntex.sortname: SantiagoJ2"
+ },
+ {
+ "id": "apa.9.44:12a",
+ "type": "document",
+ "author": [
+ {
+ "family": "Villafuerte",
+ "given": "S. A."
+ }
+ ],
+ "language": "en-US",
+ "note": "tex.entrytype: nameonly"
+ },
+ {
+ "id": "apa.9.44:12b",
+ "type": "document",
+ "author": [
+ {
+ "family": "Villa-Lobos",
+ "given": "J."
+ }
+ ],
+ "language": "en-US",
+ "note": "tex.entrytype: nameonly"
+ },
+ {
+ "id": "apa.9.46:1",
+ "type": "book",
+ "author": [
+ {
+ "family": "Patel",
+ "given": "S. N."
+ }
+ ],
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.46:2",
+ "type": "book",
+ "author": [
+ {
+ "family": "Patel",
+ "given": "S. N."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2016"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.46:3",
+ "type": "book",
+ "author": [
+ {
+ "family": "Patel",
+ "given": "S. N."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2020"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.46:4",
+ "type": "book",
+ "author": [
+ {
+ "family": "Patel",
+ "given": "S. N."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2020",
+ 4
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.46:5",
+ "type": "book",
+ "author": [
+ {
+ "family": "Patel",
+ "given": "S. N."
+ }
+ ],
+ "language": "en-US",
+ "note": "status: in press"
+ },
+ {
+ "id": "apa.9.46:6",
+ "type": "book",
+ "author": [
+ {
+ "family": "Davidson",
+ "given": "T. E."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2019"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.46:7",
+ "type": "book",
+ "author": [
+ {
+ "family": "Davidson",
+ "given": "T. E."
+ },
+ {
+ "family": "McCabe",
+ "given": "M. P."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2015"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.46:8",
+ "type": "book",
+ "author": [
+ {
+ "family": "Costa, Jr.",
+ "given": "P. T."
+ },
+ {
+ "family": "McCrae",
+ "given": "R. R."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2013"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.46:9",
+ "type": "book",
+ "author": [
+ {
+ "family": "Costa, Jr.",
+ "given": "P. T."
+ },
+ {
+ "family": "McCrae",
+ "given": "R. R."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.46:10",
+ "type": "book",
+ "author": [
+ {
+ "family": "Jacobson",
+ "given": "T. E."
+ },
+ {
+ "family": "Duncan",
+ "given": "B."
+ },
+ {
+ "family": "Young",
+ "given": "S. E."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2019"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.46:11",
+ "type": "book",
+ "author": [
+ {
+ "family": "Jacobson",
+ "given": "T. E."
+ },
+ {
+ "family": "Raymond",
+ "given": "K. M."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2017"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.46:12",
+ "type": "book",
+ "author": [
+ {
+ "family": "Pfeiffer",
+ "given": "S. J."
+ },
+ {
+ "family": "Chu",
+ "given": "Wan-Wan"
+ },
+ {
+ "family": "Park",
+ "given": "S. H."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.46:13",
+ "type": "book",
+ "author": [
+ {
+ "family": "Pfeiffer",
+ "given": "S. J."
+ },
+ {
+ "family": "Chu",
+ "given": "Wan-Wan"
+ },
+ {
+ "family": "Wall",
+ "given": "T. L."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.47:1",
+ "type": "book",
+ "author": [
+ {
+ "family": "Azikiwe",
+ "given": "H."
+ },
+ {
+ "family": "Bello",
+ "given": "A."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2020"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.47:2",
+ "type": "book",
+ "author": [
+ {
+ "family": "Azikiwe",
+ "given": "H."
+ },
+ {
+ "family": "Bello",
+ "given": "A."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2020",
+ 3,
+ 26
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.47:3",
+ "type": "book",
+ "author": [
+ {
+ "family": "Azikiwe",
+ "given": "H."
+ },
+ {
+ "family": "Bello",
+ "given": "A."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2020",
+ 4,
+ 2
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.47:4",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Judge",
+ "given": "T. A."
+ },
+ {
+ "family": "Kammeyer-Mueller",
+ "given": "J. D"
+ }
+ ],
+ "container-title": "Organizational Behaviour",
+ "DOI": "10.1002/job.764",
+ "issue": "2",
+ "issued": {
+ "date-parts": [
+ [
+ "2012"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "page": "161-174",
+ "title": "General and specific measures in organizational behaviour research. Considerations, Examples, and Recommandations for Researchers",
+ "volume": "33"
+ },
+ {
+ "id": "apa.9.47:5",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Judge",
+ "given": "T. A."
+ },
+ {
+ "family": "Kammeyer-Mueller",
+ "given": "J. D"
+ }
+ ],
+ "container-title": "Journal of Applied Psychology",
+ "DOI": "10.1037/a0028084",
+ "issue": "4",
+ "issued": {
+ "date-parts": [
+ [
+ "2012"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "page": "758-775",
+ "title": "On the value of aiming high. The Causes and Consequences of Ambition",
+ "volume": "97"
+ },
+ {
+ "id": "apa.9.47:6",
+ "type": "book",
+ "author": [
+ {
+ "family": "Smith",
+ "given": "A."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "Interesting things"
+ },
+ {
+ "id": "apa.9.47:7",
+ "type": "book",
+ "author": [
+ {
+ "family": "Smith",
+ "given": "A."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "A litany of special things"
+ },
+ {
+ "id": "apa.9.47:8",
+ "type": "book",
+ "author": [
+ {
+ "family": "Smith",
+ "given": "A."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "An awful lot of special things"
+ },
+ {
+ "id": "apa.9.47:9",
+ "type": "book",
+ "author": [
+ {
+ "family": "Smith",
+ "given": "A."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "The banality of special things"
+ },
+ {
+ "id": "apa.9.47:10",
+ "type": "book",
+ "author": [
+ {
+ "family": "Brown",
+ "given": "B."
+ }
+ ],
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.47:11",
+ "type": "book",
+ "author": [
+ {
+ "family": "Brown",
+ "given": "B."
+ }
+ ],
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.47:12",
+ "type": "book",
+ "author": [
+ {
+ "family": "Brown",
+ "given": "B."
+ }
+ ],
+ "language": "en-US",
+ "note": "status: in press"
+ },
+ {
+ "id": "apa.9.47:13",
+ "type": "book",
+ "author": [
+ {
+ "family": "Brown",
+ "given": "B."
+ }
+ ],
+ "language": "en-US",
+ "note": "status: in press"
+ },
+ {
+ "id": "apa.9.48:1",
+ "type": "book",
+ "author": [
+ {
+ "family": "Taylor",
+ "given": "J. M."
+ },
+ {
+ "family": "Neimeyer",
+ "given": "G. J."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2015"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.48:2",
+ "type": "book",
+ "author": [
+ {
+ "family": "Taylor",
+ "given": "T."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.49:1",
+ "type": "book",
+ "author": [
+ {
+ "literal": "Anonymous"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "3000"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "The pnakotic manuscript"
+ },
+ {
+ "id": "apa.9.49:2",
+ "type": "book",
+ "issued": {
+ "date-parts": [
+ [
+ "2000"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "The book of eibon"
+ },
+ {
+ "id": "apa.9.49:3",
+ "type": "book",
+ "author": [
+ {
+ "family": "Smith",
+ "given": "A."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2019"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "Top 100 silliest reference list sorting requirements"
+ },
+ {
+ "id": "apa.9.49:4",
+ "type": "book",
+ "author": [
+ {
+ "family": "Smith",
+ "given": "A."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2019"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "Top 10 political pandering epithets in psychology"
+ },
+ {
+ "id": "apa.9.49:5",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Jones",
+ "given": "J."
+ }
+ ],
+ "container-title": "Journal of the Decline of Academia",
+ "issued": {
+ "date-parts": [
+ [
+ "2012"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "Annoyingly casual titles. How to Exhaust All Effort on the Title Alone"
+ },
+ {
+ "id": "apa.9.49:6",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Jones",
+ "given": "J."
+ }
+ ],
+ "container-title": "Journal of the Decline of Academia",
+ "issued": {
+ "date-parts": [
+ [
+ "2012"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "Annoyingly casual titles. Creating Titles to Distract from Vacuity"
+ },
+ {
+ "id": "apa.9.51:1",
+ "type": "chapter",
+ "author": [
+ {
+ "family": "Barber",
+ "given": "L. K."
+ },
+ {
+ "family": "Grawitch",
+ "given": "M. J."
+ },
+ {
+ "family": "Maloney",
+ "given": "P. W."
+ }
+ ],
+ "container-title": "The psychologically healthy workplace",
+ "editor": [
+ {
+ "family": "Grawitch",
+ "given": "M. J."
+ },
+ {
+ "family": "Ballard",
+ "given": "D. W."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2016"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "DOI: 10.1037/14731-006\ntex.booksubtitle: Building a Win-Win Environment for Organizations and Employees",
+ "page": "111-113",
+ "publisher": "American Psychological Association",
+ "title": "Work-life balance. Contemporary Perspectives"
+ },
+ {
+ "id": "apa.9.51:2",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Carlson",
+ "given": "D. S."
+ },
+ {
+ "family": "Thompson",
+ "given": "M. J."
+ },
+ {
+ "family": "Kacmar",
+ "given": "K. M."
+ }
+ ],
+ "container-title": "Journal of Applied Psychology",
+ "DOI": "10.1037/apl0000348",
+ "issue": "2",
+ "issued": {
+ "date-parts": [
+ [
+ "2019"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "page": "214-228",
+ "title": "Double crossed. The Spillover and Crossover Effect of Work Demands on Work Outcomes Through the Family",
+ "volume": "104"
+ },
+ {
+ "id": "apa.9.52:1",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Angel",
+ "given": "L."
+ },
+ {
+ "family": "Bastin",
+ "given": "C."
+ },
+ {
+ "family": "Genon",
+ "given": "S."
+ },
+ {
+ "family": "Balteau",
+ "given": "E."
+ },
+ {
+ "family": "Phillips",
+ "given": "C."
+ },
+ {
+ "family": "Luxen",
+ "given": "A."
+ },
+ {
+ "family": "Maquet",
+ "given": "P."
+ },
+ {
+ "family": "Salmon",
+ "given": "E."
+ },
+ {
+ "family": "Collette",
+ "given": "F."
+ }
+ ],
+ "container-title": "Cortex; a journal devoted to the study of the nervous system and behavior",
+ "DOI": "10.1016/j.cortex.2012.10.002",
+ "issue": "6",
+ "issued": {
+ "date-parts": [
+ [
+ "2013"
+ ]
+ ]
+ },
+ "journalAbbreviation": "Cortex",
+ "language": "en-US",
+ "page": "1585-1597",
+ "title": "Differential effects of aging on the neural correlates of recollection and familiarity",
+ "volume": "49"
+ },
+ {
+ "id": "apa.9.52:2",
+ "type": "chapter",
+ "author": [
+ {
+ "family": "Finley",
+ "given": "J. R."
+ },
+ {
+ "family": "Tullis",
+ "given": "J. G."
+ },
+ {
+ "family": "Benjamin",
+ "given": "A. S."
+ }
+ ],
+ "container-title": "New science of learning",
+ "editor": [
+ {
+ "family": "Khine",
+ "given": "M. S."
+ },
+ {
+ "family": "Saleh",
+ "given": "I. M."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2010"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "DOI: 10.1007/978-1-4419-57160_6\ntex.booksubtitle: Cognition, Computers and Collaboration in Education",
+ "page": "109-131",
+ "publisher": "Springer",
+ "title": "Metacognitive control of learning and remembering"
+ },
+ {
+ "id": "apa.9.52:3",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Hanaki",
+ "given": "R."
+ },
+ {
+ "family": "Abe",
+ "given": "N."
+ },
+ {
+ "family": "Fujii",
+ "given": "T."
+ },
+ {
+ "family": "Ueno",
+ "given": "A."
+ },
+ {
+ "family": "Nishio",
+ "given": "Y."
+ },
+ {
+ "family": "Hiraoka",
+ "given": "K."
+ },
+ {
+ "family": "Shimomura",
+ "given": "T."
+ },
+ {
+ "family": "Iizuka",
+ "given": "O."
+ },
+ {
+ "family": "Shinohara",
+ "given": "M."
+ },
+ {
+ "family": "Hirayama",
+ "given": "K."
+ },
+ {
+ "family": "Mori",
+ "given": "E."
+ }
+ ],
+ "container-title": "Neurological Sciences",
+ "DOI": "10.1007/s10072-011-0748-4",
+ "issue": "6",
+ "issued": {
+ "date-parts": [
+ [
+ "2011"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "page": "1115-1122",
+ "title": "The effects of aging and alzheimer’s disease on associative recognition memory",
+ "volume": "32"
+ },
+ {
+ "id": "apa.9.52:4",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Hargis",
+ "given": "M. B."
+ },
+ {
+ "family": "Castel",
+ "given": "A. D."
+ }
+ ],
+ "container-title": "Memory (Hove, England)",
+ "DOI": "10.1080/09658211.2018.1441423",
+ "issue": "8",
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "journalAbbreviation": "Memory",
+ "language": "en-US",
+ "page": "1151-1158",
+ "title": "Younger and older adults’ associative memory for medication interactions of varying severity",
+ "volume": "26"
+ },
+ {
+ "id": "apa.10.1:1",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "McCauley",
+ "given": "S. M."
+ },
+ {
+ "family": "Christiansen",
+ "given": "M. H."
+ }
+ ],
+ "container-title": "Psychological Review",
+ "DOI": "10.1037/rev0000126",
+ "issue": "1",
+ "issued": {
+ "date-parts": [
+ [
+ "2019"
+ ]
+ ]
+ },
+ "journalAbbreviation": "Psycsol. Rev.",
+ "language": "en-US",
+ "page": "1-51",
+ "title": "Language learning as language use: A cross-linguistic model of child language development",
+ "title-short": "Language learning as language use",
+ "URL": "http://some.url",
+ "volume": "126"
+ },
+ {
+ "id": "apa.10.1:2",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Ahmann",
+ "given": "E."
+ },
+ {
+ "family": "Tuttle",
+ "given": "L. J."
+ },
+ {
+ "family": "Saviet",
+ "given": "M."
+ },
+ {
+ "family": "Wright",
+ "given": "S. D."
+ }
+ ],
+ "container-title": "Journal of Postsecondary Education and Disability",
+ "issue": "1",
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "journalAbbreviation": "J. Postsecond. Educ. Disabil.",
+ "language": "en-US",
+ "page": "17-39",
+ "title": "A descriptive review of ADHD coaching research: Implications for college students",
+ "title-short": "A descriptive review of ADHD coaching research",
+ "URL": "https://www.ahead.org/professional-resources/publications/jped/archived-jped/jped-volume-31",
+ "volume": "31"
+ },
+ {
+ "id": "apa.10.1:3a",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Anderson",
+ "given": "M."
+ }
+ ],
+ "container-title": "Educational Leadership",
+ "issue": "1",
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "journalAbbreviation": "Educ. Leadership",
+ "language": "en-US",
+ "page": "26-33",
+ "title": "Getting consistent with consequences",
+ "volume": "76"
+ },
+ {
+ "id": "apa.10.1:3b",
+ "type": "article-newspaper",
+ "author": [
+ {
+ "family": "Goldman",
+ "given": "C."
+ }
+ ],
+ "container-title": "Chicago Tribune",
+ "issued": {
+ "date-parts": [
+ [
+ "2018",
+ 11,
+ 28
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "The complicated calibration of love, especially in adoption"
+ },
+ {
+ "id": "apa.10.1:4",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Kalnay",
+ "given": "E."
+ },
+ {
+ "family": "Kanamitsu",
+ "given": "M."
+ },
+ {
+ "family": "Kistler",
+ "given": "R."
+ },
+ {
+ "family": "Collins",
+ "given": "W."
+ },
+ {
+ "family": "Deaven",
+ "given": "D."
+ },
+ {
+ "family": "Gandin",
+ "given": "L."
+ },
+ {
+ "family": "Iredell",
+ "given": "M."
+ },
+ {
+ "family": "Saha",
+ "given": "S."
+ },
+ {
+ "family": "White",
+ "given": "G."
+ },
+ {
+ "family": "Wollen",
+ "given": "J."
+ },
+ {
+ "family": "Zhu",
+ "given": "Y."
+ },
+ {
+ "family": "Chelliah",
+ "given": "M."
+ },
+ {
+ "family": "Ebisuzaki",
+ "given": "W."
+ },
+ {
+ "family": "Higgins",
+ "given": "W."
+ },
+ {
+ "family": "Janowiak",
+ "given": "J."
+ },
+ {
+ "family": "Mo",
+ "given": "K. C."
+ },
+ {
+ "family": "Ropelewski",
+ "given": "C."
+ },
+ {
+ "family": "Wang",
+ "given": "J."
+ },
+ {
+ "family": "Leetma",
+ "given": "A."
+ },
+ {
+ "family": "Aaron",
+ "given": "A."
+ },
+ {
+ "family": "Court",
+ "given": "B. Baron C."
+ },
+ {
+ "family": "Joseph",
+ "given": "D."
+ }
+ ],
+ "container-title": "Bulletin of the American Meteorological Society",
+ "DOI": "fg6rf9",
+ "issue": "3",
+ "issued": {
+ "date-parts": [
+ [
+ "1996",
+ 1,
+ 1
+ ]
+ ]
+ },
+ "journalAbbreviation": "Bull. Am. Meteorol. Soc.",
+ "language": "en-US",
+ "page": "437-471",
+ "title": "The NCEP/NCAR 40-year reanalysis project",
+ "volume": "77"
+ },
+ {
+ "id": "apa.10.1:5",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "De Vries",
+ "given": "R."
+ },
+ {
+ "family": "Nieuwenhuijze",
+ "given": "M."
+ },
+ {
+ "family": "Buitendijk",
+ "given": "S. E."
+ },
+ {
+ "literal": "the members of Midwifery Science Work Group"
+ }
+ ],
+ "container-title": "Midwifery",
+ "DOI": "10.1016/j.midw.2013.07.007",
+ "issue": "10",
+ "issued": {
+ "date-parts": [
+ [
+ "2013"
+ ]
+ ]
+ },
+ "journalAbbreviation": "Midwifery",
+ "language": "en-US",
+ "page": "1122-1128",
+ "title": "What does it take to have a strong and independent profession of midwifery? Lessons from the Netherlands",
+ "volume": "29"
+ },
+ {
+ "id": "apa.10.1:6",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Burin",
+ "given": "D."
+ },
+ {
+ "family": "Kilteni",
+ "given": "K."
+ },
+ {
+ "family": "Rabuffetti",
+ "given": "M."
+ },
+ {
+ "family": "Slater",
+ "given": "M."
+ },
+ {
+ "family": "Pia",
+ "given": "L."
+ }
+ ],
+ "container-title": "PLOS ONE",
+ "DOI": "10.1371/journal.pone.0209899",
+ "issue": "1",
+ "issued": {
+ "date-parts": [
+ [
+ "2019"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "number: e0209899",
+ "title": "Body ownership increases the interference between observed and executed movements",
+ "volume": "14"
+ },
+ {
+ "id": "apa.10.1:7",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Huestegge",
+ "given": "S. M."
+ },
+ {
+ "family": "Raettig",
+ "given": "T."
+ },
+ {
+ "family": "Huestegge",
+ "given": "L."
+ }
+ ],
+ "container-title": "Experimental Psychology",
+ "DOI": "10.1027/1618-3169/a000440",
+ "issued": {
+ "date-parts": [
+ [
+ "2019"
+ ]
+ ]
+ },
+ "journalAbbreviation": "Exp. Psychol.",
+ "language": "en-US",
+ "note": "status: Advance online publication",
+ "title": "Are face-incongruent voices harder to process? Effects of face-voice gender incongruity on basic cognitive information processing"
+ },
+ {
+ "id": "apa.10.1:8",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Pachur",
+ "given": "T."
+ },
+ {
+ "family": "Scheibehenne",
+ "given": "B."
+ }
+ ],
+ "container-title": "Psychonomic Bulletin & Review",
+ "journalAbbreviation": "Psychon. Bull. Rev.",
+ "language": "en-US",
+ "note": "status: in press",
+ "title": "Unpacking buyer-seller differences in valuation from experience: A cognitive modeling approach",
+ "title-short": "Unpacking buyer-seller differences in valuation from experience"
+ },
+ {
+ "id": "apa.10.1:9",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Chaves-Morillo",
+ "given": "V."
+ },
+ {
+ "family": "Gómez Calero",
+ "given": "C."
+ },
+ {
+ "family": "Fernández-Muñoz",
+ "given": "J. J."
+ },
+ {
+ "family": "Toledano-Muñoz",
+ "given": "A."
+ },
+ {
+ "family": "Fernández-Heute",
+ "given": "J."
+ },
+ {
+ "family": "Martinez-Monge",
+ "given": "N."
+ },
+ {
+ "family": "Palacios-Ceña",
+ "given": "D."
+ },
+ {
+ "family": "Peñacoba-Puente",
+ "given": "C."
+ }
+ ],
+ "container-title": "Clínica y Salud",
+ "DOI": "10.1016/j.clysa.2017.04.002",
+ "issue": "3",
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "original-title: La anosmia neurosensorial: Relación entre subtipo, tiempo de reconocimiento y edad",
+ "page": "155-161",
+ "title": "Sensorineural anosmia: Relationship between subtype, recognition time, and age",
+ "title-short": "Sensorineural anosmia",
+ "volume": "28"
+ },
+ {
+ "id": "apa.10.1:10",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Piaget",
+ "given": "J."
+ }
+ ],
+ "container-title": "Human Development",
+ "DOI": "10.1159/00027/1225",
+ "issue": "1",
+ "issued": {
+ "date-parts": [
+ [
+ "1972"
+ ]
+ ]
+ },
+ "journalAbbreviation": "Hum. Dev.",
+ "language": "en-US",
+ "note": "original-date: 1970",
+ "page": "1-12",
+ "title": "Intellectual evolution from adolescence to adulthood",
+ "translator": [
+ {
+ "family": "Bliss",
+ "given": "J."
+ },
+ {
+ "family": "Furth",
+ "given": "H."
+ }
+ ],
+ "volume": "15"
+ },
+ {
+ "id": "apa.10.1:11",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Shore",
+ "given": "M. F."
+ }
+ ],
+ "container-title": "American Journal of Orthopsychiatry",
+ "DOI": "10.1037/h0100165",
+ "issue": "6",
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "journalAbbreviation": "Am. J. Orthopsychiatry",
+ "language": "en-US",
+ "note": "original-title: Marking time in the land of plenty: Reflections on mental health in the United States\noriginal-date: 1981\ntex.related: 10.1:11r\ntex.relatedtype: reprintfrom",
+ "page": "611-618",
+ "title": "Marking time in the land of plenty: Reflections on mental health in the United States",
+ "title-short": "Marking time in the land of plenty",
+ "volume": "84"
+ },
+ {
+ "id": "apa.10.1:11r",
+ "type": "article-journal",
+ "container-title": "American Journal of Orthopsychiatry",
+ "DOI": "10.1111/j.1939-0025.1981.tb01388.x",
+ "issue": "3",
+ "issued": {
+ "date-parts": [
+ [
+ "1981"
+ ]
+ ]
+ },
+ "journalAbbreviation": "Am. J. Orthopsychiatry",
+ "language": "en-US",
+ "page": "391-402",
+ "title": "Marking time in the land of plenty: Reflections on mental health in the United States",
+ "title-short": "Marking time in the land of plenty",
+ "volume": "51"
+ },
+ {
+ "id": "apa.10.1:12a",
+ "type": "document",
+ "editor": [
+ {
+ "family": "Lilienfeld",
+ "given": "S. O."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "type: periodical\nvolume-title: Heterodox issues in psychology\ngenre: Special section\nvolume: 6\nissue: 1\npage: 51–104",
+ "title": "Archives of scientific psychology"
+ },
+ {
+ "id": "apa.10.1:12b",
+ "type": "document",
+ "editor": [
+ {
+ "family": "McDaniel",
+ "given": "S. H."
+ },
+ {
+ "family": "Salas",
+ "given": "E."
+ },
+ {
+ "family": "Kazak",
+ "given": "A. E."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "type: periodical\nvolume-title: The science of teamwork\ngenre: Special issue\nvolume: 73\nissue: 4",
+ "title": "American psychologist"
+ },
+ {
+ "id": "apa.10.1:13",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Mehrholz",
+ "given": "J."
+ },
+ {
+ "family": "Pohl",
+ "given": "M."
+ },
+ {
+ "family": "Platz",
+ "given": "T."
+ },
+ {
+ "family": "Kugler",
+ "given": "J."
+ },
+ {
+ "family": "Elsner",
+ "given": "B."
+ }
+ ],
+ "container-title": "Cochrane Database of Systematic Reviews",
+ "DOI": "10.1002/14651858.CD006876.pub5",
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "journalAbbreviation": "Cochrane Db. Syst. Rev.",
+ "language": "en-US",
+ "title": "Electromechanical and robot-assisted arm training for improving activities of daily living, arm function, and arm muscle strength after stroke"
+ },
+ {
+ "id": "apa.10.1:14",
+ "type": "article-journal",
+ "accessed": {
+ "date-parts": [
+ [
+ "2019",
+ 7,
+ 22
+ ]
+ ]
+ },
+ "author": [
+ {
+ "family": "Morey",
+ "given": "M. C."
+ }
+ ],
+ "container-title": "UpToDate",
+ "issued": {
+ "date-parts": [
+ [
+ "2019"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "Physical activity and exercise in older adults",
+ "URL": "https://www.uptodate.com/contents/physical-activity-and-exercise-in-older-adults"
+ },
+ {
+ "id": "apa.10.1:15a",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Bergeson",
+ "given": "S."
+ }
+ ],
+ "container-title": "Science",
+ "DOI": "10.1126/science.aau7988",
+ "issue": "6422",
+ "issued": {
+ "date-parts": [
+ [
+ "2019",
+ 1,
+ 4
+ ]
+ ]
+ },
+ "journalAbbreviation": "Science",
+ "language": "en-US",
+ "page": "33-34",
+ "title": "Really cool neutral plasmas",
+ "volume": "363"
+ },
+ {
+ "id": "apa.10.1:15b",
+ "type": "article-magazine",
+ "author": [
+ {
+ "family": "Bustillos",
+ "given": "M."
+ }
+ ],
+ "container-title": "The New Yorker",
+ "issued": {
+ "date-parts": [
+ [
+ "2013",
+ 3,
+ 19
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "On video games and storytelling: An interview with Tom Bissell",
+ "title-short": "On video games and storytelling",
+ "URL": "https://www.newyorker.com/books/page-turner/on-video-games-and-storytelling-an-interview-with-tom-bissell"
+ },
+ {
+ "id": "apa.10.1:15c",
+ "type": "article-magazine",
+ "author": [
+ {
+ "family": "Weir",
+ "given": "K."
+ }
+ ],
+ "container-title": "Monitor on Psychology",
+ "issue": "1",
+ "issued": {
+ "date-parts": [
+ [
+ "2017",
+ 1
+ ]
+ ]
+ },
+ "language": "en-US",
+ "page": "30",
+ "title": "Forgiveness can improve mental and physical health",
+ "volume": "48"
+ },
+ {
+ "id": "apa.10.1:16a",
+ "type": "article-newspaper",
+ "author": [
+ {
+ "family": "Guarino",
+ "given": "B."
+ }
+ ],
+ "container-title": "The Washington Post",
+ "issued": {
+ "date-parts": [
+ [
+ "2017",
+ 12,
+ 4
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "How will humanity react to alien life? Psychologists have some predictions",
+ "URL": "https://www.washingtonpost.com/news/speaking-of-science/wp/2017/12/04/how-will-humanity-react-to-alien-life-psychologists-have-some-predictions"
+ },
+ {
+ "id": "apa.10.1:16b",
+ "type": "article-newspaper",
+ "author": [
+ {
+ "family": "Hess",
+ "given": "A."
+ }
+ ],
+ "container-title": "The New York Times",
+ "issued": {
+ "date-parts": [
+ [
+ "2019",
+ 1,
+ 3
+ ]
+ ]
+ },
+ "language": "en-US",
+ "page": "C1",
+ "title": "Cats who take direction"
+ },
+ {
+ "id": "apa.10.1:17",
+ "type": "post-weblog",
+ "author": [
+ {
+ "family": "Klymkowsky",
+ "given": "M."
+ }
+ ],
+ "container-title": "Sci-Ed",
+ "issued": {
+ "date-parts": [
+ [
+ "2018",
+ 9,
+ 15
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "Can we talk scientifically about free will?",
+ "URL": "https://blogs.plos.org/scied/2018/09/15/can-we-talk-scientifically-about-free-will/"
+ },
+ {
+ "id": "apa.10.1:18",
+ "type": "article-newspaper",
+ "author": [
+ {
+ "literal": "KS in NJ"
+ }
+ ],
+ "container-title": "The Washington Post",
+ "issued": {
+ "date-parts": [
+ [
+ "2019",
+ 1,
+ 15
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.related: 10.1:18r\ntex.relatedstring: Comment on the article\ntex.relatedtype: commenton",
+ "title": "From this article, it sounds like men are figuring something out that women have known forever. I know of many",
+ "URL": "https://wapo.st/2HDToGJ"
+ },
+ {
+ "id": "apa.10.1:18r",
+ "type": "article-newspaper",
+ "author": [
+ {
+ "family": "Author",
+ "given": "A."
+ }
+ ],
+ "container-title": "The Washington Post",
+ "issued": {
+ "date-parts": [
+ [
+ "2019",
+ 1,
+ 15
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "How workout buddies can help stave off loneliness"
+ },
+ {
+ "id": "apa.10.1:19",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Cuellar",
+ "given": "N. G."
+ }
+ ],
+ "container-title": "Journal of Transcultural Nursing",
+ "DOI": "10.1177/1043659616638722",
+ "issue": "3",
+ "issued": {
+ "date-parts": [
+ [
+ "2016"
+ ]
+ ]
+ },
+ "journalAbbreviation": "J. Transcult. Nurs.",
+ "language": "en-US",
+ "note": "genre: Editorial",
+ "page": "209",
+ "title": "Study abroad programs",
+ "volume": "27"
+ },
+ {
+ "id": "apa.10.2:20",
+ "type": "book",
+ "author": [
+ {
+ "family": "Brown",
+ "given": "L. S."
+ }
+ ],
+ "edition": "2",
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "DOI: 10.1037/0000092-000",
+ "publisher": "American Psychological Association",
+ "title": "Feminist therapy"
+ },
+ {
+ "id": "apa.10.2:21",
+ "type": "book",
+ "author": [
+ {
+ "family": "Burgess",
+ "given": "R."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2019"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "Routledge",
+ "title": "Rethinking global health: Frameworks of power",
+ "title-short": "Rethinking global health"
+ },
+ {
+ "id": "apa.10.2:22a",
+ "type": "book",
+ "author": [
+ {
+ "family": "Cain",
+ "given": "S."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2012"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "genre: Audiobook\nnarrator: Mazur || K.",
+ "publisher": "Random House Audio",
+ "title": "Quiet: The power of introverts in a world that can’t stop talking",
+ "title-short": "Quiet",
+ "URL": "http://bit.ly/2GOBpbl"
+ },
+ {
+ "id": "apa.10.2:22b",
+ "type": "book",
+ "author": [
+ {
+ "family": "Christian",
+ "given": "B."
+ },
+ {
+ "family": "Griffiths",
+ "given": "T."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2016"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "Henry Holt and Co.",
+ "title": "Algorithms to live by: The computer science of human decisions",
+ "title-short": "Algorithms to live by",
+ "URL": "http://a.co/7qGBZAk"
+ },
+ {
+ "id": "apa.10.2:23",
+ "type": "book",
+ "author": [
+ {
+ "family": "Meadows",
+ "given": "D. H."
+ }
+ ],
+ "editor": [
+ {
+ "family": "Wright",
+ "given": "D."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2008"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "Chelsea Green Publishing",
+ "title": "Thinking in systems: A primer",
+ "title-short": "Thinking in systems"
+ },
+ {
+ "id": "apa.10.2:24",
+ "type": "book",
+ "editor": [
+ {
+ "family": "Schmid",
+ "given": "Henry-James"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2017"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "DOI: 10.1037/15969-000",
+ "publisher": "American Psychological Association and De Gruyter Mouton",
+ "title": "Entrenchment and the psychology of language learning: How we reorganize and adapt linguistic knowledge",
+ "title-short": "Entrenchment and the psychology of language learning"
+ },
+ {
+ "id": "apa.10.2:25",
+ "type": "book",
+ "editor": [
+ {
+ "family": "Hacker Hughes",
+ "given": "J."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2017"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "Routledge",
+ "title": "Military veteran psychological health and social care: Contemporary approaches",
+ "title-short": "Military veteran psychological health and social care"
+ },
+ {
+ "id": "apa.10.2:26",
+ "type": "book",
+ "editor": [
+ {
+ "family": "Pridham",
+ "given": "K. F."
+ },
+ {
+ "family": "Limbo",
+ "given": "R."
+ },
+ {
+ "family": "Schroeder",
+ "given": "M."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "Springer Publishing Company",
+ "title": "Guided participation in pediatric nursing practice: Relationship-based teaching and learning with parents, children and adolescents",
+ "title-short": "Guided participation in pediatric nursing practice",
+ "URL": "http://a.co/0IAiVgt"
+ },
+ {
+ "id": "apa.10.2:27a",
+ "type": "book",
+ "author": [
+ {
+ "family": "Amano",
+ "given": "N."
+ },
+ {
+ "family": "Kondo",
+ "given": "H."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2000"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "original-title: Nihongo no goi tokusei",
+ "publisher": "Sansei-do",
+ "title": "Lexical characteristics of Japanese language",
+ "volume": "7"
+ },
+ {
+ "id": "apa.10.2:27b",
+ "type": "book",
+ "author": [
+ {
+ "family": "Piaget",
+ "given": "J."
+ },
+ {
+ "family": "Inhelder",
+ "given": "B."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "1966"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "original-title: La psychologie de l’enfant",
+ "publisher": "Quadrige",
+ "title": "The psychology of the child"
+ },
+ {
+ "id": "apa.10.2:28",
+ "type": "book",
+ "author": [
+ {
+ "family": "Piaget",
+ "given": "J."
+ },
+ {
+ "family": "Inhelder",
+ "given": "B."
+ }
+ ],
+ "edition": "2",
+ "issued": {
+ "date-parts": [
+ [
+ "1969"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "original-date: 1966",
+ "publisher": "Basic Books",
+ "title": "The psychology of the child",
+ "translator": [
+ {
+ "family": "Weaver",
+ "given": "H."
+ }
+ ]
+ },
+ {
+ "id": "apa.10.2:29a",
+ "type": "book",
+ "author": [
+ {
+ "family": "Freud",
+ "given": "S."
+ }
+ ],
+ "editor": [
+ {
+ "family": "Strachey",
+ "given": "J."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2010"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "original-date: 1900",
+ "publisher": "Basic Books",
+ "title": "The interpretation of dreams: The complete and definitive text",
+ "title-short": "The interpretation of dreams",
+ "translator": [
+ {
+ "family": "Strachey",
+ "given": "J."
+ }
+ ]
+ },
+ {
+ "id": "apa.10.2:29b",
+ "type": "book",
+ "author": [
+ {
+ "family": "Rowling",
+ "given": "J. K."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2015"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "original-date: 1997\ngenre: Audiobook\nnarrator: Dale || J.",
+ "publisher": "Pottermore Publishing",
+ "title": "Harry Potter and the sorceror’s stone",
+ "URL": "http://bit.ly/2TcHchx"
+ },
+ {
+ "id": "apa.10.2:30a",
+ "type": "book",
+ "author": [
+ {
+ "family": "Fiske",
+ "given": "S. T."
+ },
+ {
+ "family": "Gilbert",
+ "given": "D. T."
+ },
+ {
+ "family": "Lindzey",
+ "given": "G."
+ }
+ ],
+ "edition": "5",
+ "issued": {
+ "date-parts": [
+ [
+ "2010"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "DOI: 10.1002/9780470561119",
+ "publisher": "John Wiley & Sons",
+ "title": "Handbook of social psychology",
+ "volume": "1"
+ },
+ {
+ "id": "apa.10.2:30b",
+ "type": "book",
+ "editor": [
+ {
+ "family": "Travis",
+ "given": "C. B."
+ },
+ {
+ "family": "White",
+ "given": "J. W."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "DOI: 10.1037/0000059-000\nvolume-title: History, theory, and battlegrounds",
+ "publisher": "American Psychological Association",
+ "title": "APA handbook of the psychology of women",
+ "volume": "1"
+ },
+ {
+ "id": "apa.10.2:31",
+ "type": "book",
+ "author": [
+ {
+ "family": "Madigan",
+ "given": "S."
+ }
+ ],
+ "collection-title": "Theories of psychotherapy series",
+ "edition": "2",
+ "issued": {
+ "date-parts": [
+ [
+ "2019"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "DOI: 10.1037/00000131-000",
+ "publisher": "American Psychological Association",
+ "title": "Narrative therapy"
+ },
+ {
+ "id": "apa.10.2:32a",
+ "type": "report",
+ "author": [
+ {
+ "literal": "American Psychiatric Association"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2013"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "edition: 5\nDOI: 10.1176/appi.books.9780890425596\ntex.shorthand: DSM-5",
+ "publisher": "American Psychiatric Association",
+ "title": "Diagnostic and statistical manual of mental disorders"
+ },
+ {
+ "id": "apa.10.2:32b",
+ "type": "report",
+ "author": [
+ {
+ "literal": "World Health Organization"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2019"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "edition: 11\ntex.shorthand: ICD-11",
+ "publisher": "World Health Organization",
+ "title": "International statistical classification of diseases and related health problems",
+ "URL": "https://icd.who.int/"
+ },
+ {
+ "id": "apa.10.2:33a",
+ "type": "book",
+ "accessed": {
+ "date-parts": [
+ [
+ "2019",
+ 6,
+ 14
+ ]
+ ]
+ },
+ "author": [
+ {
+ "literal": "American Psychological Association"
+ }
+ ],
+ "language": "en-US",
+ "title": "APA dictionary of psychology",
+ "URL": "https://dictionary.apa.org/"
+ },
+ {
+ "id": "apa.10.2:33b",
+ "type": "book",
+ "accessed": {
+ "date-parts": [
+ [
+ "2019",
+ 5,
+ 5
+ ]
+ ]
+ },
+ "author": [
+ {
+ "literal": "Merriam-Webster"
+ }
+ ],
+ "language": "en-US",
+ "title": "Merriam-Webster.com dictionary",
+ "URL": "https://www.merriam-webster.com/"
+ },
+ {
+ "id": "apa.10.2:33c",
+ "type": "book",
+ "edition": "Summer 2019 ed.",
+ "editor": [
+ {
+ "family": "Zalta",
+ "given": "E. N."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2019"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "Stanford University",
+ "title": "The Stanford encyclopedia of philosophy",
+ "URL": "https://plato.stanford.edu/archives/sum2019/"
+ },
+ {
+ "id": "apa.10.2:34",
+ "type": "book",
+ "editor": [
+ {
+ "family": "Gold",
+ "given": "M."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "1999"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "DOI: 10.1037/10319-000",
+ "publisher": "American Psychological Association",
+ "title": "The complete social scientist: A Kurt Lewin reader",
+ "title-short": "The complete social scientist"
+ },
+ {
+ "id": "apa.10.2:35a",
+ "type": "book",
+ "issued": {
+ "date-parts": [
+ [
+ "2017"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "original-date: 1769",
+ "publisher": "King James Bible Online",
+ "title": "King James Bible",
+ "URL": "https://www.kingjamesbibleonline.org/"
+ },
+ {
+ "id": "apa.10.2:35b",
+ "type": "book",
+ "issued": {
+ "date-parts": [
+ [
+ "2004"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "Oxford University Press",
+ "title": "The Qur’an",
+ "translator": [
+ {
+ "family": "Abdel Haleem",
+ "given": "M. A. S."
+ }
+ ]
+ },
+ {
+ "id": "apa.10.2:35c",
+ "type": "book",
+ "edition": "3",
+ "issued": {
+ "date-parts": [
+ [
+ "2015"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "original-date: 1962",
+ "publisher": "The Jewish Publication Society",
+ "title": "The Torah: The five books of Moses",
+ "title-short": "The Torah"
+ },
+ {
+ "id": "apa.10.2:36",
+ "type": "book",
+ "author": [
+ {
+ "family": "Aristotle",
+ "given": ""
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "1994"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "original-date: -0349",
+ "publisher": "The Internet Classics Archive",
+ "title": "Poetics",
+ "translator": [
+ {
+ "family": "Butcher",
+ "given": "S. H."
+ }
+ ],
+ "URL": "http://classics.mit.edu/Aristotle/poetics.html"
+ },
+ {
+ "id": "apa.10.2:37",
+ "type": "book",
+ "author": [
+ {
+ "family": "Shakespeare",
+ "given": "W."
+ }
+ ],
+ "editor": [
+ {
+ "family": "Mowat",
+ "given": "B. A."
+ },
+ {
+ "family": "Werstine",
+ "given": "P."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "1995"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "original-date: 1623",
+ "publisher": "Washington Square Press",
+ "title": "Much ado about nothing"
+ },
+ {
+ "id": "apa.10.3:38",
+ "type": "chapter",
+ "author": [
+ {
+ "family": "Balsam",
+ "given": "K. F."
+ },
+ {
+ "family": "Martell",
+ "given": "C. R."
+ },
+ {
+ "family": "Jones",
+ "given": "K. P."
+ },
+ {
+ "family": "Safren",
+ "given": "S. A."
+ }
+ ],
+ "container-title": "Culturally responsive cognitive behaviour therapy: Practice and supervision",
+ "edition": "2",
+ "editor": [
+ {
+ "family": "Iwamasa",
+ "given": "G. Y."
+ },
+ {
+ "family": "Hays",
+ "given": "P. A."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2019"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "DOI: 10.1037/0000119-012",
+ "page": "287-314",
+ "publisher": "American Psychological Association",
+ "title": "Affirmative cognitive behaviour therapy with sexual and gender minority people"
+ },
+ {
+ "id": "apa.10.3:39",
+ "type": "chapter",
+ "author": [
+ {
+ "family": "Weinstock",
+ "given": "R."
+ },
+ {
+ "family": "Leong",
+ "given": "G. B."
+ },
+ {
+ "family": "Silva",
+ "given": "J. A."
+ }
+ ],
+ "container-title": "Principles and practise of forensic psychiatry",
+ "edition": "2",
+ "editor": [
+ {
+ "family": "Rosner",
+ "given": "R."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2003"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "page": "7-13",
+ "publisher": "CRC Press",
+ "title": "Defining forensic psychiatry. Roles and Responsibilities"
+ },
+ {
+ "id": "apa.10.3:40",
+ "type": "chapter",
+ "author": [
+ {
+ "family": "Tafoya",
+ "given": "N."
+ },
+ {
+ "family": "Del Vecchio",
+ "given": "A."
+ }
+ ],
+ "container-title": "Ethnicity and family therapy",
+ "edition": "3",
+ "editor": [
+ {
+ "family": "McGoldrick",
+ "given": "M."
+ },
+ {
+ "family": "Giordano",
+ "given": "J."
+ },
+ {
+ "family": "Garcia-Preto",
+ "given": "N."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2005"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "page": "55-63",
+ "publisher": "Guilford Press",
+ "title": "Back to the future. An Examination of the Native American Holocaust experience",
+ "URL": "http://a.co/36xRhBT"
+ },
+ {
+ "id": "apa.10.3:41",
+ "type": "chapter",
+ "author": [
+ {
+ "family": "Carcavilla González",
+ "given": "N."
+ }
+ ],
+ "container-title": "Guía práctica de terapias estimulativas en el Alzhéimer",
+ "editor": [
+ {
+ "family": "Garcia Meilán",
+ "given": "J. J."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2015"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "original-title: Terapia senorial auditiva: Activation cerebral por medio de la música",
+ "page": "67-86",
+ "publisher": "Editorial Síntesis",
+ "title": "Auditory sensory therapy. Brain Activation Through Music",
+ "URL": "http://www.sintesis.com/guias-profesionales-203/guia-practica-de-terapias-estimulativas-en-el-alzheimer-libro-1943.html"
+ },
+ {
+ "id": "apa.10.3:42",
+ "type": "chapter",
+ "author": [
+ {
+ "family": "Heidegger",
+ "given": "M."
+ }
+ ],
+ "container-title": "Basic writings",
+ "editor": [
+ {
+ "family": "Krell",
+ "given": "D. F."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2008"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "original-date: 1961",
+ "page": "111-138",
+ "publisher": "Harper Perennial Modern Thought",
+ "title": "On the essence of truth",
+ "translator": [
+ {
+ "family": "Sallis",
+ "given": "J."
+ }
+ ]
+ },
+ {
+ "id": "apa.10.3:43",
+ "type": "chapter",
+ "author": [
+ {
+ "family": "Sacchett",
+ "given": "C."
+ },
+ {
+ "family": "Humphreys",
+ "given": "G. W."
+ }
+ ],
+ "container-title": "Cognitive psychology",
+ "editor": [
+ {
+ "family": "Balota",
+ "given": "D. A."
+ },
+ {
+ "family": "Marsh",
+ "given": "E. J."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2004"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.booksubtitle: Key Readings in Cognition\ntex.related: 10.3:43r\ntex.relatedtype: reprintfrom",
+ "page": "100-108",
+ "publisher": "Psychology Press",
+ "title": "Calling a squirrel and squirrel but a canoe a wigwam. A Category-Specific Deficit for Artefactual Objects and Body Parts"
+ },
+ {
+ "id": "apa.10.3:43r",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Sacchett",
+ "given": "C."
+ },
+ {
+ "family": "Humphreys",
+ "given": "G. W."
+ }
+ ],
+ "container-title": "Cognitive Neuropsychology",
+ "DOI": "d4vb59",
+ "issue": "1",
+ "issued": {
+ "date-parts": [
+ [
+ "1992"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "page": "73-86",
+ "title": "Calling a squirrel and squirrel but a canoe a wigwam. A Category-Specific Deficit for Artefactual Objects and Body Parts",
+ "volume": "9"
+ },
+ {
+ "id": "apa.10.3:44",
+ "type": "chapter",
+ "author": [
+ {
+ "family": "Bronfenbrenner",
+ "given": "U."
+ }
+ ],
+ "container-title": "Making human beings human",
+ "editor": [
+ {
+ "family": "Bronfenbrenner",
+ "given": "U."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2005"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.booksubtitle: Bioecological Perspectives on Human Development\ntex.related: 10.3:44r\ntex.relatedtype: reprintfrom",
+ "page": "27-40",
+ "publisher": "SAGE Publications",
+ "title": "The social ecology of human development. A Retrospective Conclusion"
+ },
+ {
+ "id": "apa.10.3:44r",
+ "type": "book",
+ "editor": [
+ {
+ "family": "Richardson",
+ "given": "F."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "1973"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "page: 113–123",
+ "publisher": "National Education Press",
+ "title": "Brain and intelligence. The Ecology of Child Development"
+ },
+ {
+ "id": "apa.10.3:45",
+ "type": "chapter",
+ "author": [
+ {
+ "family": "Goldin-Meadow",
+ "given": "S."
+ }
+ ],
+ "container-title": "Handbook of child psychology and developmental science",
+ "edition": "7",
+ "editor": [
+ {
+ "family": "Liben",
+ "given": "L. S."
+ },
+ {
+ "family": "Mueller",
+ "given": "U."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2015"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "DOI: 10.1002/9781118963418.childpsy209\ntex.booksubtitle: Vol. 2. Cognitive Processes",
+ "page": "339-380",
+ "publisher": "John Wiley & Sons",
+ "title": "Gesture and cognitive development"
+ },
+ {
+ "id": "apa.10.3:46",
+ "type": "chapter",
+ "author": [
+ {
+ "family": "Lewin",
+ "given": "K."
+ }
+ ],
+ "container-title": "The complete social scientist",
+ "editor": [
+ {
+ "family": "Gold",
+ "given": "M."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "1999"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "DOI: 10.1037/10319-000\noriginal-date: 1948\ntex.booksubtitle: A Kurt Lewin Reader",
+ "page": "265-284",
+ "publisher": "American Psychological Association",
+ "title": "Group decision and social change"
+ },
+ {
+ "id": "apa.10.3:47a",
+ "type": "chapter",
+ "accessed": {
+ "date-parts": [
+ [
+ "2019",
+ 8,
+ 31
+ ]
+ ]
+ },
+ "author": [
+ {
+ "literal": "American Psychological Association"
+ }
+ ],
+ "container-title": "APA dictionary of psychology",
+ "language": "en-US",
+ "title": "Positive transference",
+ "URL": "https://dictionary.apa.org/positive-transference"
+ },
+ {
+ "id": "apa.10.3:47b",
+ "type": "chapter",
+ "accessed": {
+ "date-parts": [
+ [
+ "2019",
+ 7,
+ 12
+ ]
+ ]
+ },
+ "author": [
+ {
+ "literal": "Merriam-Webster"
+ }
+ ],
+ "container-title": "Merriam-Webster.com dictionary",
+ "language": "en-US",
+ "title": "Self-report",
+ "URL": "https://www.merriam-webster.com/dictionary/self-report"
+ },
+ {
+ "id": "apa.10.3:48",
+ "type": "entry-encyclopedia",
+ "author": [
+ {
+ "family": "Graham",
+ "given": "G."
+ }
+ ],
+ "container-title": "Behaviourism",
+ "edition": "Summer 2019 ed.",
+ "editor": [
+ {
+ "family": "Zalta",
+ "given": "E. N."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2019"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "Publication title: The Stanford encyclopedia of philosophy",
+ "publisher": "Stanford University",
+ "URL": "https://plato.stanford.edu/archives/sum2019/entries/behaviourism"
+ },
+ {
+ "id": "apa.10.3:49",
+ "type": "chapter",
+ "container-title": "Wikipedia",
+ "issued": {
+ "date-parts": [
+ [
+ "2019",
+ 1,
+ 13
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "List of oldest companies",
+ "URL": "https://en.wikipedia.org/w/index.php?title=List_of_oldest_companies&oldid=878158136"
+ },
+ {
+ "id": "apa.10.4:50a",
+ "type": "report",
+ "author": [
+ {
+ "literal": "Australian Government Productivity Commission"
+ },
+ {
+ "literal": "New Zealand Productivity Commission"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2012"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "Strengthening trans-Tasman economic relations",
+ "URL": "https://www.pc.gov.au/inquiries/completed/australia-new-zealand/report/trans-tasman.pdf"
+ },
+ {
+ "id": "apa.10.4:50b",
+ "type": "report",
+ "author": [
+ {
+ "literal": "Canada Council for the Arts"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2013"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "What we heard. Summary of Key Findings: 2013 Canada Council’s Inter-Arts Office Consultation",
+ "URL": "http://publications.gc.ca/collections/collection_2017/canadacouncil/K23-65-2013-eng.pdf"
+ },
+ {
+ "id": "apa.10.4:50c",
+ "type": "report",
+ "author": [
+ {
+ "literal": "National Cancer Institute"
+ }
+ ],
+ "genre": "NIH publication",
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "issue: 18-2424",
+ "title": "Facing forward. Life After Cancer Treatment",
+ "URL": "https://www.cancer.gov/publications/patient-education/life-after-cancer-treatment.pdf"
+ },
+ {
+ "id": "apa.10.4:51a",
+ "type": "report",
+ "author": [
+ {
+ "family": "Fried",
+ "given": "D."
+ },
+ {
+ "family": "Polyakova",
+ "given": "A."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "Atlantic Council",
+ "title": "Democratic defense against disinformation",
+ "URL": "https://www.atlantic.org/images/publications/Democratic_Defense_Against_Disinformation_FINAL.pdf"
+ },
+ {
+ "id": "apa.10.4:51b",
+ "type": "report",
+ "author": [
+ {
+ "family": "Segaert",
+ "given": "A."
+ },
+ {
+ "family": "Bauer",
+ "given": "A."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2015"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "Employment and Social Development Canada",
+ "title": "The extent and nature of veteran homelessness in Canada",
+ "URL": "https://www.canada.ca/en/employment-social-development/programs/communities/homelessness/publications-bulletins/veterans-report.html"
+ },
+ {
+ "id": "apa.10.4:52",
+ "type": "report",
+ "author": [
+ {
+ "family": "Blackwell",
+ "given": "D. L."
+ },
+ {
+ "family": "Lucas",
+ "given": "J. W."
+ },
+ {
+ "family": "Clarke",
+ "given": "T. C."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "issue: 10, Issue 260, Vital and Health Statistics Series\nissue: 10, Issue 260, Vital and Health Statistics Series",
+ "publisher": "Centers for Disease Control and Prevention",
+ "title": "Summary health statistics for U.S. adults. National Health Interview Survey, 2012",
+ "URL": "https://www.atlantic.org/images/publications/Democratic_Defense_Against_Disinformation_FINAL.pdf"
+ },
+ {
+ "id": "apa.10.4:53",
+ "type": "report",
+ "author": [
+ {
+ "literal": "British Cardiovascular Society Working Group"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2016"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "British Cardiovascular Society",
+ "title": "British Cardiovascular Society Working Group report. Out-of-Hours Cardiovascular Care: Management of Cardiac Emergencies and Hospital In-Patients",
+ "URL": "http://www.bcs.com/documents/BCSOOHWP_Final_Report_05092016.pdf"
+ },
+ {
+ "id": "apa.10.4:54",
+ "type": "report",
+ "author": [
+ {
+ "literal": "U.S. Securities and Exchange Commission"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2017"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "Agency financial report. Fiscal Year 2017",
+ "URL": "https://www.sec.gov/files/sec-2017-agency-financial-report.pdf"
+ },
+ {
+ "id": "apa.10.4:55a",
+ "type": "report",
+ "author": [
+ {
+ "literal": "American Counseling Association"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "2014 ACA code of ethics",
+ "URL": "https://www.counseling.org/knowledge-center"
+ },
+ {
+ "id": "apa.10.4:55b",
+ "type": "report",
+ "author": [
+ {
+ "literal": "American Nurses Association"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2015"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "Code of ethics for nurses with interpretive statements",
+ "URL": "https://www.nursingworld.org/coe-view-only"
+ },
+ {
+ "id": "apa.10.4:55c",
+ "type": "report",
+ "author": [
+ {
+ "literal": "American Psychological Association"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2017"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "Ethical principles of psychologists and code of conduct",
+ "URL": "https://www.apa.org/ethics/code/index.aspx"
+ },
+ {
+ "id": "apa.10.4:56",
+ "type": "report",
+ "author": [
+ {
+ "family": "Blair",
+ "given": "C. B."
+ }
+ ],
+ "genre": "Project",
+ "issued": {
+ "date-parts": [
+ [
+ "2015"
+ ]
+ ],
+ "season": "2020"
+ },
+ "language": "en-US",
+ "note": "issue: 5R01HD081252-04\ntex.author+an:role: 1=\"Principal Investigator\"",
+ "publisher": "Eunice Kennedy Shriver National Institute of Child Health & Human Development",
+ "title": "Stress, self-regulation and psychopathology in middle childhood. Grant",
+ "URL": "https://projectreporter.nih.gov/project_info_details.cfm?aid=9473071&icde=40092311"
+ },
+ {
+ "id": "apa.10.4:57",
+ "type": "report",
+ "author": [
+ {
+ "family": "Lichtenstein",
+ "given": "J."
+ }
+ ],
+ "genre": "Issue brief",
+ "issued": {
+ "date-parts": [
+ [
+ "2013"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "issue: 1",
+ "publisher": "U.S. Small Business Administration, Office of Advocacy",
+ "title": "Profile of veteran business owners. More Young Veterans Appear to Be Starting Businesses",
+ "URL": "https://www.sba.org/sites/default/files/Issue%20Brief%201,%20Veteran%20Business%20Owners.pdf"
+ },
+ {
+ "id": "apa.10.4:58",
+ "type": "report",
+ "author": [
+ {
+ "family": "Harwell",
+ "given": "M."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "National Education Policy Center",
+ "title": "Don’t expect too much. Policy Brief. The Limited Usefulness of Common SES Measures and a Prescription for Change",
+ "URL": "https://nepc.colorado.edu/publication/SES"
+ },
+ {
+ "id": "apa.10.4:59",
+ "type": "report",
+ "author": [
+ {
+ "literal": "U.S. Food and Drug Administration"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2019",
+ 2,
+ 14
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "U.S. Food and Drug Administration",
+ "title": "FDA authorizes first interoperable insulin pup intended to allow patients to customize treatment through their individual diabetes management devices. Press release",
+ "URL": "https://www.fds.gov/NewsEvents/Newsroom/PressAnnouncements/ucm631412.htm"
+ },
+ {
+ "id": "apa.10.5:60",
+ "type": "speech",
+ "contributor": [
+ {
+ "family": "Fistek",
+ "given": "A."
+ },
+ {
+ "family": "Jester",
+ "given": "E."
+ },
+ {
+ "family": "Sonnenberg",
+ "given": "K."
+ }
+ ],
+ "language": "en-US",
+ "note": "tex.eventdate: 2017-07-12/2017-07-15\ntex.eventtitle: Autism society national conference\ntex.venue: Milwaukee, WI, United States",
+ "title": "Everybody’s got a little music in them. Conference session. Using Music Therapy to Connect, Engage, and Motivate",
+ "URL": "https://asa.confex.com/asa/2017/webprogramarchives/Session9517.html"
+ },
+ {
+ "id": "apa.10.5:61",
+ "type": "speech",
+ "contributor": [
+ {
+ "family": "Maddox",
+ "given": "S."
+ },
+ {
+ "family": "Hurling",
+ "given": "J."
+ },
+ {
+ "family": "Stewart",
+ "given": "E."
+ },
+ {
+ "family": "Edwards",
+ "given": "A."
+ }
+ ],
+ "language": "en-US",
+ "note": "tex.eventdate: 2016-03-30/2016-04-02\ntex.eventtitle: Southeastern psychological association 62nd annual meeting\ntex.venue: New Orleans, LA, United States",
+ "title": "If mama ain’t happy, nobody’s happy. Paper presentation. The Effect of Parental Depression on Mood Dysregulation in Children"
+ },
+ {
+ "id": "apa.10.5:62",
+ "type": "speech",
+ "contributor": [
+ {
+ "family": "Pearson",
+ "given": "J."
+ }
+ ],
+ "language": "en-US",
+ "note": "tex.eventdate: 2018-09-27/2018-09-30\ntex.eventtitle: Australian psychological society congress\ntex.venue: Sydney, NSW, Australia",
+ "title": "Fat talk and its effects on state-based body image in women. Poster presentation",
+ "URL": "http://bit.ly/2XGSThP"
+ },
+ {
+ "id": "apa.10.5:63",
+ "type": "speech",
+ "contributor": [
+ {
+ "family": "De Boer",
+ "given": "D."
+ },
+ {
+ "family": "LaFavor",
+ "given": "T."
+ },
+ {
+ "family": "Schmidt",
+ "given": "A. M."
+ },
+ {
+ "family": "Kryvanos",
+ "given": "A."
+ }
+ ],
+ "language": "en-US",
+ "note": "tex.editoratype: chair\ntex.eventdate: 2018-04-26/2018-04-29\ntex.eventtitle: Western psychological association 98th annual convention\ntex.maintitle: Perspectives on resilience: Conceptualization, measurement, and enhancement\ntex.maintitleaddon: Symposium\ntex.venue: Portland, OR, United States",
+ "title": "The art and significance of successfully identifying resilient individuals. A Person-Focused Approach"
+ },
+ {
+ "id": "apa.10.5:A1",
+ "type": "paper-conference",
+ "author": [
+ {
+ "family": "Duckworth",
+ "given": "A. L."
+ },
+ {
+ "family": "Quirk",
+ "given": "A."
+ },
+ {
+ "family": "Gallop",
+ "given": "R."
+ },
+ {
+ "family": "Hoyle",
+ "given": "R. H."
+ },
+ {
+ "family": "Kelly",
+ "given": "D. R."
+ },
+ {
+ "family": "Matthews",
+ "given": "M. D."
+ }
+ ],
+ "container-title": "Proceedings of the national academy of sciences, USA",
+ "DOI": "10.1073/pnas.1910510116",
+ "issued": {
+ "date-parts": [
+ [
+ "2019"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "issue: 47",
+ "page": "23499-23504",
+ "title": "Cognitive and noncognitive predictors of success",
+ "volume": "116"
+ },
+ {
+ "id": "apa.10.5:A2",
+ "type": "book",
+ "editor": [
+ {
+ "family": "Kushilevitz",
+ "given": "E."
+ },
+ {
+ "family": "Malkin",
+ "given": "T."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2016"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "DOI: 10.1007/978-3-662-49096-9\ntex.mainsubtitle: Vol. 9562\ntex.maintitle: Lecture notes in computer science",
+ "publisher": "Springer",
+ "title": "Theory of cryptography"
+ },
+ {
+ "id": "apa.10.5:A3",
+ "type": "paper-conference",
+ "author": [
+ {
+ "family": "Bedenel",
+ "given": "Alan-Louis"
+ },
+ {
+ "family": "Jourdan",
+ "given": "L."
+ },
+ {
+ "family": "Biernacki",
+ "given": "C."
+ }
+ ],
+ "container-title": "Learning and intelligent optimization",
+ "DOI": "10.1007/978-3-030-05348-2_21",
+ "editor": [
+ {
+ "family": "Battiti",
+ "given": "R."
+ },
+ {
+ "family": "Brunato",
+ "given": "M."
+ },
+ {
+ "family": "Kotsireas",
+ "given": "I."
+ },
+ {
+ "family": "Pardalos",
+ "given": "P."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2019"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.mainsubtitle: Vol. 11353\ntex.maintitle: Lecture notes in computer science",
+ "page": "225-240",
+ "publisher": "Springer",
+ "title": "Probability estimation by an adapted genetic algorithm in web insurance"
+ },
+ {
+ "id": "apa.10.6:64",
+ "type": "thesis",
+ "author": [
+ {
+ "family": "Harris",
+ "given": "L."
+ }
+ ],
+ "genre": "Unpublished doctoral dissertation",
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "University of Virginia",
+ "title": "Instructional leadership perceptions and practices of elementary school leaders"
+ },
+ {
+ "id": "apa.10.6:65",
+ "type": "thesis",
+ "author": [
+ {
+ "family": "Hollander",
+ "given": "M. M."
+ }
+ ],
+ "genre": "phd",
+ "issued": {
+ "date-parts": [
+ [
+ "2017"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "issue: 10289373",
+ "publisher": "ProQuest Dissertations and Theses Global / University of Wisconsin–Madison",
+ "title": "Resistance to authority. Methodological Innovations and New Lessons from the Milgram Experiment"
+ },
+ {
+ "id": "apa.10.6:66",
+ "type": "thesis",
+ "author": [
+ {
+ "family": "Hutcheson",
+ "given": "V. H."
+ }
+ ],
+ "genre": "master",
+ "issued": {
+ "date-parts": [
+ [
+ "2012"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "William & Mary Digital Archive / The College of William & Mary",
+ "title": "Dealing with dual differences. Social Coping Strategies of Gifted and Lesbian, Gay, Bisexual, Transgender, and Queer Adolescents",
+ "URL": "https://digitalarchive.wm.edu/bitstream/handle/10288/16594/HutchesonVirginia2012.pdf"
+ },
+ {
+ "id": "apa.10.7:67",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Mirabito",
+ "given": "L. A."
+ },
+ {
+ "family": "Heck",
+ "given": "N. C."
+ }
+ ],
+ "container-title": "Psychology of Sexual Orientation and Gender Diversity",
+ "DOI": "10.1037/sgd0000205",
+ "issue": "4",
+ "issued": {
+ "date-parts": [
+ [
+ "2016"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.related: 10.7:67r\ntex.relatedstring: Review of the film\ntex.relatedtype: reviewof",
+ "page": "499-500",
+ "title": "Bringing LGBTQ youth theater into the spotlight",
+ "volume": "3"
+ },
+ {
+ "id": "apa.10.7:67r",
+ "type": "motion_picture",
+ "director": [
+ {
+ "family": "Brodsky",
+ "given": "E."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2016"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.author+an:role: 1=director",
+ "title": "The year we thought about love"
+ },
+ {
+ "id": "apa.10.7:68",
+ "type": "article-newspaper",
+ "author": [
+ {
+ "family": "Santos",
+ "given": "F."
+ }
+ ],
+ "container-title": "The New York Times",
+ "issued": {
+ "date-parts": [
+ [
+ "2019",
+ 1,
+ 11
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.related: 10.7:68r\ntex.relatedstring: Review of the book\ntex.relatedtype: reviewof",
+ "title": "Reframing refugee children’s stories",
+ "URL": "https://nyt.ms/2Hlgjk3"
+ },
+ {
+ "id": "apa.10.7:68r",
+ "type": "book",
+ "author": [
+ {
+ "family": "Yousafzai",
+ "given": "M."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2016"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "We are displaced. My Journey and Stories From Refugee Girls Around the World"
+ },
+ {
+ "id": "apa.10.7:69",
+ "type": "webpage",
+ "author": [
+ {
+ "family": "Perkins",
+ "given": "D."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2018",
+ 2,
+ 1
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.eprinttype: A.V. Club\ntex.related: 10.7:69r\ntex.relatedstring: Review of the TV series episode\ntex.relatedtype: reviewof",
+ "title": "The good place ends its remarkable second season with irrational hope, unexpected gifts, and a smile",
+ "URL": "https://www.avclub.com/the-good-place-ends-its-remarkable-second-season-with-i-1822649316"
+ },
+ {
+ "id": "apa.10.7:69r",
+ "type": "broadcast",
+ "director": [
+ {
+ "family": "Schur",
+ "given": "M."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.author+an:role: 1=writer,director",
+ "title": "Somewhere else"
+ },
+ {
+ "id": "apa.10.8:70",
+ "type": "manuscript",
+ "author": [
+ {
+ "family": "Yoo",
+ "given": "J."
+ },
+ {
+ "family": "Miyamoto",
+ "given": "Y."
+ },
+ {
+ "family": "Rigotti",
+ "given": "A."
+ },
+ {
+ "family": "Ryff",
+ "given": "C."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2016"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "publisher: Department of Psychology, University of Wisconsin-Madison\nstatus: manunpub",
+ "title": "Linking positive affect to blood lipids. A Cultural Perspective"
+ },
+ {
+ "id": "apa.10.8:71",
+ "type": "manuscript",
+ "author": [
+ {
+ "family": "O'Shea",
+ "given": "M."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "publisher: Department of Management, University of Kansas\nstatus: maninprep",
+ "title": "Understanding proactive behaviour in the workplace as a function of gender"
+ },
+ {
+ "id": "apa.10.8:72",
+ "type": "manuscript",
+ "author": [
+ {
+ "family": "Lippincott",
+ "given": "T."
+ },
+ {
+ "family": "Poindexter",
+ "given": "E. K."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2019"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "publisher: Department of Psychology, University of Washington\nstatus: mansub",
+ "title": "Emotion recognition as a function of facial cues. Implications for Practice"
+ },
+ {
+ "id": "apa.10.8:73a",
+ "type": "webpage",
+ "author": [
+ {
+ "family": "Leuker",
+ "given": "C."
+ },
+ {
+ "family": "Samartzidis",
+ "given": "L."
+ },
+ {
+ "family": "Hertwig",
+ "given": "R."
+ },
+ {
+ "family": "Pleskac",
+ "given": "T. J."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "DOI: 10.17605/OSF.IO/9P7CB\ntex.eprinttype: PsyArXiv",
+ "title": "When money talks. Judging Risk and Coercion in High-Paying Clinical Trials"
+ },
+ {
+ "id": "apa.10.8:73b",
+ "type": "webpage",
+ "author": [
+ {
+ "family": "Stults-Kolehmainen",
+ "given": "M. A."
+ },
+ {
+ "family": "Sinha",
+ "given": "R."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2015"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.eprinttype: PubMed Central",
+ "title": "The effects of stress on physical activity and exercise",
+ "URL": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3894304"
+ },
+ {
+ "id": "apa.10.8:74",
+ "type": "webpage",
+ "author": [
+ {
+ "family": "Ho",
+ "given": "H-K"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "issue: ED545393\ntex.eprinttype: ERIC",
+ "title": "Teacher preparation for early childhood special education in Taiwan",
+ "URL": "https://files.eric.ed.gov/fulltext/ED545393.pdf"
+ },
+ {
+ "id": "apa.10.9:75a",
+ "type": "dataset",
+ "author": [
+ {
+ "family": "D'Souza",
+ "given": "A."
+ },
+ {
+ "family": "Wiseheart",
+ "given": "M."
+ }
+ ],
+ "DOI": "10.3886/ICPSR37080.1",
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "issue: ICPSR 37080\ntex.entrysubtype: Data Set",
+ "publisher": "ICPSR",
+ "title": "Cognitive effects of music and dance training in children",
+ "version": "V1"
+ },
+ {
+ "id": "apa.10.9:75b",
+ "type": "dataset",
+ "author": [
+ {
+ "literal": "National Center for Education Statistics"
+ }
+ ],
+ "DOI": "10.3886/ICPSR335531.v3",
+ "issued": {
+ "date-parts": [
+ [
+ "2016"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "issue: ICPSR 35531\ntex.entrysubtype: Data set and code book",
+ "publisher": "National Archive of Data on Arts and Culture",
+ "title": "Fast response survey system (FRSS). Teacher’s Use of Educational Technology in U.S. Public Schools, 2009",
+ "version": "V3"
+ },
+ {
+ "id": "apa.10.9:75c",
+ "type": "dataset",
+ "author": [
+ {
+ "literal": "Pew Research Center"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.entrysubtype: Data set",
+ "title": "American trends panel Wave 26",
+ "URL": "https://www.pewsocialtrends.org/dataset/american-trends-panel-wave-26/"
+ },
+ {
+ "id": "apa.10.9:76a",
+ "type": "dataset",
+ "author": [
+ {
+ "family": "Baer",
+ "given": "R. A."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2015"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "University of Kentucky",
+ "title": "Unpublished raw data on the correlations between the Five Facet Mindfulness Questionnaire and the Kentucky Inventory of Mindfulness Skills"
+ },
+ {
+ "id": "apa.10.9:76b",
+ "type": "dataset",
+ "author": [
+ {
+ "literal": "Oregan Youth Authority"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2011"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.entrysubtype: Unpublished raw data",
+ "title": "Recidivism outcomes"
+ },
+ {
+ "id": "apa.10.10:77",
+ "type": "software",
+ "author": [
+ {
+ "family": "Borenstein",
+ "given": "M."
+ },
+ {
+ "family": "Hedges",
+ "given": "L."
+ },
+ {
+ "family": "Higgins",
+ "given": "J."
+ },
+ {
+ "family": "Rothstein",
+ "given": "H."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "note": "tex.entrysubtype: Computer software",
+ "publisher": "Biostat",
+ "title": "Comprehensive meta-analysis",
+ "URL": "https://www.meta-analysis.com/",
+ "version": "3.3.070"
+ },
+ {
+ "id": "apa.10.10:78a",
+ "type": "software",
+ "author": [
+ {
+ "literal": "SR Research"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2016"
+ ]
+ ]
+ },
+ "note": "tex.entrysubtype: Apparatus and software",
+ "title": "Eyelink 1000 plus",
+ "URL": "https://www.sr-research.com/eyelink1000plus.html"
+ },
+ {
+ "id": "apa.10.10:78b",
+ "type": "software",
+ "author": [
+ {
+ "literal": "Tactile Labs"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2015"
+ ]
+ ]
+ },
+ "note": "tex.entrysubtype: Apparatus",
+ "title": "Latero tactile display",
+ "URL": "https://www.tactilelabs.com/products/haptics/latero-tactile-display/"
+ },
+ {
+ "id": "apa.10.10:79",
+ "type": "software",
+ "author": [
+ {
+ "literal": "Epocrates"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2019"
+ ]
+ ]
+ },
+ "note": "tex.entrysubtype: Mobile app",
+ "publisher": "App Store",
+ "title": "Epocrates medical references",
+ "URL": "https://itunes.apple.com/us/app/epocrates/id281935788?mt=8",
+ "version": "18.12"
+ },
+ {
+ "id": "apa.10.10:80",
+ "type": "software",
+ "author": [
+ {
+ "literal": "Epocrates"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2019"
+ ]
+ ]
+ },
+ "note": "tex.appentry: Interaction Check: Aspirin + Sertraline\ntex.entrysubtype: Mobile app",
+ "publisher": "Google Play Store",
+ "title": "Epocrates medical references",
+ "URL": "https://play.google.com/store/apps/details?id=com.epocrates&hl=en_US",
+ "version": "18.12"
+ },
+ {
+ "id": "apa.10.11:81",
+ "type": "report",
+ "author": [
+ {
+ "family": "Tellegen",
+ "given": "A."
+ },
+ {
+ "family": "Ben-Porath",
+ "given": "Y. S."
+ }
+ ],
+ "genre": "manual",
+ "issued": {
+ "date-parts": [
+ [
+ "2011"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "Pearson",
+ "title": "Minnesota Multiphasic Personality Inventory–2 Restructured Form (MMPI-2-RF). Technical Manual"
+ },
+ {
+ "id": "apa.10.11:82",
+ "type": "software",
+ "author": [
+ {
+ "literal": "Project Implicit"
+ }
+ ],
+ "title": "Gender-Science IAT",
+ "URL": "https://implicit.harvard.edi/implicit/takeatest.html"
+ },
+ {
+ "id": "apa.10.11:83a",
+ "type": "software",
+ "author": [
+ {
+ "family": "Alonso-Tapia",
+ "given": "J."
+ },
+ {
+ "family": "Nieto",
+ "given": "C."
+ },
+ {
+ "family": "Merino-Tejedor",
+ "given": "E."
+ },
+ {
+ "family": "Huertas",
+ "given": "J. A."
+ },
+ {
+ "family": "Ruiz",
+ "given": "M."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "note": "DOI: 10.1037/t66267-000\ntex.entrysubtype: Database record",
+ "publisher": "PsycTESTS",
+ "title": "Situated Goals Questionnaire for University Students (SGQ-U, CMS-U)"
+ },
+ {
+ "id": "apa.10.11:83b",
+ "type": "software",
+ "author": [
+ {
+ "family": "Cardoza",
+ "given": "D."
+ },
+ {
+ "family": "Morris",
+ "given": "J. K."
+ },
+ {
+ "family": "Myers",
+ "given": "H. F."
+ },
+ {
+ "family": "Rodriguez",
+ "given": "N."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2000"
+ ]
+ ]
+ },
+ "note": "issue: TC022704\ntex.entrysubtype: Database record",
+ "publisher": "ETS TestLink",
+ "title": "Acculturative Stress Inventory (ASI)"
+ },
+ {
+ "id": "apa.10.12:84a",
+ "type": "motion_picture",
+ "director": [
+ {
+ "family": "Forman",
+ "given": "M."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "1975"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.author+an:role: 1=director",
+ "publisher": "United Artists",
+ "title": "One flew over the cuckoo’s nest"
+ },
+ {
+ "id": "apa.10.12:84b",
+ "type": "motion_picture",
+ "director": [
+ {
+ "family": "Fosha",
+ "given": "D."
+ },
+ {
+ "family": "Levenson",
+ "given": "H."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2017"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.author+an:role: 1=guestexpert;2=host",
+ "publisher": "American Pychological Association",
+ "title": "Accelerated experiental dynamic psychotherapy (AEDP) supervision",
+ "URL": "http://www.apa.org/pubs/videos/4310958.aspx"
+ },
+ {
+ "id": "apa.10.12:84c",
+ "type": "motion_picture",
+ "director": [
+ {
+ "family": "Jackson",
+ "given": "P."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2001"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.author+an:role: 1=director",
+ "publisher": "WingNut Films and The Saul Zaentz Company",
+ "title": "The lord of the rings. The Fellowship of the Ring"
+ },
+ {
+ "id": "apa.10.12:85",
+ "type": "motion_picture",
+ "director": [
+ {
+ "family": "Malle",
+ "given": "L."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "1987"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "original-title: Au revoir les enfants\ntex.author+an:role: 1=director",
+ "publisher": "Nouvelles Éditions de Films",
+ "title": "Goodbye children"
+ },
+ {
+ "id": "apa.10.12:86",
+ "type": "motion_picture",
+ "director": [
+ {
+ "family": "Simon",
+ "given": "D."
+ },
+ {
+ "family": "Colesberry",
+ "given": "R. F."
+ },
+ {
+ "family": "Kostroff Noble",
+ "given": "N."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2002"
+ ]
+ ],
+ "season": "2008"
+ },
+ "language": "en-US",
+ "note": "tex.author+an:role: =execproducers\ntex.entrysubtype: tvseries",
+ "publisher": "Blown Deadline Productions and HBO",
+ "title": "The wire"
+ },
+ {
+ "id": "apa.10.12:87a",
+ "type": "broadcast",
+ "director": [
+ {
+ "family": "Barris",
+ "given": "K."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2017",
+ 1,
+ 11
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.author+an:role: 1=director,writer\ntex.execproducer: K. Barris and J. Groff and A. Anderson and E. B. Dobbins and L. Fishburne and H. Sugland\ntex.maintitle: Black-ish",
+ "publisher": "Wilmore Films and Artists First and Cinema Gypsy Productions and ABC Studios",
+ "title": "Lemons (Season 3, Episode 12)"
+ },
+ {
+ "id": "apa.10.12:87b",
+ "type": "broadcast",
+ "director": [
+ {
+ "family": "Oakley",
+ "given": "B."
+ },
+ {
+ "family": "Weinstein",
+ "given": "J."
+ },
+ {
+ "family": "Lynch",
+ "given": "J."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "1995",
+ 5,
+ 21
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.author+an:role: 1=writer;2=writer;3=director\ntex.execproducer: D. Mirkin and J. L. Brooks and M. Groening and S. Simon\ntex.maintitle: The simpsons",
+ "publisher": "Gracie Films and Twentieth Century Fox Film Corporation",
+ "title": "Who shot Mr. Burns? (Part One) (Season 6, Episode 25)"
+ },
+ {
+ "id": "apa.10.12:88a",
+ "type": "motion_picture",
+ "director": [
+ {
+ "family": "Giertz",
+ "given": "S."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2018",
+ 4
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.entrysubtype: video",
+ "publisher": "TED Conferences",
+ "title": "Why you should make useless things",
+ "URL": "https://www.ted.com/talks/simone_giertz_why_you_should_make_useless_things"
+ },
+ {
+ "id": "apa.10.12:88b",
+ "type": "motion_picture",
+ "director": [
+ {
+ "literal": "TED"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2012",
+ 3,
+ 16
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.entrysubtype: video",
+ "publisher": "YouTube",
+ "title": "Brené Brown. Listening to Shame",
+ "URL": "https://www.youtube.com/watch?v=psN1DORYYV0"
+ },
+ {
+ "id": "apa.10.12:89",
+ "type": "motion_picture",
+ "director": [
+ {
+ "family": "Goldberg",
+ "given": "J. F."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.entrysubtype: Webinar",
+ "publisher": "American Psychiatric Association",
+ "title": "Evaluating adverse drug effects",
+ "URL": "https://education.psychiatry.org/Users/ProductDetails.aspx?ActivityID=6172"
+ },
+ {
+ "id": "apa.10.12:90a",
+ "type": "motion_picture",
+ "director": [
+ {
+ "family": "Cutts",
+ "given": "S."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2017",
+ 11,
+ 24
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.entrysubtype: video",
+ "publisher": "Vimeo",
+ "title": "Happiness",
+ "URL": "https://vimeo.com/244405542"
+ },
+ {
+ "id": "apa.10.12:90b",
+ "type": "motion_picture",
+ "director": [
+ {
+ "family": "Fogarty",
+ "given": "M."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2016",
+ 9,
+ 30
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.author+an:username: 1=\"Grammar Girl\"\ntex.entrysubtype: video",
+ "publisher": "YouTube",
+ "title": "How to diagram a sentence (absolute basics)",
+ "URL": "https://youtube.be/deiEY5Yq1ql"
+ },
+ {
+ "id": "apa.10.12:90c",
+ "type": "motion_picture",
+ "director": [
+ {
+ "literal": "University of Oxford"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2016",
+ 12,
+ 6
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.entrysubtype: video",
+ "publisher": "YouTube",
+ "title": "How do geckos walk on water?",
+ "URL": "https://www.youtube.com/watch?v=qm1xGfOZJc8"
+ },
+ {
+ "id": "apa.10.13:91a",
+ "type": "song",
+ "contributor": [
+ {
+ "family": "Bach",
+ "given": "J. S."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2010"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "original-date: 1721\ntex.entrysubtype: Album recorded by Academy of St Martin in the Fields",
+ "publisher": "Decca",
+ "title": "The Brandenburg concertos. Concertos BVW 1043 & 1060"
+ },
+ {
+ "id": "apa.10.13:91b",
+ "type": "song",
+ "contributor": [
+ {
+ "family": "Bowie",
+ "given": "D."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2016"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.entrysubtype: album",
+ "publisher": "Columbia",
+ "title": "Blackstar"
+ },
+ {
+ "id": "apa.10.13:92a",
+ "type": "song",
+ "contributor": [
+ {
+ "family": "Beethoven",
+ "given": "L.",
+ "non-dropping-particle": "van"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2012"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "original-date: 1804\ntex.entrysubtype: Song recorded by Staatskapelle Dresden\ntex.maintitle: Beethoven: Complete Symphonies\ntex.options: useprefix=false",
+ "publisher": "Brilliant Classics",
+ "title": "Symphony No. 3 in E-flat major"
+ },
+ {
+ "id": "apa.10.13:92b",
+ "type": "song",
+ "contributor": [
+ {
+ "literal": "Beyoncé"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2016"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.entrysubtype: song\ntex.maintitle: Lemonade",
+ "publisher": "Parkwood and Columbia",
+ "title": "Formation"
+ },
+ {
+ "id": "apa.10.13:92c",
+ "type": "song",
+ "contributor": [
+ {
+ "literal": "Childish Gambino"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.entrysubtype: song",
+ "publisher": "mcDJ and RCA",
+ "title": "This is America"
+ },
+ {
+ "id": "apa.10.13:92d",
+ "type": "song",
+ "contributor": [
+ {
+ "family": "Lamar",
+ "given": "K."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2017"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.entrysubtype: song\ntex.maintitle: Damn",
+ "publisher": "Aftermath Entertainment and Interscope Records and Top Dawg Entertainment",
+ "title": "Humble"
+ },
+ {
+ "id": "apa.10.13:93",
+ "type": "song",
+ "contributor": [
+ {
+ "family": "Vedantam",
+ "given": "S."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2015"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.author+an:role: 1=host\ntex.entrysubtype: podcast",
+ "publisher": "NPR",
+ "title": "Hidden brain",
+ "URL": "https://www.npr.org/series/423302056/hidden-brain"
+ },
+ {
+ "id": "apa.10.13:94",
+ "type": "song",
+ "contributor": [
+ {
+ "family": "Glass",
+ "given": "I."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2011",
+ 8,
+ 12
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "issue: 443\ntex.author+an:role: 1=host\ntex.entrysubtype: podcastepisode\ntex.maintitle: This American Life",
+ "publisher": "WBEZ Chicago",
+ "title": "Amusement park",
+ "URL": "https://www.thisamericanlife.org/radio-archives/episode/443/amusement-park"
+ },
+ {
+ "id": "apa.10.13:95",
+ "type": "song",
+ "contributor": [
+ {
+ "family": "Beauvoir",
+ "given": "S.",
+ "non-dropping-particle": "de"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "1960",
+ 5,
+ 4
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.entrysubtype: interview",
+ "publisher": "Studs Terkel Radio Archive and The Chicago History Museum",
+ "title": "Simone de Beauvoir discusses the art of writing",
+ "URL": "https://studsterkel.wfmt.com/programs/simone-de-beauvoir-discusses-art-writing"
+ },
+ {
+ "id": "apa.10.13:96",
+ "type": "song",
+ "contributor": [
+ {
+ "family": "King, Jr.",
+ "given": "M. L."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "1963",
+ 8,
+ 28
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.entrysubtype: speech",
+ "publisher": "American Rhetoric",
+ "title": "I have a dream",
+ "URL": "https://www.americanrhetoric.com/speeches/mlkihaveadream.htm"
+ },
+ {
+ "id": "apa.10.14:97a",
+ "type": "graphic",
+ "contributor": [
+ {
+ "family": "Delacroix",
+ "given": "E."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "1826"
+ ]
+ ],
+ "season": "1827"
+ },
+ "language": "en-US",
+ "note": "publisher-place: The Louvre, Paris, France\ntex.entrysubtype: lithograph",
+ "title": "Faust attempts to seduce Marguerite"
+ },
+ {
+ "id": "apa.10.14:97b",
+ "type": "graphic",
+ "contributor": [
+ {
+ "family": "Wood",
+ "given": "G."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "1930"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "publisher-place: Art Institute of Chicago, Chicago, IL, United States\ntex.entrysubtype: painting",
+ "title": "American gothic",
+ "URL": "https://www.artic.edu/aic/collections/artwork/6565"
+ },
+ {
+ "id": "apa.10.14:98",
+ "type": "graphic",
+ "contributor": [
+ {
+ "literal": "GDJ"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "publisher: Openclipart\ntex.entrysubtype: Clip art",
+ "title": "Neural network deep learning prismatic",
+ "URL": "https://openclipart.org/detail/309343/neural-network-deep-learning-prismatic"
+ },
+ {
+ "id": "apa.10.14:99",
+ "type": "graphic",
+ "contributor": [
+ {
+ "family": "Rossman",
+ "given": "J."
+ },
+ {
+ "family": "Palmer",
+ "given": "R."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2015"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "publisher: World Science Festival\ntex.entrysubtype: Infographic",
+ "title": "Sorting through our space junk",
+ "URL": "https://www.worldsciencefestival.com/2015/11/space-junk-infographic/"
+ },
+ {
+ "id": "apa.10.14:100a",
+ "type": "graphic",
+ "contributor": [
+ {
+ "family": "Cable",
+ "given": "D."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2013"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "publisher-place: University of Virginia\npublisher: Weldon Cooper Center for Public Service\ntex.entrysubtype: map",
+ "title": "The racial dot map",
+ "URL": "https://demographics.coopercenter.org/Racial-Dot-Map"
+ },
+ {
+ "id": "apa.10.14:100b",
+ "type": "graphic",
+ "accessed": {
+ "date-parts": [
+ [
+ "2020",
+ 2,
+ 16
+ ]
+ ]
+ },
+ "contributor": [
+ {
+ "literal": "Google"
+ }
+ ],
+ "language": "en-US",
+ "title": "Google Maps directions for driving from La Paz, Bolivia, to Lima, Peru",
+ "URL": "https://goo.gl/YYE3GR"
+ },
+ {
+ "id": "apa.10.14:101a",
+ "type": "graphic",
+ "contributor": [
+ {
+ "family": "McCurry",
+ "given": "S."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "1985"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "publisher: National Geographic\ntex.entrysubtype: photograph",
+ "title": "Afghan girl",
+ "URL": "https://www.nationalgeographic.com/magazine/national-geographic-magazine-50-years-of-covers/#/ngm-1985-jun-714.jpg"
+ },
+ {
+ "id": "apa.10.14:101b",
+ "type": "graphic",
+ "contributor": [
+ {
+ "family": "Rinaldi",
+ "given": "Jessica"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2016"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "publisher: The Pulitzer Prizes",
+ "title": "Photograph series of a boy who finds his footing after abuse by those he trusted",
+ "URL": "https://www.pulitzer.org/winners/jessica-rinaldi"
+ },
+ {
+ "id": "apa.10.14:102a",
+ "type": "graphic",
+ "contributor": [
+ {
+ "family": "Canan",
+ "given": "E."
+ },
+ {
+ "family": "Vasilev",
+ "given": "J."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2019",
+ 5,
+ 22
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "publisher-place: Department of Management Control and Information Systems\npublisher: University of Chile",
+ "title": "Lecture notes on resource allocation",
+ "URL": "https://uchilefau.academia.edu/ElseZCanan"
+ },
+ {
+ "id": "apa.10.14:102b",
+ "type": "graphic",
+ "contributor": [
+ {
+ "family": "Housand",
+ "given": "Brian"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2016"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "publisher: SlideShare\ntex.entrysubtype: powerpoint",
+ "title": "Game on! Integrating games and simulations in the classroom",
+ "URL": "https://www.slideshare.net/brianhousand/game-on-iagc-2016/"
+ },
+ {
+ "id": "apa.10.14:102c",
+ "type": "graphic",
+ "contributor": [
+ {
+ "family": "Mack",
+ "given": "R."
+ },
+ {
+ "family": "Spake",
+ "given": "G."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "publisher: Canvas@FNU\ntex.entrysubtype: powerpoint",
+ "title": "Citing open source images and formatting references for presentations",
+ "URL": "https://fnu.onelogin.com/login"
+ },
+ {
+ "id": "apa.10.15:103a",
+ "type": "webpage",
+ "author": [
+ {
+ "literal": "APA Education"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2018",
+ 6,
+ 29
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.author+an:username: 1=\"@APAEducation\"\ntex.entrysubtype: Tweet\ntex.eprinttype: Twitter",
+ "title": "College students are forming mental-health Clubs—and they’re making a difference @washingtonpost. Thumbnail with link attached",
+ "URL": "https://twitter.com/apaeducation/status/1012810490530140161"
+ },
+ {
+ "id": "apa.10.15:103b",
+ "type": "webpage",
+ "author": [
+ {
+ "literal": "Badlands National Park"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2018",
+ 2,
+ 26
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.author+an:username: 1=\"@BadlandsNPS\"\ntex.entrysubtype: Tweet\ntex.eprinttype: Twitter",
+ "title": "Biologists have identified more than 400 different plant species growing in @BadlandsNPS #DYK #biodoversity",
+ "URL": "https://twitter.com/BadlandsNPS/status/968196500412133379"
+ },
+ {
+ "id": "apa.10.15:103c",
+ "type": "webpage",
+ "author": [
+ {
+ "family": "White",
+ "given": "B."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2018",
+ 6,
+ 21
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.author+an:username: 1=\"@BettyMWhite\"\ntex.entrysubtype: Tweet\ntex.eprinttype: Twitter",
+ "title": "I treasure every minute we spent together #koko. Image attached",
+ "URL": "https://twitter.com/BettyMWhite/status/1009951892846227456"
+ },
+ {
+ "id": "apa.10.15:104",
+ "type": "webpage",
+ "accessed": {
+ "date-parts": [
+ [
+ "2019",
+ 11,
+ 1
+ ]
+ ]
+ },
+ "author": [
+ {
+ "literal": "APA Style"
+ }
+ ],
+ "language": "en-US",
+ "note": "tex.author+an:username: 1=\"@APA_Style\"\ntex.entrysubtype: Twitter profile\ntex.eprinttype: Twitter",
+ "title": "Tweets",
+ "URL": "https://twitter.com/APA_Style"
+ },
+ {
+ "id": "apa.10.15:105a",
+ "type": "webpage",
+ "author": [
+ {
+ "family": "Gaiman",
+ "given": "N."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2018",
+ 3,
+ 22
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.entrysubtype: Status update\ntex.eprinttype: Facebook",
+ "title": "100,000+ Rohingya refugees could be at serious risk during Bangladesh’s monsoon season. My fellow UNHCR Goodwill Ambassador Cate Blanchett is. Image attached",
+ "URL": "http://bit.ly/2JQxPAD"
+ },
+ {
+ "id": "apa.10.15:105b",
+ "type": "webpage",
+ "author": [
+ {
+ "literal": "National Institute of Mental Health"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2018",
+ 11,
+ 28
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.entrysubtype: Infographic\ntex.eprinttype: Facebook",
+ "title": "Suicide affects all ages, genders, races, and ethnicities. Check out these 5 Action Steps for Helping Someone in Emotional Pain",
+ "URL": "http://bit.ly/321Qstq"
+ },
+ {
+ "id": "apa.10.15:105c",
+ "type": "webpage",
+ "author": [
+ {
+ "literal": "News From Science"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2018",
+ 6,
+ 26
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.entrysubtype: video\ntex.eprinttype: Facebook",
+ "title": "These frogs walk instead of hop. https://scimag.2KlriwH",
+ "URL": "https://www.facebook.com/ScienceNOW/videos/10155508587605108"
+ },
+ {
+ "id": "apa.10.15:106",
+ "type": "webpage",
+ "accessed": {
+ "date-parts": [
+ [
+ "2019",
+ 7,
+ 22
+ ]
+ ]
+ },
+ "author": [
+ {
+ "literal": "Smithsonian's National Zoo and Conservation Biology Institute"
+ }
+ ],
+ "language": "en-US",
+ "note": "tex.entrysubtype: Facebook page\ntex.eprinttype: Facebook",
+ "title": "Home",
+ "URL": "https://www.facebookcom/nationalzoo"
+ },
+ {
+ "id": "apa.10.15:107",
+ "type": "webpage",
+ "author": [
+ {
+ "literal": "Zeitz MOCAA"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2018",
+ 11,
+ 26
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.author+an:username: 1=\"@zeitzmocaa\"\ntex.entrysubtype: photographs\ntex.eprinttype: Instagram",
+ "title": "Grade 6 learners from Parkfields Primary School in Hanover Park visited the museum for a tour and workshop hosted by",
+ "URL": "https://www.instagram.com/p/BqpHpjFBs3b"
+ },
+ {
+ "id": "apa.10.15:108",
+ "type": "webpage",
+ "accessed": {
+ "date-parts": [
+ [
+ "2019",
+ 4,
+ 16
+ ]
+ ]
+ },
+ "author": [
+ {
+ "literal": "The New York Public Library"
+ }
+ ],
+ "language": "en-US",
+ "note": "tex.author+an:username: 1=\"@nypl\"\ntex.entrysubtype: Highlight\ntex.eprinttype: Instagram",
+ "title": "The raven",
+ "URL": "https://bitly.com/2FV8bu3"
+ },
+ {
+ "id": "apa.10.15:109",
+ "type": "webpage",
+ "author": [
+ {
+ "literal": "National Aeronautics and Space Administration"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2018",
+ 9,
+ 12
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.author+an:username: 1=\"nasa\"\ntex.entrysubtype: Online forum post\ntex.eprinttype: Reddit",
+ "title": "I’m NASA Astronaut Scott Tingle. Ask me anything about adjusting to being back on Earth after my first spaceflight!",
+ "URL": "https://www.reddit.com/r/IAmA/comments/9fagqy/im_nasa_astronaut_scott_tingle_ask_me_anything/"
+ },
+ {
+ "id": "apa.10.16:110a",
+ "type": "webpage",
+ "author": [
+ {
+ "family": "Avramova",
+ "given": "N."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2019",
+ 1,
+ 3
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.eprinttype: CNN",
+ "title": "The secret to a long, happy, health life? Think age-positive",
+ "URL": "https://www.cnn.com/2019/01/03/health/respect-towards-elderly-leads-to-long-life-intl/index.html"
+ },
+ {
+ "id": "apa.10.16:110b",
+ "type": "webpage",
+ "author": [
+ {
+ "family": "Bologna",
+ "given": "C."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2018",
+ 6,
+ 27
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.eprinttype: HuffPost",
+ "title": "What happens to your mind and body when you feel homesick?",
+ "URL": "https://www.huffingtonpost.com/entry/what-happens-mind-body-homesick_us_5b201ebde4b09d7a3d77eee1"
+ },
+ {
+ "id": "apa.10.16:111a",
+ "type": "webpage",
+ "author": [
+ {
+ "literal": "Centers for Disease Control and Prevention"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2018",
+ 1,
+ 23
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "People at high risk of developing flu-related complications",
+ "URL": "https://www.cdc.gov/flu/about/disease/high_risk.htm"
+ },
+ {
+ "id": "apa.10.16:111b",
+ "type": "webpage",
+ "author": [
+ {
+ "literal": "World Health Organization"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2018",
+ 3
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "Questions and answers on immunization and vaccine safety",
+ "URL": "https://www.who.int/features/qa/84/en/"
+ },
+ {
+ "id": "apa.10.16:112",
+ "type": "webpage",
+ "author": [
+ {
+ "family": "Martin Lillie",
+ "given": "C. M."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2016",
+ 12,
+ 29
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.eprinttype: Mayo Clinic",
+ "title": "Be kind to yourself. How Self-Compassion Can Improve Your Resiliency",
+ "URL": "https://www.mayoclinic.org/healthy-lifestyle/adult-health/in-depth/self-compassion-can-improve-your-resiliency/art-20267193"
+ },
+ {
+ "id": "apa.10.16:113a",
+ "type": "webpage",
+ "author": [
+ {
+ "family": "Boddy",
+ "given": "J."
+ },
+ {
+ "family": "Neumann",
+ "given": "T."
+ },
+ {
+ "family": "Jennings",
+ "given": "S."
+ },
+ {
+ "family": "Morrow",
+ "given": "V."
+ },
+ {
+ "family": "Alderson",
+ "given": "P."
+ },
+ {
+ "family": "Rees",
+ "given": "R."
+ },
+ {
+ "family": "Gibson",
+ "given": "W."
+ }
+ ],
+ "language": "en-US",
+ "note": "tex.eprinttype: The Research Ethics Guidebook: A Resource for Social Scientists",
+ "title": "Ethics principles",
+ "URL": "http://www.ethicsguidebook.ac.uk/EthicsPrinciples"
+ },
+ {
+ "id": "apa.10.16:113b",
+ "type": "webpage",
+ "author": [
+ {
+ "literal": "National Nurses United"
+ }
+ ],
+ "language": "en-US",
+ "title": "What employers should do to protect nurses from Zika",
+ "URL": "https://www.nationalnursesunited.org/pages/what-employers-should-do-to-protect-rns-from-zika"
+ },
+ {
+ "id": "apa.10.16:114",
+ "type": "webpage",
+ "accessed": {
+ "date-parts": [
+ [
+ "2019",
+ 7,
+ 3
+ ]
+ ]
+ },
+ "author": [
+ {
+ "literal": "U.S. Census Bureau"
+ }
+ ],
+ "language": "en-US",
+ "note": "authority: U.S. Department of Commerce",
+ "title": "U.S. and world population clock",
+ "URL": "https://www.census.gov/popclock/"
+ },
+ {
+ "id": "apa.11.4:1",
+ "type": "legal_case",
+ "issued": {
+ "date-parts": [
+ [
+ "1954"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.citation: 347 U.S. 483",
+ "title": "Brown v. Board of education",
+ "URL": "http://www.oyez.org/cases/1940-1955/347us483"
+ },
+ {
+ "id": "apa.11.4:2",
+ "type": "legal_case",
+ "issued": {
+ "date-parts": [
+ [
+ "2015"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.citation: 576 U.S. ___",
+ "title": "Obergefell v. Hodges",
+ "URL": "https://www.supremecourt.gov/opinions/14pdf/14-556_3204.pdf"
+ },
+ {
+ "id": "apa.11.4:3",
+ "type": "legal_case",
+ "issued": {
+ "date-parts": [
+ [
+ "1991"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "authority: 9th Cir.\ntex.citation: 951 F.2d 1128",
+ "title": "Daubert v. Merrell dow pharmaceuticals, inc.",
+ "URL": "https://openjurist.org/951/f2d/1128/william-dabert-v-merrell-dow-pharmaceuticals"
+ },
+ {
+ "id": "apa.11.4:4",
+ "type": "legal_case",
+ "issued": {
+ "date-parts": [
+ [
+ "2001"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "authority: N.D. Ohio\ntex.citation: 133 F.Supp.2d 1034",
+ "title": "Burriola v. Greater toledo YMCA",
+ "URL": "https://law.justia.com/cases/federal/district-courts/FSupp2/133/1034/2293141/"
+ },
+ {
+ "id": "apa.11.4:5",
+ "type": "legal_case",
+ "issued": {
+ "date-parts": [
+ [
+ "1984"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "original-date: 1981\ntex.citation: 563 F.Supp. 332 and aff'd and 727 F.2d 888\ntex.citation+an:citedate: 1=\"1981\";3=\"1984\"\ntex.citation+an:citeinfo: 2=appeal\ntex.citation+an:citeorg: 1=\"D. Kan.\";3=\"10th Cir.\"",
+ "title": "Durflinger v. Artiles",
+ "URL": "https://openjurist.org/727/f2d/888/durflinger-v-artiles"
+ },
+ {
+ "id": "apa.11.4:6",
+ "type": "legal_case",
+ "issued": {
+ "date-parts": [
+ [
+ "1976"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.citation: 17 Cal.3d 425 and 131 Cal. Rptr. 14 and 551 P.2d 334",
+ "title": "Tarasoff v. Regents of the university of california",
+ "URL": "https://www.casebriefs.com/blog/law/torts/tors-keyed-to-dobbs/the-duty-to-protect-from-third-persons/tarasoff-v-regents-of-university-of-california"
+ },
+ {
+ "id": "apa.11.4:7",
+ "type": "legal_case",
+ "issued": {
+ "date-parts": [
+ [
+ "1992"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.citation: 826 S.W.2d 201\ntex.citation+an:citedate: 1=\"1992\"\ntex.citation+an:citeorg: 1=\"Tex. Ct. App.\"",
+ "title": "Texas v. Morales",
+ "URL": "https://www.leagle.com/decision/19921027826sw2d20111010"
+ },
+ {
+ "id": "apa.11.5:8",
+ "type": "legislation",
+ "issued": {
+ "date-parts": [
+ [
+ "1990"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "publisher-place: 42 U.S.C § 12101 et seq.",
+ "title": "American with disabilities act. of 1990",
+ "URL": "https://www.ada.gov/pubs/adastatute08.htm"
+ },
+ {
+ "id": "apa.11.5:9",
+ "type": "legislation",
+ "issued": {
+ "date-parts": [
+ [
+ "1964"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "publisher-place: Pub. L. No. 88–352, 78 Stat. 241",
+ "title": "Civil rights act. of 1964",
+ "URL": "https://www.govinfo.gov/content/pkg/STATUE-78/pdf/STATUTE-78-Pg241.pdf"
+ },
+ {
+ "id": "apa.11.5:10",
+ "type": "legislation",
+ "issued": {
+ "date-parts": [
+ [
+ "2015"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "publisher-place: 20 U.S.C § 6301",
+ "title": "Every student succeeds act",
+ "URL": "https://www.congress.gov/114/plaws/publ95/PLAW-114publ95.pdf"
+ },
+ {
+ "id": "apa.11.5:11",
+ "type": "legislation",
+ "issued": {
+ "date-parts": [
+ [
+ "2009"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "publisher-place: Pub. L. No. 111-2, 123 Stat. 5",
+ "title": "Lilly leadbetter fair play act. of 2009",
+ "URL": "https://www.govinfo.gov/content/pkg/PLAW-111publ2/pdf/PLAW-111publ2.pdf"
+ },
+ {
+ "id": "apa.11.5:12",
+ "type": "legislation",
+ "issued": {
+ "date-parts": [
+ [
+ "1972"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "publisher-place: 20 U.S.C § 1681 et seq.",
+ "title": "Patsy mink equal opportunity in education act",
+ "URL": "https://www.justice.org/crt/title-ix-education-amendments-1972"
+ },
+ {
+ "id": "apa.11.5:13",
+ "type": "legislation",
+ "issued": {
+ "date-parts": [
+ [
+ "2009"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "original-date: 1971\npublisher-place: Fla. Stat. § 394",
+ "title": "Florida mental health act",
+ "URL": "http://www.leg.state.fl.us/statues/index.cfm?App_mode=Display_Statute&URL=0300-0399/0394/0394.html"
+ },
+ {
+ "id": "apa.11.6:14",
+ "type": "bill",
+ "issued": {
+ "date-parts": [
+ [
+ "2016"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "publisher-place: 114th Cong.\ntype: regulation",
+ "title": "Federal real property reform. How cutting red tape and better management count achieve billions in savings, U.S. Senate Committee on Homeland Security and Governmental Affairs",
+ "URL": "http://www.gsa.gov/portal/content/233107"
+ },
+ {
+ "id": "apa.11.6:15",
+ "type": "bill",
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "publisher-place: 113th Cong.\ntype: regulation",
+ "title": "Strengthening the federal student loan program for borrowers. Hearing before the U.S. Senate Committee on Health, Education, Labor & Pensions",
+ "title-short": "Strengthening the federal student loan program",
+ "URL": "https://www.help.senate.gov/hearings/strengthening-the-federal-student-load-program-for-borrowers"
+ },
+ {
+ "id": "apa.11.6:16",
+ "type": "legislation",
+ "issued": {
+ "date-parts": [
+ [
+ "2013"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "publisher-place: H.R 1100, 113th Cong.",
+ "title": "Mental health on campus improvement act",
+ "URL": "https://www.congress.gov/bill/113th-congress/house-bill/1100"
+ },
+ {
+ "id": "apa.11.6:17",
+ "type": "bill",
+ "issued": {
+ "date-parts": [
+ [
+ "2016"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "issue: 438\npublisher-place: 114th Cong. and 162 Cong. Rec. 2394\ntype: resolution\ntex.source: senate",
+ "URL": "https://www.congress.gov/congressional-record/2016/04/21/senate-section/article/S2394-2"
+ },
+ {
+ "id": "apa.11.6:18",
+ "type": "report",
+ "issued": {
+ "date-parts": [
+ [
+ "2015"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "issue: 114-358\ntex.source: houseofrepresentatives",
+ "URL": "https://www.gpo.gov/fdsys/pkg/CRPT-114rpt358/pdf/CRPT-114hrpt358.pdf"
+ },
+ {
+ "id": "apa.11.7:19",
+ "type": "legislation",
+ "issued": {
+ "date-parts": [
+ [
+ "2009"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.citation: 45 C.F.R. § 46",
+ "title": "Protection of human subjects",
+ "URL": "https://www.hhs.gov/ohrp/sites/default/files/ohrp/policy/ohrpregulations.pdf"
+ },
+ {
+ "id": "apa.11.7:20",
+ "type": "legislation",
+ "issued": {
+ "date-parts": [
+ [
+ "2016",
+ 5,
+ 23
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "tex.citation: 81 F.R. 32391",
+ "title": "Defining and delimiting the exemptions for executive, administrative, professional, outside sales and computer employees",
+ "title-short": "Defining and delimiting",
+ "URL": "https://www.federalregister.gov/articles/2016/05/23/2016-11754/defining-and-delimiting-the-exemptions-for-executive-administrative-professional-outside-sales-and"
+ },
+ {
+ "id": "apa.11.7:21",
+ "type": "legislation",
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "issue: 13,676\ntype: execorder\ntex.citation: 3 C.F.R. 294",
+ "URL": "https://www.govinfo.gov/content/pkg/CFR-2015-title3-vol1/pdf/CFR-2015-title3-vol1-eo13676.pdf"
+ },
+ {
+ "id": "apa.11.8:22",
+ "type": "patent",
+ "author": [
+ {
+ "family": "Hiremath",
+ "given": "S. C."
+ },
+ {
+ "family": "Kumar",
+ "given": "S."
+ },
+ {
+ "family": "Lu",
+ "given": "F."
+ },
+ {
+ "family": "Salehi",
+ "given": "A"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2016"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "publisher: U.S. Patent and Trademark Office\ntype: U.S. patent",
+ "number": "9,367,592",
+ "title": "Using metaphors to present concepts across different intellectual domains",
+ "URL": "http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=9367592"
+ },
+ {
+ "id": "apa.11.9:23",
+ "type": "legislation",
+ "language": "en-US",
+ "note": "type: constitution\ntex.article: I\ntex.source: us",
+ "section": "3"
+ },
+ {
+ "id": "apa.11.9:24",
+ "type": "legislation",
+ "language": "en-US",
+ "note": "type: constitution\ntex.article: IX\ntex.source: southcarolina",
+ "section": "3"
+ },
+ {
+ "id": "apa.11.9:25",
+ "type": "legislation",
+ "language": "en-US",
+ "note": "type: constitution\ntex.amendment: XIX\ntex.source: us"
+ },
+ {
+ "id": "apa.11.9:26",
+ "type": "legislation",
+ "language": "en-US",
+ "note": "type: constitution\ntex.amendment: XIX\ntex.eventdate: 1933\ntex.source: us"
+ },
+ {
+ "id": "apa.11.9:27",
+ "type": "legislation",
+ "language": "en-US",
+ "note": "type: constitution\ntex.amendment: I–X\ntex.source: us"
+ },
+ {
+ "id": "apa.11.9:28",
+ "type": "legislation",
+ "language": "en-US",
+ "note": "type: charter\ntex.article: 1\ntex.part: 3\ntex.source: unitednations"
+ },
+ {
+ "id": "apa.11.10:29",
+ "type": "legislation",
+ "issued": {
+ "date-parts": [
+ [
+ "1989",
+ 11,
+ 20
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "type: treaty",
+ "title": "United nations convention on the rights of the child",
+ "URL": "https://www.ohchr.org/en/professionalinterest/pages/crc.aspx"
+ }
+]
diff --git a/tests/bbt/bib/biblatex-apa-test-references.bib b/tests/bbt/bib/biblatex-apa-test-references.bib
index bfc8d946..63da39c6 100644
--- a/tests/bbt/bib/biblatex-apa-test-references.bib
+++ b/tests/bbt/bib/biblatex-apa-test-references.bib
@@ -1,20 +1,20 @@
% (APA 9.8)
-@BOOK{9.8:1,
+@BOOK{apa.9.8:1,
AUTHOR = {A. A. Author and B. B. Author},
DATE = {2014}
}
-@BOOK{9.8:2,
+@BOOK{apa.9.8:2,
AUTHOR = {{American Psychological Association} and {National Institutes of Health}},
DATE = {2014}
}
-@BOOK{9.8:3,
+@BOOK{apa.9.8:3,
AUTHOR = {A. A. Author and B. B. Author and C. C. Author},
DATE = {2014}
}
-@BOOK{9.8:4,
+@BOOK{apa.9.8:4,
AUTHOR = {First and Second and Third and Fourth and Fifth and Sixth and
Seventh and Eighth and Ninth and Tenth and Eleventh and Twelfth and
Thirteenth and Fourteenth and Fifteenth and Sixteenth and
@@ -22,7 +22,7 @@ @BOOK{9.8:4
DATE = {2014}
}
-@BOOK{9.8:5,
+@BOOK{apa.9.8:5,
AUTHOR = {First and Second and Third and Fourth and Fifth and Sixth and
Seventh and Eighth and Ninth and Tenth and Eleventh and Twelfth and
Thirteenth and Fourteenth and Fifteenth and Sixteenth and
@@ -31,30 +31,30 @@ @BOOK{9.8:5
DATE = {2014}
}
-@BOOK{9.8:6,
+@BOOK{apa.9.8:6,
AUTHOR = {Xu, Ai-Jun},
DATE = {2014}
}
% protect the hyphenated lower-case initial from being detected
-@BOOK{9.8:7,
+@BOOK{apa.9.8:7,
AUTHOR = {Raboso, {Lee-ann}},
DATE = {2014}
}
-@BOOK{9.8:8,
+@BOOK{apa.9.8:8,
AUTHOR = {Author, Jr., A. A. and B. B. Author},
DATE = {2014}
}
-@BOOK{9.8:9,
+@BOOK{apa.9.8:9,
AUTHOR = {K. Meyers},
WITH = {W. T. Long},
TITLE = {Withering Worrying},
DATE = {2014}
}
-@BOOK{9.8:10,
+@BOOK{apa.9.8:10,
AUTHOR = {Plato},
DATE = {2014}
}
@@ -62,14 +62,14 @@ @BOOK{9.8:10
% using the biber string annotation feature for usernames. This allows
% usernames to be attached to any name in a name list. Must call a username
% annotation "username"
-@BOOK{9.8:11,
+@BOOK{apa.9.8:11,
AUTHOR = {U. Author},
AUTHOR+an:username = {1="@ausername"},
DATE = {2014}
}
% Testing seasons
-@ARTICLE{9.14:1,
+@ARTICLE{apa.9.14:1,
AUTHOR = {Arthur Test},
TITLE = {Test Title},
JOURNALTITLE = {Seasonal Journal},
@@ -78,7 +78,7 @@ @ARTICLE{9.14:1
DATE = {2012-22}
}
-@ARTICLE{9.14:2,
+@ARTICLE{apa.9.14:2,
AUTHOR = {Arthur Test},
TITLE = {Test Title 2},
JOURNALTITLE = {Seasonal Journal},
@@ -88,203 +88,203 @@ @ARTICLE{9.14:2
}
% (APA 9.44)
-@NAMEONLY{9.44:1a,
+@NAMEONLY{apa.9.44:1a,
AUTHOR = {A. S. Benjamin}
}
-@NAMEONLY{9.44:1b,
+@NAMEONLY{apa.9.44:1b,
AUTHOR = {ben Yaakov, D.}
}
-@NAMEONLY{9.44:2a,
+@NAMEONLY{apa.9.44:2a,
AUTHOR = {N. K. Denzin}
}
-@NAMEONLY{9.44:2b,
+@NAMEONLY{apa.9.44:2b,
AUTHOR = {de Onís, C.}
}
-@NAMEONLY{9.44:2c,
+@NAMEONLY{apa.9.44:2c,
AUTHOR = {J. T. Devlin}
}
-@NAMEONLY{9.44:3a,
+@NAMEONLY{apa.9.44:3a,
AUTHOR = {Girard, John-Bill}
}
-@NAMEONLY{9.44:3b,
+@NAMEONLY{apa.9.44:3b,
AUTHOR = {Girard-Perregaux, A. S.}
}
-@NAMEONLY{9.44:4a,
+@NAMEONLY{apa.9.44:4a,
AUTHOR = {Ibn Abdulaziz, T.}
}
-@NAMEONLY{9.44:4b,
+@NAMEONLY{apa.9.44:4b,
AUTHOR = {Ibn Nidal, A. K. M.}
}
-@NAMEONLY{9.44:5a,
+@NAMEONLY{apa.9.44:5a,
AUTHOR = {M. E. López}
}
-@NAMEONLY{9.44:5b,
+@NAMEONLY{apa.9.44:5b,
AUTHOR = {López de Molina, G.}
}
-@NAMEONLY{9.44:6a,
+@NAMEONLY{apa.9.44:6a,
AUTHOR = {MacCallum, II, T.}
}
-@NAMEONLY{9.44:6b,
+@NAMEONLY{apa.9.44:6b,
AUTHOR = {MacCallum, III, T.}
}
-@NAMEONLY{9.44:7a,
+@NAMEONLY{apa.9.44:7a,
AUTHOR = {E. MacNeil}
}
-@NAMEONLY{9.44:7b,
+@NAMEONLY{apa.9.44:7b,
AUTHOR = {Z. C. E. McAdoo}
}
-@NAMEONLY{9.44:7c,
+@NAMEONLY{apa.9.44:7c,
AUTHOR = {L. L. M'Carthy}
}
-@NAMEONLY{9.44:8a,
+@NAMEONLY{apa.9.44:8a,
AUTHOR = {S. R. Olson}
}
-@NAMEONLY{9.44:8b,
+@NAMEONLY{apa.9.44:8b,
AUTHOR = {U. O'Neil}
}
-@NAMEONLY{9.44:8c,
+@NAMEONLY{apa.9.44:8c,
AUTHOR = {R. Oppenheimer}
}
-@NAMEONLY{9.44:9a,
+@NAMEONLY{apa.9.44:9a,
AUTHOR = {F. Partridge}
}
-@NAMEONLY{9.44:9b,
+@NAMEONLY{apa.9.44:9b,
AUTHOR = {Plato}
}
-@NAMEONLY{9.44:10a,
+@NAMEONLY{apa.9.44:10a,
AUTHOR = {San Martin, Q. E}
}
-@NAMEONLY{9.44:10b,
+@NAMEONLY{apa.9.44:10b,
AUTHOR = {Santa Maria, M.}
}
-@NAMEONLY{9.44:10c,
+@NAMEONLY{apa.9.44:10c,
AUTHOR = {F. E. Santayana}
}
% Silly requirement to list "Sr" before "Jr" because it's "older"
-@NAMEONLY{9.44:11a,
+@NAMEONLY{apa.9.44:11a,
AUTHOR = {Santiago, Sr., J.},
SORTNAME = {SantiagoJ1}
}
-@NAMEONLY{9.44:11b,
+@NAMEONLY{apa.9.44:11b,
AUTHOR = {Santiago, Jr., J.},
SORTNAME = {SantiagoJ2}
}
-@NAMEONLY{9.44:12a,
+@NAMEONLY{apa.9.44:12a,
AUTHOR = {S. A. Villafuerte}
}
-@NAMEONLY{9.44:12b,
+@NAMEONLY{apa.9.44:12b,
AUTHOR = {Villa-Lobos, J.}
}
% (APA 9.46)
-@BOOK{9.46:1,
+@BOOK{apa.9.46:1,
AUTHOR = {S. N. Patel}
}
-@BOOK{9.46:2,
+@BOOK{apa.9.46:2,
AUTHOR = {S. N. Patel},
DATE = {2016}
}
-@BOOK{9.46:3,
+@BOOK{apa.9.46:3,
AUTHOR = {S. N. Patel},
DATE = {2020}
}
-@BOOK{9.46:4,
+@BOOK{apa.9.46:4,
AUTHOR = {S. N. Patel},
DATE = {2020-04}
}
-@BOOK{9.46:5,
+@BOOK{apa.9.46:5,
AUTHOR = {S. N. Patel},
PUBSTATE = {inpress}
}
-@BOOK{9.46:6,
+@BOOK{apa.9.46:6,
AUTHOR = {T. E. Davidson},
DATE = {2019}
}
-@BOOK{9.46:7,
+@BOOK{apa.9.46:7,
AUTHOR = {T. E. Davidson and McCabe, M. P.},
DATE = {2015}
}
-@BOOK{9.46:8,
+@BOOK{apa.9.46:8,
AUTHOR = {Costa, Jr., P. T. and McCrae, R. R.},
DATE = {2013}
}
-@BOOK{9.46:9,
+@BOOK{apa.9.46:9,
AUTHOR = {Costa, Jr., P. T. and McCrae, R. R.},
DATE = {2014}
}
-@BOOK{9.46:10,
+@BOOK{apa.9.46:10,
AUTHOR = {T. E. Jacobson and B. Duncan and S. E. Young},
DATE = {2019}
}
-@BOOK{9.46:11,
+@BOOK{apa.9.46:11,
AUTHOR = {T. E. Jacobson and K. M. Raymond},
DATE = {2017}
}
-@BOOK{9.46:12,
+@BOOK{apa.9.46:12,
AUTHOR = {S. J. Pfeiffer and Wan-Wan Chu and S. H. Park},
DATE = {2018}
}
-@BOOK{9.46:13,
+@BOOK{apa.9.46:13,
AUTHOR = {S. J. Pfeiffer and Wan-Wan Chu and T. L. Wall},
DATE = {2018}
}
% (APA 9.47)
-@BOOK{9.47:1,
+@BOOK{apa.9.47:1,
AUTHOR = {H. Azikiwe and A. Bello},
DATE = {2020}
}
-@BOOK{9.47:2,
+@BOOK{apa.9.47:2,
AUTHOR = {H. Azikiwe and A. Bello},
DATE = {2020-03-26}
}
-@BOOK{9.47:3,
+@BOOK{apa.9.47:3,
AUTHOR = {H. Azikiwe and A. Bello},
DATE = {2020-04-02}
}
-@ARTICLE{9.47:4,
+@ARTICLE{apa.9.47:4,
AUTHOR = {T. A. Judge and Kammeyer-Mueller, J. D},
TITLE = {General and Specific Measures in Organizational Behaviour Research},
SUBTITLE = {Considerations, Examples, and Recommandations for Researchers},
@@ -296,7 +296,7 @@ @ARTICLE{9.47:4
DOI = {10.1002/job.764}
}
-@ARTICLE{9.47:5,
+@ARTICLE{apa.9.47:5,
AUTHOR = {T. A. Judge and Kammeyer-Mueller, J. D},
TITLE = {On the Value of Aiming High},
SUBTITLE = {The Causes and Consequences of Ambition},
@@ -310,87 +310,87 @@ @ARTICLE{9.47:5
% Testing title nosort options - title sorting ignores "The" "An" and "A"
% at the beginning
-@BOOK{9.47:6,
+@BOOK{apa.9.47:6,
AUTHOR = {A. Smith},
TITLE = {Interesting Things},
DATE = {2014}
}
-@BOOK{9.47:7,
+@BOOK{apa.9.47:7,
AUTHOR = {A. Smith},
TITLE = {A Litany of Special Things},
DATE = {2014}
}
-@BOOK{9.47:8,
+@BOOK{apa.9.47:8,
AUTHOR = {A. Smith},
TITLE = {An Awful Lot of Special Things},
DATE = {2014}
}
-@BOOK{9.47:9,
+@BOOK{apa.9.47:9,
AUTHOR = {A. Smith},
TITLE = {The Banality of Special Things},
DATE = {2014}
}
% Testing no date and in press extradate
-@BOOK{9.47:10,
+@BOOK{apa.9.47:10,
AUTHOR = {B. Brown}
}
-@BOOK{9.47:11,
+@BOOK{apa.9.47:11,
AUTHOR = {B. Brown}
}
-@BOOK{9.47:12,
+@BOOK{apa.9.47:12,
AUTHOR = {B. Brown},
PUBSTATE = {inpress}
}
-@BOOK{9.47:13,
+@BOOK{apa.9.47:13,
AUTHOR = {B. Brown},
PUBSTATE = {inpress}
}
% (APA 9.48)
-@BOOK{9.48:1,
+@BOOK{apa.9.48:1,
AUTHOR = {J. M. Taylor and G. J. Neimeyer},
DATE = {2015}
}
-@BOOK{9.48:2,
+@BOOK{apa.9.48:2,
AUTHOR = {T. Taylor},
DATE = {2014}
}
% (APA 9.49)
-@BOOK{9.49:1,
+@BOOK{apa.9.49:1,
AUTHOR = {Anonymous},
TITLE = {The Pnakotic Manuscript},
DATE = {-3000~}
}
-@BOOK{9.49:2,
+@BOOK{apa.9.49:2,
TITLE = {The Book of Eibon},
DATE = {-2000~}
}
-@BOOK{9.49:3,
+@BOOK{apa.9.49:3,
AUTHOR = {A. Smith},
TITLE = {Top 100 Silliest Reference List Sorting Requirements},
SORTTITLE = {Top One Hundred Silliest Reference List Sorting Requirements},
DATE = {2019}
}
-@BOOK{9.49:4,
+@BOOK{apa.9.49:4,
AUTHOR = {A. Smith},
TITLE = {Top 10 Political Pandering Epithets in Psychology},
SORTTITLE = {Top Ten Political Pandering Epithets in Psychology},
DATE = {2019}
}
-@ARTICLE{9.49:5,
+@ARTICLE{apa.9.49:5,
AUTHOR = {J. Jones},
TITLE = {Annoyingly Casual Titles},
SUBTITLE = {How to Exhaust All Effort on the Title Alone},
@@ -399,7 +399,7 @@ @ARTICLE{9.49:5
DATE = {2012}
}
-@ARTICLE{9.49:6,
+@ARTICLE{apa.9.49:6,
AUTHOR = {J. Jones},
TITLE = {Annoyingly Casual Titles},
SUBTITLE = {Creating Titles to Distract from Vacuity},
@@ -410,7 +410,7 @@ @ARTICLE{9.49:6
% (APA 9.51)
% Mapped to INBOOK by style sourcemap
-@INCOLLECTION{9.51:1,
+@INCOLLECTION{apa.9.51:1,
AUTHOR = {L. K. Barber and M. J. Grawitch and P. W. Maloney},
EDITOR = {M. J. Grawitch and D. W. Ballard},
TITLE = {Work-Life Balance},
@@ -434,7 +434,7 @@ @INCOLLECTION{9.51:1
factors influencing their effectiveness.}
}
-@ARTICLE{9.51:2,
+@ARTICLE{apa.9.51:2,
AUTHOR = {D. S. Carlson and M. J. Thompson and K. M. Kacmar},
TITLE = {Double Crossed},
SUBTITLE = {The Spillover and Crossover Effect of Work Demands on
@@ -466,7 +466,7 @@ @ARTICLE{9.51:2
}
% (APA 9.52)
-@ARTICLE{9.52:1,
+@ARTICLE{apa.9.52:1,
AUTHOR = {L. Angel and C. Bastin and S. Genon and E. Balteau and
C. Phillips and A. Luxen and P. Maquet and E. Salmon
and F. Collette},
@@ -482,7 +482,7 @@ @ARTICLE{9.52:1
}
% Mapped to INBOOK by style sourcemap
-@INCOLLECTION{9.52:2,
+@INCOLLECTION{apa.9.52:2,
AUTHOR = {J. R. Finley and J. G. Tullis and A. S. Benjamin},
EDITOR = {M. S. Khine and I. M. Saleh},
TITLE = {Metacognitive Control of Learning and Remembering},
@@ -494,7 +494,7 @@ @INCOLLECTION{9.52:2
DOI = {10.1007/978-1-4419-57160_6}
}
-@ARTICLE{9.52:3,
+@ARTICLE{apa.9.52:3,
AUTHOR = {R. Hanaki and N. Abe and T. Fujii and A. Ueno and Y.
Nishio and K. Hiraoka and T. Shimomura and O. Iizuka
and M. Shinohara and K. Hirayama and E. Mori},
@@ -509,7 +509,7 @@ @ARTICLE{9.52:3
KEYWORDS = {meta}
}
-@ARTICLE{9.52:4,
+@ARTICLE{apa.9.52:4,
AUTHOR = {M. B. Hargis and A. D. Castel},
TITLE = {Younger and Older Adults' Associative Memory for
Medication Interactions of Varying Severity},
@@ -523,7 +523,7 @@ @ARTICLE{9.52:4
% (APA 10.1 Example 1)
% Note that the URL is suppressed if there is a DOI
-@ARTICLE{10.1:1,
+@ARTICLE{apa.10.1:1,
AUTHOR = {S. M. McCauley and M. H. Christiansen},
TITLE = {Language Learning as Language Use},
SUBTITLE = {A Cross-Linguistic Model of Child Language Development},
@@ -537,7 +537,7 @@ @ARTICLE{10.1:1
}
% (APA 10.1 Example 2)
-@ARTICLE{10.1:2,
+@ARTICLE{apa.10.1:2,
AUTHOR = {E. Ahmann and L. J. Tuttle and M. Saviet and S. D. Wright},
TITLE = {A Descriptive Review of {ADHD} Coaching Research},
SUBTITLE = {Implications for College Students},
@@ -550,7 +550,7 @@ @ARTICLE{10.1:2
}
% (APA 10.1 Example 3)
-@ARTICLE{10.1:3a,
+@ARTICLE{apa.10.1:3a,
AUTHOR = {M. Anderson},
TITLE = {Getting Consistent with Consequences},
JOURNALTITLE = {Educational Leadership},
@@ -560,7 +560,7 @@ @ARTICLE{10.1:3a
DATE = {2018}
}
-@ARTICLE{10.1:3b,
+@ARTICLE{apa.10.1:3b,
ENTRYSUBTYPE = {nonacademic},
AUTHOR = {C. Goldman},
TITLE = {The Complicated Calibration of Love, Especially in Adoption},
@@ -570,7 +570,7 @@ @ARTICLE{10.1:3b
% (APA 10.1 Example 4)
% This is incorrect in APA 7th as the DOI is http but the standard is https
-@ARTICLE{10.1:4,
+@ARTICLE{apa.10.1:4,
AUTHOR = {E. Kalnay and M. Kanamitsu and R. Kistler and W.
Collins and D. Deaven and L. Gandin and M. Iredell and S.
Saha and G. White and J. Wollen and Y. Zhu and M.
@@ -589,7 +589,7 @@ @ARTICLE{10.1:4
% (APA 10.1 Example 5)
% Use AUTHOR for mixed people/group author lists as special formatting is only
% specified for group author lists (APA 9.8)
-@ARTICLE{10.1:5,
+@ARTICLE{apa.10.1:5,
AUTHOR = {De Vries, R. and M. Nieuwenhuijze and S. E. Buitendijk
and {the members of Midwifery Science Work Group}},
TITLE = {What Does It Take To Have a Strong and Independent Profession of Midwifery?
@@ -603,7 +603,7 @@ @ARTICLE{10.1:5
}
% (APA 10.1 Example 6)
-@ARTICLE{10.1:6,
+@ARTICLE{apa.10.1:6,
AUTHOR = {D. Burin and K. Kilteni and M. Rabuffetti and M. Slater and L. Pia},
TITLE = {Body Ownership Increases the Interference Between
Observed and Executed Movements},
@@ -616,7 +616,7 @@ @ARTICLE{10.1:6
}
% (APA 10.1 Example 7)
-@ARTICLE{10.1:7,
+@ARTICLE{apa.10.1:7,
AUTHOR = {S. M. Huestegge and T. Raettig and L. Huestegge},
TITLE = {Are Face-Incongruent Voices Harder to Process?
{Effects} of Face-Voice Gender Incongruity on
@@ -628,7 +628,7 @@ @ARTICLE{10.1:7
}
% (APA 10.1 Example 8)
-@ARTICLE{10.1:8,
+@ARTICLE{apa.10.1:8,
PUBSTATE = {inpress},
AUTHOR = {T. Pachur and B. Scheibehenne},
TITLE = {Unpacking Buyer-Seller Differences in Valuation from Experience},
@@ -637,7 +637,7 @@ @ARTICLE{10.1:8
}
% (APA 10.1 Example 9)
-@ARTICLE{10.1:9,
+@ARTICLE{apa.10.1:9,
AUTHOR = {V. Chaves-Morillo and Gómez Calero, C. and J. J.
Fernández-Muñoz and A. Toledano-Muñoz and J.
Fernández-Heute and N. Martinez-Monge and D.
@@ -654,7 +654,7 @@ @ARTICLE{10.1:9
}
% (APA 10.1 Example 10)
-@ARTICLE{10.1:10,
+@ARTICLE{apa.10.1:10,
AUTHOR = {J. Piaget},
TRANSLATOR = {J. Bliss and H. Furth},
TITLE = {Intellectual Evolution from Adolescence to Adulthood},
@@ -668,7 +668,7 @@ @ARTICLE{10.1:10
}
% (APA 10.1 Example 11)
-@ARTICLE{10.1:11,
+@ARTICLE{apa.10.1:11,
AUTHOR = {M. F. Shore},
TITLE = {Marking Time in the Land Of Plenty},
SUBTITLE = {Reflections on Mental Health in the {United} {States}},
@@ -682,7 +682,7 @@ @ARTICLE{10.1:11
RELATEDTYPE = {reprintfrom}
}
-@ARTICLE{10.1:11r,
+@ARTICLE{apa.10.1:11r,
TITLE = {Marking Time in the Land Of Plenty},
SUBTITLE = {Reflections on Mental Health in the {United} {States}},
JOURNALTITLE = {American Journal of Orthopsychiatry},
@@ -694,7 +694,7 @@ @ARTICLE{10.1:11r
}
% (APA 10.1 Example 12)
-@PERIODICAL{10.1:12a,
+@PERIODICAL{apa.10.1:12a,
EDITOR = {S. O. Lilienfeld},
TITLE = {Heterodox Issues in Psychology},
ISSUETITLE = {Special section},
@@ -705,7 +705,7 @@ @PERIODICAL{10.1:12a
DATE = {2018}
}
-@PERIODICAL{10.1:12b,
+@PERIODICAL{apa.10.1:12b,
EDITOR = {S. H. McDaniel and E. Salas and A. E. Kazak},
TITLE = {The Science of Teamwork},
ISSUETITLE = {Special issue},
@@ -716,7 +716,7 @@ @PERIODICAL{10.1:12b
}
% (APA 10.1 Example 13)
-@ARTICLE{10.1:13,
+@ARTICLE{apa.10.1:13,
AUTHOR = {J. Mehrholz and M. Pohl and T. Platz and J. Kugler and B. Elsner},
TITLE = {Electromechanical and Robot-Assisted Arm Training for
Improving Activities of Daily Living, Arm Function, and
@@ -727,7 +727,7 @@ @ARTICLE{10.1:13
}
% (APA 10.1 Example 14)
-@ARTICLE{10.1:14,
+@ARTICLE{apa.10.1:14,
AUTHOR = {M. C. Morey},
TITLE = {Physical Activity and Exercise in Older Adults},
JOURNALTITLE = {{UpToDate}},
@@ -739,7 +739,7 @@ @ARTICLE{10.1:14
% (APA 10.1 Example 15)
% Note use of ENTRYSUBTYPE to indicate non-academic magazine so that dates
% are formatted correctly
-@ARTICLE{10.1:15a,
+@ARTICLE{apa.10.1:15a,
ENTRYSUBTYPE = {nonacademic},
AUTHOR = {S. Bergeson},
TITLE = {Really Cool Neutral Plasmas},
@@ -751,7 +751,7 @@ @ARTICLE{10.1:15a
DOI = {10.1126/science.aau7988}
}
-@ARTICLE{10.1:15b,
+@ARTICLE{apa.10.1:15b,
ENTRYSUBTYPE = {nonacademic},
AUTHOR = {M. Bustillos},
TITLE = {On Video Games and Storytelling},
@@ -761,7 +761,7 @@ @ARTICLE{10.1:15b
URL = {https://www.newyorker.com/books/page-turner/on-video-games-and-storytelling-an-interview-with-tom-bissell}
}
-@ARTICLE{10.1:15c,
+@ARTICLE{apa.10.1:15c,
ENTRYSUBTYPE = {nonacademic},
AUTHOR = {K. Weir},
TITLE = {Forgiveness Can Improve Mental and Physical Health},
@@ -773,7 +773,7 @@ @ARTICLE{10.1:15c
}
% (APA 10.1 Example 16)
-@ARTICLE{10.1:16a,
+@ARTICLE{apa.10.1:16a,
ENTRYSUBTYPE = {nonacademic},
AUTHOR = {B. Guarino},
TITLE = {How Will Humanity React to Alien Life?
@@ -783,7 +783,7 @@ @ARTICLE{10.1:16a
URL = {https://www.washingtonpost.com/news/speaking-of-science/wp/2017/12/04/how-will-humanity-react-to-alien-life-psychologists-have-some-predictions}
}
-@ARTICLE{10.1:16b,
+@ARTICLE{apa.10.1:16b,
ENTRYSUBTYPE = {nonacademic},
AUTHOR = {A. Hess},
TITLE = {Cats Who Take Direction},
@@ -794,7 +794,7 @@ @ARTICLE{10.1:16b
% (APA 10.1 Example 17)
% Can't be ONLINE as the format isn't the same as all other ONLINE examples
-@MISC{10.1:17,
+@MISC{apa.10.1:17,
AUTHOR = {M. Klymkowsky},
TITLE = {Can We Talk Scientifically About Free Will?},
ORGANIZATION = {Sci-Ed},
@@ -806,7 +806,7 @@ @MISC{10.1:17
% This uses the RELATED method which is sensitive to language for the
% "Comment on the article" string. A simpler but less general way of getting the same
% results would be:
-%@ARTICLE{10.1:18,
+%@ARTICLE{apa.10.1:18,
% ENTRYSUBTYPE = {nonacademic},
% AUTHOR = {{KS in NJ}},
% TITLE = {From this article, it sounds like men are figuring
@@ -817,7 +817,7 @@ @ARTICLE{10.1:18
% URL = {https://wapo.st/2HDToGJ}
%}
-@ARTICLE{10.1:18,
+@ARTICLE{apa.10.1:18,
ENTRYSUBTYPE = {nonacademic},
AUTHOR = {{KS in NJ}},
TITLE = {From this article, it sounds like men are figuring
@@ -830,7 +830,7 @@ @ARTICLE{10.1:18
URL = {https://wapo.st/2HDToGJ}
}
-@ARTICLE{10.1:18r,
+@ARTICLE{apa.10.1:18r,
AUTHOR = {A. Author},
TITLE = {How Workout Buddies Can Help Stave off Loneliness},
JOURNALTITLE = {The Washington Post},
@@ -838,7 +838,7 @@ @ARTICLE{10.1:18r
}
% (APA 10.1 Example 19)
-@ARTICLE{10.1:19,
+@ARTICLE{apa.10.1:19,
AUTHOR = {N. G. Cuellar},
TITLE = {Study Abroad Programs},
TITLEADDON = {Editorial},
@@ -851,7 +851,7 @@ @ARTICLE{10.1:19
}
% (APA 10.2 Example 20)
-@BOOK{10.2:20,
+@BOOK{apa.10.2:20,
AUTHOR = {L. S. Brown},
TITLE = {Feminist Therapy},
EDITION = {2},
@@ -861,7 +861,7 @@ @BOOK{10.2:20
}
% (APA 10.2 Example 21)
-@BOOK{10.2:21,
+@BOOK{apa.10.2:21,
AUTHOR = {R. Burgess},
TITLE = {Rethinking Global Health},
SUBTITLE = {Frameworks of Power},
@@ -872,7 +872,7 @@ @BOOK{10.2:21
% (APA 10.2 Example 22)
% The ENTRYSUBTYPE is inserted as a literal string because it is not a known
% localisation string - this is automatically detected.
-@BOOK{10.2:22a,
+@BOOK{apa.10.2:22a,
ENTRYSUBTYPE = {Audiobook},
AUTHOR = {S. Cain},
NARRATOR = {K. Mazur},
@@ -883,7 +883,7 @@ @BOOK{10.2:22a
URL = {http://bit.ly/2GOBpbl}
}
-@BOOK{10.2:22b,
+@BOOK{apa.10.2:22b,
AUTHOR = {B. Christian and T. Griffiths},
TITLE = {Algorithms to Live By},
SUBTITLE = {The Computer Science of Human Decisions},
@@ -893,7 +893,7 @@ @BOOK{10.2:22b
}
% (APA 10.2 Example 23)
-@BOOK{10.2:23,
+@BOOK{apa.10.2:23,
AUTHOR = {D. H. Meadows},
EDITOR = {D. Wright},
TITLE = {Thinking in Systems},
@@ -904,7 +904,7 @@ @BOOK{10.2:23
% (APA 10.2 Example 24)
% Mapped to BOOK by style sourcemap
-@COLLECTION{10.2:24,
+@COLLECTION{apa.10.2:24,
EDITOR = {Schmid, Henry-James},
TITLE = {Entrenchment and the Psychology of Language Learning},
SUBTITLE = {How We Reorganize and Adapt Linguistic Knowledge},
@@ -915,7 +915,7 @@ @COLLECTION{10.2:24
% (APA 10.2 Example 25)
% Mapped to BOOK by style sourcemap
-@COLLECTION{10.2:25,
+@COLLECTION{apa.10.2:25,
EDITOR = {Hacker Hughes, J.},
TITLE = {Military Veteran Psychological Health and Social Care},
SUBTITLE = {Contemporary Approaches},
@@ -925,7 +925,7 @@ @COLLECTION{10.2:25
% (APA 10.2 Example 26)
% Mapped to BOOK by style sourcemap
-@COLLECTION{10.2:26,
+@COLLECTION{apa.10.2:26,
EDITOR = {K. F. Pridham and R. Limbo and M. Schroeder},
TITLE = {Guided Participation in Pediatric Nursing Practice},
SUBTITLE = {Relationship-Based Teaching and Learning with Parents, Children and Adolescents},
@@ -935,7 +935,7 @@ @COLLECTION{10.2:26
}
% (APA 10.2 Example 27)
-@BOOK{10.2:27a,
+@BOOK{apa.10.2:27a,
AUTHOR = {N. Amano and H. Kondo},
TITLE = {Lexical Characteristics of {Japanese} Language},
ORIGTITLE = {Nihongo no goi tokusei},
@@ -944,7 +944,7 @@ @BOOK{10.2:27a
DATE = {2000}
}
-@BOOK{10.2:27b,
+@BOOK{apa.10.2:27b,
AUTHOR = {J. Piaget and B. Inhelder},
TITLE = {The Psychology of the Child},
ORIGTITLE = {La psychologie de l'enfant},
@@ -953,7 +953,7 @@ @BOOK{10.2:27b
}
% (APA 10.2 Example 28)
-@BOOK{10.2:28,
+@BOOK{apa.10.2:28,
AUTHOR = {J. Piaget and B. Inhelder},
TRANSLATOR = {H. Weaver},
EDITION = {2},
@@ -964,7 +964,7 @@ @BOOK{10.2:28
}
% (APA 10.2 Example 29)
-@BOOK{10.2:29a,
+@BOOK{apa.10.2:29a,
AUTHOR = {S. Freud},
EDITOR = {J. Strachey},
TRANSLATOR = {J. Strachey},
@@ -975,7 +975,7 @@ @BOOK{10.2:29a
ORIGDATE = {1900}
}
-@BOOK{10.2:29b,
+@BOOK{apa.10.2:29b,
AUTHOR = {J. K. Rowling},
NARRATOR = {J. Dale},
TITLE = {Harry {Potter} and the Sorceror's Stone},
@@ -987,7 +987,7 @@ @BOOK{10.2:29b
}
% (APA 10.2 Example 30)
-@BOOK{10.2:30a,
+@BOOK{apa.10.2:30a,
AUTHOR = {S. T. Fiske and D. T. Gilbert and G. Lindzey},
TITLE = {Handbook of Social Psychology},
PUBLISHER = {John Wiley \& Sons},
@@ -998,7 +998,7 @@ @BOOK{10.2:30a
}
% Mapped to BOOK by style sourcemap
-@COLLECTION{10.2:30b,
+@COLLECTION{apa.10.2:30b,
EDITOR = {C. B. Travis and J. W. White},
TITLE = {{APA} Handbook of the Psychology of Women},
SUBTITLE = {Vol. 1. History, Theory, and Battlegrounds},
@@ -1008,7 +1008,7 @@ @COLLECTION{10.2:30b
}
% (APA 10.2 Example 31)
-@BOOK{10.2:31,
+@BOOK{apa.10.2:31,
AUTHOR = {S. Madigan},
TITLE = {Narrative Therapy},
PUBLISHER = {American Psychological Association},
@@ -1020,7 +1020,7 @@ @BOOK{10.2:31
% (APA 10.2 Example 32)
% Note the use of AUTHOR instead of AUTHOR here
-@MANUAL{10.2:32a,
+@MANUAL{apa.10.2:32a,
AUTHOR = {{American Psychiatric Association}},
TITLE = {Diagnostic and Statistical Manual of Mental Disorders},
SHORTHAND = {DSM-5},
@@ -1030,7 +1030,7 @@ @MANUAL{10.2:32a
DOI = {10.1176/appi.books.9780890425596}
}
-@MANUAL{10.2:32b,
+@MANUAL{apa.10.2:32b,
AUTHOR = {{World Health Organization}},
TITLE = {International Statistical Classification of Diseases and Related Health Problems},
SHORTHAND = {ICD-11},
@@ -1041,14 +1041,14 @@ @MANUAL{10.2:32b
}
% (APA 10.2 Example 33)
-@BOOK{10.2:33a,
+@BOOK{apa.10.2:33a,
AUTHOR = {{American Psychological Association}},
TITLE = {{APA} Dictionary of Psychology},
URL = {https://dictionary.apa.org/},
URLDATE = {2019-06-14}
}
-@BOOK{10.2:33b,
+@BOOK{apa.10.2:33b,
AUTHOR = {{Merriam-Webster}},
TITLE = {{Merriam-Webster.com} Dictionary},
URL = {https://www.merriam-webster.com/},
@@ -1056,7 +1056,7 @@ @BOOK{10.2:33b
}
% Mapped to BOOK by style sourcemap
-@REFERENCE{10.2:33c,
+@REFERENCE{apa.10.2:33c,
EDITOR = {E. N. Zalta},
TITLE = {The {Stanford} Encyclopedia of Philosophy},
EDITION = {Summer 2019 ed.},
@@ -1067,7 +1067,7 @@ @REFERENCE{10.2:33c
% (APA 10.2 Example 34)
% Mapped to BOOK by style sourcemap
-@COLLECTION{10.2:34,
+@COLLECTION{apa.10.2:34,
EDITOR = {M. Gold},
TITLE = {The Complete Social Scientist},
SUBTITLE = {A {Kurt} {Lewin} Reader},
@@ -1078,7 +1078,7 @@ @COLLECTION{10.2:34
% (APA 10.2 Example 35)
% No AUTHOR - title goes in author position
-@BOOK{10.2:35a,
+@BOOK{apa.10.2:35a,
TITLE = {{King} {James} {Bible}},
DATE = {2017},
ORIGDATE = {1769},
@@ -1086,14 +1086,14 @@ @BOOK{10.2:35a
URL = {https://www.kingjamesbibleonline.org/}
}
-@BOOK{10.2:35b,
+@BOOK{apa.10.2:35b,
TITLE = {The {Qur'an}},
TRANSLATOR = {Abdel Haleem, M. A. S.},
PUBLISHER = {Oxford University Press},
DATE = {2004}
}
-@BOOK{10.2:35c,
+@BOOK{apa.10.2:35c,
TITLE = {{The} {Torah}},
SUBTITLE = {The Five Books of {Moses}},
EDITION = {3},
@@ -1106,7 +1106,7 @@ @BOOK{10.2:35c
% IN* should still put title in the front, even when there is an EDITOR
% requires labelnametemplate for INBOOK (IN* is mapped to INBOOK) and
% sorting changes (so title sorts before editor for IN*)
-@INREFERENCE{10.2:35d,
+@INREFERENCE{apa.10.2:35d,
TITLE = {Cleveland {FreeNet}},
BOOKTITLE = {Encyclopedia of {Cleveland} History},
EDITOR = {John J. Grabowski},
@@ -1118,7 +1118,7 @@ @INREFERENCE{10.2:35d
% Note the special format of the ORIGDATE field and the resulting output.
% Biber supports considerable ISO8601 date formats like this with full
% localisation support for the output. See the BibLaTeX manual.
-@BOOK{10.2:36,
+@BOOK{apa.10.2:36,
AUTHOR = {Aristotle},
TRANSLATOR = {S. H. Butcher},
TITLE = {Poetics},
@@ -1129,7 +1129,7 @@ @BOOK{10.2:36
}
% (APA 10.2 Example 37)
-@BOOK{10.2:37,
+@BOOK{apa.10.2:37,
AUTHOR = {W. Shakespeare},
EDITOR = {B. A. Mowat and P. Werstine},
TITLE = {Much Ado About Nothing},
@@ -1140,7 +1140,7 @@ @BOOK{10.2:37
% (APA 10.3 Example 38)
% Mapped to INBOOK by style sourcemap
-@INCOLLECTION{10.3:38,
+@INCOLLECTION{apa.10.3:38,
AUTHOR = {K. F. Balsam and C. R. Martell and K. P. Jones and S. A. Safren},
EDITOR = {G. Y. Iwamasa and P. A. Hays},
TITLE = {Affirmative Cognitive Behaviour Therapy with Sexual and
@@ -1156,7 +1156,7 @@ @INCOLLECTION{10.3:38
% (APA 10.3 Example 39)
% Mapped to INBOOK by style sourcemap
-@INCOLLECTION{10.3:39,
+@INCOLLECTION{apa.10.3:39,
AUTHOR = {R. Weinstock and G. B. Leong and J. A. Silva},
EDITOR = {R. Rosner},
TITLE = {Defining Forensic Psychiatry},
@@ -1170,7 +1170,7 @@ @INCOLLECTION{10.3:39
% (APA 10.3 Example 40)
% Mapped to INBOOK by style sourcemap
-@INCOLLECTION{10.3:40,
+@INCOLLECTION{apa.10.3:40,
AUTHOR = {N. Tafoya and Del Vecchio, A.},
EDITOR = {M. McGoldrick and J. Giordano and N. Garcia-Preto},
TITLE = {Back to the Future},
@@ -1185,7 +1185,7 @@ @INCOLLECTION{10.3:40
% (APA 10.3 Example 41)
% Mapped to INBOOK by style sourcemap
-@INCOLLECTION{10.3:41,
+@INCOLLECTION{apa.10.3:41,
AUTHOR = {Carcavilla González, N.},
EDITOR = {Garcia Meilán, J. J.},
TITLE = {Auditory Sensory Therapy},
@@ -1200,7 +1200,7 @@ @INCOLLECTION{10.3:41
}
% (APA 10.3 Example 42)
-@INBOOK{10.3:42,
+@INBOOK{apa.10.3:42,
AUTHOR = {M. Heidegger},
EDITOR = {D. F. Krell},
TRANSLATOR = {J. Sallis},
@@ -1215,7 +1215,7 @@ @INBOOK{10.3:42
% (APA 10.3 Example 43)
% Note that this done with the related entries functionality supported by Biber
% Mapped to INBOOK by style sourcemap
-@INCOLLECTION{10.3:43,
+@INCOLLECTION{apa.10.3:43,
AUTHOR = {C. Sacchett and G. W. Humphreys},
EDITOR = {D. A. Balota and E. J. Marsh},
TITLE = {Calling a Squirrel and Squirrel but a Canoe a Wigwam},
@@ -1230,7 +1230,7 @@ @INCOLLECTION{10.3:43
RELATEDTYPE = {reprintfrom}
}
-@ARTICLE{10.3:43r,
+@ARTICLE{apa.10.3:43r,
AUTHOR = {C. Sacchett and G. W. Humphreys},
TITLE = {Calling a Squirrel and Squirrel but a Canoe a Wigwam},
SUBTITLE = {A Category-Specific Deficit for Artefactual Objects and
@@ -1245,7 +1245,7 @@ @ARTICLE{10.3:43r
% (APA 10.3 Example 44)
% Mapped to INBOOK by style sourcemap
-@INCOLLECTION{10.3:44,
+@INCOLLECTION{apa.10.3:44,
AUTHOR = {U. Bronfenbrenner},
EDITOR = {U. Bronfenbrenner},
TITLE = {The Social Ecology of Human Development},
@@ -1259,7 +1259,7 @@ @INCOLLECTION{10.3:44
RELATEDTYPE = {reprintfrom}
}
-@BOOK{10.3:44r,
+@BOOK{apa.10.3:44r,
EDITOR = {F. Richardson},
TITLE = {Brain and Intelligence},
SUBTITLE = {The Ecology of Child Development},
@@ -1270,7 +1270,7 @@ @BOOK{10.3:44r
% (APA 10.3 Example 45)
% Mapped to INBOOK by style sourcemap
-@INCOLLECTION{10.3:45,
+@INCOLLECTION{apa.10.3:45,
AUTHOR = {S. Goldin-Meadow},
EDITOR = {L. S. Liben and U. Mueller},
TITLE = {Gesture and Cognitive Development},
@@ -1285,7 +1285,7 @@ @INCOLLECTION{10.3:45
% (APA 10.3 Example 46)
% Mapped to INBOOK by style sourcemap
-@INCOLLECTION{10.3:46,
+@INCOLLECTION{apa.10.3:46,
AUTHOR = {K. Lewin},
EDITOR = {M. Gold},
TITLE = {Group Decision and Social Change},
@@ -1299,7 +1299,7 @@ @INCOLLECTION{10.3:46
}
% (APA 10.3 Example 47)
-@INBOOK{10.3:47a,
+@INBOOK{apa.10.3:47a,
AUTHOR = {{American Psychological Association}},
TITLE = {Positive Transference},
BOOKTITLE = {{APA} Dictionary of Psychology},
@@ -1307,7 +1307,7 @@ @INBOOK{10.3:47a
URLDATE = {2019-08-31}
}
-@INBOOK{10.3:47b,
+@INBOOK{apa.10.3:47b,
AUTHOR = {{Merriam-Webster}},
TITLE = {Self-Report},
BOOKTITLE = {{Merriam-Webster.com} Dictionary},
@@ -1316,7 +1316,7 @@ @INBOOK{10.3:47b
}
% (APA 10.3 Example 48)
-@INREFERENCE{10.3:48,
+@INREFERENCE{apa.10.3:48,
AUTHOR = {G. Graham},
EDITOR = {E. N. Zalta},
TITLE = {Behaviourism},
@@ -1328,7 +1328,7 @@ @INREFERENCE{10.3:48
}
% (APA 10.3 Example 49)
-@INBOOK{10.3:49,
+@INBOOK{apa.10.3:49,
TITLE = {List of Oldest Companies},
BOOKTITLE = {Wikipedia},
URL = {https://en.wikipedia.org/w/index.php?title=List_of_oldest_companies&oldid=878158136},
@@ -1336,7 +1336,7 @@ @INBOOK{10.3:49
}
% (APA 10.4 Example 50)
-@REPORT{10.4:50a,
+@REPORT{apa.10.4:50a,
AUTHOR = {{Australian Government Productivity Commission} and
{New Zealand Productivity Commission}},
TITLE = {Strengthening Trans-{Tasman} Economic Relations},
@@ -1344,7 +1344,7 @@ @REPORT{10.4:50a
DATE = {2012}
}
-@REPORT{10.4:50b,
+@REPORT{apa.10.4:50b,
AUTHOR = {{Canada Council for the Arts}},
TITLE = {What We Heard},
SUBTITLE = {Summary of Key Findings: 2013 {Canada} {Council's}
@@ -1355,7 +1355,7 @@ @REPORT{10.4:50b
% NUMBER field has the (localised) "No." prefix as the field is basically
% numerical. This detection is automatic.
-@REPORT{10.4:50c,
+@REPORT{apa.10.4:50c,
AUTHOR = {{National Cancer Institute}},
TITLE = {Facing Forward},
SUBTITLE = {Life After Cancer Treatment},
@@ -1366,7 +1366,7 @@ @REPORT{10.4:50c
}
% (APA 10.4 Example 51)
-@REPORT{10.4:51a,
+@REPORT{apa.10.4:51a,
AUTHOR = {D. Fried and A. Polyakova},
TITLE = {Democratic Defense Against Disinformation},
PUBLISHER = {Atlantic Council},
@@ -1374,7 +1374,7 @@ @REPORT{10.4:51a
DATE = {2018}
}
-@REPORT{10.4:51b,
+@REPORT{apa.10.4:51b,
AUTHOR = {A. Segaert and A. Bauer},
TITLE = {The Extent and Nature of Veteran Homelessness in {Canada}},
PUBLISHER = {{Employment and Social Development Canada}},
@@ -1383,7 +1383,7 @@ @REPORT{10.4:51b
}
% (APA 10.4 Example 52)
-@REPORT{10.4:52,
+@REPORT{apa.10.4:52,
AUTHOR = {D. L. Blackwell and J. W. Lucas and T. C. Clarke},
TITLE = {Summary Health Statistics for {U.S.} Adults},
SUBTITLE = {National {Health} {Interview} {Survey}, 2012},
@@ -1395,7 +1395,7 @@ @REPORT{10.4:52
}
% (APA 10.4 Example 53)
-@REPORT{10.4:53,
+@REPORT{apa.10.4:53,
AUTHOR = {{British Cardiovascular Society Working Group}},
TITLE = {British {Cardiovascular} {Society} {Working} {Group} Report},
SUBTITLE = {Out-of-Hours Cardiovascular Care: {Management} of
@@ -1406,7 +1406,7 @@ @REPORT{10.4:53
}
% (APA 10.4 Example 54)
-@REPORT{10.4:54,
+@REPORT{apa.10.4:54,
AUTHOR = {{U.S. Securities and Exchange Commission}},
TITLE = {Agency Financial Report},
SUBTITLE = {Fiscal Year 2017},
@@ -1415,21 +1415,21 @@ @REPORT{10.4:54
}
% (APA 10.4 Example 55)
-@REPORT{10.4:55a,
+@REPORT{apa.10.4:55a,
AUTHOR = {{American Counseling Association}},
TITLE = {2014 {ACA} code of ethics},
URL = {https://www.counseling.org/knowledge-center},
DATE = {2014}
}
-@REPORT{10.4:55b,
+@REPORT{apa.10.4:55b,
AUTHOR = {{American Nurses Association}},
TITLE = {Code of Ethics for Nurses with Interpretive Statements},
URL = {https://www.nursingworld.org/coe-view-only},
DATE = {2015}
}
-@REPORT{10.4:55c,
+@REPORT{apa.10.4:55c,
AUTHOR = {{American Psychological Association}},
TITLE = {Ethical Principles of Psychologists and Code of Conduct},
NOTE = {2002, amended effective June 1, 2010, and January 1, 2017},
@@ -1443,7 +1443,7 @@ @REPORT{10.4:55c
% is quite rare. You could create a localisation string for this with
% \NewBibliographyString and \DeclareBibliographyStrings and remove the
% quotes. See the Data Annotation documentation in the biblatex manual
-@REPORT{10.4:56,
+@REPORT{apa.10.4:56,
AUTHOR = {C. B. Blair},
AUTHOR+an:role = {1="Principal Investigator"},
TITLE = {Stress, Self-Regulation and Psychopathology in Middle Childhood},
@@ -1457,7 +1457,7 @@ @REPORT{10.4:56
}
% (APA 10.4 Example 57)
-@REPORT{10.4:57,
+@REPORT{apa.10.4:57,
AUTHOR = {J. Lichtenstein},
TITLE = {Profile of Veteran Business Owners},
SUBTITLE = {More Young Veterans Appear to Be Starting Businesses},
@@ -1469,7 +1469,7 @@ @REPORT{10.4:57
}
% (APA 10.4 Example 58)
-@REPORT{10.4:58,
+@REPORT{apa.10.4:58,
AUTHOR = {M. Harwell},
TITLE = {Don't Expect Too Much},
SUBTITLE = {The Limited Usefulness of Common {SES} Measures and a
@@ -1483,7 +1483,7 @@ @REPORT{10.4:58
% (APA 10.4 Example 59)
% PUBLISHER should be ignored as it is the same as the AUTHOR
% This is enforced by a Biber style source map
-@REPORT{10.4:59,
+@REPORT{apa.10.4:59,
AUTHOR = {{U.S. Food and Drug Administration}},
TITLE = {{FDA} Authorizes First Interoperable Insulin Pup
Intended to Allow Patients to Customize Treatment
@@ -1495,7 +1495,7 @@ @REPORT{10.4:59
}
% (APA 10.5 Example 60)
-@PRESENTATION{10.5:60,
+@PRESENTATION{apa.10.5:60,
AUTHOR = {A. Fistek and E. Jester and K. Sonnenberg},
TITLE = {Everybody's Got a Little Music in Them},
SUBTITLE = {Using Music Therapy to Connect, Engage, and Motivate},
@@ -1507,7 +1507,7 @@ @PRESENTATION{10.5:60
}
% (APA 10.5 Example 61)
-@PRESENTATION{10.5:61,
+@PRESENTATION{apa.10.5:61,
AUTHOR = {S. Maddox and J. Hurling and E. Stewart and A. Edwards},
TITLE = {If Mama Ain't Happy, Nobody's Happy},
SUBTITLE = {The Effect of Parental Depression on Mood Dysregulation
@@ -1519,7 +1519,7 @@ @PRESENTATION{10.5:61
}
% (APA 10.5 Example 62)
-@PRESENTATION{10.5:62,
+@PRESENTATION{apa.10.5:62,
AUTHOR = {J. Pearson},
TITLE = {Fat Talk and Its Effects on State-Based Body Image in Women},
TITLEADDON = {Poster presentation},
@@ -1532,7 +1532,7 @@ @PRESENTATION{10.5:62
% (APA 10.5 Example 63)
% A special case here of roles for uncommon, secondary name lists. Use the
% EDITORA--EDITORC fields with an associated EDITORTYPE localisation string
-@PRESENTATION{10.5:63,
+@PRESENTATION{apa.10.5:63,
AUTHOR = {De Boer, D. and LaFavor, T.},
EDITORA = {A. M. Schmidt and A. Kryvanos},
EDITORATYPE = {chair},
@@ -1550,7 +1550,7 @@ @PRESENTATION{10.5:63
% (APA 10.5 Addendum Example 1)
% Mapped to ARTICLE as per https://apastyle.apa.org/style-grammar-guidelines/references/examples/conference-proceeding-references
% BOOKTITLE mapped to JOURNALTITLE
-@INPROCEEDINGS{10.5:A1,
+@INPROCEEDINGS{apa.10.5:A1,
AUTHOR = {Duckworth, A. L. and Quirk, A. and Gallop, R. and Hoyle, R. H. and
Kelly, D. R. and Matthews, M. D.},
TITLE = {Cognitive and Noncognitive Predictors of Success},
@@ -1564,7 +1564,7 @@ @INPROCEEDINGS{10.5:A1
% (APA 10.5 Addendum Example 2)
% Mapped to BOOK as per https://apastyle.apa.org/style-grammar-guidelines/references/examples/conference-proceeding-references
-@PROCEEDINGS{10.5:A2,
+@PROCEEDINGS{apa.10.5:A2,
EDITOR = {Kushilevitz, E. and Malkin, T.},
MAINTITLE = {Lecture Notes in Computer Science},
MAINSUBTITLE = {Vol. 9562},
@@ -1576,7 +1576,7 @@ @PROCEEDINGS{10.5:A2
% (APA 10.5 Addendum Example 3)
% Mapped to INBOOK as per https://apastyle.apa.org/style-grammar-guidelines/references/examples/conference-proceeding-references
-@INPROCEEDINGS{10.5:A3,
+@INPROCEEDINGS{apa.10.5:A3,
AUTHOR = {Bedenel, Alan-Louis and Jourdan, L. and Biernacki, C.},
EDITOR = {R. Battiti and M. Brunato and I. Kotsireas and P. Pardalos},
TITLE = {Probability Estimation by an Adapted Genetic Algorithm in Web Insurance},
@@ -1592,7 +1592,7 @@ @INPROCEEDINGS{10.5:A3
% (APA 10.6 Example 64)
% Note the override of the auto-populated "phdthesis" type as this is a
% non-standard, non-localised string type
-@PHDTHESIS{10.6:64,
+@PHDTHESIS{apa.10.6:64,
AUTHOR = {L. Harris},
TITLE = {Instructional Leadership Perceptions and Practices of
Elementary School Leaders},
@@ -1602,7 +1602,7 @@ @PHDTHESIS{10.6:64
}
% (APA 10.6 Example 65)
-@PHDTHESIS{10.6:65,
+@PHDTHESIS{apa.10.6:65,
AUTHOR = {M. M. Hollander},
TITLE = {Resistance to Authority},
SUBTITLE = {Methodological Innovations and New Lessons from the {Milgram} Experiment},
@@ -1613,7 +1613,7 @@ @PHDTHESIS{10.6:65
}
% (APA 10.6 Example 66)
-@MASTERSTHESIS{10.6:66,
+@MASTERSTHESIS{apa.10.6:66,
AUTHOR = {V. H. Hutcheson},
TITLE = {Dealing with Dual Differences},
SUBTITLE = {Social Coping Strategies of Gifted and Lesbian, Gay,
@@ -1625,7 +1625,7 @@ @MASTERSTHESIS{10.6:66
}
% (APA 10.7 Example 67)
-@ARTICLE{10.7:67,
+@ARTICLE{apa.10.7:67,
AUTHOR = {L. A. Mirabito and N. C. Heck},
TITLE = {Bringing {LGBTQ} Youth Theater into the Spotlight},
RELATED = {10.7:67r},
@@ -1641,7 +1641,7 @@ @ARTICLE{10.7:67
% Data annotation for the first name in the |AUTHOR| list. "director" is a
% localisation string
-@VIDEO{10.7:67r,
+@VIDEO{apa.10.7:67r,
ENTRYSUBTYPE = {film},
AUTHOR = {E. Brodsky},
AUTHOR+an:role = {1=director},
@@ -1650,7 +1650,7 @@ @VIDEO{10.7:67r
}
% (APA 10.7 Example 68)
-@ARTICLE{10.7:68,
+@ARTICLE{apa.10.7:68,
ENTRYSUBTYPE = {nonacademic},
AUTHOR = {F. Santos},
TITLE = {Reframing Refugee Children's Stories},
@@ -1662,7 +1662,7 @@ @ARTICLE{10.7:68
URL = {https://nyt.ms/2Hlgjk3}
}
-@BOOK{10.7:68r,
+@BOOK{apa.10.7:68r,
AUTHOR = {M. Yousafzai},
TITLE = {We Are Displaced},
SUBTITLE = {My Journey and Stories From Refugee Girls Around the World},
@@ -1674,7 +1674,7 @@ @BOOK{10.7:68r
% because they are not aware of any automated styles and expect people to
% just manually type bibliographies ... have to manually "reverse
% emphasise" part of the title
-@ONLINE{10.7:69,
+@ONLINE{apa.10.7:69,
AUTHOR = {D. Perkins},
TITLE = {{\emph{The Good Place}} ends its Remarkable Second
Season With Irrational Hope, Unexpected Gifts, and a Smile},
@@ -1688,7 +1688,7 @@ @ONLINE{10.7:69
% Two data annotations for the first name in the |AUTHOR| list. These are automatically
% combined
-@VIDEO{10.7:69r,
+@VIDEO{apa.10.7:69r,
ENTRYSUBTYPE = {tvepisode},
AUTHOR = {M. Schur},
AUTHOR+an:role = {1=writer,director},
@@ -1701,7 +1701,7 @@ @VIDEO{10.7:69r
% manunpub - Unpublished Manuscript
% maninprep - Manuscript in preparation
% mansub - Manuscript submitted for publication
-@UNPUBLISHED{10.8:70,
+@UNPUBLISHED{apa.10.8:70,
AUTHOR = {J. Yoo and Y. Miyamoto and A. Rigotti and C. Ryff},
TITLE = {Linking Positive Affect to Blood Lipids},
SUBTITLE = {A Cultural Perspective},
@@ -1711,7 +1711,7 @@ @UNPUBLISHED{10.8:70
}
% (APA 10.8 Example 71)
-@UNPUBLISHED{10.8:71,
+@UNPUBLISHED{apa.10.8:71,
AUTHOR = {M. O'Shea},
TITLE = {Understanding Proactive Behaviour in the Workplace as a
Function of Gender},
@@ -1721,7 +1721,7 @@ @UNPUBLISHED{10.8:71
}
% (APA 10.8 Example 72)
-@UNPUBLISHED{10.8:72,
+@UNPUBLISHED{apa.10.8:72,
AUTHOR = {T. Lippincott and E. K. Poindexter},
TITLE = {Emotion Recognition as a Function of Facial Cues},
SUBTITLE = {Implications for Practice},
@@ -1731,7 +1731,7 @@ @UNPUBLISHED{10.8:72
}
% (APA 10.8 Example 73)
-@ONLINE{10.8:73a,
+@ONLINE{apa.10.8:73a,
AUTHOR = {C. Leuker and L. Samartzidis and R. Hertwig and T. J. Pleskac},
TITLE = {When Money Talks},
SUBTITLE = {Judging Risk and Coercion in High-Paying Clinical Trials},
@@ -1740,7 +1740,7 @@ @ONLINE{10.8:73a
DATE = {2018}
}
-@ONLINE{10.8:73b,
+@ONLINE{apa.10.8:73b,
AUTHOR = {M. A. Stults-Kolehmainen and R. Sinha},
TITLE = {The Effects of Stress on Physical Activity and Exercise},
EPRINTTYPE = {PubMed Central},
@@ -1749,7 +1749,7 @@ @ONLINE{10.8:73b
}
% (APA 10.8 Example 74)
-@ONLINE{10.8:74,
+@ONLINE{apa.10.8:74,
AUTHOR = {H-K Ho},
TITLE = {Teacher Preparation for Early Childhood Special
Education in {Taiwan}},
@@ -1760,7 +1760,7 @@ @ONLINE{10.8:74
}
% (APA 10.9 Example 75)
-@DATASET{10.9:75a,
+@DATASET{apa.10.9:75a,
ENTRYSUBTYPE = {Data Set},
AUTHOR = {A. D'Souza and M. Wiseheart},
TITLE = {Cognitive Effects of Music and Dance Training in Children},
@@ -1771,7 +1771,7 @@ @DATASET{10.9:75a
DATE = {2018}
}
-@DATASET{10.9:75b,
+@DATASET{apa.10.9:75b,
ENTRYSUBTYPE = {Data set and code book},
AUTHOR = {{National Center for Education Statistics}},
TITLE = {Fast Response Survey System ({FRSS})},
@@ -1784,7 +1784,7 @@ @DATASET{10.9:75b
DATE = {2016}
}
-@DATASET{10.9:75c,
+@DATASET{apa.10.9:75c,
ENTRYSUBTYPE = {Data set},
AUTHOR = {{Pew Research Center}},
TITLE = {American Trends Panel {Wave} 26},
@@ -1793,7 +1793,7 @@ @DATASET{10.9:75c
}
% (APA 10.9 Example 76)
-@DATASET{10.9:76a,
+@DATASET{apa.10.9:76a,
TITLEADDON = {Unpublished raw data on the correlations between the
{Five} {Facet} {Mindfulness} {Questionnaire}
and the {Kentucky} {Inventory} of {Mindfulness} {Skills}},
@@ -1802,7 +1802,7 @@ @DATASET{10.9:76a
DATE = {2015}
}
-@DATASET{10.9:76b,
+@DATASET{apa.10.9:76b,
ENTRYSUBTYPE = {Unpublished raw data},
AUTHOR = {{Oregan Youth Authority}},
TITLE = {Recidivism Outcomes},
@@ -1810,7 +1810,7 @@ @DATASET{10.9:76b
}
% (APA 10.10 Example 77)
-@SOFTWARE{10.10:77,
+@SOFTWARE{apa.10.10:77,
ENTRYSUBTYPE = {Computer software},
AUTHOR = {M. Borenstein and L. Hedges and J. Higgins and H. Rothstein},
TITLE = {Comprehensive Meta-Analysis},
@@ -1821,7 +1821,7 @@ @SOFTWARE{10.10:77
}
% (APA 10.10 Example 78)
-@HARDWARE{10.10:78a,
+@HARDWARE{apa.10.10:78a,
ENTRYSUBTYPE = {Apparatus and software},
AUTHOR = {{SR Research}},
TITLE = {Eyelink 1000 Plus},
@@ -1829,7 +1829,7 @@ @HARDWARE{10.10:78a
DATE = {2016}
}
-@HARDWARE{10.10:78b,
+@HARDWARE{apa.10.10:78b,
ENTRYSUBTYPE = {Apparatus},
AUTHOR = {{Tactile Labs}},
TITLE = {Latero Tactile Display},
@@ -1840,7 +1840,7 @@ @HARDWARE{10.10:78b
% (APA 10.10 Example 79)
% The ENTRYSUBTYPE here is not a localisation string as such neologisms
% don't need them usually - it's just inserted as it is
-@SOFTWARE{10.10:79,
+@SOFTWARE{apa.10.10:79,
ENTRYSUBTYPE = {Mobile app},
AUTHOR = {Epocrates},
TITLE = {Epocrates Medical References},
@@ -1853,7 +1853,7 @@ @SOFTWARE{10.10:79
% (APA 10.10 Example 80)
% The \relax is in the AUTHOR field just to make it different to 10.10.79
% to suppress extrayear for the purposes of matching the APA guide exactly
-@SOFTWARE{10.10:80,
+@SOFTWARE{apa.10.10:80,
ENTRYSUBTYPE = {Mobile app},
AUTHOR = {Epocrates\relax},
APPENTRY = {Interaction Check: {Aspirin} + Sertraline},
@@ -1865,7 +1865,7 @@ @SOFTWARE{10.10:80
}
% (APA 10.11 Example 81)
-@MANUAL{10.11:81,
+@MANUAL{apa.10.11:81,
AUTHOR = {A. Tellegen and Y. S. Ben-Porath},
TITLE = {Minnesota {Multiphasic} {Personality} {Inventory}--2
{Restructured} {Form} ({MMPI-2-RF})},
@@ -1875,14 +1875,14 @@ @MANUAL{10.11:81
}
% (APA 10.11 Example 82)
-@SOFTWARE{10.11:82,
+@SOFTWARE{apa.10.11:82,
AUTHOR = {{Project Implicit}},
TITLE = {Gender-{Science} {IAT}},
URL = {https://implicit.harvard.edi/implicit/takeatest.html}
}
% (APA 10.11 Example 83)
-@SOFTWARE{10.11:83a,
+@SOFTWARE{apa.10.11:83a,
ENTRYSUBTYPE = {Database record},
AUTHOR = {J. Alonso-Tapia and C. Nieto and E. Merino-Tejedor and
J. A. Huertas and M. Ruiz},
@@ -1893,7 +1893,7 @@ @SOFTWARE{10.11:83a
DATE = {2018}
}
-@SOFTWARE{10.11:83b,
+@SOFTWARE{apa.10.11:83b,
ENTRYSUBTYPE = {Database record},
AUTHOR = {D. Cardoza and J. K. Morris and H. F. Myers and N. Rodriguez},
TITLE = {Acculturative {Stress} {Inventory} ({ASI})},
@@ -1905,7 +1905,7 @@ @SOFTWARE{10.11:83b
% (APA 10.12 Example 84)
% Annotations for author roles must be called "role". This is an example of
% an annotation which is a localisation string
-@VIDEO{10.12:84a,
+@VIDEO{apa.10.12:84a,
ENTRYSUBTYPE = {film},
AUTHOR = {M. Forman},
AUTHOR+an:role = {1=director},
@@ -1915,7 +1915,7 @@ @VIDEO{10.12:84a
}
% ENTRYSUBTYPE is a localisation string
-@VIDEO{10.12:84b,
+@VIDEO{apa.10.12:84b,
ENTRYSUBTYPE = {film},
AUTHOR = {D. Fosha and H. Levenson},
AUTHOR+an:role = {1=guestexpert;2=host},
@@ -1927,7 +1927,7 @@ @VIDEO{10.12:84b
}
% ENTRYSUBTYPE is a localisation string
-@VIDEO{10.12:84c,
+@VIDEO{apa.10.12:84c,
ENTRYSUBTYPE = {film},
AUTHOR = {P. Jackson},
AUTHOR+an:role = {1=director},
@@ -1940,7 +1940,7 @@ @VIDEO{10.12:84c
% (APA 10.12 Example 85)
% ENTRYSUBTYPE is a localisation string
-@VIDEO{10.12:85,
+@VIDEO{apa.10.12:85,
ENTRYSUBTYPE = {film},
AUTHOR = {L. Malle},
AUTHOR+an:role = {1=director},
@@ -1959,7 +1959,7 @@ @VIDEO{10.12:85
% whereas whole field annotations (those of the form "=" should usually
% be the plural form. So, when using the singular form, a list item index
% is mandatory.
-@VIDEO{10.12:86,
+@VIDEO{apa.10.12:86,
ENTRYSUBTYPE = {tvseries},
AUTHOR = {D. Simon and R. F. Colesberry and Kostroff Noble, N.},
AUTHOR+an:role = {=execproducers},
@@ -1971,7 +1971,7 @@ @VIDEO{10.12:86
% (APA 10.12 Example 87)
% ENTRYSUBTYPE is a localisation string
% Dual localisation string data annotation for the first AUTHOR
-@VIDEO{10.12:87a,
+@VIDEO{apa.10.12:87a,
ENTRYSUBTYPE = {tvepisode},
AUTHOR = {K. Barris},
AUTHOR+an:role = {1=director,writer},
@@ -1986,7 +1986,7 @@ @VIDEO{10.12:87a
% ENTRYSUBTYPE is a localisation string
% Three data annotations, one for each name in the AUTHOR list
-@VIDEO{10.12:87b,
+@VIDEO{apa.10.12:87b,
ENTRYSUBTYPE = {tvepisode},
AUTHOR = {B. Oakley and J. Weinstein and J. Lynch},
AUTHOR+an:role = {1=writer;2=writer;3=director},
@@ -2000,7 +2000,7 @@ @VIDEO{10.12:87b
% (APA 10.12 Example 88)
% ENTRYSUBTYPE is a localisation string
-@VIDEO{10.12:88a,
+@VIDEO{apa.10.12:88a,
ENTRYSUBTYPE = {video},
AUTHOR = {S. Giertz},
TITLE = {Why You Should Make Useless Things},
@@ -2010,7 +2010,7 @@ @VIDEO{10.12:88a
}
% ENTRYSUBTYPE is a localisation string
-@VIDEO{10.12:88b,
+@VIDEO{apa.10.12:88b,
ENTRYSUBTYPE = {video},
AUTHOR = {TED},
TITLE = {Brené {Brown}},
@@ -2023,7 +2023,7 @@ @VIDEO{10.12:88b
% (APA 10.12 Example 89)
% Here, the ENTRYSUBTYPE is not a localisation string as there is no
% localisation necessary for such ugly neologisms
-@VIDEO{10.12:89,
+@VIDEO{apa.10.12:89,
ENTRYSUBTYPE = {Webinar},
AUTHOR = {J. F. Goldberg},
TITLE = {Evaluating Adverse Drug Effects},
@@ -2034,7 +2034,7 @@ @VIDEO{10.12:89
% (APA 10.12 Example 90)
% ENTRYSUBTYPE is a localisation string
-@VIDEO{10.12:90a,
+@VIDEO{apa.10.12:90a,
ENTRYSUBTYPE = {video},
AUTHOR = {S. Cutts},
TITLE = {Happiness},
@@ -2045,7 +2045,7 @@ @VIDEO{10.12:90a
% ENTRYSUBTYPE is a localisation string
% A literal data annotation (not a localisation string) for the AUTHOR username
-@VIDEO{10.12:90b,
+@VIDEO{apa.10.12:90b,
ENTRYSUBTYPE = {video},
AUTHOR = {M. Fogarty},
AUTHOR+an:username = {1="Grammar Girl"},
@@ -2056,7 +2056,7 @@ @VIDEO{10.12:90b
}
% ENTRYSUBTYPE is a localisation string
-@VIDEO{10.12:90c,
+@VIDEO{apa.10.12:90c,
ENTRYSUBTYPE = {video},
AUTHOR = {{University of Oxford}},
TITLE = {How Do Geckos Walk on Water?},
@@ -2067,7 +2067,7 @@ @VIDEO{10.12:90c
% (APA 10.13 Example 91)
% ENTRYSUBTYPE is (obviously) not a localisation string, inserted literally
-@AUDIO{10.13:91a,
+@AUDIO{apa.10.13:91a,
ENTRYSUBTYPE = {Album recorded by Academy of St~Martin in the Fields},
AUTHOR = {J. S. Bach},
TITLE = {The {Brandenburg} Concertos},
@@ -2077,7 +2077,7 @@ @AUDIO{10.13:91a
ORIGDATE = {1721}
}
-@AUDIO{10.13:91b,
+@AUDIO{apa.10.13:91b,
ENTRYSUBTYPE = {album},
AUTHOR = {D. Bowie},
TITLE = {Blackstar},
@@ -2089,7 +2089,7 @@ @AUDIO{10.13:91b
% Notice that useprefix is disabled as Beethoven generally does not have
% the prefix leading
% ENTRYSUBTYPE is not a localisation string
-@AUDIO{10.13:92a,
+@AUDIO{apa.10.13:92a,
OPTIONS = {useprefix=false},
ENTRYSUBTYPE = {Song recorded by Staatskapelle Dresden},
AUTHOR = {van Beethoven, L.},
@@ -2101,7 +2101,7 @@ @AUDIO{10.13:92a
}
% ENTRYSUBTYPE is a localisation string
-@AUDIO{10.13:92b,
+@AUDIO{apa.10.13:92b,
ENTRYSUBTYPE = {song},
AUTHOR = {Beyoncé},
TITLE = {Formation},
@@ -2111,7 +2111,7 @@ @AUDIO{10.13:92b
}
% ENTRYSUBTYPE is a localisation string
-@AUDIO{10.13:92c,
+@AUDIO{apa.10.13:92c,
ENTRYSUBTYPE = {song},
AUTHOR = {{Childish Gambino}},
TITLE = {This is {America}},
@@ -2120,7 +2120,7 @@ @AUDIO{10.13:92c
}
% ENTRYSUBTYPE is a localisation string
-@AUDIO{10.13:92d,
+@AUDIO{apa.10.13:92d,
ENTRYSUBTYPE = {song},
AUTHOR = {K. Lamar},
TITLE = {Humble},
@@ -2133,7 +2133,7 @@ @AUDIO{10.13:92d
% (APA 10.13 Example 93)
% ENTRYSUBTYPE is a localisation string as it expands to the localisable "Audio podcast"
% for some reason best known to the APA
-@AUDIO{10.13:93,
+@AUDIO{apa.10.13:93,
ENTRYSUBTYPE = {podcast},
AUTHOR = {S. Vedantam},
AUTHOR+an:role = {1=host},
@@ -2146,7 +2146,7 @@ @AUDIO{10.13:93
% (APA 10.13 Example 94)
% ENTRYSUBTYPE is a localisation string as it expands to the localisable
% "Audio podcast episode" for some reason best known to the APA
-@AUDIO{10.13:94,
+@AUDIO{apa.10.13:94,
ENTRYSUBTYPE = {podcastepisode},
AUTHOR = {I. Glass},
AUTHOR+an:role = {1=host},
@@ -2160,7 +2160,7 @@ @AUDIO{10.13:94
% (APA 10.13 Example 95)
% ENTRYSUBTYPE is a localisation string
-@AUDIO{10.13:95,
+@AUDIO{apa.10.13:95,
ENTRYSUBTYPE = {interview},
AUTHOR = {de Beauvoir, S.},
TITLE = {Simone de {Beauvoir} Discusses the Art of Writing},
@@ -2171,7 +2171,7 @@ @AUDIO{10.13:95
% (APA 10.13 Example 96)
% ENTRYSUBTYPE is a localisation string
-@AUDIO{10.13:96,
+@AUDIO{apa.10.13:96,
ENTRYSUBTYPE = {speech},
AUTHOR = {King, Jr., M. L.},
TITLE = {I Have a Dream},
@@ -2182,7 +2182,7 @@ @AUDIO{10.13:96
% (APA 10.14 Example 97)
% ENTRYSUBTYPE is a localisation string
-@IMAGE{10.14:97a,
+@IMAGE{apa.10.14:97a,
ENTRYSUBTYPE = {lithograph},
AUTHOR = {E. Delacroix},
TITLE = {Faust Attempts to Seduce {Marguerite}},
@@ -2191,7 +2191,7 @@ @IMAGE{10.14:97a
}
% ENTRYSUBTYPE is a localisation string
-@IMAGE{10.14:97b,
+@IMAGE{apa.10.14:97b,
ENTRYSUBTYPE = {painting},
AUTHOR = {G. Wood},
TITLE = {American Gothic},
@@ -2203,7 +2203,7 @@ @IMAGE{10.14:97b
% (APA 10.14 Example 98)
% No need for a localisation string for such neologisms which are the same
% in all languages
-@IMAGE{10.14:98,
+@IMAGE{apa.10.14:98,
ENTRYSUBTYPE = {Clip art},
AUTHOR = {GDJ},
TITLE = {Neural Network Deep Learning Prismatic},
@@ -2215,7 +2215,7 @@ @IMAGE{10.14:98
% (APA 10.14 Example 99)
% No need for a localisation string for such neologisms which are the same
% in all languages
-@IMAGE{10.14:99,
+@IMAGE{apa.10.14:99,
ENTRYSUBTYPE = {Infographic},
AUTHOR = {J. Rossman and R. Palmer},
TITLE = {Sorting Through Our Space Junk},
@@ -2226,7 +2226,7 @@ @IMAGE{10.14:99
% (APA 10.14 Example 100)
% ENTRYSUBTYPE is a localisation string
-@IMAGE{10.14:100a,
+@IMAGE{apa.10.14:100a,
ENTRYSUBTYPE = {map},
AUTHOR = {D. Cable},
TITLE = {The Racial Dot Map},
@@ -2238,7 +2238,7 @@ @IMAGE{10.14:100a
% TITLEADDON is used to unconditionally add what is usually post-title
% information in brackets when there is no title
-@IMAGE{10.14:100b,
+@IMAGE{apa.10.14:100b,
AUTHOR = {Google},
TITLEADDON = {Google {Maps} directions for driving from {La} {Paz},
{Bolivia}, to {Lima}, {Peru}},
@@ -2248,7 +2248,7 @@ @IMAGE{10.14:100b
% (APA 10.14 Example 101)
% ENTRYSUBTYPE is a localisation string
-@IMAGE{10.14:101a,
+@IMAGE{apa.10.14:101a,
ENTRYSUBTYPE = {photograph},
AUTHOR = {S. McCurry},
TITLE = {Afghan Girl},
@@ -2257,7 +2257,7 @@ @IMAGE{10.14:101a
URL = {https://www.nationalgeographic.com/magazine/national-geographic-magazine-50-years-of-covers/#/ngm-1985-jun-714.jpg}
}
-@IMAGE{10.14:101b,
+@IMAGE{apa.10.14:101b,
AUTHOR = {Jessica Rinaldi},
TITLEADDON = {Photograph series of a boy who finds his footing after
abuse by those he trusted},
@@ -2267,7 +2267,7 @@ @IMAGE{10.14:101b
}
% (APA 10.14 Example 102)
-@IMAGE{10.14:102a,
+@IMAGE{apa.10.14:102a,
AUTHOR = {E. Canan and J. Vasilev},
TITLEADDON = {Lecture notes on resource allocation},
LOCATION = {{Department of Management Control and Information Systems}},
@@ -2277,7 +2277,7 @@ @IMAGE{10.14:102a
}
% ENTRYSUBTYPE is a localisation string as it expands to "Powerpoint Slides"
-@IMAGE{10.14:102b,
+@IMAGE{apa.10.14:102b,
ENTRYSUBTYPE = {powerpoint},
AUTHOR = {Brian Housand},
TITLE = {Game on! {Integrating} Games and Simulations in the Classroom},
@@ -2287,7 +2287,7 @@ @IMAGE{10.14:102b
}
% ENTRYSUBTYPE is a localisation string as it expands to "Powerpoint Slides"
-@IMAGE{10.14:102c,
+@IMAGE{apa.10.14:102c,
ENTRYSUBTYPE = {powerpoint},
AUTHOR = {R. Mack and G. Spake},
TITLE = {Citing Open Source Images and Formatting References for
@@ -2299,7 +2299,7 @@ @FNU
% (APA 10.15 Example 103)
% ENTRYTYPE is not a localisation string for such, unfortunately, universal neologisms
-@ONLINE{10.15:103a,
+@ONLINE{apa.10.15:103a,
ENTRYSUBTYPE = {Tweet},
AUTHOR = {{APA Education}},
AUTHOR+an:username = {1="@APAEducation"},
@@ -2312,7 +2312,7 @@ @washingtonpost
}
% ENTRYTYPE is not a localisation string for such, unfortunately, universal neologisms
-@ONLINE{10.15:103b,
+@ONLINE{apa.10.15:103b,
ENTRYSUBTYPE = {Tweet},
AUTHOR = {{Badlands National Park}},
AUTHOR+an:username = {1="@BadlandsNPS"},
@@ -2325,7 +2325,7 @@ @BadlandsNPS
}
% ENTRYTYPE is not a localisation string for such, unfortunately, universal neologisms
-@ONLINE{10.15:103c,
+@ONLINE{apa.10.15:103c,
ENTRYSUBTYPE = {Tweet},
AUTHOR = {B. White},
AUTHOR+an:username = {1="@BettyMWhite"},
@@ -2338,7 +2338,7 @@ @BettyMWhite
% (APA 10.15 Example 104)
% ENTRYTYPE is not a localisation string for such, unfortunately, universal neologisms
-@ONLINE{10.15:104,
+@ONLINE{apa.10.15:104,
ENTRYSUBTYPE = {Twitter profile},
AUTHOR = {{APA Style}},
AUTHOR+an:username = {1="@APA\_Style"},
@@ -2350,7 +2350,7 @@ @APA
% (APA 10.15 Example 105)
% ENTRYTYPE is not a localisation string for such, unfortunately, universal neologisms
-@ONLINE{10.15:105a,
+@ONLINE{apa.10.15:105a,
ENTRYSUBTYPE = {Status update},
AUTHOR = {N. Gaiman},
TITLE = {100,000+ {Rohingya} Refugees Could be at
@@ -2364,7 +2364,7 @@ @ONLINE{10.15:105a
}
% ENTRYTYPE is not a localisation string for such, unfortunately, universal neologisms
-@ONLINE{10.15:105b,
+@ONLINE{apa.10.15:105b,
ENTRYSUBTYPE = {Infographic},
AUTHOR = {{National Institute of Mental Health}},
TITLE = {Suicide Affects all Ages, Genders, Races, and
@@ -2377,7 +2377,7 @@ @ONLINE{10.15:105b
}
% Note protecting of automatic sentence-casing in SUBTITLE for url
-@ONLINE{10.15:105c,
+@ONLINE{apa.10.15:105c,
ENTRYSUBTYPE = {video},
AUTHOR = {{News From Science}},
TITLE = {These Frogs Walk Instead of Hop},
@@ -2389,7 +2389,7 @@ @ONLINE{10.15:105c
% (APA 10.15 Example 106)
% ENTRYTYPE is not a localisation string for such, unfortunately, universal neologisms
-@ONLINE{10.15:106,
+@ONLINE{apa.10.15:106,
ENTRYSUBTYPE = {Facebook page},
AUTHOR = {{Smithsonian's National Zoo and Conservation
Biology Institute}},
@@ -2401,7 +2401,7 @@ @ONLINE{10.15:106
% (APA 10.15 Example 107)
% ENTRYSUBTYPE is a localisation string
-@ONLINE{10.15:107,
+@ONLINE{apa.10.15:107,
ENTRYSUBTYPE = {photographs},
AUTHOR = {{Zeitz MOCAA}},
AUTHOR+an:username = {1="@zeitzmocaa"},
@@ -2415,7 +2415,7 @@ @zeitzmocaa
% (APA 10.15 Example 108)
% ENTRYTYPE is not a localisation string for such, unfortunately, universal neologisms
-@ONLINE{10.15:108,
+@ONLINE{apa.10.15:108,
ENTRYSUBTYPE = {Highlight},
AUTHOR = {{The New York Public Library}},
AUTHOR+an:username = {1="@nypl"},
@@ -2427,7 +2427,7 @@ @nypl
% (APA 10.15 Example 109)
% ENTRYTYPE is not a localisation string for such, unfortunately, universal neologisms
-@ONLINE{10.15:109,
+@ONLINE{apa.10.15:109,
ENTRYSUBTYPE = {Online forum post},
AUTHOR = {{National Aeronautics and Space Administration}},
AUTHOR+an:username = {1="nasa"},
@@ -2440,7 +2440,7 @@ @ONLINE{10.15:109
}
% (APA 10.16 Example 110)
-@ONLINE{10.16:110a,
+@ONLINE{apa.10.16:110a,
AUTHOR = {N. Avramova},
TITLE = {The Secret to a Long, Happy, Health Life? {Think} Age-Positive},
EPRINTTYPE = {CNN},
@@ -2448,7 +2448,7 @@ @ONLINE{10.16:110a
URL = {https://www.cnn.com/2019/01/03/health/respect-towards-elderly-leads-to-long-life-intl/index.html}
}
-@ONLINE{10.16:110b,
+@ONLINE{apa.10.16:110b,
AUTHOR = {C. Bologna},
TITLE = {What Happens to Your Mind and Body When You Feel Homesick?},
EPRINTTYPE = {HuffPost},
@@ -2457,14 +2457,14 @@ @ONLINE{10.16:110b
}
% (APA 10.16 Example 111)
-@ONLINE{10.16:111a,
+@ONLINE{apa.10.16:111a,
AUTHOR = {{Centers for Disease Control and Prevention}},
TITLE = {People at High Risk of Developing Flu-Related Complications},
DATE = {2018-01-23},
URL = {https://www.cdc.gov/flu/about/disease/high_risk.htm}
}
-@ONLINE{10.16:111b,
+@ONLINE{apa.10.16:111b,
AUTHOR = {{World Health Organization}},
TITLE = {Questions and Answers on Immunization and Vaccine Safety},
DATE = {2018-03},
@@ -2472,7 +2472,7 @@ @ONLINE{10.16:111b
}
% (APA 10.16 Example 112)
-@ONLINE{10.16:112,
+@ONLINE{apa.10.16:112,
AUTHOR = {Martin Lillie, C. M.},
TITLE = {Be Kind To Yourself},
SUBTITLE = {How Self-Compassion Can Improve Your Resiliency},
@@ -2482,7 +2482,7 @@ @ONLINE{10.16:112
}
% (APA 10.16 Example 113)
-@ONLINE{10.16:113a,
+@ONLINE{apa.10.16:113a,
AUTHOR = {J. Boddy and T. Neumann and S. Jennings and V. Morrow
and P. Alderson and R. Rees and W. Gibson},
TITLE = {Ethics Principles},
@@ -2490,14 +2490,14 @@ @ONLINE{10.16:113a
URL = {http://www.ethicsguidebook.ac.uk/EthicsPrinciples}
}
-@ONLINE{10.16:113b,
+@ONLINE{apa.10.16:113b,
AUTHOR = {{National Nurses United}},
TITLE = {What Employers Should do to Protect Nurses from {Zika}},
URL = {https://www.nationalnursesunited.org/pages/what-employers-should-do-to-protect-rns-from-zika}
}
% (APA 10.16 Example 114)
-@ONLINE{10.16:114,
+@ONLINE{apa.10.16:114,
AUTHOR = {{U.S. Census Bureau}},
TITLE = {{U.S.} and World Population Clock},
ORGANIZATION = {U.S. Department of Commerce},
@@ -2506,7 +2506,7 @@ @ONLINE{10.16:114
}
% (APA 11.4 Example 1)
-@JURISDICTION{11.4:1,
+@JURISDICTION{apa.11.4:1,
TITLE = {Brown v. Board of Education},
CITATION = {347 U.S. 483},
URL = {http://www.oyez.org/cases/1940-1955/347us483},
@@ -2514,7 +2514,7 @@ @JURISDICTION{11.4:1
}
% (APA 11.4 Example 2)
-@JURISDICTION{11.4:2,
+@JURISDICTION{apa.11.4:2,
TITLE = {Obergefell v. Hodges},
CITATION = {576 U.S. \_\_\_},
URL = {https://www.supremecourt.gov/opinions/14pdf/14-556_3204.pdf},
@@ -2524,7 +2524,7 @@ @JURISDICTION{11.4:2
% (APA 11.4 Example 3)
% court/date which applies to the entire CITATION list can be given in the
% ORGANIZATION and DATE fields
-@JURISDICTION{11.4:3,
+@JURISDICTION{apa.11.4:3,
TITLE = {Daubert v. Merrell Dow Pharmaceuticals, Inc.},
CITATION = {951 F.2d 1128},
ORGANIZATION = {9th Cir.},
@@ -2533,7 +2533,7 @@ @JURISDICTION{11.4:3
}
% (APA 11.4 Example 4)
-@JURISDICTION{11.4:4,
+@JURISDICTION{apa.11.4:4,
TITLE = {Burriola v. Greater Toledo YMCA},
CITATION = {133 F.Supp.2d 1034},
ORGANIZATION = {N.D. Ohio},
@@ -2547,7 +2547,7 @@ @JURISDICTION{11.4:4
% use the citeinfo annotation with the special annotation value "appeal" for
% any affirmed/repealed status in the citatation list
% DATE/ORIGDATE are also included to make citations work
-@JURISDICTION{11.4:5,
+@JURISDICTION{apa.11.4:5,
TITLE = {Durflinger v. Artiles},
CITATION = {563 F.Supp. 332 and aff'd and 727 F.2d 888},
CITATION+an:citeorg = {1="D. Kan.";3="10th Cir."},
@@ -2559,7 +2559,7 @@ @JURISDICTION{11.4:5
}
% (APA 11.4 Example 6)
-@JURISDICTION{11.4:6,
+@JURISDICTION{apa.11.4:6,
TITLE = {Tarasoff v. Regents of the University of California},
CITATION = {17 Cal.3d 425 and 131 Cal. Rptr. 14 and 551 P.2d 334},
URL = {https://www.casebriefs.com/blog/law/torts/tors-keyed-to-dobbs/the-duty-to-protect-from-third-persons/tarasoff-v-regents-of-university-of-california},
@@ -2567,7 +2567,7 @@ @JURISDICTION{11.4:6
}
% (APA 11.4 Example 7)
-@JURISDICTION{11.4:7,
+@JURISDICTION{apa.11.4:7,
TITLE = {Texas v. Morales},
CITATION = {826 S.W.2d 201},
CITATION+an:citeorg = {1="Tex. Ct. App."},
@@ -2579,7 +2579,7 @@ @JURISDICTION{11.4:7
% (APA 11.5 Example 8)
% Notice the use of TITLEADDON here as this shouldn't appear in the
% citation and so can't be in TITLE - the 11.5 APA section is inconsistent here
-@LEGISLATION{11.5:8,
+@LEGISLATION{apa.11.5:8,
TITLE = {American With Disabilities Act},
TITLEADDON = {of 1990},
LOCATION = {42 U.S.C § 12101 \emph{et seq.}},
@@ -2590,7 +2590,7 @@ @LEGISLATION{11.5:8
% (APA 11.5 Example 9)
% Notice the use of TITLEADDON here as this shouldn't appear in the
% citation and so can't be in TITLE - the 11.5 APA section is inconsistent here
-@LEGISLATION{11.5:9,
+@LEGISLATION{apa.11.5:9,
TITLE = {Civil Rights Act},
TITLEADDON = {of 1964},
LOCATION = {Pub. L. No. 88--352, 78 Stat. 241},
@@ -2599,7 +2599,7 @@ @LEGISLATION{11.5:9
}
% (APA 11.5 Example 10)
-@LEGISLATION{11.5:10,
+@LEGISLATION{apa.11.5:10,
TITLE = {Every Student Succeeds Act},
LOCATION = {20 U.S.C § 6301},
URL = {https://www.congress.gov/114/plaws/publ95/PLAW-114publ95.pdf},
@@ -2607,7 +2607,7 @@ @LEGISLATION{11.5:10
}
% (APA 11.5 Example 11)
-@LEGISLATION{11.5:11,
+@LEGISLATION{apa.11.5:11,
TITLE = {Lilly Leadbetter Fair Play Act},
TITLEADDON = {of 2009},
LOCATION = {Pub. L. No. 111-2, 123 Stat. 5},
@@ -2616,7 +2616,7 @@ @LEGISLATION{11.5:11
}
% (APA 11.5 Example 12)
-@LEGISLATION{11.5:12,
+@LEGISLATION{apa.11.5:12,
TITLE = {Patsy Mink Equal Opportunity in Education Act},
LOCATION = {20 U.S.C § 1681 \emph{et seq.}},
URL = {https://www.justice.org/crt/title-ix-education-amendments-1972},
@@ -2624,7 +2624,7 @@ @LEGISLATION{11.5:12
}
% (APA 11.5 Example 13)
-@LEGISLATION{11.5:13,
+@LEGISLATION{apa.11.5:13,
TITLE = {Florida Mental Health Act},
LOCATION = {Fla. Stat. § 394},
URL = {http://www.leg.state.fl.us/statues/index.cfm?App_mode=Display_Statute&URL=0300-0399/0394/0394.html},
@@ -2633,7 +2633,7 @@ @LEGISLATION{11.5:13
}
% (APA 11.6 Example 14)
-@LEGMATERIAL{11.6:14,
+@LEGMATERIAL{apa.11.6:14,
TITLE = {Federal Real Property Reform},
SUBTITLE = {How cutting red tape and better management count
achieve billions in savings, U.S. Senate
@@ -2646,7 +2646,7 @@ @LEGMATERIAL{11.6:14
% (APA 11.6 Example 15)
% Note the use of SHORTTITLE to use a shortened title in citations
-@LEGMATERIAL{11.6:15,
+@LEGMATERIAL{apa.11.6:15,
TITLE = {Strengthening the Federal Student Loan Program
for Borrowers},
SUBTITLE = {Hearing before the U.S. Senate Committee on
@@ -2658,7 +2658,7 @@ @LEGMATERIAL{11.6:15
}
% (APA 11.6 Example 16)
-@LEGISLATION{11.6:16,
+@LEGISLATION{apa.11.6:16,
TITLE = {Mental Health on Campus Improvement Act},
LOCATION = {H.R 1100, 113th Cong.},
URL = {https://www.congress.gov/bill/113th-congress/house-bill/1100},
@@ -2666,7 +2666,7 @@ @LEGISLATION{11.6:16
}
% (APA 11.6 Example 17)
-@LEGMATERIAL{11.6:17,
+@LEGMATERIAL{apa.11.6:17,
SOURCE = {senate},
TYPE = {resolution},
NUMBER = {438},
@@ -2677,7 +2677,7 @@ @LEGMATERIAL{11.6:17
}
% (APA 11.6 Example 18)
-@LEGMATERIAL{11.6:18,
+@LEGMATERIAL{apa.11.6:18,
SOURCE = {houseofrepresentatives},
TYPE = {report},
NUMBER = {114-358},
@@ -2686,7 +2686,7 @@ @LEGMATERIAL{11.6:18
}
% (APA 11.7 Example 19)
-@LEGADMINMATERIAL{11.7:19,
+@LEGADMINMATERIAL{apa.11.7:19,
TITLE = {Protection of Human Subjects},
CITATION = {45 C.F.R. § 46},
URL = {https://www.hhs.gov/ohrp/sites/default/files/ohrp/policy/ohrpregulations.pdf},
@@ -2695,7 +2695,7 @@ @LEGADMINMATERIAL{11.7:19
% (APA 11.7 Example 20)
% Note the use of SHORTTITLE to use a shortened title in citations
-@LEGADMINMATERIAL{11.7:20,
+@LEGADMINMATERIAL{apa.11.7:20,
TITLE = {Defining and Delimiting the Exemptions for
Executive, Administrative, Professional, Outside
Sales and Computer Employees},
@@ -2708,7 +2708,7 @@ @LEGADMINMATERIAL{11.7:20
}
% (APA 11.7 Example 21)
-@LEGADMINMATERIAL{11.7:21,
+@LEGADMINMATERIAL{apa.11.7:21,
TYPE = {execorder},
NUMBER = {13,676},
CITATION = {3 C.F.R. 294},
@@ -2717,7 +2717,7 @@ @LEGADMINMATERIAL{11.7:21
}
% (APA 11.8 Example 22)
-@PATENT{11.8:22,
+@PATENT{apa.11.8:22,
AUTHOR = {S. C. Hiremath and S. Kumar and F. Lu and A Salehi},
TITLE = {Using Metaphors to Present Concepts Across Different
Intellectual Domains},
@@ -2729,7 +2729,7 @@ @PATENT{11.8:22
}
% (APA 11.9 Example 23)
-@CONSTITUTION{11.9:23,
+@CONSTITUTION{apa.11.9:23,
SOURCE = {us},
TYPE = {constitution},
ARTICLE = {I},
@@ -2737,7 +2737,7 @@ @CONSTITUTION{11.9:23
}
% (APA 11.9 Example 24)
-@CONSTITUTION{11.9:24,
+@CONSTITUTION{apa.11.9:24,
SOURCE = {southcarolina},
TYPE = {constitution},
ARTICLE = {IX},
@@ -2745,7 +2745,7 @@ @CONSTITUTION{11.9:24
}
% (APA 11.9 Example 25)
-@CONSTITUTION{11.9:25,
+@CONSTITUTION{apa.11.9:25,
SOURCE = {us},
TYPE = {constitution},
AMENDMENT = {XIX}
@@ -2753,7 +2753,7 @@ @CONSTITUTION{11.9:25
% (APA 11.9 Example 26)
% Use KEYWORD "repealed" (which is a localised string) and EVENTDATE for the date of repeal
-@CONSTITUTION{11.9:26,
+@CONSTITUTION{apa.11.9:26,
SOURCE = {us},
TYPE = {constitution},
AMENDMENT = {XIX},
@@ -2762,7 +2762,7 @@ @CONSTITUTION{11.9:26
}
% (APA 11.9 Example 27)
-@CONSTITUTION{11.9:27,
+@CONSTITUTION{apa.11.9:27,
SOURCE = {us},
TYPE = {constitution},
AMENDMENT = {I--X}
@@ -2770,7 +2770,7 @@ @CONSTITUTION{11.9:27
% (APA 11.9 Example 28)
% Use PART for paragraph
-@CONSTITUTION{11.9:28,
+@CONSTITUTION{apa.11.9:28,
SOURCE = {unitednations},
TYPE = {charter},
ARTICLE = {1},
@@ -2778,7 +2778,7 @@ @CONSTITUTION{11.9:28
}
% (APA 11.10 Example 29)
-@LEGAL{11.10:29,
+@LEGAL{apa.11.10:29,
TITLE = {United Nations Convention on the Rights of the Child},
DATE = {1989-11-20},
URL = {https://www.ohchr.org/en/professionalinterest/pages/crc.aspx}
diff --git a/tests/bbt/bib/biblatex-apa-test-references.json b/tests/bbt/bib/biblatex-apa-test-references.json
new file mode 100644
index 00000000..030f9e6d
--- /dev/null
+++ b/tests/bbt/bib/biblatex-apa-test-references.json
@@ -0,0 +1,6714 @@
+[
+ {
+ "id": "apa.9.8:1",
+ "type": "book",
+ "author": [
+ {
+ "family": "Author",
+ "given": "A. A."
+ },
+ {
+ "family": "Author",
+ "given": "B. B."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.8:2",
+ "type": "book",
+ "author": [
+ {
+ "literal": "American Psychological Association"
+ },
+ {
+ "literal": "National Institutes of Health"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.8:3",
+ "type": "book",
+ "author": [
+ {
+ "family": "Author",
+ "given": "A. A."
+ },
+ {
+ "family": "Author",
+ "given": "B. B."
+ },
+ {
+ "family": "Author",
+ "given": "C. C."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.8:4",
+ "type": "book",
+ "author": [
+ {
+ "family": "First"
+ },
+ {
+ "family": "Second"
+ },
+ {
+ "family": "Third"
+ },
+ {
+ "family": "Fourth"
+ },
+ {
+ "family": "Fifth"
+ },
+ {
+ "family": "Sixth"
+ },
+ {
+ "family": "Seventh"
+ },
+ {
+ "family": "Eighth"
+ },
+ {
+ "family": "Ninth"
+ },
+ {
+ "family": "Tenth"
+ },
+ {
+ "family": "Eleventh"
+ },
+ {
+ "family": "Twelfth"
+ },
+ {
+ "family": "Thirteenth"
+ },
+ {
+ "family": "Fourteenth"
+ },
+ {
+ "family": "Fifteenth"
+ },
+ {
+ "family": "Sixteenth"
+ },
+ {
+ "family": "Seventeenth"
+ },
+ {
+ "family": "Eighteenth"
+ },
+ {
+ "family": "Nineteenth"
+ },
+ {
+ "family": "Twentieth"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.8:5",
+ "type": "book",
+ "author": [
+ {
+ "family": "First"
+ },
+ {
+ "family": "Second"
+ },
+ {
+ "family": "Third"
+ },
+ {
+ "family": "Fourth"
+ },
+ {
+ "family": "Fifth"
+ },
+ {
+ "family": "Sixth"
+ },
+ {
+ "family": "Seventh"
+ },
+ {
+ "family": "Eighth"
+ },
+ {
+ "family": "Ninth"
+ },
+ {
+ "family": "Tenth"
+ },
+ {
+ "family": "Eleventh"
+ },
+ {
+ "family": "Twelfth"
+ },
+ {
+ "family": "Thirteenth"
+ },
+ {
+ "family": "Fourteenth"
+ },
+ {
+ "family": "Fifteenth"
+ },
+ {
+ "family": "Sixteenth"
+ },
+ {
+ "family": "Seventeenth"
+ },
+ {
+ "family": "Eighteenth"
+ },
+ {
+ "family": "Nineteenth"
+ },
+ {
+ "family": "Twentieth"
+ },
+ {
+ "family": "Twentyfirst"
+ },
+ {
+ "family": "Twentysecond"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.8:6",
+ "type": "book",
+ "author": [
+ {
+ "family": "Xu",
+ "given": "Ai-Jun"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.8:7",
+ "type": "book",
+ "author": [
+ {
+ "family": "Raboso",
+ "given": "Lee-ann"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.8:8",
+ "type": "book",
+ "author": [
+ {
+ "family": "Author",
+ "given": "A. A.",
+ "suffix": "Jr."
+ },
+ {
+ "family": "Author",
+ "given": "B. B."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.8:9",
+ "type": "book",
+ "author": [
+ {
+ "family": "Meyers",
+ "given": "K."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "Withering worrying"
+ },
+ {
+ "id": "apa.9.8:10",
+ "type": "book",
+ "author": [
+ {
+ "family": "Plato"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.8:11",
+ "type": "book",
+ "author": [
+ {
+ "family": "Author",
+ "given": "U."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.14:1",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Test",
+ "given": "Arthur"
+ }
+ ],
+ "container-title": "Seasonal Journal",
+ "issue": "2",
+ "issued": {
+ "date-parts": [
+ [
+ "2012",
+ 22
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "Test title",
+ "volume": "33"
+ },
+ {
+ "id": "apa.9.14:2",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Test",
+ "given": "Arthur"
+ }
+ ],
+ "container-title": "Seasonal Journal",
+ "issue": "3",
+ "issued": {
+ "date-parts": [
+ [
+ "2012",
+ 22
+ ],
+ [
+ 2012,
+ 23
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "Test title 2",
+ "volume": "34"
+ },
+ {
+ "id": "apa.9.44:1a",
+ "type": "document",
+ "author": [
+ {
+ "family": "Benjamin",
+ "given": "A. S."
+ }
+ ],
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.44:1b",
+ "type": "document",
+ "author": [
+ {
+ "family": "Yaakov",
+ "given": "D.",
+ "non-dropping-particle": "ben"
+ }
+ ],
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.44:2a",
+ "type": "document",
+ "author": [
+ {
+ "family": "Denzin",
+ "given": "N. K."
+ }
+ ],
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.44:2b",
+ "type": "document",
+ "author": [
+ {
+ "family": "Onís",
+ "given": "C.",
+ "non-dropping-particle": "de"
+ }
+ ],
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.44:2c",
+ "type": "document",
+ "author": [
+ {
+ "family": "Devlin",
+ "given": "J. T."
+ }
+ ],
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.44:3a",
+ "type": "document",
+ "author": [
+ {
+ "family": "Girard",
+ "given": "John-Bill"
+ }
+ ],
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.44:3b",
+ "type": "document",
+ "author": [
+ {
+ "family": "Girard-Perregaux",
+ "given": "A. S."
+ }
+ ],
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.44:4a",
+ "type": "document",
+ "author": [
+ {
+ "family": "Ibn Abdulaziz",
+ "given": "T."
+ }
+ ],
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.44:4b",
+ "type": "document",
+ "author": [
+ {
+ "family": "Ibn Nidal",
+ "given": "A. K. M."
+ }
+ ],
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.44:5a",
+ "type": "document",
+ "author": [
+ {
+ "family": "López",
+ "given": "M. E."
+ }
+ ],
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.44:5b",
+ "type": "document",
+ "author": [
+ {
+ "family": "Molina",
+ "given": "G.",
+ "non-dropping-particle": "López de"
+ }
+ ],
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.44:6a",
+ "type": "document",
+ "author": [
+ {
+ "family": "MacCallum",
+ "given": "T.",
+ "suffix": "II"
+ }
+ ],
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.44:6b",
+ "type": "document",
+ "author": [
+ {
+ "family": "MacCallum",
+ "given": "T.",
+ "suffix": "III"
+ }
+ ],
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.44:7a",
+ "type": "document",
+ "author": [
+ {
+ "family": "MacNeil",
+ "given": "E."
+ }
+ ],
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.44:7b",
+ "type": "document",
+ "author": [
+ {
+ "family": "McAdoo",
+ "given": "Z. C. E."
+ }
+ ],
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.44:7c",
+ "type": "document",
+ "author": [
+ {
+ "family": "M’Carthy",
+ "given": "L. L."
+ }
+ ],
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.44:8a",
+ "type": "document",
+ "author": [
+ {
+ "family": "Olson",
+ "given": "S. R."
+ }
+ ],
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.44:8b",
+ "type": "document",
+ "author": [
+ {
+ "family": "O’Neil",
+ "given": "U."
+ }
+ ],
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.44:8c",
+ "type": "document",
+ "author": [
+ {
+ "family": "Oppenheimer",
+ "given": "R."
+ }
+ ],
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.44:9a",
+ "type": "document",
+ "author": [
+ {
+ "family": "Partridge",
+ "given": "F."
+ }
+ ],
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.44:9b",
+ "type": "document",
+ "author": [
+ {
+ "family": "Plato"
+ }
+ ],
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.44:10a",
+ "type": "document",
+ "author": [
+ {
+ "family": "San Martin",
+ "given": "Q. E"
+ }
+ ],
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.44:10b",
+ "type": "document",
+ "author": [
+ {
+ "family": "Santa Maria",
+ "given": "M."
+ }
+ ],
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.44:10c",
+ "type": "document",
+ "author": [
+ {
+ "family": "Santayana",
+ "given": "F. E."
+ }
+ ],
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.44:11a",
+ "type": "document",
+ "author": [
+ {
+ "family": "Santiago",
+ "given": "J.",
+ "suffix": "Sr."
+ }
+ ],
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.44:11b",
+ "type": "document",
+ "author": [
+ {
+ "family": "Santiago",
+ "given": "J.",
+ "suffix": "Jr."
+ }
+ ],
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.44:12a",
+ "type": "document",
+ "author": [
+ {
+ "family": "Villafuerte",
+ "given": "S. A."
+ }
+ ],
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.44:12b",
+ "type": "document",
+ "author": [
+ {
+ "family": "Villa-Lobos",
+ "given": "J."
+ }
+ ],
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.46:1",
+ "type": "book",
+ "author": [
+ {
+ "family": "Patel",
+ "given": "S. N."
+ }
+ ],
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.46:2",
+ "type": "book",
+ "author": [
+ {
+ "family": "Patel",
+ "given": "S. N."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2016"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.46:3",
+ "type": "book",
+ "author": [
+ {
+ "family": "Patel",
+ "given": "S. N."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2020"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.46:4",
+ "type": "book",
+ "author": [
+ {
+ "family": "Patel",
+ "given": "S. N."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2020",
+ 4
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.46:5",
+ "type": "book",
+ "author": [
+ {
+ "family": "Patel",
+ "given": "S. N."
+ }
+ ],
+ "language": "en-US",
+ "note": "status: in press"
+ },
+ {
+ "id": "apa.9.46:6",
+ "type": "book",
+ "author": [
+ {
+ "family": "Davidson",
+ "given": "T. E."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2019"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.46:7",
+ "type": "book",
+ "author": [
+ {
+ "family": "Davidson",
+ "given": "T. E."
+ },
+ {
+ "family": "McCabe",
+ "given": "M. P."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2015"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.46:8",
+ "type": "book",
+ "author": [
+ {
+ "family": "Costa",
+ "given": "P. T.",
+ "suffix": "Jr."
+ },
+ {
+ "family": "McCrae",
+ "given": "R. R."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2013"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.46:9",
+ "type": "book",
+ "author": [
+ {
+ "family": "Costa",
+ "given": "P. T.",
+ "suffix": "Jr."
+ },
+ {
+ "family": "McCrae",
+ "given": "R. R."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.46:10",
+ "type": "book",
+ "author": [
+ {
+ "family": "Jacobson",
+ "given": "T. E."
+ },
+ {
+ "family": "Duncan",
+ "given": "B."
+ },
+ {
+ "family": "Young",
+ "given": "S. E."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2019"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.46:11",
+ "type": "book",
+ "author": [
+ {
+ "family": "Jacobson",
+ "given": "T. E."
+ },
+ {
+ "family": "Raymond",
+ "given": "K. M."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2017"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.46:12",
+ "type": "book",
+ "author": [
+ {
+ "family": "Pfeiffer",
+ "given": "S. J."
+ },
+ {
+ "family": "Chu",
+ "given": "Wan-Wan"
+ },
+ {
+ "family": "Park",
+ "given": "S. H."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.46:13",
+ "type": "book",
+ "author": [
+ {
+ "family": "Pfeiffer",
+ "given": "S. J."
+ },
+ {
+ "family": "Chu",
+ "given": "Wan-Wan"
+ },
+ {
+ "family": "Wall",
+ "given": "T. L."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.47:1",
+ "type": "book",
+ "author": [
+ {
+ "family": "Azikiwe",
+ "given": "H."
+ },
+ {
+ "family": "Bello",
+ "given": "A."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2020"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.47:2",
+ "type": "book",
+ "author": [
+ {
+ "family": "Azikiwe",
+ "given": "H."
+ },
+ {
+ "family": "Bello",
+ "given": "A."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2020",
+ 3,
+ 26
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.47:3",
+ "type": "book",
+ "author": [
+ {
+ "family": "Azikiwe",
+ "given": "H."
+ },
+ {
+ "family": "Bello",
+ "given": "A."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2020",
+ 4,
+ 2
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.47:4",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Judge",
+ "given": "T. A."
+ },
+ {
+ "family": "Kammeyer-Mueller",
+ "given": "J. D"
+ }
+ ],
+ "container-title": "Organizational Behaviour",
+ "DOI": "10.1002/job.764",
+ "issue": "2",
+ "issued": {
+ "date-parts": [
+ [
+ "2012"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "page": "161-174",
+ "title": "General and specific measures in organizational behaviour research: Considerations, examples, and recommandations for researchers",
+ "title-short": "General and specific measures in organizational behaviour research",
+ "volume": "33"
+ },
+ {
+ "id": "apa.9.47:5",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Judge",
+ "given": "T. A."
+ },
+ {
+ "family": "Kammeyer-Mueller",
+ "given": "J. D"
+ }
+ ],
+ "container-title": "Journal of Applied Psychology",
+ "DOI": "10.1037/a0028084",
+ "issue": "4",
+ "issued": {
+ "date-parts": [
+ [
+ "2012"
+ ]
+ ]
+ },
+ "journalAbbreviation": "J. Appl. Psychol.",
+ "language": "en-US",
+ "page": "758-775",
+ "title": "On the value of aiming high: The causes and consequences of ambition",
+ "title-short": "On the value of aiming high",
+ "volume": "97"
+ },
+ {
+ "id": "apa.9.47:6",
+ "type": "book",
+ "author": [
+ {
+ "family": "Smith",
+ "given": "A."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "Interesting things"
+ },
+ {
+ "id": "apa.9.47:7",
+ "type": "book",
+ "author": [
+ {
+ "family": "Smith",
+ "given": "A."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "A litany of special things"
+ },
+ {
+ "id": "apa.9.47:8",
+ "type": "book",
+ "author": [
+ {
+ "family": "Smith",
+ "given": "A."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "An awful lot of special things"
+ },
+ {
+ "id": "apa.9.47:9",
+ "type": "book",
+ "author": [
+ {
+ "family": "Smith",
+ "given": "A."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "The banality of special things"
+ },
+ {
+ "id": "apa.9.47:10",
+ "type": "book",
+ "author": [
+ {
+ "family": "Brown",
+ "given": "B."
+ }
+ ],
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.47:11",
+ "type": "book",
+ "author": [
+ {
+ "family": "Brown",
+ "given": "B."
+ }
+ ],
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.47:12",
+ "type": "book",
+ "author": [
+ {
+ "family": "Brown",
+ "given": "B."
+ }
+ ],
+ "language": "en-US",
+ "note": "status: in press"
+ },
+ {
+ "id": "apa.9.47:13",
+ "type": "book",
+ "author": [
+ {
+ "family": "Brown",
+ "given": "B."
+ }
+ ],
+ "language": "en-US",
+ "note": "status: in press"
+ },
+ {
+ "id": "apa.9.48:1",
+ "type": "book",
+ "author": [
+ {
+ "family": "Taylor",
+ "given": "J. M."
+ },
+ {
+ "family": "Neimeyer",
+ "given": "G. J."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2015"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.48:2",
+ "type": "book",
+ "author": [
+ {
+ "family": "Taylor",
+ "given": "T."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US"
+ },
+ {
+ "id": "apa.9.49:1",
+ "type": "book",
+ "author": [
+ {
+ "family": "Anonymous"
+ }
+ ],
+ "issued": {
+ "circa": true,
+ "date-parts": [
+ [
+ -3001
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "The pnakotic manuscript"
+ },
+ {
+ "id": "apa.9.49:2",
+ "type": "book",
+ "issued": {
+ "circa": true,
+ "date-parts": [
+ [
+ -2001
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "The book of eibon"
+ },
+ {
+ "id": "apa.9.49:3",
+ "type": "book",
+ "author": [
+ {
+ "family": "Smith",
+ "given": "A."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2019"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "Top 100 silliest reference list sorting requirements"
+ },
+ {
+ "id": "apa.9.49:4",
+ "type": "book",
+ "author": [
+ {
+ "family": "Smith",
+ "given": "A."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2019"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "Top 10 political pandering epithets in psychology"
+ },
+ {
+ "id": "apa.9.49:5",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Jones",
+ "given": "J."
+ }
+ ],
+ "container-title": "Journal of the Decline of Academia",
+ "issued": {
+ "date-parts": [
+ [
+ "2012"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "Annoyingly casual titles: How to exhaust all effort on the title alone",
+ "title-short": "Annoyingly casual titles"
+ },
+ {
+ "id": "apa.9.49:6",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Jones",
+ "given": "J."
+ }
+ ],
+ "container-title": "Journal of the Decline of Academia",
+ "issued": {
+ "date-parts": [
+ [
+ "2012"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "Annoyingly casual titles: Creating titles to distract from vacuity",
+ "title-short": "Annoyingly casual titles"
+ },
+ {
+ "id": "apa.9.51:1",
+ "type": "chapter",
+ "author": [
+ {
+ "family": "Barber",
+ "given": "L. K."
+ },
+ {
+ "family": "Grawitch",
+ "given": "M. J."
+ },
+ {
+ "family": "Maloney",
+ "given": "P. W."
+ }
+ ],
+ "container-title": "The psychologically healthy workplace: Building a win-win environment for organizations and employees",
+ "container-title-short": "The psychologically healthy workplace",
+ "DOI": "10.1037/14731-006",
+ "editor": [
+ {
+ "family": "Grawitch",
+ "given": "M. J."
+ },
+ {
+ "family": "Ballard",
+ "given": "D. W."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2016"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "This book chapter provides an overview of the psychosociological concept of work-life balance. The authors discuss findings from studies showing harmful effects of work-life conflict on psychological and behavioural health as well as beneficial effects of work-life facilitation, wherein one role makes a positive contribution to the other. The chapter concludes with a description of work-life balance initiatives that organizations have adopted to help employees manage their dual work and nonwork obligations and some of the key factors influencing their effectiveness.",
+ "page": "111-113",
+ "publisher": "American Psychological Association",
+ "title": "Work-life balance: Contemporary perspectives",
+ "title-short": "Work-life balance"
+ },
+ {
+ "id": "apa.9.51:2",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Carlson",
+ "given": "D. S."
+ },
+ {
+ "family": "Thompson",
+ "given": "M. J."
+ },
+ {
+ "family": "Kacmar",
+ "given": "K. M."
+ }
+ ],
+ "container-title": "Journal of Applied Psychology",
+ "DOI": "10.1037/apl0000348",
+ "issue": "2",
+ "issued": {
+ "date-parts": [
+ [
+ "2019"
+ ]
+ ]
+ },
+ "journalAbbreviation": "J. Appl. Psychol.",
+ "language": "en-US",
+ "note": "\\textcite{
9.51:2}
conducted an empirical study to examine the multiple paths through which work and family variables can affect work outcomes. Whereas \\textcite{
9.51:1}
explored how work obligations can increase stress or enhance fulfillment at home, \\citeauthor{
9.51:2}
viewed work demands as raising family stress, with potential negative consequences on work performance. Results supported a model in which direct effects of work demands and spillover effects of work demands to work-to-family conflict led to a lower job satisfaction and affective commitment, as well as crossover effects of work-to-family conflict, spousal stress transmission, and later family-to-work conflict on organizational citizenship and absenteeism. Overall, the study demonstrated a link from work demands to work outcomes when considering the family, but those paths differed depending on whether attitudinal or behavioural work outcomes were examined.",
+ "page": "214-228",
+ "title": "Double crossed: The spillover and crossover effect of work demands on work outcomes through the family",
+ "title-short": "Double crossed",
+ "volume": "104"
+ },
+ {
+ "id": "apa.9.52:1",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Angel",
+ "given": "L."
+ },
+ {
+ "family": "Bastin",
+ "given": "C."
+ },
+ {
+ "family": "Genon",
+ "given": "S."
+ },
+ {
+ "family": "Balteau",
+ "given": "E."
+ },
+ {
+ "family": "Phillips",
+ "given": "C."
+ },
+ {
+ "family": "Luxen",
+ "given": "A."
+ },
+ {
+ "family": "Maquet",
+ "given": "P."
+ },
+ {
+ "family": "Salmon",
+ "given": "E."
+ },
+ {
+ "family": "Collette",
+ "given": "F."
+ }
+ ],
+ "container-title": "Cortex; a journal devoted to the study of the nervous system and behavior",
+ "DOI": "10.1016/j.cortex.2012.10.002",
+ "issue": "6",
+ "issued": {
+ "date-parts": [
+ [
+ "2013"
+ ]
+ ]
+ },
+ "journalAbbreviation": "Cortex.",
+ "language": "en-US",
+ "page": "1585-1597",
+ "title": "Differential effects of aging on the neural correlates of recollection and familiarity",
+ "volume": "49"
+ },
+ {
+ "id": "apa.9.52:2",
+ "type": "chapter",
+ "author": [
+ {
+ "family": "Finley",
+ "given": "J. R."
+ },
+ {
+ "family": "Tullis",
+ "given": "J. G."
+ },
+ {
+ "family": "Benjamin",
+ "given": "A. S."
+ }
+ ],
+ "container-title": "New science of learning: Cognition, computers and collaboration in education",
+ "container-title-short": "New science of learning",
+ "DOI": "10.1007/978-1-4419-57160_6",
+ "editor": [
+ {
+ "family": "Khine",
+ "given": "M. S."
+ },
+ {
+ "family": "Saleh",
+ "given": "I. M."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2010"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "page": "109-131",
+ "publisher": "Springer",
+ "title": "Metacognitive control of learning and remembering"
+ },
+ {
+ "id": "apa.9.52:3",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Hanaki",
+ "given": "R."
+ },
+ {
+ "family": "Abe",
+ "given": "N."
+ },
+ {
+ "family": "Fujii",
+ "given": "T."
+ },
+ {
+ "family": "Ueno",
+ "given": "A."
+ },
+ {
+ "family": "Nishio",
+ "given": "Y."
+ },
+ {
+ "family": "Hiraoka",
+ "given": "K."
+ },
+ {
+ "family": "Shimomura",
+ "given": "T."
+ },
+ {
+ "family": "Iizuka",
+ "given": "O."
+ },
+ {
+ "family": "Shinohara",
+ "given": "M."
+ },
+ {
+ "family": "Hirayama",
+ "given": "K."
+ },
+ {
+ "family": "Mori",
+ "given": "E."
+ }
+ ],
+ "container-title": "Neurological Sciences",
+ "DOI": "10.1007/s10072-011-0748-4",
+ "issue": "6",
+ "issued": {
+ "date-parts": [
+ [
+ "2011"
+ ]
+ ]
+ },
+ "journalAbbreviation": "Neurol. Sci.",
+ "language": "en-US",
+ "page": "1115-1122",
+ "title": "The effects of aging and alzheimer’s disease on associative recognition memory",
+ "volume": "32"
+ },
+ {
+ "id": "apa.9.52:4",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Hargis",
+ "given": "M. B."
+ },
+ {
+ "family": "Castel",
+ "given": "A. D."
+ }
+ ],
+ "container-title": "Memory (Hove, England)",
+ "DOI": "10.1080/09658211.2018.1441423",
+ "issue": "8",
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "journalAbbreviation": "Memory",
+ "language": "en-US",
+ "page": "1151-1158",
+ "title": "Younger and older adults’ associative memory for medication interactions of varying severity",
+ "volume": "26"
+ },
+ {
+ "id": "apa.10.1:1",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "McCauley",
+ "given": "S. M."
+ },
+ {
+ "family": "Christiansen",
+ "given": "M. H."
+ }
+ ],
+ "container-title": "Psychological Review",
+ "DOI": "10.1037/rev0000126",
+ "issue": "1",
+ "issued": {
+ "date-parts": [
+ [
+ "2019"
+ ]
+ ]
+ },
+ "journalAbbreviation": "Psycsol. Rev.",
+ "language": "en-US",
+ "page": "1-51",
+ "title": "Language learning as language use: A cross-linguistic model of child language development",
+ "title-short": "Language learning as language use",
+ "URL": "http://some.url",
+ "volume": "126"
+ },
+ {
+ "id": "apa.10.1:2",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Ahmann",
+ "given": "E."
+ },
+ {
+ "family": "Tuttle",
+ "given": "L. J."
+ },
+ {
+ "family": "Saviet",
+ "given": "M."
+ },
+ {
+ "family": "Wright",
+ "given": "S. D."
+ }
+ ],
+ "container-title": "Journal of Postsecondary Education and Disability",
+ "issue": "1",
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "journalAbbreviation": "J. Postsecond. Educ. Disabil.",
+ "language": "en-US",
+ "page": "17-39",
+ "title": "A descriptive review of ADHD coaching research: Implications for college students",
+ "title-short": "A descriptive review of ADHD coaching research",
+ "URL": "https://www.ahead.org/professional-resources/publications/jped/archived-jped/jped-volume-31",
+ "volume": "31"
+ },
+ {
+ "id": "apa.10.1:3a",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Anderson",
+ "given": "M."
+ }
+ ],
+ "container-title": "Educational Leadership",
+ "issue": "1",
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "journalAbbreviation": "Educ. Leadership",
+ "language": "en-US",
+ "page": "26-33",
+ "title": "Getting consistent with consequences",
+ "volume": "76"
+ },
+ {
+ "id": "apa.10.1:3b",
+ "type": "article-newspaper",
+ "author": [
+ {
+ "family": "Goldman",
+ "given": "C."
+ }
+ ],
+ "container-title": "Chicago Tribune",
+ "issued": {
+ "date-parts": [
+ [
+ "2018",
+ 11,
+ 28
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "The complicated calibration of love, especially in adoption"
+ },
+ {
+ "id": "apa.10.1:4",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Kalnay",
+ "given": "E."
+ },
+ {
+ "family": "Kanamitsu",
+ "given": "M."
+ },
+ {
+ "family": "Kistler",
+ "given": "R."
+ },
+ {
+ "family": "Collins",
+ "given": "W."
+ },
+ {
+ "family": "Deaven",
+ "given": "D."
+ },
+ {
+ "family": "Gandin",
+ "given": "L."
+ },
+ {
+ "family": "Iredell",
+ "given": "M."
+ },
+ {
+ "family": "Saha",
+ "given": "S."
+ },
+ {
+ "family": "White",
+ "given": "G."
+ },
+ {
+ "family": "Wollen",
+ "given": "J."
+ },
+ {
+ "family": "Zhu",
+ "given": "Y."
+ },
+ {
+ "family": "Chelliah",
+ "given": "M."
+ },
+ {
+ "family": "Ebisuzaki",
+ "given": "W."
+ },
+ {
+ "family": "Higgins",
+ "given": "W."
+ },
+ {
+ "family": "Janowiak",
+ "given": "J."
+ },
+ {
+ "family": "Mo",
+ "given": "K. C."
+ },
+ {
+ "family": "Ropelewski",
+ "given": "C."
+ },
+ {
+ "family": "Wang",
+ "given": "J."
+ },
+ {
+ "family": "Leetma",
+ "given": "A."
+ },
+ {
+ "family": "Aaron",
+ "given": "A."
+ },
+ {
+ "family": "Court",
+ "given": "B. Baron C."
+ },
+ {
+ "family": "Joseph",
+ "given": "D."
+ }
+ ],
+ "container-title": "Bulletin of the American Meteorological Society",
+ "DOI": "fg6rf9",
+ "issue": "3",
+ "issued": {
+ "date-parts": [
+ [
+ "1996",
+ 1,
+ 1
+ ]
+ ]
+ },
+ "journalAbbreviation": "Bull. Am. Meteorol. Soc.",
+ "language": "en-US",
+ "page": "437-471",
+ "title": "The NCEP/NCAR 40-year reanalysis project",
+ "volume": "77"
+ },
+ {
+ "id": "apa.10.1:5",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "De Vries",
+ "given": "R."
+ },
+ {
+ "family": "Nieuwenhuijze",
+ "given": "M."
+ },
+ {
+ "family": "Buitendijk",
+ "given": "S. E."
+ },
+ {
+ "literal": "the members of Midwifery Science Work Group"
+ }
+ ],
+ "container-title": "Midwifery",
+ "DOI": "10.1016/j.midw.2013.07.007",
+ "issue": "10",
+ "issued": {
+ "date-parts": [
+ [
+ "2013"
+ ]
+ ]
+ },
+ "journalAbbreviation": "Midwifery",
+ "language": "en-US",
+ "page": "1122-1128",
+ "title": "What does it take to have a strong and independent profession of midwifery? Lessons from the Netherlands",
+ "volume": "29"
+ },
+ {
+ "id": "apa.10.1:6",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Burin",
+ "given": "D."
+ },
+ {
+ "family": "Kilteni",
+ "given": "K."
+ },
+ {
+ "family": "Rabuffetti",
+ "given": "M."
+ },
+ {
+ "family": "Slater",
+ "given": "M."
+ },
+ {
+ "family": "Pia",
+ "given": "L."
+ }
+ ],
+ "container-title": "PLOS ONE",
+ "DOI": "10.1371/journal.pone.0209899",
+ "issue": "1",
+ "issued": {
+ "date-parts": [
+ [
+ "2019"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "number: e0209899",
+ "title": "Body ownership increases the interference between observed and executed movements",
+ "volume": "14"
+ },
+ {
+ "id": "apa.10.1:7",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Huestegge",
+ "given": "S. M."
+ },
+ {
+ "family": "Raettig",
+ "given": "T."
+ },
+ {
+ "family": "Huestegge",
+ "given": "L."
+ }
+ ],
+ "container-title": "Experimental Psychology",
+ "DOI": "10.1027/1618-3169/a000440",
+ "issued": {
+ "date-parts": [
+ [
+ "2019"
+ ]
+ ]
+ },
+ "journalAbbreviation": "Exp. Psychol.",
+ "language": "en-US",
+ "note": "status: Advance online publication",
+ "title": "Are face-incongruent voices harder to process? Effects of face-voice gender incongruity on basic cognitive information processing"
+ },
+ {
+ "id": "apa.10.1:8",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Pachur",
+ "given": "T."
+ },
+ {
+ "family": "Scheibehenne",
+ "given": "B."
+ }
+ ],
+ "container-title": "Psychonomic Bulletin & Review",
+ "journalAbbreviation": "Psychon. Bull. Rev.",
+ "language": "en-US",
+ "note": "status: in press",
+ "title": "Unpacking buyer-seller differences in valuation from experience: A cognitive modeling approach",
+ "title-short": "Unpacking buyer-seller differences in valuation from experience"
+ },
+ {
+ "id": "apa.10.1:9",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Chaves-Morillo",
+ "given": "V."
+ },
+ {
+ "family": "Gómez Calero",
+ "given": "C."
+ },
+ {
+ "family": "Fernández-Muñoz",
+ "given": "J. J."
+ },
+ {
+ "family": "Toledano-Muñoz",
+ "given": "A."
+ },
+ {
+ "family": "Fernández-Heute",
+ "given": "J."
+ },
+ {
+ "family": "Martinez-Monge",
+ "given": "N."
+ },
+ {
+ "family": "Palacios-Ceña",
+ "given": "D."
+ },
+ {
+ "family": "Peñacoba-Puente",
+ "given": "C."
+ }
+ ],
+ "container-title": "Clínica y Salud",
+ "DOI": "10.1016/j.clysa.2017.04.002",
+ "issue": "3",
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "original-title: La anosmia neurosensorial: Relación entre subtipo, tiempo de reconocimiento y edad",
+ "page": "155-161",
+ "title": "Sensorineural anosmia: Relationship between subtype, recognition time, and age",
+ "title-short": "Sensorineural anosmia",
+ "volume": "28"
+ },
+ {
+ "id": "apa.10.1:10",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Piaget",
+ "given": "J."
+ }
+ ],
+ "container-title": "Human Development",
+ "DOI": "10.1159/00027/1225",
+ "issue": "1",
+ "issued": {
+ "date-parts": [
+ [
+ "1972"
+ ]
+ ]
+ },
+ "journalAbbreviation": "Hum. Dev.",
+ "language": "en-US",
+ "note": "original-date: 1970",
+ "page": "1-12",
+ "title": "Intellectual evolution from adolescence to adulthood",
+ "translator": [
+ {
+ "family": "Bliss",
+ "given": "J."
+ },
+ {
+ "family": "Furth",
+ "given": "H."
+ }
+ ],
+ "volume": "15"
+ },
+ {
+ "id": "apa.10.1:11",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Shore",
+ "given": "M. F."
+ }
+ ],
+ "container-title": "American Journal of Orthopsychiatry",
+ "DOI": "10.1037/h0100165",
+ "issue": "6",
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "journalAbbreviation": "Am. J. Orthopsychiatry",
+ "language": "en-US",
+ "note": "original-title: Marking time in the land of plenty: Reflections on mental health in the United States\noriginal-date: 1981",
+ "page": "611-618",
+ "title": "Marking time in the land of plenty: Reflections on mental health in the United States",
+ "title-short": "Marking time in the land of plenty",
+ "volume": "84"
+ },
+ {
+ "id": "apa.10.1:11r",
+ "type": "article-journal",
+ "container-title": "American Journal of Orthopsychiatry",
+ "DOI": "10.1111/j.1939-0025.1981.tb01388.x",
+ "issue": "3",
+ "issued": {
+ "date-parts": [
+ [
+ "1981"
+ ]
+ ]
+ },
+ "journalAbbreviation": "Am. J. Orthopsychiatry",
+ "language": "en-US",
+ "page": "391-402",
+ "title": "Marking time in the land of plenty: Reflections on mental health in the United States",
+ "title-short": "Marking time in the land of plenty",
+ "volume": "51"
+ },
+ {
+ "id": "apa.10.1:12a",
+ "type": "document",
+ "editor": [
+ {
+ "family": "Lilienfeld",
+ "given": "S. O."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "type: periodical\nvolume-title: Heterodox issues in psychology\ngenre: Special section\nvolume: 6\nissue: 1\npage: 51–104",
+ "title": "Archives of scientific psychology"
+ },
+ {
+ "id": "apa.10.1:12b",
+ "type": "document",
+ "editor": [
+ {
+ "family": "McDaniel",
+ "given": "S. H."
+ },
+ {
+ "family": "Salas",
+ "given": "E."
+ },
+ {
+ "family": "Kazak",
+ "given": "A. E."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "type: periodical\nvolume-title: The science of teamwork\ngenre: Special issue\nvolume: 73\nissue: 4",
+ "title": "American psychologist"
+ },
+ {
+ "id": "apa.10.1:13",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Mehrholz",
+ "given": "J."
+ },
+ {
+ "family": "Pohl",
+ "given": "M."
+ },
+ {
+ "family": "Platz",
+ "given": "T."
+ },
+ {
+ "family": "Kugler",
+ "given": "J."
+ },
+ {
+ "family": "Elsner",
+ "given": "B."
+ }
+ ],
+ "container-title": "Cochrane Database of Systematic Reviews",
+ "DOI": "10.1002/14651858.CD006876.pub5",
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "journalAbbreviation": "Cochrane Db. Syst. Rev.",
+ "language": "en-US",
+ "title": "Electromechanical and robot-assisted arm training for improving activities of daily living, arm function, and arm muscle strength after stroke"
+ },
+ {
+ "id": "apa.10.1:14",
+ "type": "article-journal",
+ "accessed": {
+ "date-parts": [
+ [
+ "2019",
+ 7,
+ 22
+ ]
+ ]
+ },
+ "author": [
+ {
+ "family": "Morey",
+ "given": "M. C."
+ }
+ ],
+ "container-title": "UpToDate",
+ "issued": {
+ "date-parts": [
+ [
+ "2019"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "Physical activity and exercise in older adults",
+ "URL": "https://www.uptodate.com/contents/physical-activity-and-exercise-in-older-adults"
+ },
+ {
+ "id": "apa.10.1:15a",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Bergeson",
+ "given": "S."
+ }
+ ],
+ "container-title": "Science",
+ "DOI": "10.1126/science.aau7988",
+ "issue": "6422",
+ "issued": {
+ "date-parts": [
+ [
+ "2019",
+ 1,
+ 4
+ ]
+ ]
+ },
+ "journalAbbreviation": "Science",
+ "language": "en-US",
+ "page": "33-34",
+ "title": "Really cool neutral plasmas",
+ "volume": "363"
+ },
+ {
+ "id": "apa.10.1:15b",
+ "type": "article-magazine",
+ "author": [
+ {
+ "family": "Bustillos",
+ "given": "M."
+ }
+ ],
+ "container-title": "The New Yorker",
+ "issued": {
+ "date-parts": [
+ [
+ "2013",
+ 3,
+ 19
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "On video games and storytelling: An interview with Tom Bissell",
+ "title-short": "On video games and storytelling",
+ "URL": "https://www.newyorker.com/books/page-turner/on-video-games-and-storytelling-an-interview-with-tom-bissell"
+ },
+ {
+ "id": "apa.10.1:15c",
+ "type": "article-magazine",
+ "author": [
+ {
+ "family": "Weir",
+ "given": "K."
+ }
+ ],
+ "container-title": "Monitor on Psychology",
+ "issue": "1",
+ "issued": {
+ "date-parts": [
+ [
+ "2017",
+ 1
+ ]
+ ]
+ },
+ "language": "en-US",
+ "page": "30",
+ "title": "Forgiveness can improve mental and physical health",
+ "volume": "48"
+ },
+ {
+ "id": "apa.10.1:16a",
+ "type": "article-newspaper",
+ "author": [
+ {
+ "family": "Guarino",
+ "given": "B."
+ }
+ ],
+ "container-title": "The Washington Post",
+ "issued": {
+ "date-parts": [
+ [
+ "2017",
+ 12,
+ 4
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "How will humanity react to alien life? Psychologists have some predictions",
+ "URL": "https://www.washingtonpost.com/news/speaking-of-science/wp/2017/12/04/how-will-humanity-react-to-alien-life-psychologists-have-some-predictions"
+ },
+ {
+ "id": "apa.10.1:16b",
+ "type": "article-newspaper",
+ "author": [
+ {
+ "family": "Hess",
+ "given": "A."
+ }
+ ],
+ "container-title": "The New York Times",
+ "issued": {
+ "date-parts": [
+ [
+ "2019",
+ 1,
+ 3
+ ]
+ ]
+ },
+ "language": "en-US",
+ "page": "C1",
+ "title": "Cats who take direction"
+ },
+ {
+ "id": "apa.10.1:17",
+ "type": "post-weblog",
+ "author": [
+ {
+ "family": "Klymkowsky",
+ "given": "M."
+ }
+ ],
+ "container-title": "Sci-Ed",
+ "issued": {
+ "date-parts": [
+ [
+ "2018",
+ 9,
+ 15
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "Can we talk scientifically about free will?",
+ "URL": "https://blogs.plos.org/scied/2018/09/15/can-we-talk-scientifically-about-free-will/"
+ },
+ {
+ "id": "apa.10.1:18",
+ "type": "article-newspaper",
+ "author": [
+ {
+ "literal": "KS in NJ"
+ }
+ ],
+ "container-title": "The Washington Post",
+ "issued": {
+ "date-parts": [
+ [
+ "2019",
+ 1,
+ 15
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "From this article, it sounds like men are figuring something out that women have known forever. I know of many",
+ "URL": "https://wapo.st/2HDToGJ"
+ },
+ {
+ "id": "apa.10.1:18r",
+ "type": "article-newspaper",
+ "author": [
+ {
+ "family": "Author",
+ "given": "A."
+ }
+ ],
+ "container-title": "The Washington Post",
+ "issued": {
+ "date-parts": [
+ [
+ "2019",
+ 1,
+ 15
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "How workout buddies can help stave off loneliness"
+ },
+ {
+ "id": "apa.10.1:19",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Cuellar",
+ "given": "N. G."
+ }
+ ],
+ "container-title": "Journal of Transcultural Nursing",
+ "DOI": "10.1177/1043659616638722",
+ "issue": "3",
+ "issued": {
+ "date-parts": [
+ [
+ "2016"
+ ]
+ ]
+ },
+ "journalAbbreviation": "J. Transcult. Nurs.",
+ "language": "en-US",
+ "note": "genre: Editorial",
+ "page": "209",
+ "title": "Study abroad programs",
+ "volume": "27"
+ },
+ {
+ "id": "apa.10.2:20",
+ "type": "book",
+ "author": [
+ {
+ "family": "Brown",
+ "given": "L. S."
+ }
+ ],
+ "edition": "2",
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "DOI: 10.1037/0000092-000",
+ "publisher": "American Psychological Association",
+ "title": "Feminist therapy"
+ },
+ {
+ "id": "apa.10.2:21",
+ "type": "book",
+ "author": [
+ {
+ "family": "Burgess",
+ "given": "R."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2019"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "Routledge",
+ "title": "Rethinking global health: Frameworks of power",
+ "title-short": "Rethinking global health"
+ },
+ {
+ "id": "apa.10.2:22a",
+ "type": "book",
+ "author": [
+ {
+ "family": "Cain",
+ "given": "S."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2012"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "genre: Audiobook\nnarrator: Mazur || K.",
+ "publisher": "Random House Audio",
+ "title": "Quiet: The power of introverts in a world that can’t stop talking",
+ "title-short": "Quiet",
+ "URL": "http://bit.ly/2GOBpbl"
+ },
+ {
+ "id": "apa.10.2:22b",
+ "type": "book",
+ "author": [
+ {
+ "family": "Christian",
+ "given": "B."
+ },
+ {
+ "family": "Griffiths",
+ "given": "T."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2016"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "Henry Holt and Co.",
+ "title": "Algorithms to live by: The computer science of human decisions",
+ "title-short": "Algorithms to live by",
+ "URL": "http://a.co/7qGBZAk"
+ },
+ {
+ "id": "apa.10.2:23",
+ "type": "book",
+ "author": [
+ {
+ "family": "Meadows",
+ "given": "D. H."
+ }
+ ],
+ "editor": [
+ {
+ "family": "Wright",
+ "given": "D."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2008"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "Chelsea Green Publishing",
+ "title": "Thinking in systems: A primer",
+ "title-short": "Thinking in systems"
+ },
+ {
+ "id": "apa.10.2:24",
+ "type": "book",
+ "editor": [
+ {
+ "family": "Schmid",
+ "given": "Henry-James"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2017"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "DOI: 10.1037/15969-000",
+ "publisher": "American Psychological Association and De Gruyter Mouton",
+ "title": "Entrenchment and the psychology of language learning: How we reorganize and adapt linguistic knowledge",
+ "title-short": "Entrenchment and the psychology of language learning"
+ },
+ {
+ "id": "apa.10.2:25",
+ "type": "book",
+ "editor": [
+ {
+ "family": "Hacker Hughes",
+ "given": "J."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2017"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "Routledge",
+ "title": "Military veteran psychological health and social care: Contemporary approaches",
+ "title-short": "Military veteran psychological health and social care"
+ },
+ {
+ "id": "apa.10.2:26",
+ "type": "book",
+ "editor": [
+ {
+ "family": "Pridham",
+ "given": "K. F."
+ },
+ {
+ "family": "Limbo",
+ "given": "R."
+ },
+ {
+ "family": "Schroeder",
+ "given": "M."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "Springer Publishing Company",
+ "title": "Guided participation in pediatric nursing practice: Relationship-based teaching and learning with parents, children and adolescents",
+ "title-short": "Guided participation in pediatric nursing practice",
+ "URL": "http://a.co/0IAiVgt"
+ },
+ {
+ "id": "apa.10.2:27a",
+ "type": "book",
+ "author": [
+ {
+ "family": "Amano",
+ "given": "N."
+ },
+ {
+ "family": "Kondo",
+ "given": "H."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2000"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "original-title: Nihongo no goi tokusei",
+ "publisher": "Sansei-do",
+ "title": "Lexical characteristics of Japanese language",
+ "volume": "7"
+ },
+ {
+ "id": "apa.10.2:27b",
+ "type": "book",
+ "author": [
+ {
+ "family": "Piaget",
+ "given": "J."
+ },
+ {
+ "family": "Inhelder",
+ "given": "B."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "1966"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "original-title: La psychologie de l’enfant",
+ "publisher": "Quadrige",
+ "title": "The psychology of the child"
+ },
+ {
+ "id": "apa.10.2:28",
+ "type": "book",
+ "author": [
+ {
+ "family": "Piaget",
+ "given": "J."
+ },
+ {
+ "family": "Inhelder",
+ "given": "B."
+ }
+ ],
+ "edition": "2",
+ "issued": {
+ "date-parts": [
+ [
+ "1969"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "original-date: 1966",
+ "publisher": "Basic Books",
+ "title": "The psychology of the child",
+ "translator": [
+ {
+ "family": "Weaver",
+ "given": "H."
+ }
+ ]
+ },
+ {
+ "id": "apa.10.2:29a",
+ "type": "book",
+ "author": [
+ {
+ "family": "Freud",
+ "given": "S."
+ }
+ ],
+ "editor": [
+ {
+ "family": "Strachey",
+ "given": "J."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2010"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "original-date: 1900",
+ "publisher": "Basic Books",
+ "title": "The interpretation of dreams: The complete and definitive text",
+ "title-short": "The interpretation of dreams",
+ "translator": [
+ {
+ "family": "Strachey",
+ "given": "J."
+ }
+ ]
+ },
+ {
+ "id": "apa.10.2:29b",
+ "type": "book",
+ "author": [
+ {
+ "family": "Rowling",
+ "given": "J. K."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2015"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "original-date: 1997\ngenre: Audiobook\nnarrator: Dale || J.",
+ "publisher": "Pottermore Publishing",
+ "title": "Harry Potter and the sorceror’s stone",
+ "URL": "http://bit.ly/2TcHchx"
+ },
+ {
+ "id": "apa.10.2:30a",
+ "type": "book",
+ "author": [
+ {
+ "family": "Fiske",
+ "given": "S. T."
+ },
+ {
+ "family": "Gilbert",
+ "given": "D. T."
+ },
+ {
+ "family": "Lindzey",
+ "given": "G."
+ }
+ ],
+ "edition": "5",
+ "issued": {
+ "date-parts": [
+ [
+ "2010"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "DOI: 10.1002/9780470561119",
+ "publisher": "John Wiley & Sons",
+ "title": "Handbook of social psychology",
+ "volume": "1"
+ },
+ {
+ "id": "apa.10.2:30b",
+ "type": "book",
+ "editor": [
+ {
+ "family": "Travis",
+ "given": "C. B."
+ },
+ {
+ "family": "White",
+ "given": "J. W."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "DOI: 10.1037/0000059-000\nvolume-title: History, theory, and battlegrounds",
+ "publisher": "American Psychological Association",
+ "title": "APA handbook of the psychology of women",
+ "volume": "1"
+ },
+ {
+ "id": "apa.10.2:31",
+ "type": "book",
+ "author": [
+ {
+ "family": "Madigan",
+ "given": "S."
+ }
+ ],
+ "collection-title": "Theories of psychotherapy series",
+ "edition": "2",
+ "issued": {
+ "date-parts": [
+ [
+ "2019"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "DOI: 10.1037/00000131-000",
+ "publisher": "American Psychological Association",
+ "title": "Narrative therapy"
+ },
+ {
+ "id": "apa.10.2:32a",
+ "type": "report",
+ "author": [
+ {
+ "literal": "American Psychiatric Association"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2013"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "edition: 5\nDOI: 10.1176/appi.books.9780890425596\ntex.shorthand: DSM-5",
+ "publisher": "American Psychiatric Association",
+ "title": "Diagnostic and statistical manual of mental disorders"
+ },
+ {
+ "id": "apa.10.2:32b",
+ "type": "report",
+ "author": [
+ {
+ "literal": "World Health Organization"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2019"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "edition: 11\ntex.shorthand: ICD-11",
+ "publisher": "World Health Organization",
+ "title": "International statistical classification of diseases and related health problems",
+ "URL": "https://icd.who.int/"
+ },
+ {
+ "id": "apa.10.2:33a",
+ "type": "book",
+ "accessed": {
+ "date-parts": [
+ [
+ "2019",
+ 6,
+ 14
+ ]
+ ]
+ },
+ "author": [
+ {
+ "literal": "American Psychological Association"
+ }
+ ],
+ "language": "en-US",
+ "title": "APA dictionary of psychology",
+ "URL": "https://dictionary.apa.org/"
+ },
+ {
+ "id": "apa.10.2:33b",
+ "type": "book",
+ "accessed": {
+ "date-parts": [
+ [
+ "2019",
+ 5,
+ 5
+ ]
+ ]
+ },
+ "author": [
+ {
+ "literal": "Merriam-Webster"
+ }
+ ],
+ "language": "en-US",
+ "title": "Merriam-Webster.com dictionary",
+ "URL": "https://www.merriam-webster.com/"
+ },
+ {
+ "id": "apa.10.2:33c",
+ "type": "book",
+ "edition": "Summer 2019 ed.",
+ "editor": [
+ {
+ "family": "Zalta",
+ "given": "E. N."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2019"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "Stanford University",
+ "title": "The Stanford encyclopedia of philosophy",
+ "URL": "https://plato.stanford.edu/archives/sum2019/"
+ },
+ {
+ "id": "apa.10.2:34",
+ "type": "book",
+ "editor": [
+ {
+ "family": "Gold",
+ "given": "M."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "1999"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "DOI: 10.1037/10319-000",
+ "publisher": "American Psychological Association",
+ "title": "The complete social scientist. A Kurt Lewin Reader"
+ },
+ {
+ "id": "apa.10.2:35a",
+ "type": "book",
+ "issued": {
+ "date-parts": [
+ [
+ "2017"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "original-date: 1769",
+ "title": "King James Bible",
+ "URL": "https://www.kingjamesbibleonline.org/"
+ },
+ {
+ "id": "apa.10.2:35b",
+ "type": "book",
+ "issued": {
+ "date-parts": [
+ [
+ "2004"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "Oxford University Press",
+ "title": "The Qur’an",
+ "translator": [
+ {
+ "family": "Abdel Haleem",
+ "given": "M. A. S."
+ }
+ ]
+ },
+ {
+ "id": "apa.10.2:35c",
+ "type": "book",
+ "edition": "3",
+ "issued": {
+ "date-parts": [
+ [
+ "2015"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "original-date: 1962",
+ "publisher": "The Jewish Publication Society",
+ "title": "The Torah: The five books of Moses",
+ "title-short": "The Torah"
+ },
+ {
+ "id": "apa.10.2:36",
+ "type": "book",
+ "author": [
+ {
+ "family": "Aristotle"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "1994"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "original-date: -0349",
+ "publisher": "The Internet Classics Archive",
+ "title": "Poetics",
+ "translator": [
+ {
+ "family": "Butcher",
+ "given": "S. H."
+ }
+ ],
+ "URL": "http://classics.mit.edu/Aristotle/poetics.html"
+ },
+ {
+ "id": "apa.10.2:37",
+ "type": "book",
+ "author": [
+ {
+ "family": "Shakespeare",
+ "given": "W."
+ }
+ ],
+ "editor": [
+ {
+ "family": "Mowat",
+ "given": "B. A."
+ },
+ {
+ "family": "Werstine",
+ "given": "P."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "1995"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "original-date: 1623",
+ "publisher": "Washington Square Press",
+ "title": "Much ado about nothing"
+ },
+ {
+ "id": "apa.10.3:38",
+ "type": "chapter",
+ "author": [
+ {
+ "family": "Balsam",
+ "given": "K. F."
+ },
+ {
+ "family": "Martell",
+ "given": "C. R."
+ },
+ {
+ "family": "Jones",
+ "given": "K. P."
+ },
+ {
+ "family": "Safren",
+ "given": "S. A."
+ }
+ ],
+ "container-title": "Culturally responsive cognitive behaviour therapy: Practice and supervision",
+ "container-title-short": "Culturally responsive cognitive behaviour therapy",
+ "DOI": "10.1037/0000119-012",
+ "edition": "2",
+ "editor": [
+ {
+ "family": "Iwamasa",
+ "given": "G. Y."
+ },
+ {
+ "family": "Hays",
+ "given": "P. A."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2019"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "page": "287-314",
+ "publisher": "American Psychological Association",
+ "title": "Affirmative cognitive behaviour therapy with sexual and gender minority people"
+ },
+ {
+ "id": "apa.10.3:39",
+ "type": "chapter",
+ "author": [
+ {
+ "family": "Weinstock",
+ "given": "R."
+ },
+ {
+ "family": "Leong",
+ "given": "G. B."
+ },
+ {
+ "family": "Silva",
+ "given": "J. A."
+ }
+ ],
+ "container-title": "Principles and practise of forensic psychiatry",
+ "edition": "2",
+ "editor": [
+ {
+ "family": "Rosner",
+ "given": "R."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2003"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "page": "7-13",
+ "publisher": "CRC Press",
+ "title": "Defining forensic psychiatry: Roles and responsibilities",
+ "title-short": "Defining forensic psychiatry"
+ },
+ {
+ "id": "apa.10.3:40",
+ "type": "chapter",
+ "author": [
+ {
+ "family": "Tafoya",
+ "given": "N."
+ },
+ {
+ "family": "Del Vecchio",
+ "given": "A."
+ }
+ ],
+ "container-title": "Ethnicity and family therapy",
+ "edition": "3",
+ "editor": [
+ {
+ "family": "McGoldrick",
+ "given": "M."
+ },
+ {
+ "family": "Giordano",
+ "given": "J."
+ },
+ {
+ "family": "Garcia-Preto",
+ "given": "N."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2005"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "page": "55-63",
+ "publisher": "Guilford Press",
+ "title": "Back to the Future: An Examination of the Native American Holocaust experience",
+ "title-short": "Back to the future",
+ "URL": "http://a.co/36xRhBT"
+ },
+ {
+ "id": "apa.10.3:41",
+ "type": "chapter",
+ "author": [
+ {
+ "family": "Carcavilla González",
+ "given": "N."
+ }
+ ],
+ "container-title": "Guía práctica de terapias estimulativas en el Alzhéimer",
+ "editor": [
+ {
+ "family": "Garcia Meilán",
+ "given": "J. J."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2015"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "original-title: Terapia senorial auditiva: Activation cerebral por medio de la música",
+ "page": "67-86",
+ "publisher": "Editorial Síntesis",
+ "title": "Auditory sensory therapy: Brain activation through music",
+ "title-short": "Auditory sensory therapy",
+ "URL": "http://www.sintesis.com/guias-profesionales-203/guia-practica-de-terapias-estimulativas-en-el-alzheimer-libro-1943.html"
+ },
+ {
+ "id": "apa.10.3:42",
+ "type": "chapter",
+ "author": [
+ {
+ "family": "Heidegger",
+ "given": "M."
+ }
+ ],
+ "container-title": "Basic writings",
+ "editor": [
+ {
+ "family": "Krell",
+ "given": "D. F."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2008"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "original-date: 1961",
+ "page": "111-138",
+ "publisher": "Harper Perennial Modern Thought",
+ "title": "On the essence of truth",
+ "translator": [
+ {
+ "family": "Sallis",
+ "given": "J."
+ }
+ ]
+ },
+ {
+ "id": "apa.10.3:43",
+ "type": "chapter",
+ "author": [
+ {
+ "family": "Sacchett",
+ "given": "C."
+ },
+ {
+ "family": "Humphreys",
+ "given": "G. W."
+ }
+ ],
+ "container-title": "Cognitive psychology: Key readings in cognition",
+ "container-title-short": "Cognitive psychology",
+ "editor": [
+ {
+ "family": "Balota",
+ "given": "D. A."
+ },
+ {
+ "family": "Marsh",
+ "given": "E. J."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2004"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "original-author": [
+ {
+ "family": "Sacchett",
+ "given": "C."
+ },
+ {
+ "family": "Humphreys",
+ "given": "G. W."
+ }
+ ],
+ "note": "original-title: Calling a squirrel and squirrel but a canoe a wigwam: A category-specific deficit for artefactual objects and body parts\noriginal-date: 1992",
+ "page": "100-108",
+ "publisher": "Psychology Press",
+ "title": "Calling a squirrel and squirrel but a canoe a wigwam: A category-specific deficit for artefactual objects and body parts",
+ "title-short": "Calling a squirrel and squirrel but a canoe a wigwam"
+ },
+ {
+ "id": "apa.10.3:43r",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Sacchett",
+ "given": "C."
+ },
+ {
+ "family": "Humphreys",
+ "given": "G. W."
+ }
+ ],
+ "container-title": "Cognitive Neuropsychology",
+ "DOI": "d4vb59",
+ "issue": "1",
+ "issued": {
+ "date-parts": [
+ [
+ "1992"
+ ]
+ ]
+ },
+ "journalAbbreviation": "Cogn. Neuropsychol.",
+ "language": "en-US",
+ "page": "73-86",
+ "title": "Calling a squirrel and squirrel but a canoe a wigwam: A category-specific deficit for artefactual objects and body parts",
+ "title-short": "Calling a squirrel and squirrel but a canoe a wigwam",
+ "volume": "9"
+ },
+ {
+ "id": "apa.10.3:44",
+ "type": "chapter",
+ "author": [
+ {
+ "family": "Bronfenbrenner",
+ "given": "U."
+ }
+ ],
+ "container-title": "Making human beings human: Bioecological perspectives on human development",
+ "container-title-short": "Making human beings human",
+ "editor": [
+ {
+ "family": "Bronfenbrenner",
+ "given": "U."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2005"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "original-publisher": "National Education Press",
+ "note": "original-title: Brain and intelligence: The ecology of child development\noriginal-date: 1973",
+ "page": "27-40",
+ "publisher": "SAGE Publications",
+ "title": "The social ecology of human development: A retrospective conclusion",
+ "title-short": "The social ecology of human development"
+ },
+ {
+ "id": "apa.10.3:44r",
+ "type": "book",
+ "editor": [
+ {
+ "family": "Richardson",
+ "given": "F."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "1973"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "page": "113-123",
+ "publisher": "National Education Press",
+ "title": "Brain and intelligence: The ecology of child development",
+ "title-short": "Brain and intelligence"
+ },
+ {
+ "id": "apa.10.3:45",
+ "type": "chapter",
+ "author": [
+ {
+ "family": "Goldin-Meadow",
+ "given": "S."
+ }
+ ],
+ "container-title": "Handbook of child psychology and developmental science: Vol. 2. Cognitive processes",
+ "container-title-short": "Handbook of child psychology and developmental science",
+ "DOI": "10.1002/9781118963418.childpsy209",
+ "edition": "7",
+ "editor": [
+ {
+ "family": "Liben",
+ "given": "L. S."
+ },
+ {
+ "family": "Mueller",
+ "given": "U."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2015"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "page": "339-380",
+ "publisher": "John Wiley & Sons",
+ "title": "Gesture and cognitive development"
+ },
+ {
+ "id": "apa.10.3:46",
+ "type": "chapter",
+ "author": [
+ {
+ "family": "Lewin",
+ "given": "K."
+ }
+ ],
+ "container-title": "The complete social scientist: A Kurt Lewin reader",
+ "container-title-short": "The complete social scientist",
+ "DOI": "10.1037/10319-000",
+ "editor": [
+ {
+ "family": "Gold",
+ "given": "M."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "1999"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "original-date: 1948",
+ "page": "265-284",
+ "publisher": "American Psychological Association",
+ "title": "Group decision and social change"
+ },
+ {
+ "id": "apa.10.3:47a",
+ "type": "chapter",
+ "accessed": {
+ "date-parts": [
+ [
+ "2019",
+ 8,
+ 31
+ ]
+ ]
+ },
+ "author": [
+ {
+ "literal": "American Psychological Association"
+ }
+ ],
+ "container-title": "APA dictionary of psychology",
+ "language": "en-US",
+ "title": "Positive transference",
+ "URL": "https://dictionary.apa.org/positive-transference"
+ },
+ {
+ "id": "apa.10.3:47b",
+ "type": "chapter",
+ "accessed": {
+ "date-parts": [
+ [
+ "2019",
+ 7,
+ 12
+ ]
+ ]
+ },
+ "author": [
+ {
+ "literal": "Merriam-Webster"
+ }
+ ],
+ "container-title": "Merriam-Webster.com Dictionary",
+ "language": "en-US",
+ "title": "Self-report",
+ "URL": "https://www.merriam-webster.com/dictionary/self-report"
+ },
+ {
+ "id": "apa.10.3:48",
+ "type": "entry",
+ "author": [
+ {
+ "family": "Graham",
+ "given": "G."
+ }
+ ],
+ "container-title": "The Stanford encyclopedia of philosophy",
+ "edition": "Summer 2019 ed.",
+ "editor": [
+ {
+ "family": "Zalta",
+ "given": "E. N."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2019"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "Stanford University",
+ "title": "Behaviourism",
+ "URL": "https://plato.stanford.edu/archives/sum2019/entries/behaviourism"
+ },
+ {
+ "id": "apa.10.3:49",
+ "type": "chapter",
+ "container-title": "Wikipedia",
+ "issued": {
+ "date-parts": [
+ [
+ "2019",
+ 1,
+ 13
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "List of oldest companies",
+ "URL": "https://en.wikipedia.org/w/index.php?title=List_of_oldest_companies&oldid=878158136"
+ },
+ {
+ "id": "apa.10.4:50a",
+ "type": "report",
+ "author": [
+ {
+ "literal": "Australian Government Productivity Commission"
+ },
+ {
+ "literal": "New Zealand Productivity Commission"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2012"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "Strengthening trans-Tasman economic relations",
+ "URL": "https://www.pc.gov.au/inquiries/completed/australia-new-zealand/report/trans-tasman.pdf"
+ },
+ {
+ "id": "apa.10.4:50b",
+ "type": "report",
+ "author": [
+ {
+ "literal": "Canada Council for the Arts"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2013"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "What we heard: Summary of key findings: 2013 Canada Council’s Inter-Arts Office consultation",
+ "title-short": "What we heard",
+ "URL": "http://publications.gc.ca/collections/collection_2017/canadacouncil/K23-65-2013-eng.pdf"
+ },
+ {
+ "id": "apa.10.4:50c",
+ "type": "report",
+ "author": [
+ {
+ "literal": "National Cancer Institute"
+ }
+ ],
+ "genre": "NIH Publication",
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "number": "18-2424",
+ "title": "Facing forward: Life after cancer treatment",
+ "title-short": "Facing forward",
+ "URL": "https://www.cancer.gov/publications/patient-education/life-after-cancer-treatment.pdf"
+ },
+ {
+ "id": "apa.10.4:51a",
+ "type": "report",
+ "author": [
+ {
+ "family": "Fried",
+ "given": "D."
+ },
+ {
+ "family": "Polyakova",
+ "given": "A."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "Atlantic Council",
+ "title": "Democratic defense against disinformation",
+ "URL": "https://www.atlantic.org/images/publications/Democratic_Defense_Against_Disinformation_FINAL.pdf"
+ },
+ {
+ "id": "apa.10.4:51b",
+ "type": "report",
+ "author": [
+ {
+ "family": "Segaert",
+ "given": "A."
+ },
+ {
+ "family": "Bauer",
+ "given": "A."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2015"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "Employment and Social Development Canada",
+ "title": "The extent and nature of veteran homelessness in Canada",
+ "URL": "https://www.canada.ca/en/employment-social-development/programs/communities/homelessness/publications-bulletins/veterans-report.html"
+ },
+ {
+ "id": "apa.10.4:52",
+ "type": "report",
+ "author": [
+ {
+ "family": "Blackwell",
+ "given": "D. L."
+ },
+ {
+ "family": "Lucas",
+ "given": "J. W."
+ },
+ {
+ "family": "Clarke",
+ "given": "T. C."
+ }
+ ],
+ "issue": "Vital and Health Statistics Series",
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "number": "10, Issue 260",
+ "publisher": "Centers for Disease Control and Prevention",
+ "title": "Summary health statistics for U.S. adults: National Health Interview Survey, 2012",
+ "title-short": "Summary health statistics for U.S. adults",
+ "URL": "https://www.atlantic.org/images/publications/Democratic_Defense_Against_Disinformation_FINAL.pdf"
+ },
+ {
+ "id": "apa.10.4:53",
+ "type": "report",
+ "author": [
+ {
+ "literal": "British Cardiovascular Society Working Group"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2016"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "British Cardiovascular Society",
+ "title": "British Cardiovascular Society Working Group report: Out-of-hours cardiovascular care: Management of cardiac emergencies and hospital in-patients",
+ "title-short": "British Cardiovascular Society Working Group report",
+ "URL": "http://www.bcs.com/documents/BCSOOHWP_Final_Report_05092016.pdf"
+ },
+ {
+ "id": "apa.10.4:54",
+ "type": "report",
+ "author": [
+ {
+ "literal": "U.S. Securities and Exchange Commission"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2017"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "Agency financial report: Fiscal year 2017",
+ "title-short": "Agency financial report",
+ "URL": "https://www.sec.gov/files/sec-2017-agency-financial-report.pdf"
+ },
+ {
+ "id": "apa.10.4:55a",
+ "type": "report",
+ "author": [
+ {
+ "literal": "American Counseling Association"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "2014 ACA code of ethics",
+ "URL": "https://www.counseling.org/knowledge-center"
+ },
+ {
+ "id": "apa.10.4:55b",
+ "type": "report",
+ "author": [
+ {
+ "literal": "American Nurses Association"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2015"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "Code of ethics for nurses with interpretive statements",
+ "URL": "https://www.nursingworld.org/coe-view-only"
+ },
+ {
+ "id": "apa.10.4:55c",
+ "type": "report",
+ "author": [
+ {
+ "literal": "American Psychological Association"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2017"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "2002, amended effective June 1, 2010, and January 1, 2017",
+ "title": "Ethical principles of psychologists and code of conduct",
+ "URL": "https://www.apa.org/ethics/code/index.aspx"
+ },
+ {
+ "id": "apa.10.4:56",
+ "type": "report",
+ "author": [
+ {
+ "family": "Blair",
+ "given": "C. B."
+ }
+ ],
+ "genre": "Project",
+ "issued": {
+ "date-parts": [
+ [
+ "2015"
+ ],
+ [
+ 2020
+ ]
+ ]
+ },
+ "language": "en-US",
+ "number": "5R01HD081252-04",
+ "publisher": "Eunice Kennedy Shriver National Institute of Child Health & Human Development",
+ "title": "Stress, self-regulation and psychopathology in middle childhood",
+ "URL": "https://projectreporter.nih.gov/project_info_details.cfm?aid=9473071&icde=40092311"
+ },
+ {
+ "id": "apa.10.4:57",
+ "type": "report",
+ "author": [
+ {
+ "family": "Lichtenstein",
+ "given": "J."
+ }
+ ],
+ "genre": "Issue Brief",
+ "issued": {
+ "date-parts": [
+ [
+ "2013"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "number": "1",
+ "publisher": "U.S. Small Business Administration, Office of Advocacy",
+ "title": "Profile of veteran business owners: More young veterans appear to be starting businesses",
+ "title-short": "Profile of veteran business owners",
+ "URL": "https://www.sba.org/sites/default/files/Issue%20Brief%201,%20Veteran%20Business%20Owners.pdf"
+ },
+ {
+ "id": "apa.10.4:58",
+ "type": "report",
+ "author": [
+ {
+ "family": "Harwell",
+ "given": "M."
+ }
+ ],
+ "genre": "Policy Brief",
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "National Education Policy Center",
+ "title": "Don’t expect too much: The limited usefulness of common SES measures and a prescription for change",
+ "title-short": "Don’t expect too much",
+ "URL": "https://nepc.colorado.edu/publication/SES"
+ },
+ {
+ "id": "apa.10.4:59",
+ "type": "report",
+ "author": [
+ {
+ "literal": "U.S. Food and Drug Administration"
+ }
+ ],
+ "genre": "Press release",
+ "issued": {
+ "date-parts": [
+ [
+ "2019",
+ 2,
+ 14
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "U.S. Food and Drug Administration",
+ "title": "FDA Authorizes First Interoperable Insulin Pup Intended to Allow Patients to Customize Treatment Through their Individual Diabetes Management Devices",
+ "URL": "https://www.fds.gov/NewsEvents/Newsroom/PressAnnouncements/ucm631412.htm"
+ },
+ {
+ "id": "apa.10.5:60",
+ "type": "speech",
+ "author": [
+ {
+ "family": "Fistek",
+ "given": "A."
+ },
+ {
+ "family": "Jester",
+ "given": "E."
+ },
+ {
+ "family": "Sonnenberg",
+ "given": "K."
+ }
+ ],
+ "event": "Autism Society National Conference",
+ "event-date": {
+ "date-parts": [
+ [
+ "2017",
+ 7,
+ 12
+ ],
+ [
+ 2017,
+ 7,
+ 15
+ ]
+ ]
+ },
+ "event-place": "Milwaukee, WI, United States",
+ "event-title": "Autism Society National Conference",
+ "genre": "Conference session",
+ "issued": {
+ "date-parts": [
+ [
+ "2017",
+ 7,
+ 12
+ ],
+ [
+ 2017,
+ 7,
+ 15
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "Everybody’s got a little music in them: Using music therapy to connect, engage, and motivate",
+ "title-short": "Everybody’s got a little music in them",
+ "URL": "https://asa.confex.com/asa/2017/webprogramarchives/Session9517.html"
+ },
+ {
+ "id": "apa.10.5:61",
+ "type": "speech",
+ "author": [
+ {
+ "family": "Maddox",
+ "given": "S."
+ },
+ {
+ "family": "Hurling",
+ "given": "J."
+ },
+ {
+ "family": "Stewart",
+ "given": "E."
+ },
+ {
+ "family": "Edwards",
+ "given": "A."
+ }
+ ],
+ "event": "Southeastern Psychological Association 62nd Annual Meeting",
+ "event-date": {
+ "date-parts": [
+ [
+ "2016",
+ 3,
+ 30
+ ],
+ [
+ 2016,
+ 4,
+ 2
+ ]
+ ]
+ },
+ "event-place": "New Orleans, LA, United States",
+ "event-title": "Southeastern Psychological Association 62nd Annual Meeting",
+ "genre": "Paper presentation",
+ "issued": {
+ "date-parts": [
+ [
+ "2016",
+ 3,
+ 30
+ ],
+ [
+ 2016,
+ 4,
+ 2
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "If mama ain’t happy, nobody’s happy: The effect of parental depression on mood dysregulation in children",
+ "title-short": "If mama ain’t happy, nobody’s happy"
+ },
+ {
+ "id": "apa.10.5:62",
+ "type": "speech",
+ "author": [
+ {
+ "family": "Pearson",
+ "given": "J."
+ }
+ ],
+ "event": "Australian Psychological Society Congress",
+ "event-date": {
+ "date-parts": [
+ [
+ "2018",
+ 9,
+ 27
+ ],
+ [
+ 2018,
+ 9,
+ 30
+ ]
+ ]
+ },
+ "event-place": "Sydney, NSW, Australia",
+ "event-title": "Australian Psychological Society Congress",
+ "genre": "Poster presentation",
+ "issued": {
+ "date-parts": [
+ [
+ "2018",
+ 9,
+ 27
+ ],
+ [
+ 2018,
+ 9,
+ 30
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "Fat talk and its effects on state-based body image in women",
+ "URL": "http://bit.ly/2XGSThP"
+ },
+ {
+ "id": "apa.10.5:63",
+ "type": "speech",
+ "author": [
+ {
+ "family": "De Boer",
+ "given": "D."
+ },
+ {
+ "family": "LaFavor",
+ "given": "T."
+ }
+ ],
+ "event": "Western Psychological Association 98th Annual Convention",
+ "event-date": {
+ "date-parts": [
+ [
+ "2018",
+ 4,
+ 26
+ ],
+ [
+ 2018,
+ 4,
+ 29
+ ]
+ ]
+ },
+ "event-place": "Portland, OR, United States",
+ "event-title": "Western Psychological Association 98th Annual Convention",
+ "issued": {
+ "date-parts": [
+ [
+ "2018",
+ 4,
+ 26
+ ],
+ [
+ 2018,
+ 4,
+ 29
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "Perspectives on resilience: Conceptualization, measurement, and enhancement",
+ "title-short": "The art and significance of successfully identifying resilient individuals",
+ "volume-title": "The Art and Significance of Successfully Identifying Resilient Individuals: A Person-Focused Approach"
+ },
+ {
+ "id": "apa.10.5:A1",
+ "type": "paper-conference",
+ "author": [
+ {
+ "family": "Duckworth",
+ "given": "A. L."
+ },
+ {
+ "family": "Quirk",
+ "given": "A."
+ },
+ {
+ "family": "Gallop",
+ "given": "R."
+ },
+ {
+ "family": "Hoyle",
+ "given": "R. H."
+ },
+ {
+ "family": "Kelly",
+ "given": "D. R."
+ },
+ {
+ "family": "Matthews",
+ "given": "M. D."
+ }
+ ],
+ "container-title": "Proceedings of the national academy of sciences, USA",
+ "DOI": "10.1073/pnas.1910510116",
+ "issued": {
+ "date-parts": [
+ [
+ "2019"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "number": "47",
+ "page": "23499-23504",
+ "title": "Cognitive and noncognitive predictors of success",
+ "volume": "116"
+ },
+ {
+ "id": "apa.10.5:A2",
+ "type": "book",
+ "DOI": "10.1007/978-3-662-49096-9",
+ "editor": [
+ {
+ "family": "Kushilevitz",
+ "given": "E."
+ },
+ {
+ "family": "Malkin",
+ "given": "T."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2016"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "Springer",
+ "title": "Lecture notes in computer science: Vol. 9562",
+ "volume-title": "Theory of Cryptography"
+ },
+ {
+ "id": "apa.10.5:A3",
+ "type": "paper-conference",
+ "author": [
+ {
+ "family": "Bedenel",
+ "given": "Alan-Louis"
+ },
+ {
+ "family": "Jourdan",
+ "given": "L."
+ },
+ {
+ "family": "Biernacki",
+ "given": "C."
+ }
+ ],
+ "container-title": "Lecture notes in computer science: Vol. 11353",
+ "DOI": "10.1007/978-3-030-05348-2_21",
+ "editor": [
+ {
+ "family": "Battiti",
+ "given": "R."
+ },
+ {
+ "family": "Brunato",
+ "given": "M."
+ },
+ {
+ "family": "Kotsireas",
+ "given": "I."
+ },
+ {
+ "family": "Pardalos",
+ "given": "P."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2019"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "page": "225-240",
+ "publisher": "Springer",
+ "title": "Probability estimation by an adapted genetic algorithm in web insurance",
+ "volume-title": "Learning and Intelligent Optimization"
+ },
+ {
+ "id": "apa.10.6:64",
+ "type": "thesis",
+ "author": [
+ {
+ "family": "Harris",
+ "given": "L."
+ }
+ ],
+ "genre": "Unpublished doctoral dissertation",
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "University of Virginia",
+ "title": "Instructional leadership perceptions and practices of elementary school leaders"
+ },
+ {
+ "id": "apa.10.6:65",
+ "type": "thesis",
+ "author": [
+ {
+ "family": "Hollander",
+ "given": "M. M."
+ }
+ ],
+ "genre": "Doctoral dissertation",
+ "issued": {
+ "date-parts": [
+ [
+ "2017"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "number": "10289373",
+ "publisher": "ProQuest Dissertations and Theses Global",
+ "title": "Resistance to authority: Methodological innovations and new lessons from the Milgram experiment",
+ "title-short": "Resistance to authority"
+ },
+ {
+ "id": "apa.10.6:66",
+ "type": "thesis",
+ "author": [
+ {
+ "family": "Hutcheson",
+ "given": "V. H."
+ }
+ ],
+ "genre": "Master’s thesis",
+ "issued": {
+ "date-parts": [
+ [
+ "2012"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "William & Mary Digital Archive",
+ "title": "Dealing with dual differences: Social coping strategies of gifted and lesbian, gay, bisexual, transgender, and queer adolescents",
+ "title-short": "Dealing with dual differences",
+ "URL": "https://digitalarchive.wm.edu/bitstream/handle/10288/16594/HutchesonVirginia2012.pdf"
+ },
+ {
+ "id": "apa.10.7:67",
+ "type": "article-journal",
+ "author": [
+ {
+ "family": "Mirabito",
+ "given": "L. A."
+ },
+ {
+ "family": "Heck",
+ "given": "N. C."
+ }
+ ],
+ "container-title": "Psychology of Sexual Orientation and Gender Diversity",
+ "DOI": "10.1037/sgd0000205",
+ "genre": "Review of the film",
+ "issue": "4",
+ "issued": {
+ "date-parts": [
+ [
+ "2016"
+ ]
+ ]
+ },
+ "journalAbbreviation": "Psychol. Sex. Orientat. Gend. Divers.",
+ "language": "en-US",
+ "page": "499-500",
+ "reviewed-author": [
+ {
+ "family": "Brodsky",
+ "given": "E."
+ }
+ ],
+ "reviewed-genre": "film",
+ "reviewed-title": "The year we thought about love",
+ "title": "Bringing LGBTQ youth theater into the spotlight",
+ "volume": "3"
+ },
+ {
+ "id": "apa.10.7:67r",
+ "type": "motion_picture",
+ "author": [
+ {
+ "family": "Brodsky",
+ "given": "E."
+ }
+ ],
+ "genre": "film",
+ "issued": {
+ "date-parts": [
+ [
+ "2016"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "The year we thought about love"
+ },
+ {
+ "id": "apa.10.7:68",
+ "type": "article-magazine",
+ "author": [
+ {
+ "family": "Santos",
+ "given": "F."
+ }
+ ],
+ "container-title": "The New York Times",
+ "container-title-short": "NY Times (Print)",
+ "issued": {
+ "date-parts": [
+ [
+ "2019",
+ 1,
+ 11
+ ]
+ ]
+ },
+ "language": "en-US",
+ "reviewed-author": [
+ {
+ "family": "Yousafzai",
+ "given": "M."
+ }
+ ],
+ "reviewed-title": "We are displaced: My journey and stories from refugee girls around the world",
+ "title": "Reframing refugee children’s stories",
+ "URL": "https://nyt.ms/2Hlgjk3"
+ },
+ {
+ "id": "apa.10.7:68r",
+ "type": "book",
+ "author": [
+ {
+ "family": "Yousafzai",
+ "given": "M."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2016"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "We are displaced: My journey and stories from refugee girls around the world",
+ "title-short": "We are displaced"
+ },
+ {
+ "id": "apa.10.7:69",
+ "type": "webpage",
+ "archive": "A.V. Club",
+ "author": [
+ {
+ "family": "Perkins",
+ "given": "D."
+ }
+ ],
+ "genre": "Review of the TV series episode",
+ "issued": {
+ "date-parts": [
+ [
+ "2018",
+ 2,
+ 1
+ ]
+ ]
+ },
+ "language": "en-US",
+ "reviewed-author": [
+ {
+ "family": "Schur",
+ "given": "M."
+ }
+ ],
+ "reviewed-genre": "TV series episode",
+ "reviewed-title": "Somewhere else",
+ "title": "The Good Place ends its Remarkable Second Season With Irrational Hope, Unexpected Gifts, and a Smile",
+ "URL": "https://www.avclub.com/the-good-place-ends-its-remarkable-second-season-with-i-1822649316"
+ },
+ {
+ "id": "apa.10.7:69r",
+ "type": "broadcast",
+ "author": [
+ {
+ "family": "Schur",
+ "given": "M."
+ }
+ ],
+ "genre": "TV series episode",
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "Somewhere else"
+ },
+ {
+ "id": "apa.10.8:70",
+ "type": "manuscript",
+ "author": [
+ {
+ "family": "Yoo",
+ "given": "J."
+ },
+ {
+ "family": "Miyamoto",
+ "given": "Y."
+ },
+ {
+ "family": "Rigotti",
+ "given": "A."
+ },
+ {
+ "family": "Ryff",
+ "given": "C."
+ }
+ ],
+ "genre": "Unpublished Manuscript",
+ "issued": {
+ "date-parts": [
+ [
+ "2016"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "Department of Psychology, University of Wisconsin-Madison",
+ "title": "Linking positive affect to blood lipids: A cultural perspective",
+ "title-short": "Linking positive affect to blood lipids"
+ },
+ {
+ "id": "apa.10.8:71",
+ "type": "manuscript",
+ "author": [
+ {
+ "family": "O’Shea",
+ "given": "M."
+ }
+ ],
+ "genre": "Manuscript in preparation",
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "Department of Management, University of Kansas",
+ "title": "Understanding proactive behaviour in the workplace as a function of gender"
+ },
+ {
+ "id": "apa.10.8:72",
+ "type": "manuscript",
+ "author": [
+ {
+ "family": "Lippincott",
+ "given": "T."
+ },
+ {
+ "family": "Poindexter",
+ "given": "E. K."
+ }
+ ],
+ "genre": "Manuscript submitted for publication",
+ "issued": {
+ "date-parts": [
+ [
+ "2019"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "Department of Psychology, University of Washington",
+ "title": "Emotion recognition as a function of facial cues: Implications for practice",
+ "title-short": "Emotion recognition as a function of facial cues"
+ },
+ {
+ "id": "apa.10.8:73a",
+ "type": "webpage",
+ "archive": "PsyArXiv",
+ "author": [
+ {
+ "family": "Leuker",
+ "given": "C."
+ },
+ {
+ "family": "Samartzidis",
+ "given": "L."
+ },
+ {
+ "family": "Hertwig",
+ "given": "R."
+ },
+ {
+ "family": "Pleskac",
+ "given": "T. J."
+ }
+ ],
+ "DOI": "10.17605/OSF.IO/9P7CB",
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "When money talks: Judging risk and coercion in high-paying clinical trials",
+ "title-short": "When money talks"
+ },
+ {
+ "id": "apa.10.8:73b",
+ "type": "webpage",
+ "archive": "PubMed Central",
+ "author": [
+ {
+ "family": "Stults-Kolehmainen",
+ "given": "M. A."
+ },
+ {
+ "family": "Sinha",
+ "given": "R."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2015"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "The effects of stress on physical activity and exercise",
+ "URL": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3894304"
+ },
+ {
+ "id": "apa.10.8:74",
+ "type": "webpage",
+ "archive": "ERIC",
+ "author": [
+ {
+ "family": "Ho",
+ "given": "H-K"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "number": "ED545393",
+ "title": "Teacher preparation for early childhood special education in Taiwan",
+ "URL": "https://files.eric.ed.gov/fulltext/ED545393.pdf"
+ },
+ {
+ "id": "apa.10.9:75a",
+ "type": "dataset",
+ "author": [
+ {
+ "family": "D’Souza",
+ "given": "A."
+ },
+ {
+ "family": "Wiseheart",
+ "given": "M."
+ }
+ ],
+ "DOI": "10.3886/ICPSR37080.1",
+ "genre": "Data Set",
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "number": "ICPSR 37080",
+ "publisher": "ICPSR",
+ "title": "Cognitive effects of music and dance training in children",
+ "version": "V1"
+ },
+ {
+ "id": "apa.10.9:75b",
+ "type": "dataset",
+ "author": [
+ {
+ "literal": "National Center for Education Statistics"
+ }
+ ],
+ "DOI": "10.3886/ICPSR335531.v3",
+ "genre": "Data set and code book",
+ "issued": {
+ "date-parts": [
+ [
+ "2016"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "number": "ICPSR 35531",
+ "publisher": "National Archive of Data on Arts and Culture",
+ "title": "Fast response survey system (FRSS): Teacher’s use of educational technology in U.S. public schools, 2009",
+ "title-short": "Fast response survey system (FRSS)",
+ "version": "V3"
+ },
+ {
+ "id": "apa.10.9:75c",
+ "type": "dataset",
+ "author": [
+ {
+ "literal": "Pew Research Center"
+ }
+ ],
+ "genre": "Data set",
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "American trends panel Wave 26",
+ "URL": "https://www.pewsocialtrends.org/dataset/american-trends-panel-wave-26/"
+ },
+ {
+ "id": "apa.10.9:76a",
+ "type": "dataset",
+ "author": [
+ {
+ "family": "Baer",
+ "given": "R. A."
+ }
+ ],
+ "genre": "Unpublished raw data on the correlations between the Five Facet Mindfulness Questionnaire and the Kentucky Inventory of Mindfulness Skills",
+ "issued": {
+ "date-parts": [
+ [
+ "2015"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "University of Kentucky"
+ },
+ {
+ "id": "apa.10.9:76b",
+ "type": "dataset",
+ "author": [
+ {
+ "literal": "Oregan Youth Authority"
+ }
+ ],
+ "genre": "Unpublished raw data",
+ "issued": {
+ "date-parts": [
+ [
+ "2011"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "Recidivism outcomes"
+ },
+ {
+ "id": "apa.10.10:77",
+ "type": "software",
+ "author": [
+ {
+ "family": "Borenstein",
+ "given": "M."
+ },
+ {
+ "family": "Hedges",
+ "given": "L."
+ },
+ {
+ "family": "Higgins",
+ "given": "J."
+ },
+ {
+ "family": "Rothstein",
+ "given": "H."
+ }
+ ],
+ "genre": "Computer software",
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "Biostat",
+ "title": "Comprehensive meta-analysis",
+ "URL": "https://www.meta-analysis.com/",
+ "version": "3.3.070"
+ },
+ {
+ "id": "apa.10.10:78a",
+ "type": "webpage",
+ "author": [
+ {
+ "literal": "SR Research"
+ }
+ ],
+ "genre": "Apparatus and software",
+ "issued": {
+ "date-parts": [
+ [
+ "2016"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "Eyelink 1000 plus",
+ "URL": "https://www.sr-research.com/eyelink1000plus.html"
+ },
+ {
+ "id": "apa.10.10:78b",
+ "type": "webpage",
+ "author": [
+ {
+ "literal": "Tactile Labs"
+ }
+ ],
+ "genre": "Apparatus",
+ "issued": {
+ "date-parts": [
+ [
+ "2015"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "Latero tactile display",
+ "URL": "https://www.tactilelabs.com/products/haptics/latero-tactile-display/"
+ },
+ {
+ "id": "apa.10.10:79",
+ "type": "software",
+ "author": [
+ {
+ "family": "Epocrates"
+ }
+ ],
+ "genre": "Mobile app",
+ "issued": {
+ "date-parts": [
+ [
+ "2019"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "App Store",
+ "title": "Epocrates medical references",
+ "URL": "https://itunes.apple.com/us/app/epocrates/id281935788?mt=8",
+ "version": "18.12"
+ },
+ {
+ "id": "apa.10.10:80",
+ "type": "software",
+ "author": [
+ {
+ "family": "Epocrates\\relax"
+ }
+ ],
+ "genre": "Mobile app",
+ "issued": {
+ "date-parts": [
+ [
+ "2019"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "Google Play Store",
+ "title": "Epocrates medical references",
+ "URL": "https://play.google.com/store/apps/details?id=com.epocrates&hl=en_US",
+ "version": "18.12"
+ },
+ {
+ "id": "apa.10.11:81",
+ "type": "report",
+ "author": [
+ {
+ "family": "Tellegen",
+ "given": "A."
+ },
+ {
+ "family": "Ben-Porath",
+ "given": "Y. S."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2011"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "Pearson",
+ "title": "Minnesota Multiphasic Personality Inventory–2 Restructured Form (MMPI-2-RF): Technical manual",
+ "title-short": "Minnesota Multiphasic Personality Inventory–2 Restructured Form (MMPI-2-RF)"
+ },
+ {
+ "id": "apa.10.11:82",
+ "type": "software",
+ "author": [
+ {
+ "literal": "Project Implicit"
+ }
+ ],
+ "language": "en-US",
+ "title": "Gender-Science IAT",
+ "URL": "https://implicit.harvard.edi/implicit/takeatest.html"
+ },
+ {
+ "id": "apa.10.11:83a",
+ "type": "software",
+ "author": [
+ {
+ "family": "Alonso-Tapia",
+ "given": "J."
+ },
+ {
+ "family": "Nieto",
+ "given": "C."
+ },
+ {
+ "family": "Merino-Tejedor",
+ "given": "E."
+ },
+ {
+ "family": "Huertas",
+ "given": "J. A."
+ },
+ {
+ "family": "Ruiz",
+ "given": "M."
+ }
+ ],
+ "DOI": "10.1037/t66267-000",
+ "genre": "Database record",
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "PsycTESTS",
+ "title": "Situated Goals Questionnaire for University Students (SGQ-U, CMS-U)"
+ },
+ {
+ "id": "apa.10.11:83b",
+ "type": "software",
+ "author": [
+ {
+ "family": "Cardoza",
+ "given": "D."
+ },
+ {
+ "family": "Morris",
+ "given": "J. K."
+ },
+ {
+ "family": "Myers",
+ "given": "H. F."
+ },
+ {
+ "family": "Rodriguez",
+ "given": "N."
+ }
+ ],
+ "genre": "Database record",
+ "issued": {
+ "date-parts": [
+ [
+ "2000"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "number": "TC022704",
+ "publisher": "ETS TestLink",
+ "title": "Acculturative Stress Inventory (ASI)"
+ },
+ {
+ "id": "apa.10.12:84a",
+ "type": "motion_picture",
+ "author": [
+ {
+ "family": "Forman",
+ "given": "M."
+ }
+ ],
+ "genre": "film",
+ "issued": {
+ "date-parts": [
+ [
+ "1975"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "United Artists",
+ "title": "One flew over the cuckoo’s nest"
+ },
+ {
+ "id": "apa.10.12:84b",
+ "type": "motion_picture",
+ "author": [
+ {
+ "family": "Fosha",
+ "given": "D."
+ },
+ {
+ "family": "Levenson",
+ "given": "H."
+ }
+ ],
+ "genre": "film",
+ "issued": {
+ "date-parts": [
+ [
+ "2017"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "educational DVD",
+ "publisher": "American Pychological Association",
+ "title": "Accelerated experiental dynamic psychotherapy (AEDP) supervision",
+ "URL": "http://www.apa.org/pubs/videos/4310958.aspx"
+ },
+ {
+ "id": "apa.10.12:84c",
+ "type": "motion_picture",
+ "author": [
+ {
+ "family": "Jackson",
+ "given": "P."
+ }
+ ],
+ "genre": "film",
+ "issued": {
+ "date-parts": [
+ [
+ "2001"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "four-disc special extended ed. on DVD",
+ "publisher": "WingNut Films and The Saul Zaentz Company",
+ "title": "The lord of the rings: The fellowship of the ring",
+ "title-short": "The lord of the rings"
+ },
+ {
+ "id": "apa.10.12:85",
+ "type": "motion_picture",
+ "author": [
+ {
+ "family": "Malle",
+ "given": "L."
+ }
+ ],
+ "genre": "film",
+ "issued": {
+ "date-parts": [
+ [
+ "1987"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "original-title: Au revoir les enfants",
+ "publisher": "Nouvelles Éditions de Films",
+ "title": "Goodbye children"
+ },
+ {
+ "id": "apa.10.12:86",
+ "type": "broadcast",
+ "author": [
+ {
+ "family": "Simon",
+ "given": "D."
+ },
+ {
+ "family": "Colesberry",
+ "given": "R. F."
+ },
+ {
+ "family": "Kostroff Noble",
+ "given": "N."
+ }
+ ],
+ "genre": "TV series",
+ "issued": {
+ "date-parts": [
+ [
+ "2002"
+ ],
+ [
+ 2008
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "Blown Deadline Productions and HBO",
+ "title": "The wire"
+ },
+ {
+ "id": "apa.10.12:87a",
+ "type": "broadcast",
+ "author": [
+ {
+ "family": "Barris",
+ "given": "K."
+ }
+ ],
+ "container-title": "Black-ish",
+ "executive-producer": [
+ {
+ "family": "Barris",
+ "given": "K."
+ },
+ {
+ "family": "Groff",
+ "given": "J."
+ },
+ {
+ "family": "Anderson",
+ "given": "A."
+ },
+ {
+ "family": "Dobbins",
+ "given": "E. B."
+ },
+ {
+ "family": "Fishburne",
+ "given": "L."
+ },
+ {
+ "family": "Sugland",
+ "given": "H."
+ }
+ ],
+ "genre": "TV series episode",
+ "issued": {
+ "date-parts": [
+ [
+ "2017",
+ 1,
+ 11
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "Wilmore Films and Artists First and Cinema Gypsy Productions and ABC Studios",
+ "title": "Lemons (Season 3, Episode 12)"
+ },
+ {
+ "id": "apa.10.12:87b",
+ "type": "broadcast",
+ "author": [
+ {
+ "family": "Oakley",
+ "given": "B."
+ },
+ {
+ "family": "Weinstein",
+ "given": "J."
+ },
+ {
+ "family": "Lynch",
+ "given": "J."
+ }
+ ],
+ "container-title": "The Simpsons",
+ "executive-producer": [
+ {
+ "family": "Mirkin",
+ "given": "D."
+ },
+ {
+ "family": "Brooks",
+ "given": "J. L."
+ },
+ {
+ "family": "Groening",
+ "given": "M."
+ },
+ {
+ "family": "Simon",
+ "given": "S."
+ }
+ ],
+ "genre": "TV series episode",
+ "issued": {
+ "date-parts": [
+ [
+ "1995",
+ 5,
+ 21
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "Gracie Films and Twentieth Century Fox Film Corporation",
+ "title": "Who shot Mr. Burns? (Part One) (Season 6, Episode 25)"
+ },
+ {
+ "id": "apa.10.12:88a",
+ "type": "motion_picture",
+ "author": [
+ {
+ "family": "Giertz",
+ "given": "S."
+ }
+ ],
+ "genre": "video",
+ "issued": {
+ "date-parts": [
+ [
+ "2018",
+ 4
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "TED Conferences",
+ "title": "Why you should make useless things",
+ "URL": "https://www.ted.com/talks/simone_giertz_why_you_should_make_useless_things"
+ },
+ {
+ "id": "apa.10.12:88b",
+ "type": "motion_picture",
+ "author": [
+ {
+ "family": "TED"
+ }
+ ],
+ "genre": "video",
+ "issued": {
+ "date-parts": [
+ [
+ "2012",
+ 3,
+ 16
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "YouTube",
+ "title": "Brené Brown: Listening to shame",
+ "title-short": "Brené Brown",
+ "URL": "https://www.youtube.com/watch?v=psN1DORYYV0"
+ },
+ {
+ "id": "apa.10.12:89",
+ "type": "motion_picture",
+ "author": [
+ {
+ "family": "Goldberg",
+ "given": "J. F."
+ }
+ ],
+ "genre": "Webinar",
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "American Psychiatric Association",
+ "title": "Evaluating adverse drug effects",
+ "URL": "https://education.psychiatry.org/Users/ProductDetails.aspx?ActivityID=6172"
+ },
+ {
+ "id": "apa.10.12:90a",
+ "type": "motion_picture",
+ "author": [
+ {
+ "family": "Cutts",
+ "given": "S."
+ }
+ ],
+ "genre": "video",
+ "issued": {
+ "date-parts": [
+ [
+ "2017",
+ 11,
+ 24
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "Vimeo",
+ "title": "Happiness",
+ "URL": "https://vimeo.com/244405542"
+ },
+ {
+ "id": "apa.10.12:90b",
+ "type": "motion_picture",
+ "author": [
+ {
+ "family": "Fogarty",
+ "given": "M."
+ }
+ ],
+ "genre": "video",
+ "issued": {
+ "date-parts": [
+ [
+ "2016",
+ 9,
+ 30
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "YouTube",
+ "title": "How to diagram a sentence (absolute basics)",
+ "URL": "https://youtube.be/deiEY5Yq1ql"
+ },
+ {
+ "id": "apa.10.12:90c",
+ "type": "motion_picture",
+ "author": [
+ {
+ "literal": "University of Oxford"
+ }
+ ],
+ "genre": "video",
+ "issued": {
+ "date-parts": [
+ [
+ "2016",
+ 12,
+ 6
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "YouTube",
+ "title": "How do geckos walk on water?",
+ "URL": "https://www.youtube.com/watch?v=qm1xGfOZJc8"
+ },
+ {
+ "id": "apa.10.13:91a",
+ "type": "song",
+ "author": [
+ {
+ "family": "Bach",
+ "given": "J. S."
+ }
+ ],
+ "genre": "Album recorded by Academy of St Martin in the Fields",
+ "issued": {
+ "date-parts": [
+ [
+ "2010"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "original-date: 1721",
+ "publisher": "Decca",
+ "title": "The Brandenburg concertos: Concertos BVW 1043 & 1060",
+ "title-short": "The Brandenburg concertos"
+ },
+ {
+ "id": "apa.10.13:91b",
+ "type": "song",
+ "author": [
+ {
+ "family": "Bowie",
+ "given": "D."
+ }
+ ],
+ "genre": "album",
+ "issued": {
+ "date-parts": [
+ [
+ "2016"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "Columbia",
+ "title": "Blackstar"
+ },
+ {
+ "id": "apa.10.13:92a",
+ "type": "song",
+ "author": [
+ {
+ "family": "Beethoven",
+ "given": "L.",
+ "non-dropping-particle": "van"
+ }
+ ],
+ "container-title": "Beethoven: Complete Symphonies",
+ "genre": "Song recorded by Staatskapelle Dresden",
+ "issued": {
+ "date-parts": [
+ [
+ "2012"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "original-date: 1804",
+ "publisher": "Brilliant Classics",
+ "title": "Symphony No. 3 in E-flat major"
+ },
+ {
+ "id": "apa.10.13:92b",
+ "type": "song",
+ "author": [
+ {
+ "family": "Beyoncé"
+ }
+ ],
+ "container-title": "Lemonade",
+ "genre": "song",
+ "issued": {
+ "date-parts": [
+ [
+ "2016"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "Parkwood and Columbia",
+ "title": "Formation"
+ },
+ {
+ "id": "apa.10.13:92c",
+ "type": "song",
+ "author": [
+ {
+ "literal": "Childish Gambino"
+ }
+ ],
+ "genre": "song",
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "mcDJ and RCA",
+ "title": "This is America"
+ },
+ {
+ "id": "apa.10.13:92d",
+ "type": "song",
+ "author": [
+ {
+ "family": "Lamar",
+ "given": "K."
+ }
+ ],
+ "container-title": "Damn",
+ "genre": "song",
+ "issued": {
+ "date-parts": [
+ [
+ "2017"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "Aftermath Entertainment and Interscope Records and Top Dawg Entertainment",
+ "title": "Humble"
+ },
+ {
+ "id": "apa.10.13:93",
+ "type": "broadcast",
+ "author": [
+ {
+ "family": "Vedantam",
+ "given": "S."
+ }
+ ],
+ "genre": "Audio podcast",
+ "issued": {
+ "date-parts": [
+ [
+ "2015"
+ ],
+ {}
+ ]
+ },
+ "language": "en-US",
+ "publisher": "NPR",
+ "title": "Hidden brain",
+ "URL": "https://www.npr.org/series/423302056/hidden-brain"
+ },
+ {
+ "id": "apa.10.13:94",
+ "type": "broadcast",
+ "author": [
+ {
+ "family": "Glass",
+ "given": "I."
+ }
+ ],
+ "container-title": "This American Life",
+ "genre": "Audio podcast episode",
+ "issued": {
+ "date-parts": [
+ [
+ "2011",
+ 8,
+ 12
+ ]
+ ]
+ },
+ "language": "en-US",
+ "number": "443",
+ "publisher": "WBEZ Chicago",
+ "title": "Amusement park",
+ "URL": "https://www.thisamericanlife.org/radio-archives/episode/443/amusement-park"
+ },
+ {
+ "id": "apa.10.13:95",
+ "type": "interview",
+ "author": [
+ {
+ "family": "Beauvoir",
+ "given": "S.",
+ "non-dropping-particle": "de"
+ }
+ ],
+ "genre": "interview",
+ "issued": {
+ "date-parts": [
+ [
+ "1960",
+ 5,
+ 4
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "Studs Terkel Radio Archive and The Chicago History Museum",
+ "title": "Simone de Beauvoir discusses the art of writing",
+ "URL": "https://studsterkel.wfmt.com/programs/simone-de-beauvoir-discusses-art-writing"
+ },
+ {
+ "id": "apa.10.13:96",
+ "type": "speech",
+ "author": [
+ {
+ "family": "King",
+ "given": "M. L.",
+ "suffix": "Jr."
+ }
+ ],
+ "genre": "speech",
+ "issued": {
+ "date-parts": [
+ [
+ "1963",
+ 8,
+ 28
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "American Rhetoric",
+ "title": "I have a dream",
+ "URL": "https://www.americanrhetoric.com/speeches/mlkihaveadream.htm"
+ },
+ {
+ "id": "apa.10.14:97a",
+ "type": "graphic",
+ "archive-place": "The Louvre, Paris, France",
+ "author": [
+ {
+ "family": "Delacroix",
+ "given": "E."
+ }
+ ],
+ "genre": "lithograph",
+ "issued": {
+ "date-parts": [
+ [
+ "1826"
+ ],
+ [
+ 1827
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher-place": "The Louvre, Paris, France",
+ "title": "Faust attempts to seduce Marguerite"
+ },
+ {
+ "id": "apa.10.14:97b",
+ "type": "graphic",
+ "archive-place": "Art Institute of Chicago, Chicago, IL, United States",
+ "author": [
+ {
+ "family": "Wood",
+ "given": "G."
+ }
+ ],
+ "genre": "painting",
+ "issued": {
+ "date-parts": [
+ [
+ "1930"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher-place": "Art Institute of Chicago, Chicago, IL, United States",
+ "title": "American gothic",
+ "URL": "https://www.artic.edu/aic/collections/artwork/6565"
+ },
+ {
+ "id": "apa.10.14:98",
+ "type": "graphic",
+ "author": [
+ {
+ "family": "GDJ"
+ }
+ ],
+ "genre": "Clip art",
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "Openclipart",
+ "title": "Neural network deep learning prismatic",
+ "URL": "https://openclipart.org/detail/309343/neural-network-deep-learning-prismatic"
+ },
+ {
+ "id": "apa.10.14:99",
+ "type": "graphic",
+ "author": [
+ {
+ "family": "Rossman",
+ "given": "J."
+ },
+ {
+ "family": "Palmer",
+ "given": "R."
+ }
+ ],
+ "genre": "Infographic",
+ "issued": {
+ "date-parts": [
+ [
+ "2015"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "World Science Festival",
+ "title": "Sorting through our space junk",
+ "URL": "https://www.worldsciencefestival.com/2015/11/space-junk-infographic/"
+ },
+ {
+ "id": "apa.10.14:100a",
+ "type": "map",
+ "archive-place": "University of Virginia",
+ "author": [
+ {
+ "family": "Cable",
+ "given": "D."
+ }
+ ],
+ "genre": "map",
+ "issued": {
+ "date-parts": [
+ [
+ "2013"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "Weldon Cooper Center for Public Service",
+ "publisher-place": "University of Virginia",
+ "title": "The racial dot map",
+ "URL": "https://demographics.coopercenter.org/Racial-Dot-Map"
+ },
+ {
+ "id": "apa.10.14:100b",
+ "type": "graphic",
+ "accessed": {
+ "date-parts": [
+ [
+ "2020",
+ 2,
+ 16
+ ]
+ ]
+ },
+ "author": [
+ {
+ "family": "Google"
+ }
+ ],
+ "genre": "Google Maps directions for driving from La Paz, Bolivia, to Lima, Peru",
+ "language": "en-US",
+ "URL": "https://goo.gl/YYE3GR"
+ },
+ {
+ "id": "apa.10.14:101a",
+ "type": "graphic",
+ "author": [
+ {
+ "family": "McCurry",
+ "given": "S."
+ }
+ ],
+ "genre": "photograph",
+ "issued": {
+ "date-parts": [
+ [
+ "1985"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "National Geographic",
+ "title": "Afghan girl",
+ "URL": "https://www.nationalgeographic.com/magazine/national-geographic-magazine-50-years-of-covers/#/ngm-1985-jun-714.jpg"
+ },
+ {
+ "id": "apa.10.14:101b",
+ "type": "graphic",
+ "author": [
+ {
+ "family": "Rinaldi",
+ "given": "Jessica"
+ }
+ ],
+ "genre": "Photograph series of a boy who finds his footing after abuse by those he trusted",
+ "issued": {
+ "date-parts": [
+ [
+ "2016"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "The Pulitzer Prizes",
+ "URL": "https://www.pulitzer.org/winners/jessica-rinaldi"
+ },
+ {
+ "id": "apa.10.14:102a",
+ "type": "graphic",
+ "archive-place": "Department of Management Control and Information Systems",
+ "author": [
+ {
+ "family": "Canan",
+ "given": "E."
+ },
+ {
+ "family": "Vasilev",
+ "given": "J."
+ }
+ ],
+ "genre": "Lecture notes on resource allocation",
+ "issued": {
+ "date-parts": [
+ [
+ "2019",
+ 5,
+ 22
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "University of Chile",
+ "publisher-place": "Department of Management Control and Information Systems",
+ "URL": "https://uchilefau.academia.edu/ElseZCanan"
+ },
+ {
+ "id": "apa.10.14:102b",
+ "type": "graphic",
+ "author": [
+ {
+ "family": "Housand",
+ "given": "Brian"
+ }
+ ],
+ "genre": "powerpoint",
+ "issued": {
+ "date-parts": [
+ [
+ "2016"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "SlideShare",
+ "title": "Game on! Integrating games and simulations in the classroom",
+ "URL": "https://www.slideshare.net/brianhousand/game-on-iagc-2016/"
+ },
+ {
+ "id": "apa.10.14:102c",
+ "type": "graphic",
+ "author": [
+ {
+ "family": "Mack",
+ "given": "R."
+ },
+ {
+ "family": "Spake",
+ "given": "G."
+ }
+ ],
+ "genre": "powerpoint",
+ "issued": {
+ "date-parts": [
+ [
+ "2018"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "Canvas@FNU",
+ "title": "Citing open source images and formatting references for presentations",
+ "URL": "https://fnu.onelogin.com/login"
+ },
+ {
+ "id": "apa.10.15:103a",
+ "type": "webpage",
+ "archive": "Twitter",
+ "author": [
+ {
+ "literal": "APA Education"
+ }
+ ],
+ "genre": "Tweet",
+ "issued": {
+ "date-parts": [
+ [
+ "2018",
+ 6,
+ 29
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "College Students Are Forming Mental-Health Clubs—and They’re Making a Difference @washingtonpost",
+ "URL": "https://twitter.com/apaeducation/status/1012810490530140161"
+ },
+ {
+ "id": "apa.10.15:103b",
+ "type": "webpage",
+ "archive": "Twitter",
+ "author": [
+ {
+ "literal": "Badlands National Park"
+ }
+ ],
+ "genre": "Tweet",
+ "issued": {
+ "date-parts": [
+ [
+ "2018",
+ 2,
+ 26
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "Biologists Have Identified More Than 400 Different Plant Species Growing in @BadlandsNPS #DYK #biodoversity",
+ "URL": "https://twitter.com/BadlandsNPS/status/968196500412133379"
+ },
+ {
+ "id": "apa.10.15:103c",
+ "type": "webpage",
+ "archive": "Twitter",
+ "author": [
+ {
+ "family": "White",
+ "given": "B."
+ }
+ ],
+ "genre": "Tweet",
+ "issued": {
+ "date-parts": [
+ [
+ "2018",
+ 6,
+ 21
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "I Treasure Every Minute We Spent Together #koko",
+ "URL": "https://twitter.com/BettyMWhite/status/1009951892846227456"
+ },
+ {
+ "id": "apa.10.15:104",
+ "type": "webpage",
+ "accessed": {
+ "date-parts": [
+ [
+ "2019",
+ 11,
+ 1
+ ]
+ ]
+ },
+ "archive": "Twitter",
+ "author": [
+ {
+ "literal": "APA Style"
+ }
+ ],
+ "genre": "Twitter profile",
+ "language": "en-US",
+ "title": "Tweets",
+ "URL": "https://twitter.com/APA_Style"
+ },
+ {
+ "id": "apa.10.15:105a",
+ "type": "webpage",
+ "archive": "Facebook",
+ "author": [
+ {
+ "family": "Gaiman",
+ "given": "N."
+ }
+ ],
+ "genre": "Status update",
+ "issued": {
+ "date-parts": [
+ [
+ "2018",
+ 3,
+ 22
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "100,000+ Rohingya Refugees Could be at Serious Risk during Bangladesh’s Monsoon Season. My Fellow UNHCR Goodwill Ambassador Cate Blanchett is",
+ "URL": "http://bit.ly/2JQxPAD"
+ },
+ {
+ "id": "apa.10.15:105b",
+ "type": "webpage",
+ "archive": "Facebook",
+ "author": [
+ {
+ "literal": "National Institute of Mental Health"
+ }
+ ],
+ "genre": "Infographic",
+ "issued": {
+ "date-parts": [
+ [
+ "2018",
+ 11,
+ 28
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "Suicide Affects all Ages, Genders, Races, and Ethnicities. Check out These 5 Action Steps for Helping Someone in Emotional Pain",
+ "URL": "http://bit.ly/321Qstq"
+ },
+ {
+ "id": "apa.10.15:105c",
+ "type": "webpage",
+ "archive": "Facebook",
+ "author": [
+ {
+ "literal": "News From Science"
+ }
+ ],
+ "genre": "video",
+ "issued": {
+ "date-parts": [
+ [
+ "2018",
+ 6,
+ 26
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "These Frogs Walk Instead of Hop: https://scimag.2KlriwH",
+ "title-short": "These frogs walk instead of hop",
+ "URL": "https://www.facebook.com/ScienceNOW/videos/10155508587605108"
+ },
+ {
+ "id": "apa.10.15:106",
+ "type": "webpage",
+ "accessed": {
+ "date-parts": [
+ [
+ "2019",
+ 7,
+ 22
+ ]
+ ]
+ },
+ "archive": "Facebook",
+ "author": [
+ {
+ "literal": "Smithsonian’s National Zoo and Conservation Biology Institute"
+ }
+ ],
+ "genre": "Facebook page",
+ "language": "en-US",
+ "title": "Home",
+ "URL": "https://www.facebookcom/nationalzoo"
+ },
+ {
+ "id": "apa.10.15:107",
+ "type": "webpage",
+ "archive": "Instagram",
+ "author": [
+ {
+ "literal": "Zeitz MOCAA"
+ }
+ ],
+ "genre": "photographs",
+ "issued": {
+ "date-parts": [
+ [
+ "2018",
+ 11,
+ 26
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "Grade 6 learners from Parkfields Primary School in Hanover Park visited the museum for a tour and workshop hosted by",
+ "URL": "https://www.instagram.com/p/BqpHpjFBs3b"
+ },
+ {
+ "id": "apa.10.15:108",
+ "type": "webpage",
+ "accessed": {
+ "date-parts": [
+ [
+ "2019",
+ 4,
+ 16
+ ]
+ ]
+ },
+ "archive": "Instagram",
+ "author": [
+ {
+ "literal": "The New York Public Library"
+ }
+ ],
+ "genre": "Highlight",
+ "language": "en-US",
+ "title": "The raven",
+ "URL": "https://bitly.com/2FV8bu3"
+ },
+ {
+ "id": "apa.10.15:109",
+ "type": "webpage",
+ "archive": "Reddit",
+ "author": [
+ {
+ "literal": "National Aeronautics and Space Administration"
+ }
+ ],
+ "genre": "Online forum post",
+ "issued": {
+ "date-parts": [
+ [
+ "2018",
+ 9,
+ 12
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "I’m NASA Astronaut Scott Tingle. Ask me anything about adjusting to being back on Earth after my first spaceflight!",
+ "URL": "https://www.reddit.com/r/IAmA/comments/9fagqy/im_nasa_astronaut_scott_tingle_ask_me_anything/"
+ },
+ {
+ "id": "apa.10.16:110a",
+ "type": "webpage",
+ "archive": "CNN",
+ "author": [
+ {
+ "family": "Avramova",
+ "given": "N."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2019",
+ 1,
+ 3
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "The secret to a long, happy, health life? Think age-positive",
+ "URL": "https://www.cnn.com/2019/01/03/health/respect-towards-elderly-leads-to-long-life-intl/index.html"
+ },
+ {
+ "id": "apa.10.16:110b",
+ "type": "webpage",
+ "archive": "HuffPost",
+ "author": [
+ {
+ "family": "Bologna",
+ "given": "C."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2018",
+ 6,
+ 27
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "What happens to your mind and body when you feel homesick?",
+ "URL": "https://www.huffingtonpost.com/entry/what-happens-mind-body-homesick_us_5b201ebde4b09d7a3d77eee1"
+ },
+ {
+ "id": "apa.10.16:111a",
+ "type": "webpage",
+ "author": [
+ {
+ "literal": "Centers for Disease Control and Prevention"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2018",
+ 1,
+ 23
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "People at high risk of developing flu-related complications",
+ "URL": "https://www.cdc.gov/flu/about/disease/high_risk.htm"
+ },
+ {
+ "id": "apa.10.16:111b",
+ "type": "webpage",
+ "author": [
+ {
+ "literal": "World Health Organization"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2018",
+ 3
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "Questions and answers on immunization and vaccine safety",
+ "URL": "https://www.who.int/features/qa/84/en/"
+ },
+ {
+ "id": "apa.10.16:112",
+ "type": "webpage",
+ "archive": "Mayo Clinic",
+ "author": [
+ {
+ "family": "Martin Lillie",
+ "given": "C. M."
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "2016",
+ 12,
+ 29
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "Be kind to yourself: How self-compassion can improve your resiliency",
+ "title-short": "Be kind to yourself",
+ "URL": "https://www.mayoclinic.org/healthy-lifestyle/adult-health/in-depth/self-compassion-can-improve-your-resiliency/art-20267193"
+ },
+ {
+ "id": "apa.10.16:113a",
+ "type": "webpage",
+ "archive": "The Research Ethics Guidebook: A Resource for Social Scientists",
+ "author": [
+ {
+ "family": "Boddy",
+ "given": "J."
+ },
+ {
+ "family": "Neumann",
+ "given": "T."
+ },
+ {
+ "family": "Jennings",
+ "given": "S."
+ },
+ {
+ "family": "Morrow",
+ "given": "V."
+ },
+ {
+ "family": "Alderson",
+ "given": "P."
+ },
+ {
+ "family": "Rees",
+ "given": "R."
+ },
+ {
+ "family": "Gibson",
+ "given": "W."
+ }
+ ],
+ "language": "en-US",
+ "title": "Ethics principles",
+ "URL": "http://www.ethicsguidebook.ac.uk/EthicsPrinciples"
+ },
+ {
+ "id": "apa.10.16:113b",
+ "type": "webpage",
+ "author": [
+ {
+ "literal": "National Nurses United"
+ }
+ ],
+ "language": "en-US",
+ "title": "What Employers Should do to Protect Nurses from Zika",
+ "URL": "https://www.nationalnursesunited.org/pages/what-employers-should-do-to-protect-rns-from-zika"
+ },
+ {
+ "id": "apa.10.16:114",
+ "type": "webpage",
+ "accessed": {
+ "date-parts": [
+ [
+ "2019",
+ 7,
+ 3
+ ]
+ ]
+ },
+ "author": [
+ {
+ "literal": "U.S. Census Bureau"
+ }
+ ],
+ "language": "en-US",
+ "publisher": "U.S. Department of Commerce",
+ "title": "U.S. and world population clock",
+ "URL": "https://www.census.gov/popclock/"
+ },
+ {
+ "id": "apa.11.4:1",
+ "type": "legal_case",
+ "issued": {
+ "date-parts": [
+ [
+ "1954"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "Brown v. board of education",
+ "URL": "http://www.oyez.org/cases/1940-1955/347us483"
+ },
+ {
+ "id": "apa.11.4:2",
+ "type": "legal_case",
+ "issued": {
+ "date-parts": [
+ [
+ "2015"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "Obergefell v. hodges",
+ "URL": "https://www.supremecourt.gov/opinions/14pdf/14-556_3204.pdf"
+ },
+ {
+ "id": "apa.11.4:3",
+ "type": "legal_case",
+ "issued": {
+ "date-parts": [
+ [
+ "1991"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "9th Cir.",
+ "title": "Daubert v. merrell dow pharmaceuticals, inc.",
+ "URL": "https://openjurist.org/951/f2d/1128/william-dabert-v-merrell-dow-pharmaceuticals"
+ },
+ {
+ "id": "apa.11.4:4",
+ "type": "legal_case",
+ "issued": {
+ "date-parts": [
+ [
+ "2001"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher": "N.D. Ohio",
+ "title": "Burriola v. greater toledo YMCA",
+ "URL": "https://law.justia.com/cases/federal/district-courts/FSupp2/133/1034/2293141/"
+ },
+ {
+ "id": "apa.11.4:5",
+ "type": "legal_case",
+ "issued": {
+ "date-parts": [
+ [
+ "1984"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "original-date: 1981",
+ "title": "Durflinger v. artiles",
+ "URL": "https://openjurist.org/727/f2d/888/durflinger-v-artiles"
+ },
+ {
+ "id": "apa.11.4:6",
+ "type": "legal_case",
+ "issued": {
+ "date-parts": [
+ [
+ "1976"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "Tarasoff v. regents of the university of california",
+ "URL": "https://www.casebriefs.com/blog/law/torts/tors-keyed-to-dobbs/the-duty-to-protect-from-third-persons/tarasoff-v-regents-of-university-of-california"
+ },
+ {
+ "id": "apa.11.4:7",
+ "type": "legal_case",
+ "issued": {
+ "date-parts": [
+ [
+ "1992"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "Texas v. morales",
+ "URL": "https://www.leagle.com/decision/19921027826sw2d20111010"
+ },
+ {
+ "id": "apa.11.5:8",
+ "type": "legislation",
+ "genre": "of 1990",
+ "issued": {
+ "date-parts": [
+ [
+ "1990"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher-place": "42 U.S.C § 12101 et seq.",
+ "title": "American with disabilities act",
+ "URL": "https://www.ada.gov/pubs/adastatute08.htm"
+ },
+ {
+ "id": "apa.11.5:9",
+ "type": "legislation",
+ "genre": "of 1964",
+ "issued": {
+ "date-parts": [
+ [
+ "1964"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher-place": "Pub. L. No. 88–352, 78 Stat. 241",
+ "title": "Civil rights act",
+ "URL": "https://www.govinfo.gov/content/pkg/STATUE-78/pdf/STATUTE-78-Pg241.pdf"
+ },
+ {
+ "id": "apa.11.5:10",
+ "type": "legislation",
+ "issued": {
+ "date-parts": [
+ [
+ "2015"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher-place": "20 U.S.C § 6301",
+ "title": "Every student succeeds act",
+ "URL": "https://www.congress.gov/114/plaws/publ95/PLAW-114publ95.pdf"
+ },
+ {
+ "id": "apa.11.5:11",
+ "type": "legislation",
+ "genre": "of 2009",
+ "issued": {
+ "date-parts": [
+ [
+ "2009"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher-place": "Pub. L. No. 111-2, 123 Stat. 5",
+ "title": "Lilly leadbetter fair play act",
+ "URL": "https://www.govinfo.gov/content/pkg/PLAW-111publ2/pdf/PLAW-111publ2.pdf"
+ },
+ {
+ "id": "apa.11.5:12",
+ "type": "legislation",
+ "issued": {
+ "date-parts": [
+ [
+ "1972"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher-place": "20 U.S.C § 1681 et seq.",
+ "title": "Patsy mink equal opportunity in education act",
+ "URL": "https://www.justice.org/crt/title-ix-education-amendments-1972"
+ },
+ {
+ "id": "apa.11.5:13",
+ "type": "legislation",
+ "issued": {
+ "date-parts": [
+ [
+ "2009"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "original-date: 1971",
+ "publisher-place": "Fla. Stat. § 394",
+ "title": "Florida mental health act",
+ "URL": "http://www.leg.state.fl.us/statues/index.cfm?App_mode=Display_Statute&URL=0300-0399/0394/0394.html"
+ },
+ {
+ "id": "apa.11.6:14",
+ "type": "legislation",
+ "issued": {
+ "date-parts": [
+ [
+ "2016"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "testimony of Norman Dong",
+ "publisher-place": "114th Cong.",
+ "title": "Federal Real Property Reform: How cutting red tape and better management count achieve billions in savings, U.S. Senate Committee on Homeland Security and Governmental Affairs",
+ "title-short": "Federal real property reform",
+ "URL": "http://www.gsa.gov/portal/content/233107"
+ },
+ {
+ "id": "apa.11.6:15",
+ "type": "legislation",
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher-place": "113th Cong.",
+ "title": "Strengthening the federal student loan program for borrowers: Hearing before the u.s. senate committee on health, education, labor & pensions",
+ "title-short": "Strengthening the federal student loan program",
+ "URL": "https://www.help.senate.gov/hearings/strengthening-the-federal-student-load-program-for-borrowers"
+ },
+ {
+ "id": "apa.11.6:16",
+ "type": "legislation",
+ "issued": {
+ "date-parts": [
+ [
+ "2013"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "publisher-place": "H.R 1100, 113th Cong.",
+ "title": "Mental health on campus improvement act",
+ "URL": "https://www.congress.gov/bill/113th-congress/house-bill/1100"
+ },
+ {
+ "id": "apa.11.6:17",
+ "type": "legislation",
+ "genre": "resolution",
+ "issued": {
+ "date-parts": [
+ [
+ "2016"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "enacted",
+ "number": "438",
+ "publisher-place": "114th Cong. and 162 Cong. Rec. 2394",
+ "source": "senate",
+ "URL": "https://www.congress.gov/congressional-record/2016/04/21/senate-section/article/S2394-2"
+ },
+ {
+ "id": "apa.11.6:18",
+ "type": "legislation",
+ "genre": "report",
+ "issued": {
+ "date-parts": [
+ [
+ "2015"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "number": "114-358",
+ "source": "houseofrepresentatives",
+ "URL": "https://www.gpo.gov/fdsys/pkg/CRPT-114rpt358/pdf/CRPT-114hrpt358.pdf"
+ },
+ {
+ "id": "apa.11.7:19",
+ "type": "regulation",
+ "issued": {
+ "date-parts": [
+ [
+ "2009"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "Protection of human subjects",
+ "URL": "https://www.hhs.gov/ohrp/sites/default/files/ohrp/policy/ohrpregulations.pdf"
+ },
+ {
+ "id": "apa.11.7:20",
+ "type": "regulation",
+ "issued": {
+ "date-parts": [
+ [
+ "2016",
+ 5,
+ 23
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "to be codified at 29 C.F.R. § 541",
+ "title": "Defining and delimiting the exemptions for executive, administrative, professional, outside sales and computer employees",
+ "title-short": "Defining and delimiting",
+ "URL": "https://www.federalregister.gov/articles/2016/05/23/2016-11754/defining-and-delimiting-the-exemptions-for-executive-administrative-professional-outside-sales-and"
+ },
+ {
+ "id": "apa.11.7:21",
+ "type": "regulation",
+ "genre": "execorder",
+ "issued": {
+ "date-parts": [
+ [
+ "2014"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "number": "13,676",
+ "URL": "https://www.govinfo.gov/content/pkg/CFR-2015-title3-vol1/pdf/CFR-2015-title3-vol1-eo13676.pdf"
+ },
+ {
+ "id": "apa.11.8:22",
+ "type": "patent",
+ "author": [
+ {
+ "family": "Hiremath",
+ "given": "S. C."
+ },
+ {
+ "family": "Kumar",
+ "given": "S."
+ },
+ {
+ "family": "Lu",
+ "given": "F."
+ },
+ {
+ "family": "Salehi",
+ "given": "A"
+ }
+ ],
+ "genre": "U.S. Patent",
+ "issued": {
+ "date-parts": [
+ [
+ "2016"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "number": "9,367,592",
+ "publisher": "U.S. Patent and Trademark Office",
+ "title": "Using metaphors to present concepts across different intellectual domains",
+ "URL": "http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=9367592"
+ },
+ {
+ "id": "apa.11.9:23",
+ "type": "legislation",
+ "genre": "constitution",
+ "language": "en-US",
+ "section": "3",
+ "source": "us"
+ },
+ {
+ "id": "apa.11.9:24",
+ "type": "legislation",
+ "genre": "constitution",
+ "language": "en-US",
+ "section": "3",
+ "source": "southcarolina"
+ },
+ {
+ "id": "apa.11.9:25",
+ "type": "legislation",
+ "genre": "constitution",
+ "language": "en-US",
+ "source": "us"
+ },
+ {
+ "id": "apa.11.9:26",
+ "type": "legislation",
+ "event-date": {
+ "date-parts": [
+ [
+ "1933"
+ ]
+ ]
+ },
+ "genre": "constitution",
+ "issued": {
+ "date-parts": [
+ [
+ "1933"
+ ]
+ ]
+ },
+ "language": "en-US",
+ "source": "us"
+ },
+ {
+ "id": "apa.11.9:27",
+ "type": "legislation",
+ "genre": "constitution",
+ "language": "en-US",
+ "source": "us"
+ },
+ {
+ "id": "apa.11.9:28",
+ "type": "legislation",
+ "genre": "charter",
+ "language": "en-US",
+ "part": "3",
+ "source": "unitednations"
+ },
+ {
+ "id": "apa.11.10:29",
+ "type": "treaty",
+ "issued": {
+ "date-parts": [
+ [
+ "1989",
+ 11,
+ 20
+ ]
+ ]
+ },
+ "language": "en-US",
+ "title": "United nations convention on the rights of the child",
+ "URL": "https://www.ohchr.org/en/professionalinterest/pages/crc.aspx"
+ }
+]