aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/refcat/tasks.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py
index 086dbc4..b4d200d 100644
--- a/python/refcat/tasks.py
+++ b/python/refcat/tasks.py
@@ -272,6 +272,16 @@ class WikipediaCitationsMinimalDataset(luigi.ExternalTask, Refcat):
3790 SSRN
3013 ZBL
+ The minimal version looks like this:
+
+ {
+ "type_of_citation": "citation",
+ "page_title": "List of R1a frequency by population",
+ "Title": "High-resolution phylogenetic analysis ...",
+ "ID_list": "{PMID=15944443, DOI=10.1093/molbev/msi185}"
+ }
+
+
"""
def output(self):
return luigi.LocalTarget(path=os.path.join(settings.WIKIPEDIA_CITATIONS, "minimal_dataset.json"))