A hint: This file contains one or more very long lines, so maybe it is better readable using the pure text view mode that shows the contents as wrapped lines within the browser window.
1 ############################################################ 2 # CB2BIB/EDITOR BOOKMARKS AND NETWORK QUERY INFORMATION FILE 3 ############################################################ 4 5 ########### 6 # BOOKMARKS 7 ########### 8 # Syntax: 9 # bookmark=Description|Target URL 10 # Notes: 11 # - cb2Bib tags, e. g. BibTeX fields enclosed as <<...>>, can be included in the URL. These tags will be 12 # substituted by the current values. 13 # - The non BibTeX tag <<selection>> is the placeholder for the current text selection. 14 # - Some special characters, such as |, might need percent encoding to properly work. 15 # Bookmark Examples: 16 bookmark=PubMed Citation Finder|https://www.ncbi.nlm.nih.gov/pubmed/citmatch 17 bookmark=DBLP Bibliography|http://dblp.org/search/ 18 bookmark=arXiv.org e-Print archive|https://arxiv.org/ 19 bookmark=CiteSeerX|http://citeseerx.ist.psu.edu/ 20 bookmark=Directory of Open Access Journals|https://doaj.org/search 21 bookmark=PLoS - The Public Library of Science|https://www.plos.org/ 22 bookmark=OAIster|https://www.oclc.org/en/oaister.html 23 bookmark=Search ACS Publications|https://pubs.acs.org/search/advanced 24 bookmark=Google Scholar|https://scholar.google.com/ 25 bookmark= | 26 bookmark=Search arXiv for selected text|https://search.arxiv.org:8081/?query=<<selection>> 27 bookmark=Search Citebase for Authors|http://www.citebase.org/search?type=metadata&maxrows=10&author=<<author>>&submitted=Search 28 bookmark=Search CiteSeerX for Title|http://citeseerx.ist.psu.edu/search?q=title%3A<<title>>&sort=cite 29 bookmark=Search PubMed for Title|https://www.ncbi.nlm.nih.gov/pubmed?term=<<title>> 30 bookmark=Search PubMed for DOI|https://www.ncbi.nlm.nih.gov/pubmed?term=<<doi>> 31 bookmark=Search Google for literal Title|https://www.google.com/search?ie=UTF-8&q=%22<<title>>%22 32 bookmark=Search Scholar for literal Title|https://scholar.google.com/scholar?ie=UTF-8&q=%22<<title>>%22 33 bookmark=Search Crossref for Journal + Volume + Page|https://www.crossref.org/guestquery/?search_type=journal&auth=&issn=&title=<<journal>>&art_title=&volume=<<volume>>&page=<<pages>>&isbn=&comp_num=&series_title=&multi_hit=on&view_records=Search 34 bookmark=Search ISBN Database|https://isbndb.com/search-all.html?kw=<<isbn>> 35 bookmark=Open DOI Document|https://doi.org/<<doi>> 36 37 ################## 38 # EDITOR BOOKMARKS 39 ################## 40 # Syntax: 41 # editorbookmark=Description|Target file name|Shortcut|Icon file name 42 # Bookmark Example: 43 editorbookmark=Bookmarks Description|https://www.molspaces.com/cb2bib/doc/bibeditor/#bookmarks|| 44 45 ########################### 46 # NETWORK QUERY INFORMATION 47 ########################### 48 # Description: 49 # The cb2Bib tags 50 # <<journal>>, 51 # <<volume>>, 52 # <<pages>>, 53 # <<eprint>>, 54 # <<doi>>, 55 # and/or 56 # <<excerpt>> 57 # are substituted in the Submission Form (see below) by the actual values of the 58 # reference. 59 # 1) In a first step, the 'query' URL containing above substituted tags is sent to the 60 # database server or publisher's website. 61 # 2) Once the URL is retrieved, in a second step, cb2Bib captures a database identifier 62 # for the desired reference. This step is a regular expression caption. 63 # 64 # Steps 1) and 2) are therefore a mapping from the given reference fields to the server 65 # database identifier. 66 # 67 # 3) In the next step the server identifier is used to retrieve the complete 68 # bibliographic reference, 69 # 4) and possibly the link or URL for the target document, usually a PDF file. 70 # 71 # 72 # In summary, queries are performed in these 4 steps: 73 # 1) Post Query( journal-fullname, volume, first page; or doi; or excerpt ) (HTML post + 74 # cb2Bib tags) 75 # 2) Capture referenceurl and pdfurl from query (RegExp) 76 # 3) Retrieve referenceurl = referenceurl_prefix + capture_from_query + referenceurl_sufix 77 # 4) Schedule for retrieving pdfurl = pdfurl_prefix + capture_from_query + pdfurl_sufix 78 # 79 # NOTE: If pdfurl_prefix contains a cb2Bib tag, for example 80 # pdfurl_prefix=http://example.com/<<doi>> 81 # then pdfurl will be formed by substituting <<doi>> instead of capture_from_query 82 # 83 # NOTE: For the single query cases with no htm2txt_query and referenceurl_prefix 84 # capture_from_query can be used for checking the suitability of the query 85 # result 86 # 87 #-------------------------------------------------------------------------------------------- 88 # Submission Form 89 # All field/lines required, ordered as here, no comment or blank lines in between 90 #-------------------------------------------------------------------------------------------- 91 # QUERY INFO FOR 92 #journal=cb2Bib Long Journal Name|journal code (or left blank if none needed, see ACS example) 93 #query= (use '<<post>>http://www...' for http post method, instead of get method) 94 #capture_from_query= 95 #referenceurl_prefix= 96 #referenceurl_sufix= 97 #pdfurl_prefix= 98 #pdfurl_sufix= 99 #action= 100 # 101 #-------------------------------------------------------------------------------------------- 102 # ACTION Description: 103 #-------------------------------------------------------------------------------------------- 104 # 105 # blank = cb2Bib imports query output to clipboard panel and deletes previous panel contents 106 # merge_all_metadata = cb2Bib appends query and referenceurl output to clipboard panel 107 # merge_referenceurl_metadata = cb2Bib appends referenceurl output to clipboard panel 108 # browse_query = cb2Bib opens the url in query 109 # browse_referenceurl = cb2Bib opens referenceurl_prefix + capture_from_query + referenceurl_sufix 110 # 111 # Perform HTML to text conversion before importing to clipboard panel: 112 # htm2txt_query = cb2Bib imports the url in query 113 # htm2txt_referenceurl = cb2Bib imports referenceurl_prefix + capture_from_query + referenceurl_sufix 114 # 115 #-------------------------------------------------------------------------------------------- 116 # Examples below explain and clarify the query syntax 117 #-------------------------------------------------------------------------------------------- 118 119 # Check arXiv for <<eprint>>, if DOI is returned check CR, merge_all_metadata for a complete 120 # bibliographic record, and schedule PDF download 121 journal= 122 query=https://export.arxiv.org/api/query?id_list=<<eprint>> 123 capture_from_query=>(10\.\d[^<]+)< 124 referenceurl_prefix=https://api.crossref.org/works/ 125 referenceurl_sufix= 126 pdfurl_prefix=https://arxiv.org/pdf/<<eprint>> 127 pdfurl_sufix= 128 action=merge_all_metadata 129 130 # Check arXiv for <<eprint>>, use capture_from_query to ensure received data is correct, 131 # schedule PDF download 132 journal= 133 query=https://export.arxiv.org/api/query?id_list=<<eprint>> 134 capture_from_query=arxiv\.org/abs/(<<eprint>>) 135 referenceurl_prefix= 136 referenceurl_sufix= 137 pdfurl_prefix=https://arxiv.org/pdf/<<eprint>> 138 pdfurl_sufix= 139 action=merge_all_metadata 140 141 # Check PubMed for <<doi>> and schedule PDF download if available 142 journal= 143 query=https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=pubmed&term=<<doi>>&field=doi&retmode=xml 144 capture_from_query=<Id>(\d+)</Id> 145 referenceurl_prefix=https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=pubmed&report=xml&format=text&id= 146 referenceurl_sufix= 147 pdfurl_prefix=https://www.ncbi.nlm.nih.gov/pmc/articles/pmid/ 148 pdfurl_sufix=/pdf/ 149 action= 150 151 # Check CR for <<doi>>, use merge_all_metadata to keep clipboard contents for a manual 152 # extraction of the abstract 153 journal= 154 query=https://api.crossref.org/works/<<doi>> 155 capture_from_query=("status":.*"ok") 156 referenceurl_prefix= 157 referenceurl_sufix= 158 pdfurl_prefix= 159 pdfurl_sufix= 160 action=merge_all_metadata 161 162 # Check PubMed for <<journal>>|<<volume>>|<<pages>>, use journal to set specific codes for 163 # specific journals 164 journal=Proteins: Structure, Function, and Bioinformatics|Proteins 165 journal=Proteins: Structure, Function, and Genetics|Proteins 166 query=https://eutils.ncbi.nlm.nih.gov/entrez/eutils/ecitmatch.cgi?db=pubmed&retmode=xml&bdata=<<journal>>||<<volume>>|<<pages>>||c2bquery| 167 capture_from_query=c2bquery\|(\d+)\b 168 referenceurl_prefix=https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=pubmed&report=xml&format=text&id= 169 referenceurl_sufix= 170 pdfurl_prefix=https://www.ncbi.nlm.nih.gov/pmc/articles/pmid/ 171 pdfurl_sufix=/pdf/ 172 action= 173 174 # Check PubMed for <<journal>>|<<volume>>|<<pages>> for any journal 175 journal= 176 query=https://eutils.ncbi.nlm.nih.gov/entrez/eutils/ecitmatch.cgi?db=pubmed&retmode=xml&bdata=<<journal>>||<<volume>>|<<pages>>||c2bquery| 177 capture_from_query=c2bquery\|(\d+)\b 178 referenceurl_prefix=https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=pubmed&report=xml&format=text&id= 179 referenceurl_sufix= 180 pdfurl_prefix=https://www.ncbi.nlm.nih.gov/pmc/articles/pmid/ 181 pdfurl_sufix=/pdf/ 182 action= 183 184 # Check CR for <<journal>>|<<volume>>|<<pages>> 185 journal= 186 query=https://www.crossref.org/guestquery?search_type=journal&auth=&issn=&title=<<journal>>&art_title=&volume=<<volume>>&issue=&page=<<pages>>%20&year=&isbn=&comp_num=&series_title=&multi_hit=on&view_records=Search&queryType=bibsearch 187 capture_from_query=>\s*http://dx\.doi\.org/(.+)</a> 188 referenceurl_prefix=https://api.crossref.org/works/ 189 referenceurl_sufix= 190 pdfurl_prefix= 191 pdfurl_sufix= 192 action=merge_referenceurl_metadata 193 194 # At this point all previous searches had been unsuccessful, then use the clipboard contents 195 # summary, <<excerpt>> tag, for browsing a generic internet search 196 journal= 197 query=https://scholar.google.com/scholar?hl=en&lr=&ie=UTF-8&q=<<excerpt>>&btnG=Search 198 capture_from_query= 199 referenceurl_prefix= 200 referenceurl_sufix= 201 pdfurl_prefix= 202 pdfurl_sufix= 203 action=browse_query 204 205 206 %c2b_stop_parsing 207 208 #-------------------------------------------------------------------------------------------- 209 # Examples below are deprecated, they are kept here to further clarify the query syntax 210 #-------------------------------------------------------------------------------------------- 211 212 # QUERY INFO FOR IJQC 213 # No BibTeX reference available. Instead, set 'action=browse_referenceurl'. 214 # Reference and PDF file can later be extracted from browser, by selecting it. 215 journal=International Journal of Quantum Chemistry| 216 query=http://www3.interscience.wiley.com/search/allsearch?mode=citation&contextLink=%3Ca+href%3D%22%2Findex.html%22+target%3D%22_top%22%3EHome%3C%2Fa%3E+%2F+%3Ca+href%3D%22%2Fcgi-bin%2Fbrowsebysubject%3Fcode%3DCHEM%22+target%3D%22_top%22%3EChemistry%3C%2Fa%3E+%2F+%3Ca+href%3D%22%2Fcgi-bin%2Fbrowsebycategory%3Fcode%3DCH65%22+target%3D%22_top%22%3EComputational+Chemistry+and+Molecular+Modeling%3C%2Fa%3E&issn=1097-461X&volume=<<volume>>&issue=&pages=<<pages>> 217 capture_from_query=/journal/(\d+)/abstract 218 referenceurl_prefix=http://www3.interscience.wiley.com/journal/ 219 referenceurl_sufix=/abstract 220 pdfurl_prefix= 221 pdfurl_sufix= 222 action=browse_referenceurl 223 224 # QUERY INFO FOR PNAS (Volume and Page) 225 # Extracts BibTeX reference and article PDF file 226 journal=Proceedings of the National Academy of Sciences of the United States of America| 227 query=http://www.pnas.org/search?submit=yes&submit=Submit&pubdate_year=&volume=<<volume>>&firstpage=<<pages>>&doi=&author1=&author2=&title=&andorexacttitle=and&titleabstract=&andorexacttitleabs=and&fulltext=&andorexactfulltext=and&fmonth=Jan&fyear=1915&tmonth=Jul&tyear=2021&tocsectionid=all&format=standard&hits=10&sortspec=relevance&submit=yes 228 capture_from_query=/content/(.+)\.(extract|abstract|full) 229 referenceurl_prefix=http://www.pnas.org/citmgr?type=bibtex&gca=pnas; 230 referenceurl_sufix= 231 pdfurl_prefix=http://www.pnas.org/content/ 232 pdfurl_sufix=.full.pdf 233 action= 234 235 # QUERY INFO FOR PNAS (DOI) 236 # Extracts BibTeX reference and article PDF file 237 journal=Proceedings of the National Academy of Sciences of the United States of America| 238 query=http://www.pnas.org/search?submit=yes&submit=Submit&doi=<<doi>> 239 capture_from_query=/content/(.+)\.(extract|abstract|full) 240 referenceurl_prefix=http://www.pnas.org/citmgr?type=bibtex&gca=pnas; 241 referenceurl_sufix= 242 pdfurl_prefix=http://www.pnas.org/content/ 243 pdfurl_sufix=.full.pdf 244 action= 245 246 # QUERY INFO FOR BIOMETRIKA 247 # Extracts BibTeX reference 248 journal=Biometrika| 249 query=http://biomet.oxfordjournals.org/cgi/search?sendit=Search&pubdate_year=&volume=<<volume>>&firstpage=<<pages>>&DOI=&author1=&author2=&title=&andorexacttitle=and&titleabstract=&andorexacttitleabs=and&fulltext=&andorexactfulltext=and&fmonth=Jan&fyear=&tocsectionid=all&RESULTFORMAT=1&hits=10&hitsbrief=25&sortspec=relevance&sortspecbrief=relevance 250 capture_from_query=http://biomet\.oxfordjournals\.org/cgi/content/abstract/([/\d\w]+)\? 251 referenceurl_prefix=http://biomet.oxfordjournals.org/cgi/citmgr?type=bibtex&gca=biomet; 252 referenceurl_sufix= 253 pdfurl_prefix= 254 pdfurl_sufix= 255 action= 256 257 # QUERY INFO FOR NAR 258 # Extracts BibTeX reference and article PDF file 259 journal=Nucleic Acids Research| 260 query=http://nar.oxfordjournals.org/cgi/search?sendit=Search&pubdate_year=&volume=<<volume>>&firstpage=<<pages>>&DOI=&author1=&author2=&title=&andorexacttitle=and&titleabstract=&andorexacttitleabs=and&fulltext=&andorexactfulltext=and&fmonth=Jan&fyear=1990&tocsectionid=all&RESULTFORMAT=1&hits=10&hitsbrief=25&sortspec=relevance&sortspecbrief=relevance 261 capture_from_query=http://nar\.oxfordjournals\.org/cgi/content/abstract/([/\d\w]+)\? 262 referenceurl_prefix=http://nar.oxfordjournals.org/cgi/citmgr?type=bibtex&gca=nar; 263 referenceurl_sufix= 264 pdfurl_prefix=http://nar.oxfordjournals.org/cgi/reprint/ 265 pdfurl_sufix=.pdf 266 action= 267 268 # QUERY INFO FOR B 269 # Extracts BibTeX reference and article PDF file 270 journal=Bioinformatics| 271 query=http://bioinformatics.oxfordjournals.org/cgi/search?sendit=Search&pubdate_year=&volume=<<volume>>&firstpage=<<pages>>&DOI=&author1=&author2=&title=&andorexacttitle=and&titleabstract=&andorexacttitleabs=and&fulltext=&andorexactfulltext=and&fmonth=Jan&fyear=1990&tocsectionid=all&RESULTFORMAT=1&hits=10&hitsbrief=25&sortspec=relevance&sortspecbrief=relevance 272 capture_from_query=http://bioinformatics\.oxfordjournals\.org/cgi/reprint/([/\d\w]+)\? 273 referenceurl_prefix=http://bioinformatics.oxfordjournals.org/cgi/citmgr?type=bibtex&gca=bioinfo; 274 referenceurl_sufix= 275 pdfurl_prefix=http://bioinformatics.oxfordjournals.org/cgi/reprint/ 276 pdfurl_sufix=.pdf 277 action= 278 279 # QUERY INFO FOR PubMed 280 # Extracts Medline reference 281 # Blank journal meaning 'any journal name' 282 journal= 283 query=http://www.ncbi.nlm.nih.gov/pubmed?term=<<doi>> 284 capture_from_query=\bPMID:\D{1,10}(\d+)\D 285 referenceurl_prefix=http://www.ncbi.nlm.nih.gov/pubmed/ 286 referenceurl_sufix=?report=xml&format=text 287 pdfurl_prefix=http://www.ncbi.nlm.nih.gov/pmc/articles/pmid/ 288 pdfurl_sufix=/pdf/ 289 action=htm2txt_referenceurl 290 291 # QUERY INFO FOR PubMed, SPECIAL CASES (PubMed doesn't know full journal name) 292 # Extracts Medline reference 293 journal=Proteins: Structure, Function, and Bioinformatics|Proteins 294 journal=Proteins: Structure, Function, and Genetics|Proteins 295 query=http://www.ncbi.nlm.nih.gov/pubmed?term=<<journal>>[Jour]+AND+<<volume>>[volume]+AND+<<pages>>[page] 296 capture_from_query=\bPMID:\D{1,10}(\d+)\D 297 referenceurl_prefix=http://www.ncbi.nlm.nih.gov/pubmed/ 298 referenceurl_sufix=?report=xml&format=text 299 pdfurl_prefix=http://www.ncbi.nlm.nih.gov/pmc/articles/pmid/ 300 pdfurl_sufix=/pdf/ 301 action=htm2txt_referenceurl 302 303 # QUERY INFO FOR PubMed 304 # Extracts Medline reference 305 # Blank journal meaning 'any journal name' 306 journal= 307 query=http://www.ncbi.nlm.nih.gov/pubmed?term=<<journal>>[Jour]+AND+<<volume>>[volume]+AND+<<pages>>[page] 308 capture_from_query=\bPMID:\D{1,10}(\d+)\D 309 referenceurl_prefix=http://www.ncbi.nlm.nih.gov/pubmed/ 310 referenceurl_sufix=?report=xml&format=text 311 pdfurl_prefix=http://www.ncbi.nlm.nih.gov/pmc/articles/pmid/ 312 pdfurl_sufix=/pdf/ 313 action=htm2txt_referenceurl 314 315 # QUERY INFO FOR ACS 316 # Point to the abstract page. 317 journal=Accounts of Chemical Research|achre4 318 journal=ACS Applied Materials and Interfaces|aamick 319 journal=Analytical Chemistry|ancham 320 journal=Analytical Chemistry A-Pages|anchama 321 journal=Biochemistry|bichaw 322 journal=Bioconjugate Chemistry|bcches 323 journal=Biomacromolecules|bomaf6 324 journal=Biotechnology Progress|bipret 325 journal=Chemical Research in Toxicology|crtoec 326 journal=Chemical Reviews|chreay 327 journal=Chemistry of Materials|cmatex 328 journal=Crystal Growth and Design|cgdefu 329 journal=Energy and Fuels|enfuem 330 journal=Environmental Science and Technology A-Pages|esthaga 331 journal=Environmental Science and Technology|esthag 332 journal=Industrial and Engineering Chemistry|iechad 333 journal=Industrial and Engineering Chemistry Research Fundamentals|iecfa7 334 journal=Industrial and Engineering Chemistry Research|iecred 335 journal=Inorganic Chemistry|inocaj 336 journal=Journal of Agricultural and Food Chemistry|jafcau 337 journal=Journal of Chemical and Engineering Data|jceaax 338 journal=Journal of Chemical Information and Computer Sciences|jcisd8 339 journal=Journal of Chemical Information and Modeling|jcisd8 340 journal=Journal of Chemical Theory and Computation|jctcce 341 journal=Journal of Combinatorial Chemistry|jcchff 342 journal=Journal of Medicinal Chemistry|jmcmar 343 journal=Journal of Natural Products|jnprdf 344 journal=Journal of Organic Chemistry|joceah 345 journal=The Journal of Physical Chemistry A|jpcafh 346 journal=The Journal of Physical Chemistry B|jpcbfk 347 journal=The Journal of Physical Chemistry C|jpccfk 348 journal=Journal of Physical Chemistry|jpchax 349 journal=Journal of Proteome Research|jprobs 350 journal=Journal of the American Chemical Society|jacsat 351 journal=Langmuir|langd5 352 journal=Macromolecules|mamobx 353 journal=Molecular Pharmaceutics|mpohbp 354 journal=Nano Letters|nalefd 355 journal=Organic Letters|orlef7 356 journal=Organic Process Research and Development|oprdfk 357 journal=Organometallics|orgnd7 358 query=http://pubs.acs.org/action/quickLink?quickLinkJournal=<<journal>>&quickLinkVolume=<<volume>>&quickLinkPage=<<pages>>&cookieSet=1 359 capture_from_query= 360 referenceurl_prefix= 361 referenceurl_sufix= 362 pdfurl_prefix= 363 pdfurl_sufix= 364 action=browse_query 365 366 # QUERY INFO FOR JCP, JAP and JMP 367 # Extracts BibTeX reference 368 journal=The Journal of Chemical Physics|JCP 369 journal=Journal of Chemical Physics|JCP 370 journal=Journal of Applied Physics|JAP 371 journal=Journal of Mathematical Physics|JMP 372 query=http://link.aip.org/link/?<<journal>>/<<volume>>/<<pages>> 373 capture_from_query=filetype=pdf&id=([\w\d]+)& 374 referenceurl_prefix=http://scitation.aip.org/getabs/servlet/GetCitation?fn=view_bibtex2&source=scitation&PrefType=ARTICLE&PrefAction=Add+Selected&SelectCheck= 375 referenceurl_sufix=&downloadcitation=+Go+ 376 pdfurl_prefix=http://scitation.aip.org/getpdf/servlet/GetPDFServlet?filetype=pdf&id= 377 pdfurl_sufix=&idtype=cvips 378 action= 379 380 # QUERY INFO FOR DOI 381 # If DOI is known, and so far the reference is not found, at least browse reference 382 journal= 383 query=http://dx.doi.org/<<doi>> 384 capture_from_query= 385 referenceurl_prefix= 386 referenceurl_sufix= 387 pdfurl_prefix= 388 pdfurl_sufix= 389 action=browse_query 390 391 # QUERY INFO FOR CR 392 journal= 393 query=http://www.crossref.org/guestquery?search_type=journal&auth=&issn=&title=<<journal>>&art_title=&volume=<<volume>>&issue=&page=<<pages>>%20&year=&isbn=&comp_num=&series_title=&multi_hit=on&view_records=Search&queryType=bibsearch 394 capture_from_query=>\s*http://dx\.doi\.org/(.+)</a> 395 referenceurl_prefix=http://dx.doi.org/ 396 referenceurl_sufix= 397 pdfurl_prefix= 398 pdfurl_sufix= 399 action=browse_referenceurl 400 401 # QUERY INFO FOR PubMed 402 # Extracts Medline reference 403 # Uses <<title>> tag 404 journal= 405 query=http://www.ncbi.nlm.nih.gov/pubmed?term=<<title>> 406 capture_from_query=\bPMID:\D{1,10}(\d+)\D 407 referenceurl_prefix=http://www.ncbi.nlm.nih.gov/pubmed/ 408 referenceurl_sufix=?report=xml&format=text 409 pdfurl_prefix=http://www.ncbi.nlm.nih.gov/pmc/articles/pmid/ 410 pdfurl_sufix=/pdf/ 411 action=htm2txt_referenceurl 412 413 # QUERY INFO FOR Google Scholar 414 journal= 415 query=https://scholar.google.com/scholar?hl=en&lr=&ie=UTF-8&q=<<doi>>&btnG=Search 416 capture_from_query=info:(\w+):scholar 417 referenceurl_prefix=https://scholar.google.com/scholar.bib?hl=en&lr=&ie=UTF-8&q=info: 418 referenceurl_sufix=:scholar.google.com/&output=citation&oe=ASCII&oi=citation 419 pdfurl_prefix= 420 pdfurl_sufix= 421 action= 422 423 # QUERY INFO FOR Google Scholar 424 # Uses <<excerpt>> tag 425 journal= 426 query=https://scholar.google.com/scholar?hl=en&lr=&ie=UTF-8&q=<<excerpt>>&btnG=Search 427 capture_from_query=info:(\w+):scholar 428 referenceurl_prefix=https://scholar.google.com/scholar.bib?hl=en&lr=&ie=UTF-8&q=info: 429 referenceurl_sufix=:scholar.google.com/&output=citation&oe=ASCII&oi=citation 430 pdfurl_prefix= 431 pdfurl_sufix= 432 action=