Skip to content

Commit f4dfac8

Browse files
author
Gerit Wagner
committed
udpate
1 parent 2ddb523 commit f4dfac8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

jats/paper.jats

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ a Creative Commons Attribution 4.0 International License (CC BY
109109
<kwd>Search query</kwd>
110110
<kwd>Literature search</kwd>
111111
<kwd>Literature review</kwd>
112+
<kwd>Meta-analysis</kwd>
112113
</kwd-group>
113114
</article-meta>
114115
</front>
@@ -125,7 +126,7 @@ a Creative Commons Attribution 4.0 International License (CC BY
125126
<italic>EBSCOHost</italic>, with parsers validated against a
126127
comprehensive set of peer-reviewed queries from
127128
<italic>searchRxiv</italic>. Unlike existing proprietary and web-based
128-
softare, <italic>search-query</italic> offers programmatic access and
129+
software, <italic>search-query</italic> offers programmatic access and
129130
thereby supports integration into research workflows, contributing to
130131
the automation of systematic literature reviews. </p>
131132
<p>Keywords: Python, search query, literature search, literature
@@ -174,7 +175,7 @@ a Creative Commons Attribution 4.0 International License (CC BY
174175
Currently, parsers are available for <italic>Web of
175176
Science</italic>, <italic>PubMed</italic>, and
176177
<italic>EBSCOHost</italic>. The <italic>load</italic> capability
177-
is extensible and the documentation outlines how to develop
178+
is extensible, and the documentation outlines how to develop
178179
parsers for additional databases.</p>
179180
</list-item>
180181
<list-item>
@@ -292,7 +293,7 @@ search_file.save(&quot;search-file.json&quot;)</code>
292293
errors and provide suggestions for improvement. This helps
293294
researchers maintain high-quality—even in complex search strategies.
294295
In fact, search queries used in literature reviews are often long
295-
and complex: peer-reviewed queries from <italic>searchRxiv</italic>,
296+
and complex: Peer-reviewed queries from <italic>searchRxiv</italic>,
296297
for instance, average over 2,900 characters and include around 60
297298
parentheses. Such queries are difficult to analyze visually—both for
298299
researchers constructing them and for reviewers assessing their
@@ -390,7 +391,7 @@ print(wos_query.to_string())
390391
&amp; Sunyaev, 2019</xref>). As software packages available under open
391392
source licenses, <italic>Medline Transpose</italic>
392393
(<xref alt="Wanner &amp; Baumann, 2019" rid="ref-WannerBaumann2019" ref-type="bibr">Wanner
393-
&amp; Baumann, 2019</xref>) is a javascript-based website that
394+
&amp; Baumann, 2019</xref>) is a JavaScript-based website that
394395
translates queries between three databases, and
395396
<italic>litsearchr</italic>
396397
(<xref alt="Grames, 2020" rid="ref-Grames2020" ref-type="bibr">Grames,

paper.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ tags:
55
- Search query
66
- Literature search
77
- Literature review
8+
- Meta-analysis
89
authors:
910
- name: Peter Eckhardt
1011
affiliation: 1
@@ -293,8 +294,6 @@ Capability to improve and automate search queries focuses on the programmatic us
293294
As these features are designed for flexible integration into code-based workflows, it is hard to illustrate them through generic examples;
294295
instead, guidance can be found in the [online documentation](https://colrev-environment.github.io/search-query/index.html).
295296

296-
\newpage
297-
298297
# Related software packages
299298

300299
<!--

paper.pdf

-2.59 KB
Binary file not shown.

0 commit comments

Comments
 (0)