Skip to content

Commit 4da6d9f

Browse files
committed
better citation for item reviewed
1 parent 4d71ae2 commit 4da6d9f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/sphinx-guides/source/_static/api/dataset-create-review.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"typeName": "itemReviewedType"
8383
},
8484
"itemReviewedCitation": {
85-
"value": "dcid: dc/base/NCHS_BRFSS_Asthma",
85+
"value": "\"Statistical Variable Explorer - Data Commons.\" Datacommons.org, 2026, datacommons.org/tools/statvar#sv=Percent_Person_Children_WithAsthma. Accessed 9 Mar. 2026.",
8686
"typeClass": "primitive",
8787
"multiple": false,
8888
"typeName": "itemReviewedCitation"

src/test/java/edu/harvard/iq/dataverse/api/ReviewsIT.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ public void testCreateReview() {
131131

132132
String itemReviewedTitle = "Percent of Children That Have Asthma";
133133
String itemReviewedUrl = "https://datacommons.org/tools/statvar#sv=Percent_Person_Children_WithAsthma";
134-
// What's the right way to cite this data?
135-
String itemReviewedCitation = "dcid: dc/base/NCHS_BRFSS_Asthma";
134+
// This citation came from https://www.mybib.com
135+
String itemReviewedCitation = "\"Statistical Variable Explorer - Data Commons.\" Datacommons.org, 2026, datacommons.org/tools/statvar#sv=Percent_Person_Children_WithAsthma. Accessed 9 Mar. 2026.";
136136
String reviewTitle = "Review of " + itemReviewedTitle;
137137
String authorName = "Wazowski, Mike";
138138
String authorEmail = "mwazowski@mailinator.com";

0 commit comments

Comments
 (0)