diff options
Diffstat (limited to 'python/conf/settings.ini')
-rw-r--r-- | python/conf/settings.ini | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/python/conf/settings.ini b/python/conf/settings.ini new file mode 100644 index 0000000..4996374 --- /dev/null +++ b/python/conf/settings.ini @@ -0,0 +1,36 @@ +[default] + +# Where all task outputs go. +BASE = "/bigger/.cache" +TMPDIR = "/bigger/tmp" + +# The raw input containing a single reference per line and sha1 of compressed +# file. +# +# { +# "biblio": { +# "container_name": "IEEE Trans. Pattern Anal. Mach. Intell", +# "contrib_raw_names": [ +# "M Ben-Ezra", +# "S K Nayar" +# ], +# "issue": "6", +# "pages": "689-698", +# "title": "Motion-based motion deblurring", +# "unstructured": "M. Ben-Ezra and S. K. Nayar. Motion-based motion deblurring. IEEE Trans. Pattern Anal. Mach. Intell., 26(6):689-698, 2004. 2", +# "volume": "26", +# "year": 2004 +# }, +# "index": 0, +# "key": "b0", +# "ref_source": "grobid", +# "release_ident": "26qgat7mzrerjacrlsz3gdmcgy", +# "release_year": 2014, +# "work_ident": "aaaoe2wcbvdjthnv36dlqgkray" +# } +# +REFS_FILE = "/bigger/scholar/fatcat_scholar_work_fulltext.refs.json.zst" + +# Release docs from database export. +RELEASE_EXPORT_EXPANDED_FILE = "/bigger/citations/release_export_expanded.json.zst" + |