colrev.ops.prescreen.Prescreen¶
- class Prescreen(*, review_manager, notify_state_transition_operation=True)[source]¶
Bases:
Operation
Prescreen records (based on metadata)
Methods
Check the operation precondition
Conclude the operation (stop Docker containers)
Split the prescreen between researchers
Decorator for operations
Exclude records in the prescreen
Export a table with records to prescreen
Get the data for prescreen
Import a table with prescreened records
include_all_in_prescreen
- rtype:
Any
Include records in the prescreen
main
- rtype:
Any
Notify the review_manager about the next operation
Save the prescreen decision
Setup a custom prescreen script
Attributes
type
- check_precondition()¶
Check the operation precondition
- Return type:
None
- conclude()¶
Conclude the operation (stop Docker containers)
- Return type:
None
- create_prescreen_split(*, create_split)[source]¶
Split the prescreen between researchers
- Return type:
list
- classmethod decorate()¶
Decorator for operations
- Return type:
Callable
- export_table(*, export_table_format='csv')[source]¶
Export a table with records to prescreen
- Return type:
None
- import_table(*, import_table_path)[source]¶
Import a table with prescreened records
- Return type:
None
- notify(*, state_transition=True)¶
Notify the review_manager about the next operation
- Return type:
None