colrev.ops.advisor.Advisor

class colrev.ops.advisor.Advisor(*, review_manager)[source]

Bases: object

The CoLRev advisor guides users through the review process.

Initialize the instance.

Methods

get_instructions

Get all instructions on the project.

get_review_instructions

Get instructions related to the review (operations).

get_sharing_instructions

Get instructions related to sharing the project.

get_instructions()[source]

Get all instructions on the project.

Return type:

dict

get_review_instructions()[source]

Get instructions related to the review (operations).

Return type:

list

get_sharing_instructions()[source]

Get instructions related to sharing the project.

Return type:

dict