-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcbd_system_config.json
More file actions
84 lines (84 loc) · 2.36 KB
/
cbd_system_config.json
File metadata and controls
84 lines (84 loc) · 2.36 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
{
"literature_update_interval": 7,
"confidence_threshold": 0.6,
"max_contradictions": 2,
"priority_weights": {
"therapeutic_impact": 0.4,
"feasibility": 0.3,
"cost": 0.2,
"timeline": 0.1
},
"literature_sources": {
"pubmed_api": "https://eutils.ncbi.nlm.nih.gov/entrez/eutils/",
"arxiv_api": "http://export.arxiv.org/api/query",
"search_terms": [
"cannabidiol glioma",
"CBD mitochondria",
"VDAC1 cannabinoid",
"TRPV4 biomarker",
"ROS selectivity",
"chloride channels CBD"
]
},
"experimental_protocols": {
"binding_assay": {
"equipment": ["SPR_system", "spectrophotometer"],
"reagents": ["CBD_pure", "VDAC1_recombinant", "binding_buffer"],
"controls": ["vehicle", "positive_control", "negative_control"]
},
"cell_viability": {
"cell_lines": ["U87MG", "T98G", "normal_astrocytes"],
"assays": ["MTT", "LDH", "annexin_V"],
"timepoints": [24, 48, 72]
}
},
"clinical_development": {
"regulatory_requirements": {
"preclinical": ["GLP_toxicity", "pharmacokinetics", "formulation"],
"phase_1": ["safety_profile", "dose_escalation", "biomarker_validation"],
"phase_2": ["efficacy_endpoints", "optimal_dosing", "patient_stratification"]
},
"go_no_go_criteria": {
"discovery_to_preclinical": {
"binding_validated": true,
"selectivity_index": "> 2.0",
"mechanism_confidence": "> 0.7"
},
"preclinical_to_clinical": {
"safety_margin": "> 10x",
"biomarker_validated": true,
"formulation_stable": true,
"regulatory_approval": "IND_ready"
}
}
},
"risk_management": {
"literature_contradictions": {
"threshold": 2,
"action": "expert_review"
},
"confidence_degradation": {
"threshold": 0.1,
"timeframe": 30,
"action": "re_validation"
},
"paradigm_shifts": {
"keywords": ["mechanism", "paradigm", "challenges", "contradicts"],
"action": "immediate_review"
}
},
"resource_allocation": {
"budget_priorities": {
"binding_studies": 0.3,
"selectivity_validation": 0.25,
"biomarker_development": 0.2,
"mechanism_studies": 0.15,
"formulation": 0.1
},
"timeline_constraints": {
"discovery_phase": 180,
"preclinical_phase": 365,
"regulatory_prep": 90
}
}
}