-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvf-chatbot-qa.json
More file actions
96 lines (96 loc) · 5.11 KB
/
vf-chatbot-qa.json
File metadata and controls
96 lines (96 loc) · 5.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"predefinedQA": {
"What is Metabolights?": {
"answer": "<div>MetaboLights is an open access repository for metabolomics studies, including raw experimental data and associated metadata.</div>\n<div>To know more:</div>\n<ol>\n <li class='vf-list__item'>\n <a href='#'>Methods and resources for omics studies</a>: A curated collection of EMBL-EBI on-demand training.\n </li>\n <li class='vf-list__item'>\n <a href='#'>MetaboLights</a>: Quick tour.\n </li>\n <li class='vf-list__item'>\n <a href='#'>Chemical biology</a>: A curated set of EMBL-EBI online courses.\n </li>\n</ol>"
},
"Learn how to apply bioinformatics tools in your academic work": {
"answer": "Our Tools and Services portal provides access to commonly used resources in genomics, proteomics, and more. We also offer tutorials and use cases to guide integration into your academic projects."
},
"Start a guided learning path in bioinformatics": {
"answer": "Great! You can begin with our structured courses and learning paths designed for beginners at the EMBL-EBI Training Portal. Perfect for students and early-stage researchers.",
"sources": [
{
"domain": "ebi.ac.uk",
"title": "EMBL-EBI Training",
"url": "https://www.ebi.ac.uk/training/",
"description": "Delivering world-class training in data-driven life sciences."
}
]
},
"Find resources and tools for structural biology analysis": {
"answer": "Discover tools for structural biology, including protein modeling, domain analysis, and sequence alignment. Visit our Tools & Services portal to access popular resources.",
"sources": [
{
"domain": "github.com",
"title": "Structural Biology",
"url": "https://github.com/pengzhangzhi/Awesome-Computational-Structural-Biology?utm_source=chatgpt.com",
"description": "Awesome Computational Structural Biology (GitHub) – curated list of tools, tutorials, and courses"
},
{
"domain": "hwi.buffalo.edu",
"title": "Structural Biology Resource Page",
"url": "https://hwi.buffalo.edu/structural-biology-resources/?utm_source=chatgpt.com",
"description": "Structural Biology Resource Page – links to cryo-EM, crystallography, and X-ray data collection info from Hauptman-Woodward Institute"
},
{
"domain": "www.creative-biostructure.com",
"title": "Structural Biology Tools",
"url": "https://www.creative-biostructure.com/structural-biology-tools.htm?srsltid=AfmBOooqvJ0ksY6p6Pryq1diKVWPxNK0t68zKnuyMuTB0_k1IABozOXO&utm_source=chatgpt.com",
"description": "Creative Biostructure – lists structural resources and software across core techniques like crystallography and cryo-EM"
}
]
},
"How can I submit genomic data to EMBL-EBI?": {
"answer": "To submit genomic data, visit the EMBL-EBI submission portal, where you’ll find step-by-step guides and tools for submitting sequencing data, assemblies, annotations, and more.",
"sources": [
{
"domain": "ebi.ac.uk",
"title": "EMBL's European Bioinformatics Institute",
"url": "https://www.ebi.ac.uk/",
"description": "Run BLAST searches against comprehensive sequence databases at EMBL-EBI."
},
{
"domain": "ena-docs.readthedocs.io",
"title": "ENA Documentation",
"url": "https://ena-docs.readthedocs.io/en/latest/",
"description": "ENA Documentation"
}
]
},
"Access documentation and developer tools": {
"answer": "Explore the databse, where you can find model predictions, usage documentation, API access, and links to related publications. Developers can also access integration guides through the EMBL-EBI API Hub.",
"sources": [
{
"domain": "ebi.ac.uk",
"title": "EMBL-EBI APIs and Tools",
"url": "https://www.ebi.ac.uk/services",
"description": "Browse services by domain (genomics, proteomics, etc.) and access APIs."
},
{
"domain": "ebi.ac.uk",
"title": "EMBL-EBI API Documentation",
"url": "https://www.ebi.ac.uk/about/api",
"description": "RESTful APIs for tools like BLAST, InterProScan, Clustal Omega, etc."
}
]
},
"Discover upcoming bioinformatics workshops for beginners": {
"answer": "Start your learning journey with our Training Events Calendar, featuring upcoming live webinars, virtual workshops, and in-person courses. Many sessions are designed for beginners and cover topics like genomics, data standards, and tool usage."
}
},
"fallbackResponses": [
{
"answer": "I'm sorry, I'm having trouble connecting to my knowledge base right now. Could you try again in a moment?",
"prompts": [
{
"action_text": "Contact support team",
"action_url": "tel:+44 1223 494 444"
},
{
"action_text": "Submit a support request",
"action_url": "https://www.ebi.ac.uk/about/contact/support/"
}
]
}
]
}