Scopus Query Compiler
A Sublime Text 3 package for compiling Scopus Advanced Search queries.
Details
Installs
- Total 138
- Win 109
- Mac 18
- Linux 11
Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Scopus Query Compiler
This package works best in conjunction with the Scopus-Syntax-Highlighter package.
Scopus is a database of scientific articles that provides an advanced search function.
When editing search queries, this package allows you to create a query referencing another query. That is, given the following queries:
TITLE-ABS-KEY(neur* AND network*)
TITLE-ABS-KEY(recurrent)
You can create the query “ruby (TITLE-ABS-KEY(neur* AND network*)) AND (TITLE-ABS-KEY(recurrent))
by typing `#1 AND #2` and then using the "Scopus Compile: Compile Query" command in the command palette.
The number you type after `#` is simply the number of the line number of the targeted query.
You can theoretically nest as many query references as you want, as long as you have no circular or self-references (these are detected and cause an exception).
% denotes a comment and is ignored.
Example:
We want to compile line 15, which references lines 1, 7, 12, 13 and 14, which themselves reference other queries.

We select or put our caret on line 15 and use the command palette to use the Compile Query command.

The query on line 15 has been compiled, that is, its references have been replaced by the corresponding queries.

[](http://www.wtfpl.net/)