emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Using org-ref to automatically download articles from Pubmed that satisfies a given search term
@ 2018-01-08 20:32 Doyley, Marvin M.
  2018-01-08 22:37 ` John Kitchin
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Doyley, Marvin M. @ 2018-01-08 20:32 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

Hi there,

I am in the process of writing a broad literature review and was wondering if there is a way to get org-ref to search Pubmed and automatically pull (pdf, abstracts, etc) all the papers that satisfy a given  search terms (year range, keyword, authors) ?

Thanks,

M

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Using org-ref to automatically download articles from Pubmed that satisfies a given search term
  2018-01-08 20:32 Using org-ref to automatically download articles from Pubmed that satisfies a given search term Doyley, Marvin M.
@ 2018-01-08 22:37 ` John Kitchin
  2018-01-08 22:52   ` Doyley, Marvin M.
  2018-01-09  3:11 ` John Kitchin
  2018-01-09 19:50 ` myglc2
  2 siblings, 1 reply; 7+ messages in thread
From: John Kitchin @ 2018-01-08 22:37 UTC (permalink / raw)
  To: Doyley, Marvin M.; +Cc: emacs-orgmode@gnu.org

[-- Attachment #1: Type: text/plain, Size: 1175 bytes --]

There is a command in org-ref-pubmed that will download a bibtex entry from
a pmid: pubmed-insert-bibtex-from-pmid. There is also the commands:
pubmed-simple-search which will prompt for a query and open the search in
pubmed, the command "pubmed" which just opens the pubmed site, and
"pubmed-advanced" which opens the advances search page.

There isn't however, anything as sophisticated as you want for pubmed. You
would have to use it to get the DOIs, and then use the doi-add-bibtex-entry
function to get the bibtex entry and (if it knows how) the pdf.

John

-----------------------------------
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu


On Mon, Jan 8, 2018 at 3:32 PM, Doyley, Marvin M. <m.doyley@rochester.edu>
wrote:

> Hi there,
>
> I am in the process of writing a broad literature review and was wondering
> if there is a way to get org-ref to search Pubmed and automatically pull
> (pdf, abstracts, etc) all the papers that satisfy a given  search terms
> (year range, keyword, authors) ?
>
> Thanks,
>
> M
>
>
>
>
>
>

[-- Attachment #2: Type: text/html, Size: 1826 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Using org-ref to automatically download articles from Pubmed that satisfies a given search term
  2018-01-08 22:37 ` John Kitchin
@ 2018-01-08 22:52   ` Doyley, Marvin M.
  0 siblings, 0 replies; 7+ messages in thread
From: Doyley, Marvin M. @ 2018-01-08 22:52 UTC (permalink / raw)
  To: John Kitchin; +Cc: emacs-orgmode@gnu.org, Doyley, Marvin M.


[-- Attachment #1.1: Type: text/plain, Size: 1691 bytes --]

Thanks John,
I really appreciate this.

Cheers,
M
> On Jan 8, 2018, at 5:37 PM, John Kitchin <jkitchin@andrew.cmu.edu> wrote:
> 
> There is a command in org-ref-pubmed that will download a bibtex entry from a pmid: pubmed-insert-bibtex-from-pmid. There is also the commands: pubmed-simple-search which will prompt for a query and open the search in pubmed, the command "pubmed" which just opens the pubmed site, and "pubmed-advanced" which opens the advances search page.
> 
> There isn't however, anything as sophisticated as you want for pubmed. You would have to use it to get the DOIs, and then use the doi-add-bibtex-entry function to get the bibtex entry and (if it knows how) the pdf.
> 
> John
> 
> -----------------------------------
> Professor John Kitchin
> Doherty Hall A207F
> Department of Chemical Engineering
> Carnegie Mellon University
> Pittsburgh, PA 15213
> 412-268-7803
> @johnkitchin
> http://kitchingroup.cheme.cmu.edu <https://urldefense.proofpoint.com/v2/url?u=http-3A__kitchingroup.cheme.cmu.edu&d=DwMFaQ&c=kbmfwr1Yojg42sGEpaQh5ofMHBeTl9EI2eaqQZhHbOU&r=s3_3riAscdqtNAzgOuwYB9g0dZVGcp8BNCy_RylYdxU&m=H6YoFReSxOsGNCWFjFOb7BY7fkgnr_5tlTfCQEW7ck8&s=xak0y049_VKcjFA7_x91GoPfe7gxb85PFs6tKYiZrfI&e=>
> 
> 
> On Mon, Jan 8, 2018 at 3:32 PM, Doyley, Marvin M. <m.doyley@rochester.edu <mailto:m.doyley@rochester.edu>> wrote:
> Hi there,
> 
> I am in the process of writing a broad literature review and was wondering if there is a way to get org-ref to search Pubmed and automatically pull (pdf, abstracts, etc) all the papers that satisfy a given  search terms (year range, keyword, authors) ?
> 
> Thanks,
> 
> M
> 
> 
> 
> 
> 
> 


[-- Attachment #1.2: Type: text/html, Size: 3151 bytes --]

[-- Attachment #2: Message signed with OpenPGP --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Using org-ref to automatically download articles from Pubmed that satisfies a given search term
  2018-01-08 20:32 Using org-ref to automatically download articles from Pubmed that satisfies a given search term Doyley, Marvin M.
  2018-01-08 22:37 ` John Kitchin
@ 2018-01-09  3:11 ` John Kitchin
  2018-01-09 14:40   ` Doyley, Marvin M.
  2018-01-09 19:50 ` myglc2
  2 siblings, 1 reply; 7+ messages in thread
From: John Kitchin @ 2018-01-09  3:11 UTC (permalink / raw)
  To: Doyley, Marvin M.; +Cc: emacs-orgmode@gnu.org

You might also consider the crossref search.

M-x crossref-add-bibtex-entry

It will download a bibtex and pdf (if it knows how to). I doubt you can
do year range query, but certainly authors and keywords. It really
excels at freeform citations as the query.

Doyley, Marvin M. writes:

> Hi there,
>
> I am in the process of writing a broad literature review and was wondering if there is a way to get org-ref to search Pubmed and automatically pull (pdf, abstracts, etc) all the papers that satisfy a given  search terms (year range, keyword, authors) ?
>
> Thanks,
>
> M


-- 
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Using org-ref to automatically download articles from Pubmed that satisfies a given search term
  2018-01-09  3:11 ` John Kitchin
@ 2018-01-09 14:40   ` Doyley, Marvin M.
  2018-01-09 17:13     ` John Kitchin
  0 siblings, 1 reply; 7+ messages in thread
From: Doyley, Marvin M. @ 2018-01-09 14:40 UTC (permalink / raw)
  To: John Kitchin; +Cc: emacs-orgmode@gnu.org, Doyley, Marvin M.

Crossref-add-bibtex-entry is awesome. One quick question, how do you select multiple references ?

Cheers,
M

> On Jan 8, 2018, at 10:11 PM, John Kitchin <jkitchin@andrew.cmu.edu> wrote:
> 
> You might also consider the crossref search.
> 
> M-x crossref-add-bibtex-entry
> 
> It will download a bibtex and pdf (if it knows how to). I doubt you can
> do year range query, but certainly authors and keywords. It really
> excels at freeform citations as the query.
> 
> Doyley, Marvin M. writes:
> 
>> Hi there,
>> 
>> I am in the process of writing a broad literature review and was wondering if there is a way to get org-ref to search Pubmed and automatically pull (pdf, abstracts, etc) all the papers that satisfy a given  search terms (year range, keyword, authors) ?
>> 
>> Thanks,
>> 
>> M
> 
> 
> -- 
> Professor John Kitchin
> Doherty Hall A207F
> Department of Chemical Engineering
> Carnegie Mellon University
> Pittsburgh, PA 15213
> 412-268-7803
> @johnkitchin
> https://urldefense.proofpoint.com/v2/url?u=http-3A__kitchingroup.cheme.cmu.edu&d=DwIBAg&c=kbmfwr1Yojg42sGEpaQh5ofMHBeTl9EI2eaqQZhHbOU&r=s3_3riAscdqtNAzgOuwYB9g0dZVGcp8BNCy_RylYdxU&m=SvHYbzQWmnb9yyFa_ZsCzhc0a0UZZ2QycfE978DTDG8&s=_8S7VQ_YkQIojPf7ecqFGLP_cOZ0Fja9CqdHzFp9AQM&e= 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Using org-ref to automatically download articles from Pubmed that satisfies a given search term
  2018-01-09 14:40   ` Doyley, Marvin M.
@ 2018-01-09 17:13     ` John Kitchin
  0 siblings, 0 replies; 7+ messages in thread
From: John Kitchin @ 2018-01-09 17:13 UTC (permalink / raw)
  To: Doyley, Marvin M.; +Cc: emacs-orgmode@gnu.org

[-- Attachment #1: Type: text/plain, Size: 1680 bytes --]

I think you can do that with C-spc.

John

-----------------------------------
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu


On Tue, Jan 9, 2018 at 9:40 AM, Doyley, Marvin M. <m.doyley@rochester.edu>
wrote:

> Crossref-add-bibtex-entry is awesome. One quick question, how do you
> select multiple references ?
>
> Cheers,
> M
>
> > On Jan 8, 2018, at 10:11 PM, John Kitchin <jkitchin@andrew.cmu.edu>
> wrote:
> >
> > You might also consider the crossref search.
> >
> > M-x crossref-add-bibtex-entry
> >
> > It will download a bibtex and pdf (if it knows how to). I doubt you can
> > do year range query, but certainly authors and keywords. It really
> > excels at freeform citations as the query.
> >
> > Doyley, Marvin M. writes:
> >
> >> Hi there,
> >>
> >> I am in the process of writing a broad literature review and was
> wondering if there is a way to get org-ref to search Pubmed and
> automatically pull (pdf, abstracts, etc) all the papers that satisfy a
> given  search terms (year range, keyword, authors) ?
> >>
> >> Thanks,
> >>
> >> M
> >
> >
> > --
> > Professor John Kitchin
> > Doherty Hall A207F
> > Department of Chemical Engineering
> > Carnegie Mellon University
> > Pittsburgh, PA 15213
> > 412-268-7803
> > @johnkitchin
> > https://urldefense.proofpoint.com/v2/url?u=http-3A__
> kitchingroup.cheme.cmu.edu&d=DwIBAg&c=kbmfwr1Yojg42sGEpaQh5ofMHBeTl9
> EI2eaqQZhHbOU&r=s3_3riAscdqtNAzgOuwYB9g0dZVGcp8BN
> Cy_RylYdxU&m=SvHYbzQWmnb9yyFa_ZsCzhc0a0UZZ2QycfE978DTDG8&s=_
> 8S7VQ_YkQIojPf7ecqFGLP_cOZ0Fja9CqdHzFp9AQM&e=
>
>

[-- Attachment #2: Type: text/html, Size: 2989 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Using org-ref to automatically download articles from Pubmed that satisfies a given search term
  2018-01-08 20:32 Using org-ref to automatically download articles from Pubmed that satisfies a given search term Doyley, Marvin M.
  2018-01-08 22:37 ` John Kitchin
  2018-01-09  3:11 ` John Kitchin
@ 2018-01-09 19:50 ` myglc2
  2 siblings, 0 replies; 7+ messages in thread
From: myglc2 @ 2018-01-09 19:50 UTC (permalink / raw)
  To: Doyley, Marvin M.; +Cc: emacs-orgmode@gnu.org

On 01/08/2018 at 20:32 Doyley, Marvin M. writes:
> I am in the process of writing a broad literature review and was
> wondering if there is a way to get org-ref to search Pubmed and
> automatically pull (pdf, abstracts, etc) all the papers that satisfy a
> given search terms (year range, keyword, authors) ?

Dunno/haven't used org-ref. FWIW a couple years ago I used
https://github.com/wash/pubmode to search pubmed. It works well.

HTH - George

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-01-09 19:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-08 20:32 Using org-ref to automatically download articles from Pubmed that satisfies a given search term Doyley, Marvin M.
2018-01-08 22:37 ` John Kitchin
2018-01-08 22:52   ` Doyley, Marvin M.
2018-01-09  3:11 ` John Kitchin
2018-01-09 14:40   ` Doyley, Marvin M.
2018-01-09 17:13     ` John Kitchin
2018-01-09 19:50 ` myglc2

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).