Skip to content

Commit cfac9dc

Browse files
committed
improve sample data to look more like software or a workflow #10517
1 parent 2b83f22 commit cfac9dc

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

doc/sphinx-guides/source/_static/api/dataset-create-software-ddi.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<docDscr>
44
<citation>
55
<titlStmt>
6-
<titl>Replication Data for: Title</titl>
6+
<titl>A Workflow for Whale Identification</titl>
77
</titlStmt>
88
<distStmt>
99
<distrbtr source="archive">Root</distrbtr>
@@ -18,7 +18,7 @@
1818
<stdyDscr>
1919
<citation>
2020
<titlStmt>
21-
<titl>Replication Data for: Title</titl>
21+
<titl>A Workflow for Whale Identification</titl>
2222
<subTitl>Subtitle</subTitl>
2323
<altTitl>Alternative Title</altTitl>
2424
<IDNo agency="OtherIDAgency1">OtherIDIdentifier1</IDNo>

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

+7-7
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"citation": {
1010
"fields": [
1111
{
12-
"value": "Darwin's Finches",
12+
"value": "pyDataverse",
1313
"typeClass": "primitive",
1414
"multiple": false,
1515
"typeName": "title"
@@ -18,13 +18,13 @@
1818
"value": [
1919
{
2020
"authorName": {
21-
"value": "Finch, Fiona",
21+
"value": "Range, Jan",
2222
"typeClass": "primitive",
2323
"multiple": false,
2424
"typeName": "authorName"
2525
},
2626
"authorAffiliation": {
27-
"value": "Birds Inc.",
27+
"value": "University of Stuttgart",
2828
"typeClass": "primitive",
2929
"multiple": false,
3030
"typeName": "authorAffiliation"
@@ -41,13 +41,13 @@
4141
"typeClass": "primitive",
4242
"multiple": false,
4343
"typeName": "datasetContactEmail",
44-
"value" : "finch@mailinator.com"
44+
"value" : "jan@mailinator.com"
4545
},
4646
"datasetContactName" : {
4747
"typeClass": "primitive",
4848
"multiple": false,
4949
"typeName": "datasetContactName",
50-
"value": "Finch, Fiona"
50+
"value": "Range, Jan"
5151
}
5252
}],
5353
"typeClass": "compound",
@@ -57,7 +57,7 @@
5757
{
5858
"value": [ {
5959
"dsDescriptionValue":{
60-
"value": "Darwin's finches (also known as the Galápagos finches) are a group of about fifteen species of passerine birds.",
60+
"value": "A Python module for Dataverse.",
6161
"multiple":false,
6262
"typeClass": "primitive",
6363
"typeName": "dsDescriptionValue"
@@ -68,7 +68,7 @@
6868
},
6969
{
7070
"value": [
71-
"Medicine, Health and Life Sciences"
71+
"Computer and Information Science"
7272
],
7373
"typeClass": "controlledVocabulary",
7474
"multiple": true,

0 commit comments

Comments
 (0)