-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
109 lines (109 loc) · 2.75 KB
/
Copy pathconfig.json
File metadata and controls
109 lines (109 loc) · 2.75 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
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"project": {
"title": "PRISMA Systematic Review",
"description": "Description of your systematic review",
"authors": ["Author 1", "Author 2"],
"date_created": "2025-04-05",
"last_updated": "2025-04-05"
},
"search_strategy": {
"search_term_files": {
"pubmed": "search_terms/pubmed_search_term.txt",
"scopus": "search_terms/scopus_search_term.txt",
"embase": "search_terms/embase_search_term.txt"
},
"databases": ["pubmed", "scopus", "embase"],
"years": [2010, 2023],
"languages": ["english"],
"article_types": ["journal article", "review"],
"boolean_operators": {
"within_category": "OR",
"between_categories": "AND"
},
"advanced_query": ""
},
"database_defaults": {
"enabled": true,
"fields": ["title", "abstract", "keywords"],
"date_range": {
"start": "2020-01-01",
"end": "2025-04-05"
},
"languages": ["English"],
"max_results": 100
},
"databases": {
"pubmed": {
"article_types": ["journal article", "review", "clinical trial"],
"species": ["humans"],
"batch_size": 100
},
"cochrane": {
"max_results": 500
},
"scopus": {
"subject_areas": ["medicine", "health sciences"],
"document_types": ["article", "review"]
},
"embase": {
"evidence_types": ["randomized controlled trial", "systematic review"]
}
},
"screening": {
"title_abstract": {
"inclusion_criteria": [
"clinical trial",
"randomized controlled trial",
"systematic review"
],
"exclusion_criteria": [
"animal study",
"case report",
"letter to editor"
]
},
"full_text": {
"inclusion_criteria": [
"primary outcome reported",
"appropriate statistical analysis",
"sample size calculation provided"
],
"exclusion_criteria": [
"non-peer reviewed",
"conference abstract only",
"insufficient methodological detail"
]
}
},
"data_extraction": {
"study_characteristics": [
"author",
"year",
"country",
"study_design",
"sample_size",
"population_characteristics"
],
"intervention_details": [
"intervention_type",
"intervention_duration",
"intervention_frequency",
"control_group"
],
"outcome_measures": [
"primary_outcome",
"secondary_outcomes",
"outcome_measurement_tools",
"follow_up_period"
]
},
"output": {
"directory": "output",
"deduplicated_file": "deduplicated.bib",
"duplicates_report": "duplicates_report.csv",
"screening_directory": "screening",
"format": "bib",
"deduplication": true,
"export_path": "output/search_results.bib"
}
}