Skip to content

Commit 1a5fe6d

Browse files
authored
Merge pull request #4 from leibniz-psychology/staging
Staging
2 parents 4e9155d + e1e8d19 commit 1a5fe6d

3 files changed

Lines changed: 50 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
1-
## Hotfix Release 1.0.7
2-
### 04.2023
3-
Sonstiges:
4-
* add index html to static folder
5-
*
6-
## Hotfix Release 1.0.6
7-
### 04.2023
1+
## Release 1.1.0
2+
### 08.2024
83
Bugs:
9-
* updated Dockerfile, removed static ssl files
10-
4+
* included new dataset CAMA_Pharma
5+
* added metadata files for new dataset
116

127
## Release 1.0.9
138
### 03.2024
@@ -21,6 +16,16 @@ Bugs:
2116
* added new datasets CAMA_TFP_Reduce, CAMA_TFP_Enhance
2217
* added metadata files for all datasets
2318

19+
## Hotfix Release 1.0.7
20+
### 04.2023
21+
Sonstiges:
22+
* add index html to static folder
23+
*
24+
## Hotfix Release 1.0.6
25+
### 04.2023
26+
Bugs:
27+
* updated Dockerfile, removed static ssl files
28+
2429
## Hotfix Release 1.0.5
2530
### 04.2023
2631
Bugs:

data/CAMA_Pharma.RData

5.77 KB
Binary file not shown.
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"datensatz" : {
3+
"name": "PTSD: Psychopharmacology",
4+
"data_name": "CAMA_Pharma",
5+
"psychArchivesHandle": "",
6+
"domain": "Clinical Psychology",
7+
"metaanalysis_type": "standard",
8+
"moderators": [
9+
{"type": "num", "value": "r_year", "label": "Publication year"},
10+
{"type": "cat", "value": "t_name", "label": "Type of SSRI"},
11+
{"type": "cat", "value": "t_type_control1","label": "Type of control group"},
12+
{"type": "num","value": "rob_sumscore","label": "Sumscore Risk of Bias rating"},
13+
{"type": "cat", "value": "Outcome_Type","label": "Outcome data given"}
14+
],
15+
"effect_strength": {
16+
"label": "SMD",
17+
"variable_labels": [
18+
{"name": "Hedges_g", "data_label_yi": "o_g", "varianz_label_vi": "o_g_var"}
19+
]
20+
},
21+
"analysis_levels": ["sample_ID"]
22+
},
23+
"dokumentation": {
24+
"title": "The treatment effect in randomized control Trials (RCTs) of pharmacological treatments (Selective Serotonin Reuptake Inhibitors (SSRIs)) for patients with posttraumatic stress disorder",
25+
"url": "",
26+
"doi": "",
27+
"dataProvider": "Sebastian Siehl",
28+
"license": "CC BY 4.0",
29+
"licenseUrl": "https://creativecommons.org/licenses/by-sa/4.0/",
30+
"researchQuestion": "Can we identify a significantly larger reduction in PTSD symptomatology in patients diagnosed with PTSD and treated with Selective Serotonin Reuptake Inhibitors (SSRIs) in comparison to control groups treated with placebo (passive control group) or drugs from other substance groups (active control group)?",
31+
"literatureSelection": "All Randomized Control Treatments (RCTs) were included investigating the effect of SSRIs vs. at least one control treatment in adults (>18 years of age) and PTSD as main diagnosis.",
32+
"effectSize": "Hedge's g",
33+
"hierarchicalStructure": "The reported effect sizes per study were subdivided by main intervention vs. active and/or passive control group per timepoint (baseline/pre, post)."
34+
},
35+
"literatureintraege": []
36+
}

0 commit comments

Comments
 (0)