colrev dataΒΆ
In the colrev data
operation, records transition from rev_included
to rev_synthesized
. The data analysis and synthesis can involve different activities (data endpoints). A record only transitions to rev_synthesized
when all synthesis activities were completed.
Parallel independent data extraction is only supported through the built-in git mechanisms (merges). This works best for line-based contents. For csv
files, daff may be helpful.
colrev data [options]
# Calculate heuristic (influence of each paper within the selected sample) to prioritize reading efforts (see :cite:p:`WagnerEmplSchryen2020`.).
colrev data --reading_heuristics
To add data packages, run any (combination) of the following:
colrev data --add
colrev data --add colrev.paper_md
colrev data --add colrev.structured
colrev data --add colrev.prisma
...
To export the bibliography in different formats, run any of the following:
colrev data -a colrev.bibliography_export -p zotero
colrev data -a colrev.bibliography_export -p jabref
colrev data -a colrev.bibliography_export -p citavi
colrev data -a colrev.bibliography_export -p BiBTeX
colrev data -a colrev.bibliography_export -p RIS
colrev data -a colrev.bibliography_export -p CSV
colrev data -a colrev.bibliography_export -p EXCEL
The following options for data
are available:
Identifier |
Data packages |
Status |
---|---|---|
colrev.bibliography_export |
Bibliography export (instructions) |
|
colrev.colrev_curation |
CoLRev Curations (instructions) |
|
colrev.github_pages |
GitHub pages (instructions) |
|
colrev.obsidian |
Obsidian (instructions) |
|
colrev.paper_md |
Paper (Markdown) (instructions) |
|
colrev.prisma |
PRISMA Flow Chart (instructions) |
|
colrev.profile |
Profile of the Sample (instructions) |
|
colrev.ref_check |
TODO (instructions) |
|
colrev.structured |
Structured Data Extraction (instructions) |