ContentMine / getpapers

Get metadata, fulltexts or fulltext URLs of papers matching a search query
MIT License
197 stars 37 forks source link

create cproject/ctree/meta/audit/metedata.json #96

Open petermr opened 8 years ago

petermr commented 8 years ago

We plan that each Ctree records metadata in a meta/ directory. This would include an audit of how and what was downloaded by getpapers. Typical contents would be :

date
query
commandline args
files discovered
files downloaded

This would be written to

cproject/ctree/meta/audit/metadata.json

on first download. (Question: should be allow additions of overwrite if we issue more commands)?

blahah commented 8 years ago

are you suggesting we have a depth-5 directory tree with the metadata in? like..

~/some_project/cproject/ctree/meta/audit/metadata.json

or does the / represent choosing one of the names? e.g.

~/some_project/meta/metadata.json
blahah commented 8 years ago

ok I now see this is linked to https://github.com/ContentMine/cmine/issues/10. I will comment there