Add draft on language grounding

This commit is contained in:
Dimitri Lozeve 2020-02-03 08:20:10 +01:00
parent 0e1c400c38
commit 2fde5442ef
4 changed files with 101 additions and 10642 deletions

View file

@ -128,7 +128,7 @@ customPandocCompiler =
readerOptions = defaultHakyllReaderOptions
in do
csl <- load $ fromFilePath "csl/chicago-author-date.csl"
bib <- load $ fromFilePath "bib/all.bib"
bib <- load $ fromFilePath "bib/bibliography.bib"
writePandocWith writerOptions <$>
(getResourceBody >>= readPandocBiblio readerOptions csl bib)