Skip to content

Commit

Permalink
Merge branch 'asreview2.0' of https://github.com/jteijema/asreview-ma…
Browse files Browse the repository at this point in the history
…kita into asreview2.0
  • Loading branch information
jteijema committed Jan 7, 2025
2 parents b7e364f + 4dbc189 commit 9e9059b
Show file tree
Hide file tree
Showing 12 changed files with 56 additions and 56 deletions.
2 changes: 1 addition & 1 deletion examples/basic_example/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Simulation study

*This project was rendered with ASReview-Makita version 0.1.dev1+gd662348.*
*This project was rendered with ASReview-Makita version 0.1.dev1+g755f664.*

This project was rendered from the Makita-basic template. See [asreview/asreview-makita#templates](https://github.com/asreview/asreview-makita#templates) for template rules and formats.

Expand Down
6 changes: 3 additions & 3 deletions examples/basic_example/jobs.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


# version 0.1.dev1+gd662348
# version 0.1.dev1+g755f664

# Create folder structure. By default, the folder 'output' is used to store output.
mkdir output
Expand Down Expand Up @@ -30,7 +30,7 @@ python -m asreview wordcloud data/prior_Smid_2020.csv -o output/figures/wordclou

# Simulate runs
mkdir output/simulation/prior_Smid_2020/state_files
python -m asreview simulate data/prior_Smid_2020.csv -s output/simulation/prior_Smid_2020/state_files/sim_prior_Smid_2020.asreview --init_seed 535 --seed 165 -m nb -e tfidf -q max -b double --n_instances 1 --stop_if min
python -m asreview simulate data/prior_Smid_2020.csv -s output/simulation/prior_Smid_2020/state_files/sim_prior_Smid_2020.asreview --init_seed 535 --seed 165 -m nb -e tfidf -q max -b balanced --n_instances 1 --stop_if min
python -m asreview metrics output/simulation/prior_Smid_2020/state_files/sim_prior_Smid_2020.asreview -o output/simulation/prior_Smid_2020/metrics/metrics_sim_prior_Smid_2020.json

# Generate plot and tables for dataset
Expand All @@ -57,7 +57,7 @@ python -m asreview wordcloud data/van_de_Schoot_2018.csv -o output/figures/wordc

# Simulate runs
mkdir output/simulation/van_de_Schoot_2018/state_files
python -m asreview simulate data/van_de_Schoot_2018.csv -s output/simulation/van_de_Schoot_2018/state_files/sim_van_de_Schoot_2018.asreview --init_seed 535 --seed 166 -m nb -e tfidf -q max -b double --n_instances 1 --stop_if min
python -m asreview simulate data/van_de_Schoot_2018.csv -s output/simulation/van_de_Schoot_2018/state_files/sim_van_de_Schoot_2018.asreview --init_seed 535 --seed 166 -m nb -e tfidf -q max -b balanced --n_instances 1 --stop_if min
python -m asreview metrics output/simulation/van_de_Schoot_2018/state_files/sim_van_de_Schoot_2018.asreview -o output/simulation/van_de_Schoot_2018/metrics/metrics_sim_van_de_Schoot_2018.json

# Generate plot and tables for dataset
Expand Down
2 changes: 1 addition & 1 deletion examples/basic_example/scripts/get_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- Teijema, Jelle
"""

# version 0.1.dev1+gd662348
# version 0.1.dev1+g755f664

import argparse
from pathlib import Path
Expand Down
2 changes: 1 addition & 1 deletion examples/basic_example/scripts/merge_descriptives.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- De Bruin, Jonathan
"""

# version 0.1.dev1+gd662348
# version 0.1.dev1+g755f664

import argparse
import glob
Expand Down
2 changes: 1 addition & 1 deletion examples/basic_example/scripts/merge_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- De Bruin, Jonathan
"""

# version 0.1.dev1+gd662348
# version 0.1.dev1+g755f664

import argparse
import glob
Expand Down
2 changes: 1 addition & 1 deletion examples/basic_example/scripts/merge_tds.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- De Bruin, Jonathan
"""

# version 0.1.dev1+gd662348
# version 0.1.dev1+g755f664

import argparse
import glob
Expand Down
2 changes: 1 addition & 1 deletion examples/multimodel_example/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Simulation study

*This project was rendered with ASReview-Makita version 0.1.dev1+gd662348.*
*This project was rendered with ASReview-Makita version 0.1.dev1+g755f664.*

This project was rendered from the Makita-multimodel template. See [asreview/asreview-makita#templates](https://github.com/asreview/asreview-makita#templates) for template rules and formats.

Expand Down
86 changes: 43 additions & 43 deletions examples/multimodel_example/jobs.sh

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/multimodel_example/scripts/get_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- Teijema, Jelle
"""

# version 0.1.dev1+gd662348
# version 0.1.dev1+g755f664

import argparse
from pathlib import Path
Expand Down
2 changes: 1 addition & 1 deletion examples/multimodel_example/scripts/merge_descriptives.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- De Bruin, Jonathan
"""

# version 0.1.dev1+gd662348
# version 0.1.dev1+g755f664

import argparse
import glob
Expand Down
2 changes: 1 addition & 1 deletion examples/multimodel_example/scripts/merge_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- De Bruin, Jonathan
"""

# version 0.1.dev1+gd662348
# version 0.1.dev1+g755f664

import argparse
import glob
Expand Down
2 changes: 1 addition & 1 deletion examples/multimodel_example/scripts/merge_tds.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- De Bruin, Jonathan
"""

# version 0.1.dev1+gd662348
# version 0.1.dev1+g755f664

import argparse
import glob
Expand Down

0 comments on commit 9e9059b

Please sign in to comment.