You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: colrev/packages/add_journal_ranking/README.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,29 +1,27 @@
1
-
#Add journal rankings
1
+
## Summary
2
2
3
3
## prep
4
4
5
5
**Prerequisite** Initial ranking data is extracted from ranking.csv into SQLite Database sqlite_index.db with 'colrev env -i'.
6
6
7
-
**Add the endpoint**
8
-
9
-
```
10
-
colrev prep -a colrev.add_journal_ranking
11
-
```
12
-
13
7
**Description**
14
8
15
9
The add_journal_ranking package allows the user to add a ranking to the records metadata for additional automated prescreen options. While iterating through the records, this class calls the get_journal_rankings method to access the sqlite_index.db to compare if a journal_name is in one or more of the saved rankings. These rankings are being saved in the records metadata.
16
10
17
11
Example:
18
12
13
+
```
19
14
journal_ranking = {Senior Scholars' List of Premier Journals}, or
20
15
journal_ranking = {not included in a ranking},
16
+
```
21
17
22
18
Should the journal be in the Beall's Predatory Journal list, then the record will be marked as "Predatory Journal: Do not include!" and be predestined to be excluded in the scope_prescreen process.
23
19
24
20
Example:
25
21
22
+
```
26
23
journal_ranking = {Predatory Journal: Do not include!},
24
+
```
27
25
28
26
The journal ranking will also be used in the colrev prescreen method and allows the user to decide if the record should be marked as 'rev_prescreen_excluded' or 'rev_prescreen_included'.
0 commit comments