You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in https://github.com/ContentMine/FutureTDM/blob/master/README.md probably sounds a bit daunting for beginners (I'm not, so I'm not sure), and some more context on what this entails, how long it should take and how it all fits together would be very helpful.
Instead of the ursus maritimus example (which I had done in the past), I went for
getpapers -q 'thank you' -n -o thank-you
info: Searching using eupmc API
info: Running in no-execute mode, so nothing will be downloaded
info: Found 36011 open access results
warn: This version of getpapers wasn't built with this version of the EuPMC api in mind
warn: getpapers EuPMCVersion: 4.5.3.2 vs. 5.0.1 reported by api
This version incompatibility is irritating, but I'll ignore it for the moment.
Those 36k results are a bit too many for a quick download, so I'm adding "donation" as an additional keyword:
getpapers -q 'thank you' donation -n -o thank-you
info: Searching using eupmc API
info: Running in no-execute mode, so nothing will be downloaded
info: Found 36011 open access results
warn: This version of getpapers wasn't built with this version of the EuPMC api in mind
warn: getpapers EuPMCVersion: 4.5.3.2 vs. 5.0.1 reported by api
Same number of results — not sure why. Perhaps add some pointers as to whether and how quote and non-quote search strings can be combined?
I then went for a search term with way fewer results: trigonopterus .
To have a look at folder file structure, use the tree command.
That gave me
$ tree trigonopterus/
-bash: tree: command not found
I then tried
$ brew install tree
Error: The following formula:
tree
cannot be installed as a a binary package and must be built from source.
To continue, you must install Xcode from the App Store,
or the CLT by running:
xcode-select --install
I hope you don't mind but just so I don't miss anything I'm going to split all of these problems into separate issues:
The link for the getpapers tutorial was in the wrong place: already fixed by #4 (thanks!)
The version incompatibility: This is sort of deliberate; the idea is that we see if EuPMC updates their API and we don't notice. This often comes with a host of little problems that need fixing.
Quoting is confusing and needs to be documented better: see #13
Mac and some linux distributions don't come with tree: see #14
Norma is noisy: these are just tags / attributes that we haven't come across before to translate correctly into ScholarlyHTML
The section
in https://github.com/ContentMine/FutureTDM/blob/master/README.md probably sounds a bit daunting for beginners (I'm not, so I'm not sure), and some more context on what this entails, how long it should take and how it all fits together would be very helpful.
The first link, then, is highly irritating, as it did not point to a getpapers tutorial - this is hopefully fixed by #4 , which has the "getpapers" link point to https://github.com/ContentMine/workshop-resources/tree/master/software-tutorials/getpapers , which is an actual tutorial that I am following from now on, commenting only if there were surprises.
Instead of the ursus maritimus example (which I had done in the past), I went for
This version incompatibility is irritating, but I'll ignore it for the moment.
Those 36k results are a bit too many for a quick download, so I'm adding "donation" as an additional keyword:
Same number of results — not sure why. Perhaps add some pointers as to whether and how quote and non-quote search strings can be combined?
I then went for a search term with way fewer results:
trigonopterus
.Back in https://github.com/ContentMine/workshop-resources/tree/master/software-tutorials/getpapers , it says
That gave me
I then tried
which got me googling and landing at https://superuser.com/questions/359723/mac-os-x-equivalent-of-the-ubuntu-tree-command . I tried none of these options for
tree
, though one of the answers suggests that my brew attempt should have worked. Instead, I went forAfter the getpapers tutorial, I am switching to the one on norma:
This resulted in multiple lines of the kind
or
I did not see the need to do the PDF part, so skipped it and went on to ami:
all of these worked fine. I think I am now prepared enough for the Zika tutorial, which I will tackle next.
The text was updated successfully, but these errors were encountered: