Scopus查询编译器
一个用于编译Scopus高级搜索查询的Sublime Text 3扩展包。
详细信息
安装次数
- 总数 127
- Win 101
- Mac 16
- Linux 10
8月6日 | 8月5日 | 8月4日 | 8月3日 | 8月2日 | 8月1日 | 7月31日 | 7月30日 | 7月29日 | 7月28日 | 7月27日 | 7月26日 | 7月25日 | 7月24日 | 7月23日 | 7月22日 | 7月21日 | 7月20日 | 7月19日 | 7月18日 | 7月17日 | 7月16日 | 7月15日 | 7月14日 | 7月13日 | 7月12日 | 7月11日 | 7月10日 | 7月9日 | 7月8日 | 7月7日 | 7月6日 | 7月5日 | 7月4日 | 7月3日 | 7月2日 | 7月1日 | 6月30日 | 6月29日 | 6月28日 | 6月27日 | 6月26日 | 6月25日 | 6月24日 | 6月23日 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 1 | 1 | 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 | 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 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
README文件
Scopus查询编译器
此扩展包与Scopus-Syntax-Highlighter扩展包配合使用效果最佳。
Scopus是一个提供高级搜索功能的科学文章数据库。
在编辑搜索查询时,此扩展包允许您创建一个引用另一个查询的查询。也就是说,给定以下查询
TITLE-ABS-KEY(neur* AND network*)
TITLE-ABS-KEY(recurrent)
您可以创建查询“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.
![](https://user-images.githubusercontent.com/12431317/64166237-00077780-ce47-11e9-9fae-bfe18c592713.png)
We select or put our caret on line 15 and use the command palette to use the Compile Query command.
![](https://user-images.githubusercontent.com/12431317/64166238-00077780-ce47-11e9-937d-3e9d0f678192.png)
The query on line 15 has been compiled, that is, its references have been replaced by the corresponding queries.
![](https://user-images.githubusercontent.com/12431317/64166239-00077780-ce47-11e9-845d-a330f1b6b586.png)
[![WTFPL](http://www.wtfpl.net/wp-content/uploads/2012/12/wtfpl-badge-2.png)](http://www.wtfpl.net/)