diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-02-16 03:31:26 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-02-16 03:31:26 +0000 |
commit | 13cb65a2eab708b0bd4777601331b3e83e96beac (patch) | |
tree | 60c7c846592e698789522cf7d80c18cf404473e1 /reproduce/analysis/make/top-make.mk | |
parent | 241515c3dc6ef7f7ee6b0db22312e316196ecb89 (diff) |
Menke+2020 data is now imported and ready for later steps in plain text
The main problems with this dataset was the names of the journals (which
sometimes have single quotes or apostrophes in them that is really annoying
for SED)! But ultimately, for the simple study we want to do here, the
journal names are irrelevant, so in the end I just ignored the names. Later
we can set an identifier for the journals if necessary.
But now we have the basic information in a way that is usable in a plot to
show in this paper.
Diffstat (limited to 'reproduce/analysis/make/top-make.mk')
-rw-r--r-- | reproduce/analysis/make/top-make.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/reproduce/analysis/make/top-make.mk b/reproduce/analysis/make/top-make.mk index acbbafa..29bcd83 100644 --- a/reproduce/analysis/make/top-make.mk +++ b/reproduce/analysis/make/top-make.mk @@ -113,6 +113,7 @@ endif makesrc = initialize \ download \ verify \ + menke2020 \ paper |