aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/conf/settings.ini34
1 files changed, 4 insertions, 30 deletions
diff --git a/python/conf/settings.ini b/python/conf/settings.ini
index b6d42c9..9b5536b 100644
--- a/python/conf/settings.ini
+++ b/python/conf/settings.ini
@@ -1,37 +1,10 @@
[default]
# Where all task outputs go.
-BASE = "/bigger/.cache"
-TMPDIR = "/bigger/tmp"
+BASE = "/magna/"
+TMPDIR = "/magna/tmp"
-# Raw input file locations
-# ------------------------
-#
-# 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"
-# }
-#
+# Raw reference file.
REFS_FILE = "/bigger/scholar/fatcat_scholar_work_fulltext.refs.json.zst"
# Release docs from database export.
@@ -40,4 +13,5 @@ RELEASE_EXPORT_EXPANDED_FILE = "/bigger/citations/release_export_expanded.json.z
# MAG directory.
MAG = "/magna/data/mag-2020-06-25"
+# OpenLibrary data dump.
OL_DUMP = "/magna/data/open_library_2021-04-26.jsonl.zst"