Skip to content

Commit 87d1f6d

Browse files
committed
Add conditions to gmci quest
1 parent 76f583d commit 87d1f6d

File tree

1 file changed

+59
-16
lines changed

1 file changed

+59
-16
lines changed

extras/config/storylines/lovedataweek.yml

Lines changed: 59 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -944,22 +944,34 @@ quests:
944944
items:
945945
- text:
946946
en: "You already convinced me to share my dataset with the GMCI community."
947-
- cond: '^op.data.dog'
947+
- cond: '^op.data.dog & ^op.notsuredata.dog'
948948
type: sequence
949949
items:
950950
- text:
951951
en: "I have collected quite some data on the behavior of cat fur. One thing I investigated was the cause–effect relationship of Diet and Fur Quality."
952952
- text:
953-
en: "I am happy to share this dataset with the GMCI community. Please let me know, which format should I use?"
953+
en: "I am happy to share this dataset with the GMCI community. I have just one question:"
954+
- cond: '^op.data.dog & op.notsuredata.dog'
955+
type: sequence
956+
items:
957+
- text:
958+
en: "Did you talk to the MaRDI help desk? I hope you found an answer to my question:"
959+
- cond: '^op.data.dog'
960+
type: sequence
961+
items:
962+
- text:
963+
en: "Which format should I use?"
954964
responses:
955965
- text:
956966
en: "I am not sure."
957967
thenText:
958968
en: "Please ask the MaRDI help desk, which format I should use. I will wait for you here."
969+
set: [ 'op.notsuredata.dog' ]
959970
- text:
960971
en: "There is no specific format required."
961972
thenText:
962973
en: "Are you sure? Maybe you should ask at the MaRDI help desk, which format is best."
974+
set: [ 'op.notsuredata.dog' ]
963975
- text:
964976
en: "tabular format: .csv, .txt, .tsv."
965977
thenText:
@@ -969,7 +981,8 @@ quests:
969981
en: "Each data point should be connected to a unique identifier by an arrow."
970982
thenText:
971983
en: "Are you sure? That sounds like Gibberish to me. Maybe you should ask at the MaRDI help desk, which format is best."
972-
Barista:
984+
set: [ 'op.notsuredata.dog' ]
985+
Barista:
973986
- type: sequence
974987
items:
975988
- cond: 'op.nodata.barista'
@@ -979,18 +992,27 @@ quests:
979992
en: "You already talked to me. We agreed my data is not suitable for the GMCI community."
980993
- text:
981994
en: "I have now uploaded it to Zenodo, the free, open-access repository, so it is publicly available and can be linked, for example with the corresponding algorithms nodes in the MathAlgoDB knowledge graph."
982-
- cond: '^op.nodata.barista'
995+
- cond: '^op.nodata.barista & ^op.notsuredata.barista'
996+
type: sequence
997+
items:
998+
- text:
999+
en: "I have collected quite some data benchmarking coffee brewing algorithms for performance (e.g., optimization accuracy or speed). All the data is in a big excel sheet."
1000+
- cond: '^op.nodata.barista & op.notsuredata.barista'
9831001
type: sequence
9841002
items:
9851003
- text:
986-
en: "I have collected quite some data benchmarking coffee brewing algorithms for performance (e.g., optimization accuracy or speed)."
1004+
en: "Did you talk to the MaRDI help desk? I hope you found an answer to my question:"
1005+
- cond: '^op.nodata.barista'
1006+
type: sequence
1007+
items:
9871008
- text:
988-
en: "All the data is in a big excel sheet. Do you think it would be appropriate to share with the GMCI community?"
1009+
en: "Is my data appropriate to share with the GMCI community?"
9891010
responses:
9901011
- text:
9911012
en: "I am not sure."
9921013
thenText:
9931014
en: "Please ask the MaRDI help desk, if this kind of data is appropriate for the GMCI community. I will wait for you here."
1015+
set: [ 'op.notsuredata.barista' ]
9941016
- text:
9951017
en: "Your data is not suitable."
9961018
thenText:
@@ -1005,6 +1027,7 @@ quests:
10051027
en: "Yes, an excel sheet is fine."
10061028
thenText:
10071029
en: "I was more worried about the data itself. Please ask the MaRDI help desk, if this kind of data is appropriate for the GMCI community."
1030+
set: [ 'op.notsuredata.barista' ]
10081031
- cond: '^op.nodata.barista'
10091032
id: nodata
10101033
type: sequence
@@ -1020,24 +1043,34 @@ quests:
10201043
items:
10211044
- text:
10221045
en: "You already convinced me to share my dataset with the GMCI community."
1023-
- cond: '^op.data.math2'
1046+
- cond: '^op.data.math2 & ^op.notsuredata.math2'
10241047
type: sequence
10251048
items:
10261049
- text:
10271050
en: "I have a simulation dataset that includes variables such as fluid viscosity, thermal conductivity, density, Prandtl number, and measured heat transfer coefficient."
10281051
- text:
1029-
en: "With such data, you can analyze whether changes in viscosity causally influence heat transfer performance (possibly mediated through the Prandtl number)."
1052+
en: "With such data, you can analyze whether changes in viscosity causally influence heat transfer performance. I'm happy to share the dataset, just one question:"
1053+
- cond: '^op.data.math2 & op.notsuredata.math2'
1054+
type: sequence
1055+
items:
1056+
- text:
1057+
en: "Did you talk to the MaRDI help desk? I hope you found an answer to my question:"
1058+
- cond: '^op.data.math2'
1059+
type: sequence
1060+
items:
10301061
- text:
1031-
en: "I am considering sharing this dataset with the GMCI community. However, can you tell me, if data files can be versioned?"
1062+
en: "Can you tell me, if data files shared with the GMCI community can be versioned?"
10321063
responses:
10331064
- text:
10341065
en: "I am not sure."
10351066
thenText:
10361067
en: "Please ask the MaRDI help desk, if data files can be versioned in the GMCI community. I will wait for you here."
1068+
set: [ 'op.notsuredata.math2' ]
10371069
- text:
10381070
en: "No, data files cannot be versioned."
10391071
thenText:
10401072
en: "This doesn't sound right. MaRDI is using a modern approach, I am pretty sure that data files can be versioned in the GMCI community. Please ask the MaRDI help desk, I will wait for you here."
1073+
set: [ 'op.notsuredata.math2' ]
10411074
- text:
10421075
en: "Yes, data files can be versioned."
10431076
thenText:
@@ -1122,18 +1155,27 @@ quests:
11221155
items:
11231156
- text:
11241157
en: "You already convinced me to share my dataset with the GMCI community."
1125-
- cond: '^op.data.math3'
1158+
- cond: '^op.data.math3 & ^op.notsuredata.math3'
11261159
type: sequence
11271160
items:
11281161
- text:
1129-
en: "I have a dataset on the aerodynamic stability of different aircraft wing designs under turbulent conditions."
1162+
en: "I have a dataset on the aerodynamic stability of different aircraft wing designs under turbulent conditions. I could contribute it, just one question:"
1163+
- cond: '^op.data.math3 & op.notsuredata.math3'
1164+
type: sequence
1165+
items:
1166+
- text:
1167+
en: "Did you talk to the MaRDI help desk? I hope you found an answer to my question:"
1168+
- cond: '^op.data.math3'
1169+
type: sequence
1170+
items:
11301171
- text:
1131-
en: "I could contribute it to the GMCI community. However, how is ownership handled?"
1172+
en: "How is ownership handled at the GMCI community?"
11321173
responses:
11331174
- text:
11341175
en: "I am not sure."
11351176
thenText:
11361177
en: "Please ask the MaRDI help desk, how ownership is handled in the GMCI community. I will wait for you here."
1178+
set: [ 'op.notsuredata.math3' ]
11371179
- text:
11381180
en: "You will keep the ownership."
11391181
thenText:
@@ -1143,6 +1185,7 @@ quests:
11431185
en: "Authorship and license are transfered to the community."
11441186
thenText:
11451187
en: "This does not sound right. Please ask at the MaRDI help desk how ownership is handled in the GMCI community. I will wait for you here."
1188+
set: [ 'op.notsuredata.math3' ]
11461189
ending:
11471190
dialogue:
11481191
- type: sequence
@@ -1152,25 +1195,25 @@ ending:
11521195
type: sequence
11531196
items:
11541197
- text:
1155-
en: '☑ You know about sharing mathematical models.'
1198+
en: "☑ You know about sharing mathematical models."
11561199
- cond: 'quest.mathmoddb.done'
11571200
class: 'citizensEmpowered'
11581201
type: sequence
11591202
items:
11601203
- text:
1161-
en: '☑ You helped Momo to add the Hairy Cat Model to MathModDB.'
1204+
en: "☑ You helped Momo to add the Hairy Cat Model to MathModDB."
11621205
- cond: 'quest.coffee.done'
11631206
class: 'citizensEmpowered'
11641207
type: sequence
11651208
items:
11661209
- text:
1167-
en: '☑ You searched MathAlgoDB for coffee making algorithms.'
1210+
en: "☑ You searched MathAlgoDB for coffee making algorithms."
11681211
- cond: 'quest.gmci.done'
11691212
class: 'citizensEmpowered'
11701213
type: sequence
11711214
items:
11721215
- text:
1173-
en: '☑ You helped to add more datasets to the GMCI community.'
1216+
en: "☑ You helped to add more datasets to the GMCI community."
11741217
- cond: '^quest.hairycat.done'
11751218
type: sequence
11761219
items:

0 commit comments

Comments
 (0)