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/prospero/docs/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ colrev install colrev.prospero
11
11
### search
12
12
13
13
Download the search results and store them in the data/search/ directory.
14
+
14
15
```bash
15
16
colrev search --add colrev.prospero
16
17
```
@@ -19,7 +20,8 @@ The search is done using keywords that can be entered into the console.
19
20
20
21
### load
21
22
22
-
It is possible to save the records after search. All records that were found during the search will be saved to a data/records.bib file. Load function will add the records to the file or update existing one.
23
+
It is possible to save the records after search. All records that were found during the search will be saved to a data/records.bib file.
24
+
Load function will add the records to the file or update existing one.
Copy file name to clipboardExpand all lines: colrev/packages/springer_link/README.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ The search for is launched with the following command in your ColRev project:
13
13
colrev search --add colrev.springer_link
14
14
```
15
15
16
-
Upon entering the above command the user is asked to choose between `DB search` and `API search` (For more details on the searchtypes see manual of CoLRev).
16
+
Upon entering the above command the user is asked to choose between `DB search` and `API search` (For more details on the searchtypes see manual of CoLRev).
17
17
The user can select the search type by navigating through the list with `uparrow` and `downarrow` and confirm the choice with `enter`.
18
18
19
19
### DB search
@@ -72,7 +72,7 @@ The user can choose between `complete_search_string` for searching with a comple
72
72
73
73
#### API search: complex query
74
74
75
-
The user can type the individual search constraints that can also use the boolean `AND`, `OR`, `NOT`, `NEAR` for a specified search. Following conditions have to be followed:
75
+
The user can type the individual search constraints that can also use the boolean `AND`, `OR`, `NOT`, `NEAR` for a specified search. Following conditions have to be followed:
76
76
77
77
- Search terms must be enclosed in double quotes `"`
78
78
- The entire logical condition must be enclosed in parentheses `()`
@@ -91,11 +91,8 @@ The user can type the individual search constraints that can also use the boolea
@@ -110,12 +107,14 @@ For additional constraints visit the SpringerLink API Documentation (Link below)
110
107
#### API search: entering the search parameters
111
108
112
109
In this step the user can enter the search parameters into the console.
113
-
The user can provide values for the following parameters: keyword, subject, language, year and type. Pressing `enter` will confirm the choice. If the field is blank, this parameter will be skipped. The parameters should be entered as followed:
110
+
The user can provide values for the following parameters: keyword, subject, language, year and type.
111
+
Pressing `enter` will confirm the choice. If the field is blank, this parameter will be skipped.
112
+
The parameters should be entered as followed:
114
113
115
114
-`keyword:` e.g. onlinear.
116
-
-`subject:`Springer Nature supports the subject areas (see below)
115
+
-`subject:` Springer Nature supports the subject areas (see below)
117
116
118
-
-`language:`please use country codes, e.g. "de" for "Germany".
117
+
-`language:`Please use country codes, e.g. "de" for "Germany".
119
118
-`year:` e.g. 2024.
120
119
-`type:` limit search to Book or Journal (case sensitive!).
Copy file name to clipboardExpand all lines: colrev/packages/unpaywall/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,14 +28,14 @@ Download search results and store them in the `data/search/` directory. When sea
28
28
29
29
#### Option 1: Search with keywords
30
30
31
-
1.Use the following command to add the endpoint:
31
+
Use the following command to add the endpoint:
32
32
33
33
```bash
34
34
colrev search --add colrev.unpaywall
35
35
```
36
36
37
-
2.Upon entering the command above with no additional parameters, a console interface opens up, in which the user is asked to enter the parameters and query for their search.
38
-
Enter the keywords for the search by following the [Query & Keyword format](#api-search-query--keyword-format) like described underneath.
37
+
Upon entering the command above with no additional parameters, a console interface opens up, in which the user is asked to enter the parameters and query for their search.
38
+
Enter the keywords for the search by following the [Query & Keyword format](#api-search-query--keyword-format) like described underneath.
0 commit comments